{"info":{"_postman_id":"accaad36-4771-40b9-969c-166097f8452e","name":"Diabolocom APIs","description":"<html><head></head><body><h2 id=\"conditions-of-use\">Conditions of use</h2>\n<p>In order to maintain optimal performance and ensure that the APIs are available to all our customers, Diabolocom imposes a limit <strong>between 2 to 15 API requests per endpoint and per second depending on the endpoint used</strong>. Only external requests (not inside Diabolocom environments) will be counted. Any usage above that limit can result in a temporary blocking of your access to APIs.</p>\n<p>All the APIs provided by Diabolocom can only be used <strong>server-side</strong>. That implies that all requests done in front-end side will be rejected due to our security policies.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6612236","collectionId":"accaad36-4771-40b9-969c-166097f8452e","publishedId":"S1EKzfUU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"44C8E8"},"publishDate":"2021-11-05T15:39:16.000Z"},"item":[{"name":"Public APIs","item":[{"name":"Contacts","item":[{"name":"V1 - (DEPRECATED)","item":[{"name":"Get contact by Id","id":"c66e91cb-7fcd-4c54-9a17-1be70a32f356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts/{{contactId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show contact information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Wrong contact ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Contact does not exist\" , \"messageCode\" : \"error.contact.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}","contacts","{{contactId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1d0a6285-0c2d-4823-b51b-aa76fb9b5f37","name":"Show a new contact never called","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/3960/contacts/23"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 19 Aug 2020 16:45:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 23,\n    \"state\": \"processing_not_in_progress\",\n    \"comment\": null,\n    \"excluded\": false,\n    \"excludedDetail\": null,\n    \"priority\": 10,\n    \"retryDate\": null,\n    \"triesNumber\": 0,\n    \"wrapupId\": null,\n    \"agentId\": null,\n    \"agentName\": null,\n    \"assignedAgentId\": null,\n    \"assignedGroupId\": null,\n    \"duplicateContactIds\": [],\n    \"minCallingDate\": null,\n    \"maxCallingDate\": null,\n    \"lastCallTime\": null,\n    \"lastAttemptTime\": null,\n    \"minRetryDate\": null,\n    \"createdAt\": \"2021-05-27T09:36:07Z\",\n    \"lastUpdatedAt\": \"2021-05-27T09:36:07Z\",\n    \"createdBy\": \"admin1\",\n    \"updatedBy\": \"admin1\",\n    \"contactCardDisplayNumber\": null,\n    \"daysOfWeek\": null,\n    \"currentPhoneName\": \"Telephone_1\",\n    \"calendarId\": 42,\n    \"customFields\": {\n        \"First_Name\": \"Joe\",\n        \"Last_Name\": \"Blake\",\n        \"Category\": \"Gold\",\n        \"Telephone_1\": \"33173034520\",\n        \"Telephone_2\": \"33631235372\",\n        \"Email_Address\": \"joe.blake@gmail.com\",\n        \"Address\": \"43 rue des lilas\",\n        \"City\": \"Rodez\"\n    },\n    \"phones\": {\n        \"Telephone_1\": \"33173034520\",\n        \"Telephone_2\": \"33631235372\"\n    }\n}"}],"_postman_id":"c66e91cb-7fcd-4c54-9a17-1be70a32f356"},{"name":"Create a contact","id":"1f332ed7-679a-4efb-b74d-9f5a4807f751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 100,\r\n    \"retryDate\": \"2017-12-31T10:15:30Z\",\r\n    \"triesNumber\": 0,\r\n    \"customFields\": {\r\n        \"First_Name\": \"Joe\",\r\n        \"Last_Name\": \"Blake\",\r\n        \"Category\": \"Gold\",\r\n        \"Telephone_1\": \"33173034520\",\r\n        \"Telephone_2\": \"33631235372\",\r\n        \"Email_Address\": \"joe.blake@gmail.com\",\r\n        \"Address\": \"43 rue des lilas\",\r\n        \"City\": \"Rodez\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts","description":"<h2 id=\"description\">Description</h2>\n<p>Create a new contact in the campaign.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Priority of the contact. If not filled, it will be set to the default priority set during the campaign creation.  <br /><strong>Example</strong>: 13</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether contact is excluded or not. If no valid phones are provided contact will be excluded. By default, this value is set to false if no error.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date for the next call scheduled for this contact. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Current number of tries. Will be set to 0 if the value is not provided.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Wrapup comment. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: \"The contact was in his car.\"</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Wrapup ID the contact has to be put at its creation. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: 11111</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the last agent that handled a call with this contact. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: 456</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of agent assigned to handle this contact.  <br /><strong>Example</strong>: 456</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the group assigned to handle this contact. <strong>Do not use this field, it will be deprecated as it is not working properly.</strong>  <br /><strong>Example</strong>: 3456</td>\n</tr>\n<tr>\n<td>minCallingDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the minimum calling date (production start). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>maxCallingDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the maximum calling date (production end). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Phone number to be displayed to the contact with international format (with no plus). If not filled, the campaign settings for the displayed (with potentially regionalization) will be applied. (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: \"33173034545\"</td>\n</tr>\n<tr>\n<td>minRetryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date-time before we do not call the contact, format ISO 8601. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-21T14:39:31Z\"</td>\n</tr>\n<tr>\n<td>daysOfWeek</td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>A JSON array that contains the different day(s) of the week where the contact can be called. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: [\"Monday\", \"Wednesday\", \"Friday\"]</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the calendar used for this contact. The planning &amp; the exceptions defined in the calendar will rules the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object of strings</td>\n<td>MANDATORY</td>\n<td>A JSON object with custom fields as \"key\": \"value\" inside. All custom fields must be a string. Phone numbers msut be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>\"customFields\": { \"Last_Name\":\"Doe\", \"First_Name\":\"John\", \"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>If the contact creation is successful, the information of the contact created is returned (see above the full data structure of a contact if needed).</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the contact just created</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Request contains not valid parameter's values</td>\n<td>400</td>\n<td><code>{ \"errors\":[ { \"parameter\":\"triesNumber\", \"message\":\"must be less than or equal to 100\", \"messageCode\":\"javax.validation.constraints.Max.message\" } ] }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}","contacts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"af3a0cfa-3b19-4e7d-8c94-e742425263c5","name":"Create a contact with a retry date","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","description":"[Required] ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 100,\r\n    \"retryDate\": \"2021-07-12T10:15:30+02:00\",\r\n    \"triesNumber\": 0,\r\n    \"customFields\": {\r\n        \"first_name\": \"Joe\",\r\n        \"last_name\": \"Blake\",\r\n        \"phone1\": \"33173034520\",\r\n        \"phone2\": \"33631235372\",\r\n        \"email_address\": \"joe.blake@gmail.com\",\r\n        \"address\": \"43 rue des lilas\",\r\n        \"city\": \"Rodez\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/{{campaignId}}/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 11 Jan 2021 09:54:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 34,\n    \"state\": \"processing_not_in_progress\",\n    \"comment\": null,\n    \"excluded\": false,\n    \"excludedDetail\": null,\n    \"priority\": 100,\n    \"retryDate\": \"2021-07-12T08:15:30Z\",\n    \"triesNumber\": 0,\n    \"wrapupId\": null,\n    \"agentId\": null,\n    \"agentName\": null,\n    \"assignedAgentId\": null,\n    \"assignedGroupId\": null,\n    \"duplicateContactIds\": [],\n    \"minCallingDate\": null,\n    \"maxCallingDate\": null,\n    \"lastCallTime\": null,\n    \"lastAttemptTime\": null,\n    \"minRetryDate\": null,\n    \"createdAt\": \"2021-06-21T09:54:32.713151Z\",\n    \"lastUpdatedAt\": \"2021-06-21T09:54:32.713149Z\",\n    \"contactCardDisplayNumber\": null,\n    \"daysOfWeek\": null,\n    \"currentPhoneName\": \"phone1\",\n    \"customFields\": {\n        \"first_name\": \"Joe\",\n        \"last_name\": \"Blake\",\n        \"phone1\": \"33173034520\",\n        \"phone2\": \"33631235372\",\n        \"email_address\": \"joe.blake@gmail.com\",\n        \"address\": \"43 rue des lilas\",\n        \"city\": \"Rodez\"\n    }\n}"}],"_postman_id":"1f332ed7-679a-4efb-b74d-9f5a4807f751"},{"name":"Update contact by Id","id":"4ca7e48e-0256-450c-9c4d-ade0617f9699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"excluded\": false,\r\n    \"priority\": 100,\r\n    \"wrapupId\": 18\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts/{{contactId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show contact information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>You can update some fields of the contact (the <code>contactId</code> has to be specified in the URL), at least one field is needed in your JSON request body.<br />The fields you can update are the one not read-only of the contacts, you will find the details below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Priority of the contact. If not filled, it will be set to the default priority set during the campaign creation.  <br /><strong>Example</strong>: 13</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether contact is excluded or not. If no valid phones are provided contact will be excluded. By default, this value is set to false if no error.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date for the next call scheduled for this contact. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Current number of tries. Will be set to 0 if the value is not provided.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Content of the last wrapup comment.  <br /><strong>Example</strong>: \"The customer needs a refund after the delay\"</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the last wrapup used.  <br /><strong>Example</strong>: 1256</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the last agent who handled this contact.  <br /><strong>Example</strong>: 923</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of agent assigned to handle this contact.  <br /><strong>Example</strong>: 456</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the group assigned to handle this contact. <strong>Do not use this field, it will be deprecated as it is not working properly.</strong>  <br /><strong>Example</strong>: 3456</td>\n</tr>\n<tr>\n<td>minCallingDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the minimum calling date (production start). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>maxCallingDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the maximum calling date (production end). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Phone number to be displayed to the contact with international format (with no plus). If not filled, the campaign settings for the displayed (with potentially regionalization) will be applied. (<strong>E.164 format</strong>)  <br /><strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use</strong> <em><strong>displayedPhoneId</strong></em> <strong>instead for regulation purposes.</strong>  <br /><strong>Example</strong>: \"33173034545\"</td>\n</tr>\n<tr>\n<td>minRetryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date-time before we do not call the contact, format ISO 8601. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-21T14:39:31Z\"</td>\n</tr>\n<tr>\n<td>daysOfWeek</td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>A JSON array that contains the different day(s) of the week where the contact can be called. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: [\"Monday\", \"Wednesday\", \"Friday\"]</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the calendar used for this contact. The planning &amp; the exceptions defined in the calendar will rules the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object of strings</td>\n<td>OPTIONAL</td>\n<td>A JSON object with custom fields as \"key\": \"value\" inside. All custom fields must be a string. Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>\"customFields\": { \"Last_Name\":\"Doe\", \"First_Name\":\"John\", \"Email_Address\":\"</code><a href=\"mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\" }</code>  <br />  <br />Note: that if you omit one of the custom fields in your PUT request, the value of that custom field will remain unchanged for the contact.  <br /><strong>Example</strong>: the below request body will only change the <em>Email_Address</em> custom field and leave all the other custom fields values unchanged.  <br /><code>\"customFields\": { \"Email_Address\":\"</code><a href=\"mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details updated in a JSON response body. Please see the data structure of a contact above for more information about the fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Wrong contact ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Contact does not exist\" , \"messageCode\" : \"error.contact.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}","contacts","{{contactId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b366ab78-1a1a-4e37-8c3c-ee29c0d70d34","name":"Update a contact by Id success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","description":"[Required] ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 100,\r\n    \"retryDate\": \"2021-07-12T10:15:30+02:00\",\r\n    \"triesNumber\": 0,\r\n    \"customFields\": {\r\n        \"first_name\": \"Joe\",\r\n        \"last_name\": \"Blake\",\r\n        \"phone1\": \"33173034520\",\r\n        \"phone2\": \"33631235372\",\r\n        \"email_address\": \"joe.blake@gmail.com\",\r\n        \"address\": \"43 rue des lilas\",\r\n        \"city\": \"Rodez\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/{{campaignId}}/contacts/{{contactId}}"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 11 Jan 2021 09:54:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 34,\n    \"state\": \"processing_not_in_progress\",\n    \"comment\": null,\n    \"excluded\": false,\n    \"excludedDetail\": null,\n    \"priority\": 100,\n    \"retryDate\": \"2021-07-12T08:15:30Z\",\n    \"triesNumber\": 0,\n    \"wrapupId\": null,\n    \"agentId\": null,\n    \"agentName\": null,\n    \"assignedAgentId\": null,\n    \"assignedGroupId\": null,\n    \"duplicateContactIds\": [],\n    \"minCallingDate\": null,\n    \"maxCallingDate\": null,\n    \"lastCallTime\": null,\n    \"lastAttemptTime\": null,\n    \"minRetryDate\": null,\n    \"createdAt\": \"2021-06-21T09:54:32.713151Z\",\n    \"lastUpdatedAt\": \"2021-06-21T09:54:32.713149Z\",\n    \"contactCardDisplayNumber\": null,\n    \"daysOfWeek\": null,\n    \"currentPhoneName\": \"phone1\",\n    \"customFields\": {\n        \"first_name\": \"Joe\",\n        \"last_name\": \"Blake\",\n        \"phone1\": \"33173034520\",\n        \"phone2\": \"33631235372\",\n        \"email_address\": \"joe.blake@gmail.com\",\n        \"address\": \"43 rue des lilas\",\n        \"city\": \"Rodez\"\n    }\n}"}],"_postman_id":"4ca7e48e-0256-450c-9c4d-ade0617f9699"},{"name":"Delete contact by Id","id":"1c9cfbea-2783-4f3b-802c-e83499c762a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","key":"Private-Token","type":"text","value":"{{privateToken}}"}],"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts/{{contactId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Remove a specific contact from the campaign. This action is permanent and can't be undone.</p>\n<p>Contacts in archived or deleted campaigns cannot be deleted.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the request is successful, the response body will be empty and the HTTP response code will be <strong>204 - No content</strong>.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are as described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>204</td>\n<td>Empty</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Wrong contact ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Contact does not exist\" , \"messageCode\" : \"error.contact.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Contact can not be removed cause it processed in an oingoing call</td>\n<td>409</td>\n<td><code>{\"message\" : \"Campaign contact is on a conversation\" ,\"messageCode\" : \"campaign.contact.inprogress\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}","contacts","{{contactId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f5715d0a-a1e0-4f8f-afe3-d8315f2e0d83","name":"Deletion of contact successful","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/3452/contacts/127"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Thu, 20 Aug 2020 13:16:01 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1c9cfbea-2783-4f3b-802c-e83499c762a7"},{"name":"Search contacts","id":"71b9b827-111a-427f-9203-18940a465e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","key":"Private-Token","type":"text","value":"{{privateToken}}"},{"key":"Content-Type","value":"application/json","description":"<p>[Required]</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n    \"pageable\":{\r\n        \"pageSize\": 100\r\n    },\r\n    \"query\":{\r\n        \"phones\":[\r\n\r\n        ],\r\n        \"customFieldConditions\":[\r\n\r\n        ]\r\n    }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts/search","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve contacts of a campaign based on some research criteria.</p>\n<p>The Search Contacts API is an advanced search API using a POST method with a JSON body. You can define filters to narrow your search results according to priorities, number of tries, state of exlusion, various dates, and of course also contact customs fields, such as his phones or any business fields.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of two parts: the <strong>pageable</strong> part and the <strong>query</strong> part.</p>\n<ul>\n<li>The <strong>pageable</strong> part is useful to organize the results and sort them if needed.</li>\n<li>The <strong>query</strong> part contains all the filters we want to apply to find specific contacts of the campaign.</li>\n</ul>\n<h3 id=\"pageable-part\">Pageable part</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Results page you want to retrieve.  <br /><em>Example</em>: 2</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>The number of records per page.  <br /><em>Example</em>: 50 (maximum value is 500 and the default value is 10 if this parameter is not used)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-part\">Query part</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignedAgentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Agent ID assigned to contact.  <br /><strong>Example</strong>: 76</td>\n</tr>\n<tr>\n<td>assignedGroupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Group ID assigned to contact. <strong>Do not use this field, it will be deprecated as it is not working properly.</strong>  <br /><strong>Example</strong>: 543</td>\n</tr>\n<tr>\n<td>contactIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>List of individual contact IDs.  <br /><strong>Example</strong>: [6,89,975]</td>\n</tr>\n<tr>\n<td>createdAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact created after. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>createdBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact created before. Datetime (ISO 8601)  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>customFieldConditions</td>\n<td>Array of Objects</td>\n<td>OPTIONAL</td>\n<td>Condition based on customs field(s) value(s). Contains three parts:  <br />- customFieldName  <br />- condition (Possible values: eq, notEq, lt, lte, gt, gte, startsWith, endsWith, notStartswith, notEndswith, contains, like, notContains)  <br />- value.  <br />Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>[`` ``{`` ``\"condition\": \"eq\",`` ``\"customFieldName\": \"Category\",`` ``\"value\": \"Silver\"`` ``}`` ``]</code></td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether contact is excluded.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludeCause</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>The reason of excluded contact.  <br />Possible values: noValidPhone, duplicate, bloctel, manualByAgent, manual, excludedByAdmin.  <br /><strong>Example</strong>:  <br /><code>[ \"manual\", \"noValidPhone\" ]</code></td>\n</tr>\n<tr>\n<td>agentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Agent ID of the agent who handled the contact last.  <br /><strong>Example</strong>: 98</td>\n</tr>\n<tr>\n<td>lastCallAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Last call to be made after this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastCallBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Last call to be made before this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastWrapupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>ID value of last wrapup.  <br /><strong>Example</strong>: 342</td>\n</tr>\n<tr>\n<td>maxPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Maximum priority value.  <br /><strong>Example</strong>: 12</td>\n</tr>\n<tr>\n<td>maxTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Maximum number of tries.  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>minPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Minimum priority value.  <br /><strong>Example</strong>: 1</td>\n</tr>\n<tr>\n<td>minTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Minimum number of tries.  <br /><strong>Example</strong>: 0</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Phone number(s) of the contact(s) to search for (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: [\"3312345678\",\"3312345678\"]</td>\n</tr>\n<tr>\n<td>minCallingDateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production start for the contact is set before this date. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>minCallingDateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production start for the contact is set after this date. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>maxCallingDateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production end for the contact is set before this date. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>maxCallingDateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production end for the contact is set after this date. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>retryAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Callback scheduled after this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Callback scheduled before this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryIsNull</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>If true is provided, only contacts without retry date will be returns.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>updateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact updated after. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>updateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact updated before. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>wrapupStatuses</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Last wrapup status.  <br />Possible values: new_contact, argued, arguedpositive, nonargued, tocall, unreachable, canceled.  <br /><strong>Example</strong>:  <br /><code>[`` ``\"tocall\",`` ``\"new_contact\"`` ``]</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 9 fields:</p>\n<ul>\n<li>content: an array that contains all the results, each object of the array contains the contact details (see the contact data structure above for more information about the fields).</li>\n<li>totalElements: an integer with the total number of contacts found so far (<strong>Please do not use this field for pagination and use</strong> <em><strong>first</strong></em> <strong>and</strong> <em><strong>last</strong></em> <strong>fields instead</strong>), 2 formulas are currently used:<ul>\n<li><strong>If we do not reach last page:</strong> <em>numberOfElements * number + 1</em></li>\n<li><strong>If we reach last page:</strong> <em>pageSize * (number - 1) + numberOfElements</em></li>\n</ul>\n</li>\n<li>totalPages: an integer that indicates the total number of pages so far (<em>currentPage + 1</em> except for last page). <strong>Please do not use this field for pagination and use</strong> <em><strong>first</strong></em> <strong>and</strong> <em><strong>last</strong></em> <strong>fields instead.</strong></li>\n<li>last: a boolean to indicate if this is the last page.</li>\n<li>first: a boolean to indicate if this is the first page.</li>\n<li>number: an integer that gives you the page number.</li>\n<li>empty: a boolean to indicate if the result is empty or not.</li>\n<li>numberOfElements: an integer with the total number of contacts on the current page.</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}","contacts","search"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"34cdf8aa-7baa-47c0-af60-0fa07b699a8a","name":"Search contacts matching one phone and customs fields conditions","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","value":"application/json","description":"[Required]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n    \"pageable\":{\r\n        \"pageSize\":100\r\n    },\r\n    \"query\":{\r\n        \"phones\":[\r\n            \"33679348347\"\r\n        ],\r\n        \"customFieldConditions\":[\r\n            {\r\n                \"condition\":\"eq\",\r\n                \"customFieldName\":\"Categorie\",\r\n                \"value\":\"Silver\"\r\n            }\r\n        ]\r\n    }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/3960/contacts/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Aug 2020 14:47:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"contactId\": 8,\n            \"state\": \"processing_not_in_progress\",\n            \"comment\": null,\n            \"excluded\": false,\n            \"excludedDetail\": null,\n            \"priority\": 10,\n            \"retryDate\": null,\n            \"triesNumber\": 0,\n            \"wrapupId\": null,\n            \"agentId\": null,\n            \"agentName\": null,\n            \"assignedAgentId\": null,\n            \"assignedGroupId\": null,\n            \"duplicateContactIds\": [],\n            \"minCallingDate\": null,\n            \"maxCallingDate\": null,\n            \"minCallingDateTime\": null, // Will be available in Q1 2023\n            \"maxCallingDateTime\": null, // Will be available in Q1 2023\n            \"lastCallTime\": null,\n            \"lastAttemptTime\": null,\n            \"minRetryDate\": null,\n            \"createdAt\": \"2021-05-27T09:36:07Z\",\n            \"lastUpdatedAt\": \"2021-05-27T09:36:07Z\",\n            \"createdBy\": \"admin1\",\n            \"updatedBy\": \"admin1\",\n            \"contactCardDisplayNumber\": null,\n            \"daysOfWeek\": null,\n            \"currentPhoneName\": \"Telephone_1\",\n            \"calendarId\": null,  \n            \"customFields\": {\n                \"First_Name\": \"Francois\",\n                \"Last_Name\": \"Verdier\",\n                \"Category\": \"Silver\",\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631235332\",\n                \"Email_Address\": \"francois.verdier@gmail.com\",\n                \"Address\": \"43 rue des Peupliers\",\n                \"City\": \"Poissy\"\n            },\n            \"phones\": {\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631235332\"\n            }\n        },\n        {\n            \"contactId\": 4,\n            \"state\": \"conv_not_queued\",\n            \"comment\": null,\n            \"excluded\": false,\n            \"excludedDetail\": null,\n            \"priority\": 12,\n            \"retryDate\": null,\n            \"triesNumber\": 8,\n            \"wrapupId\": null,\n            \"agentId\": 24520,\n            \"agentName\": \"f.dubois_agent\",\n            \"assignedAgentId\": null,\n            \"assignedGroupId\": null,\n            \"duplicateContactIds\": [],\n            \"minCallingDate\": null,\n            \"maxCallingDate\": null,\n            \"minCallingDatetime\": null, // Will be available in Q1 2023\n            \"maxCallingDatetime\": null, // Will be available in Q1 2023\n            \"lastCallTime\": null,\n            \"lastAttemptTime\": null,\n            \"minRetryDate\": null,\n            \"createdAt\": \"2021-05-27T09:36:07Z\",\n            \"lastUpdatedAt\": \"2021-05-27T09:36:07Z\",\n            \"createdBy\": \"admin1\",\n            \"updatedBy\": \"admin1\",\n            \"contactCardDisplayNumber\": null,\n            \"daysOfWeek\": null,\n            \"currentPhoneName\": \"Telephone_1\",\n            \"calendarId\": null,\n            \"customFields\": {\n                \"First_Name\": \"Severine\",\n                \"Last_Name\": \"Ionescu\",\n                \"Category\": \"Silver\",\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631634523\",\n                \"Email_Address\": \"s.ionescu@gmail.com\",\n                \"Address\": \"28 rue du grand chêne\",\n                \"City\": \"Argenteuil\"\n            },\n            \"phones\": {\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631634523\"\n            }\n        }\n    ],\n    \"number\": 1,\n    \"last\": true,\n    \"totalElements\": 2,\n    \"totalPages\": 1,\n    \"size\": 100,\n    \"first\": true,\n    \"numberOfElements\": 2,\n    \"empty\": false\n}"}],"_postman_id":"71b9b827-111a-427f-9203-18940a465e2f"},{"name":"Create a batch of contacts","id":"57cd46d8-d852-4dba-827a-151eeb82a89c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 5,\r\n    \"excluded\": false,\r\n    \"retryDate\": \"2021-12-31T10:15:30Z\",\r\n    \"triesNumber\": 0,\r\n    \"comment\": null,\r\n    \"wrapupId\": 66666,\r\n    \"agentId\": 11111,\r\n    \"assignedAgentId\": 11111,\r\n    \"assignedGroupId\": null,\r\n    \"minCallingDate\": \"2021-12-31\",\r\n    \"maxCallingDate\": \"2022-02-31\",\r\n    \"contactCardDisplayNumber\": \"33177777777\",\r\n    \"minRetryDate\": \"2021-12-31T10:15:30Z\",\r\n    \"daysOfWeek\": null,\r\n    \"calendarId\": null,\r\n    \"customFields\": [\r\n        {\r\n            \"phone\": \"33188888888\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contact-batch/create","description":"<h2 id=\"description\">Description</h2>\n<p>Create new contacts in the campaign.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The request body cannot add more than <strong>300 contacts</strong> in one request. If you need to upload more than this limitation, please use SFTP instead.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Priority of contacts. If not filled, it will be set to the default priority set during the campaign creation.  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Whether contacts are excluded or not. If no valid phones are provided contacts will be excluded. By default, this value is set to false if no error.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The date for the next call scheduled for contacts. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2021-12-31T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Current number of tries. Will be set to 0 if the value is not provided.  <br /><strong>Example</strong>: 0</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Wrapup comment. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: \"The contact was in his car.\"</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Wrapup ID contacts have to be put at their creation. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: 66666</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the last agent that handled a call with contacts. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: 11111</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of agent assigned to handle contacts.  <br /><strong>Example</strong>: 11111</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the group assigned to handle contacts. <strong>Do not use this field, it will be deprecated as it is not working properly.</strong>  <br /><strong>Example</strong>: 22222</td>\n</tr>\n<tr>\n<td>minCallingDate</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the minimum calling date (production start). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n<td></td>\n</tr>\n<tr>\n<td>maxCallingDate</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the maximum calling date (production end). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n<td></td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Phone number to be displayed to contacts with international format (with no plus). If not filled, the campaign settings for the displayed (with potentially regionalization) will be applied (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: \"33177777777\"</td>\n</tr>\n<tr>\n<td>minRetryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The datetime before we do not call contacts (ISO 8601). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2021-12-31T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>daysOfWeek</td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the different day(s) of the week where contacts can be called. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: [\"Monday\", \"Wednesday\", \"Friday\"]</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the calendar used for contacts. The planning and the exceptions defined in the calendar will rule the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Array</td>\n<td>MANDATORY</td>\n<td>Yes</td>\n<td>A JSON array that can contain multiple contacts. Each contact has to be in a specific object with its custom fields as \"key\": \"value\" inside. All custom fields must be a string. Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>\"customFields\": {`` ``\"Last_Name\":\"Doe\",`` ``\"First_Name\":\"John\",`` ``\"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\"`` ``}</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p><strong>Currently, this API returns nothing in case of success. The statements below will be the correct behavior in Q4 2022.</strong></p>\n<p>The endpoint returns the unique ID of the batch created (in a string called \"token\").<br />You can check the status of the batch with this batch ID with the endpoint \"GET batch result\" see below.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ok</td>\n<td>200</td>\n<td>Empty</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Request contains not valid parameter's values</td>\n<td>400</td>\n<td><code>{ \"errors\":[ { \"parameter\":\"triesNumber\", \"message\":\"must be less than or equal to 100\", \"messageCode\":\"javax.validation.constraints.Max.message\" } ] }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}","contact-batch","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bcd509c7-a9c6-478a-8e43-a07d5f23ad64","name":"Contacts created with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","description":"[Required] ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 5,\r\n    \"excluded\": false,\r\n    \"retryDate\": \"2021-12-31T10:15:30Z\",\r\n    \"triesNumber\": 0,\r\n    \"comment\": null,\r\n    \"wrapupId\": 66666,\r\n    \"agentId\": 11111,\r\n    \"assignedAgentId\": 11111,\r\n    \"assignedGroupId\": null,\r\n    \"minCallingDate\": \"2021-12-31\",\r\n    \"maxCallingDate\": \"2022-02-31\",\r\n    \"contactCardDisplayNumber\": \"33177777777\",\r\n    \"minRetryDate\": \"2021-12-31T10:15:30Z\",\r\n    \"daysOfWeek\": null,\r\n    \"calendarId\": null,\r\n    \"customFields\": [\r\n        {\r\n            \"phone\": \"33188888888\",\r\n            \"country\": null,\r\n            \"surname\": \"Louis1\",\r\n            \"name\": \"Dupont1\"\r\n        },\r\n        {\r\n            \"phone\": \"33166666666\",\r\n            \"country\": \"France\",\r\n            \"surname\": \"Louis2\",\r\n            \"name\": \"Dupont2\"\r\n        },\r\n        {\r\n            \"phone\": \"33177777777\",\r\n            \"country\": \"Italy\",\r\n            \"surname\": \"Louis3\",\r\n            \"name\": \"Dupont3\"\r\n        },\r\n        {\r\n            \"phone\": \"33199999999\",\r\n            \"country\": \"UK\",\r\n            \"surname\": \"Louis4\",\r\n            \"name\": \"Dupont4\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/1234/contact-batch/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 11 Jan 2021 09:54:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"token\": \"88874456-b133-47c0-bf45-c978da586660\" // Will be available in Q4 2022\r\n}"}],"_postman_id":"57cd46d8-d852-4dba-827a-151eeb82a89c"},{"name":"Update a batch of contacts","id":"bee401c4-11e0-4bc7-b384-07430da79558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","key":"Private-Token","type":"text","value":"{{privateToken}}"},{"key":"Content-Type","value":"application/json","description":"<p>[Required]</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": {\r\n    \"createdAfter\": \"2017-07-10T12:15:02Z\"\r\n  },\r\n    \"data\": {\r\n    \"excluded\": false,\r\n    \"triesNumber\": 1,\r\n    \"daysOfWeek\": [\"Saturday\",\"Sunday\"]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contact-batch/update","description":"<h2 id=\"description\">Description</h2>\n<p>Update a batch of contacts.</p>\n<p>The update batch of contacts API is an advanced mass update API using a POST method with a JSON body.</p>\n<p>You can update a list of contacts with common specified values. It will select a list of contacts based on the query part of the request body, and set values specified in the data part. Query part of the request contains query parameters that are AND-ed together to narrow down the list of contacts to update. When the update request for a campaign is submitted, subsequent requests for batch modification will be rejected until this request is processed.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of two parts: the <strong>query</strong> part and the <strong>data</strong> part.</p>\n<ul>\n<li>The <strong>query</strong> section is the part concerning the research made to match some contacts.</li>\n<li>The <strong>data</strong> is needed to update the contact(s) to apply the change you want to all the contacts found.</li>\n</ul>\n<h3 id=\"query-part\">Query part</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignedAgentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Agent ID assigned to contact.  <br /><strong>Example</strong>: 76</td>\n</tr>\n<tr>\n<td>assignedGroupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Group ID assigned to contact. <strong>Do not use this field, it will be deprecated as it is not working properly.</strong>  <br /><strong>Example</strong>: 543</td>\n</tr>\n<tr>\n<td>contactIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>List of individual contact IDs.  <br /><strong>Example</strong>: [6,89,975]</td>\n</tr>\n<tr>\n<td>createdAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact created after. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>createdBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact created before. Datetime (ISO 8601)  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>customFieldConditions</td>\n<td>Array of Objects</td>\n<td>OPTIONAL</td>\n<td>Condition based on customs field(s) value(s). Contains three parts:  <br />- customFieldName  <br />- condition (Possible values: eq, notEq, lt, lte, gt, gte, startsWith, endsWith, notStartswith, notEndswith, contains, like, notContains)  <br />- value.  <br />Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>[`` ``{`` ``\"condition\": \"eq\",`` ``\"customFieldName\": \"Category\",`` ``\"value\": \"Silver\"`` ``}`` ``]</code></td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether contact is excluded.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludeCause</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The reason of excluded contact.  <br />Possible values: noValidPhone, duplicate, bloctel, manualByAgent, manual, excludedByAdmin.  <br /><strong>Example</strong>: \"noValidPhone\"</td>\n</tr>\n<tr>\n<td>agentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Agent ID of the agent who handled the contact last.  <br /><strong>Example</strong>: 98</td>\n</tr>\n<tr>\n<td>lastCallAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Last call to be made after this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastCallBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Last call to be made before this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastWrapupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>ID value of last wrapup.  <br /><strong>Example</strong>: 342</td>\n</tr>\n<tr>\n<td>maxPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Maximum priority value.  <br /><strong>Example</strong>: 12</td>\n</tr>\n<tr>\n<td>maxTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Maximum number of tries.  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>minPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Minimum priority value.  <br /><strong>Example</strong>: 1</td>\n</tr>\n<tr>\n<td>minTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Minimum number of tries.  <br /><strong>Example</strong>: 0</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Phone number(s) of the contact(s) to search for (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: [\"3312345678\",\"3312345678\"]</td>\n</tr>\n<tr>\n<td>minCallingDateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production start for the contact is set before this date. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>minCallingDateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production start for the contact is set after this date. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>maxCallingDateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production end for the contact is set before this date. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>maxCallingDateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production end for the contact is set after this date. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>retryAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Callback scheduled after this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Callback scheduled before this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryIsNull</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>If true is provided, only contacts without retry date will be returns.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>updateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact updated after. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>updateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact updated before. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>wrapupStatuses</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Last wrapup status.  <br />Possible values: new_contact, argued, arguedpositive, nonargued, tocall, unreachable, canceled.  <br /><strong>Example</strong>:  <br /><code>[`` ``\"tocall\",`` ``\"new_contact\"`` ``]</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"data-part\">Data part</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Priority of the contact. If not filled, it will be set to the default priority set during the campaign creation.  <br /><strong>Example</strong>: 13</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date for the next call scheduled for this contact. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Current number of tries. Will be set to 0 if the value is not provided.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether contact is excluded or not. If no valid phones are provided contact will be excluded. By default, this value is set to false if no error.  <br /><strong>Example</strong>: \"false\"</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>The Id of the last agent who handled this contact.  <br /><strong>Example</strong>: 46</td>\n</tr>\n<tr>\n<td>lastWrapupId</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>Wrapup to be set for those contacts.  <br /><strong>Example</strong>: 18</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of agent assigned to handle this contact.  <br /><strong>Example</strong>: 456</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>ID of the group assigned to handle this contact.  <br /><strong>Example</strong>: 3456</td>\n</tr>\n<tr>\n<td>minCallingDate</td>\n<td>String</td>\n<td>Optional</td>\n<td>The date of the minimum calling date (production start). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>maxCallingDate</td>\n<td>String</td>\n<td>Optional</td>\n<td>The date of the maximum calling date (production end). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Phone number to be displayed to the contact with international format (with no plus). If not filled, the campaign settings for the displayed (with potentially regionalization) will be applied.  <br /><strong>Example</strong>: \"33173034545\"</td>\n</tr>\n<tr>\n<td>daysOfWeek</td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>A JSON array that contains the diffeent day(s) of the week where the contact should be called. If not filled, the contact can be called any day of the week.  <br /><strong>Example</strong>: [\"Monday\", \"Wednesday\", \"Friday\"]</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the calendar used for this contact. The planning &amp; the exceptions defined in the calendar will rules the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object of strings</td>\n<td>OPTIONAL</td>\n<td>A JSON object with custom fields as \"key\": \"value\" inside. All custom fields must be a string.  <br /><strong>Example</strong>:  <br /><code>\"customFields\": {`` ``\"Last_Name\":\"Doe\",`` ``\"First_Name\":\"John\", \"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\"`` ``}</code>  <br />  <br />Note: that if you omit one of the custom fields in your PUT request, the value of that custom field will remain unchanged for the contact.  <br /><strong>Example</strong>: the below request body will only change the <em>Email_Address</em> custom field and leave all the other custom fields values unchanged.  <br /><code>\"customFields\": { \"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\"`` ``}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>⚠️ All unexistent fields (wrong spelling) added to the \"query\" part are discarded. If all the fields are discarded, only the campaignId is used to filter therefore all contacts are affected by the update.</p>\n<p>⚠️ Please be aware that you CANNOT update <code>phones</code> via this API (because it will automatically create duplicated contacts). Please use the normal update API to update the phone number(s) of a contact.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the unique ID of the batch created (in a string called \"token\").<br />You can check the status of the batch with this batch ID with the endpoint \"GET batch result\" see below.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with the batch ID.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The request body is empty or with wrong data format.</td>\n<td>400</td>\n<td><code>{ \"message\"\" : \"Bad request format\" , \"messageCode\" : \"exception.request.bad.format\"}</code></td>\n</tr>\n<tr>\n<td>Couldn’t register task cause other batch task is ongoing for this campaign.</td>\n<td>409</td>\n<td><code>{ \"message\"\" : \"The task to modify the contacts was already executed for this campaign.\" , \"messageCode\" : \"error.contacts.modify.job.busy\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}","contact-batch","update"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e000ce37-fd78-41be-9615-23f232ff04e4","name":"Update a batch of contacts success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","description":"[Required] ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"query\": {\r\n        \"createdAfter\": \"2021-07-10T12:15:02Z\"\r\n    },\r\n    \"data\": {\r\n        \"priority\": 15,\r\n        \"retryDate\": \"2021-07-12T10:15:30+02:00\",\r\n        \"triesNumber\": 0,\r\n        \"customFields\": {\r\n            \"address\": \"47 rue des lilas\",\r\n            \"city\": \"Rodez\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/{{campaignId}}/contact-batch/update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 11 Jan 2021 09:54:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"88874456-b133-47c0-bf45-c978da586660\"\n}"}],"_postman_id":"bee401c4-11e0-4bc7-b384-07430da79558"},{"name":"Delete a batch of contacts","id":"a69af4d6-83be-4cf0-98ad-2f5ead6b781a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","key":"Private-Token","type":"text","value":"{{privateToken}}"},{"description":"<p>[Required]</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"contactIds\": [234, 34, 9],\r\n    \"minTries\": 3,\r\n    \"maxTries\": 7\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contact-batch/delete","description":"<h2 id=\"description\">Description</h2>\n<p>Delete multiple contacts in a specific campaign.</p>\n<p>The update batch of contacts API is an advanced mass delete API using a POST method with a JSON body.</p>\n<p>You can delete a list of contacts with common specified values. It will select a list of contacts based on the query part of the request body, and delete them. Query part of the request contains query parameters that are AND-ed together to narrow down the list of contacts to update. When the update request for a campaign is submitted, subsequent requests for batch modification will be rejected until this request is processed.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of one part to filter the contact(s) to be deleted.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignedAgentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Agent ID assigned to contact.  <br /><strong>Example</strong>: 76</td>\n</tr>\n<tr>\n<td>assignedGroupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Group ID assigned to contact. <strong>Do not use this field, it will be deprecated as it is not working properly.</strong>  <br /><strong>Example</strong>: 543</td>\n</tr>\n<tr>\n<td>contactIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>List of individual contact IDs.  <br /><strong>Example</strong>: [6,89,975]</td>\n</tr>\n<tr>\n<td>createdAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact created after. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>createdBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact created before. Datetime (ISO 8601)  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>customFieldConditions</td>\n<td>Array of Objects</td>\n<td>OPTIONAL</td>\n<td>Condition based on customs field(s) value(s). Contains three parts:  <br />- customFieldName  <br />- condition (Possible values: eq, notEq, lt, lte, gt, gte, startsWith, endsWith, notStartswith, notEndswith, contains, like, notContains)  <br />- value.  <br />Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>[`` ``{`` ``\"condition\": \"eq\",`` ``\"customFieldName\": \"Category\",`` ``\"value\": \"Silver\"`` ``}`` ``]</code></td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether contact is excluded.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludeCause</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The reason of exclude contact.  <br />Possible values: noValidPhone, duplicate, bloctel, manualByAgent, manual, excludedByAdmin.  <br /><strong>Example</strong>: \"noValidPhone\"</td>\n</tr>\n<tr>\n<td>agentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Agent ID of the agent who handled the contact last.  <br /><strong>Example</strong>: 98</td>\n</tr>\n<tr>\n<td>lastCallAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Last call to be made after this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastCallBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Last call to be made before this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastWrapupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>ID value of last wrapup.  <br /><strong>Example</strong>: 342</td>\n</tr>\n<tr>\n<td>maxPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Maximum priority value.  <br /><strong>Example</strong>: 12</td>\n</tr>\n<tr>\n<td>maxTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Maximum number of tries.  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>minPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Minimum priority value.  <br /><strong>Example</strong>: 1</td>\n</tr>\n<tr>\n<td>minTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Minimum number of tries.  <br /><strong>Example</strong>: 0</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Phone number(s) of the contact(s) to search for (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: [\"3312345678\",\"3312345678\"]</td>\n</tr>\n<tr>\n<td>minCallingDateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production start for the contact is set before this date. If not set, the field is <em>null</em>. <strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use ISO 8601 (YYYY-MM-DDTHH:mm:ssZ) format instead for security purposes.</strong>  <br /><strong>Example</strong>: \"2020-12-14\" (soon \"2020-12-14T12:55:18Z\")</td>\n</tr>\n<tr>\n<td>minCallingDateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production start for the contact is set after this date. If not set, the field is <em>null</em>. <strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use ISO 8601 (YYYY-MM-DDTHH:mm:ssZ) format instead for security purposes.</strong>  <br /><strong>Example</strong>: \"2020-12-14\" (soon \"2020-12-14T12:55:18Z\")</td>\n</tr>\n<tr>\n<td>maxCallingDateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production end for the contact is set before this date. If not set, the field is <em>null</em>. <strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use ISO 8601 (YYYY-MM-DDTHH:mm:ssZ) format instead for security purposes.</strong>  <br /><strong>Example</strong>: \"2020-12-14\" (soon \"2020-12-14T12:55:18Z\")</td>\n</tr>\n<tr>\n<td>maxCallingDateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The production end for the contact is set after this date. If not set, the field is <em>null</em>. <strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use ISO 8601 (YYYY-MM-DDTHH:mm:ssZ) format instead for security purposes.</strong>  <br /><strong>Example</strong>: \"2020-12-14\" (soon \"2020-12-14T12:55:18Z\")</td>\n</tr>\n<tr>\n<td>retryAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Callback scheduled after this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Callback scheduled before this time. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryIsNull</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>If true is provided, only contacts without retry date will be returns.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>updateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact updated after. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>updateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Contact updated before. Datetime (ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>wrapupStatuses</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Last wrapup status.  <br />Possible values: new_contact, argued, arguedpositive, nonargued, tocall, unreachable, canceled.  <br /><strong>Example</strong>:  <br /><code>[`` ``\"tocall\",`` ``\"new_contact\"`` ``]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>⚠️ All unexistent fields (wrong spelling) added to the request body are discarded. If all the fields are discarded, only the campaignId is used to filter therefore all contacts are affected by the delete.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the unique ID of the batch created (in a string called \"token\").<br />You can check the status of the batch with this batch ID with the endpoint \"GET batch result\" see below.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The request body is empty or with wrong data format.</td>\n<td>400</td>\n<td><code>{ \"message\"\" : \"Bad request format\" , \"messageCode\" : \"exception.request.bad.format\"}</code></td>\n</tr>\n<tr>\n<td>Couldn’t register task cause other batch task is ongoing for this campaign.</td>\n<td>409</td>\n<td><code>{ \"message\"\" : \"The task to modify the contacts was already executed for this campaign.\" , \"messageCode\" : \"error.contacts.modify.job.busy\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}","contact-batch","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ef9a31ac-ecc3-445b-a61c-34adc81480e6","name":"Delete a batch of contacts between two # of tries","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"description":"[Required]","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"contactIds\": [234, 34, 9],\r\n    \"minTries\": 3,\r\n    \"maxTries\": 7\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/4569/contact-batch/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Sep 2020 09:24:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"a0237df7-76bf-407b-bb1f-4b193563b102\"\n}"}],"_postman_id":"a69af4d6-83be-4cf0-98ad-2f5ead6b781a"},{"name":"Get batch result","id":"0087f139-d3b4-4467-9665-42441efc8968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/voice/campaigns/contact-batch/status/{{batchId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Get the result of a batch that has completed processing by sending a GET request.<br />You have to replace <em>{{batchId}}</em> with the unique ID (token) returned by your mass-update or your mass-delete.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns these JSON elements in the response body.<br />The table below indicates the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the batch. Possible values: ACCEPTED (initial status), IN_PROGRESS (when the batch request is still pending), COMPLETED (when the batch request is finished and in success), FAILED (when the batch request has failed)</td>\n</tr>\n<tr>\n<td>modifiedElementsCount</td>\n<td>Integer</td>\n<td>Number of contacts modified with the query</td>\n</tr>\n<tr>\n<td>failed</td>\n<td>Array of integers</td>\n<td>ID of the contacts eligible to the query but not modified</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Object</td>\n<td>Contains reasons of exclusions and IDs of contacts excluded during the batch. Reasons can be: noValidPhone</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the batch</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong batch ID provided</td>\n<td>404</td>\n<td><code>{ \"message\": \"Job with provided token does not exist\", \"messageCode\": \"error.job.with.token.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","contact-batch","status","{{batchId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"169952b2-4eb4-49b6-a4fc-ab4de9a840a5","name":"Batch completed with no error","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/contact-batch/status/2011471d-4e34-43b0-9f0d-993ce9db77ca"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 21 Aug 2020 14:56:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"COMPLETED\",\n    \"modifiedElementsCount\": 273,\n    \"failed\": [],\n    \"excluded\": {\n        \"noValidPhone\": [\n            23,\n            65\n        ]\n    }\n}"}],"_postman_id":"0087f139-d3b4-4467-9665-42441efc8968"}],"id":"f1b36f97-14bf-43bd-91ab-54d699633753","description":"<h2 id=\"data-structure-for-contacts\">Data structure for contacts</h2>\n<p>Contacts are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contactId</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>The ID of the contact created in the context of the campaign.  <br /><strong>Example</strong>: 3974</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Yes</td>\n<td>The current state of the contact created.  <br />Possible values: processing_not_in_progress and processing_in_progress.  <br /><strong>Example</strong>: \"processing_not_in_progress\"</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>No</td>\n<td>Content of the last wrapup comment. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"The client told me he did not receive one of his order\"</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>No</td>\n<td>Contact exclude state.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludedDetail</td>\n<td>String</td>\n<td>Yes</td>\n<td>Details about the reason for the exclusion.  <br />Possible values: noValidPhone, duplicate, bloctel, manualByAgent, manual, excludedByAdmin). If the contact is not excluded, the field is <em>null</em>.  <br /><strong>Example</strong>: \"manual\"</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>No</td>\n<td>Priority of the contact in the context of the campaign. If not filled during the contact's creation it will be the default priority set during the campaign creation.  <br /><strong>Example</strong>: 10</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>No</td>\n<td>The date-time scheduled for the next call for this contact, format ISO 8601. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-23T15:00:00Z\".</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>No</td>\n<td>Current number of call attempts (&gt;=0). This field can't be <em>null</em>.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>No</td>\n<td>ID of the last wrapup used. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 4563</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>No</td>\n<td>ID of the last agent who handled this contact. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 543</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>No</td>\n<td>Id of agent assigned to handle this contact. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 276</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n<td>No</td>\n<td>Id of the group assigned to handle this contact. If not set, the field is <em>null</em>. <strong>Do not use this field, it will be deprecated as it is not working properly.</strong>  <br /><strong>Example</strong>: 29</td>\n</tr>\n<tr>\n<td>duplicateContactIds</td>\n<td>Array of integers</td>\n<td>Yes</td>\n<td>List of contacts ids that are duplicated by this contact.  <br /><strong>Example</strong>: []</td>\n</tr>\n<tr>\n<td>minCallingDate</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the minimum calling date (production start). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>maxCallingDate</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the maximum calling date (production end). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14\"</td>\n</tr>\n<tr>\n<td>lastCallTime</td>\n<td>String</td>\n<td>Yes</td>\n<td>Date time of last call, format ISO 8601. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>lastAttemptTime</td>\n<td>String</td>\n<td>Yes</td>\n<td>Date time of last attempt (possibly no call made), format ISO 8601. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>minRetryDate</td>\n<td>String</td>\n<td>No</td>\n<td>The date-time before we do not call the contact, format ISO 8601. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-21T14:39:31Z\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the contact.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the contact. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the contact.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the contact. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>No</td>\n<td>Phone number to be displayed to the contact (<strong>E.164 format</strong>). If this field is not filled (<em>null</em>), the campaign settings (with regionalization possibly) applied. Be aware that french mobile phone numbers cannot be used in campaigns and will be skipped if used in this property.  <br /><strong>Example</strong>: \"33173034520\"</td>\n</tr>\n<tr>\n<td>currentPhoneName</td>\n<td>String</td>\n<td>No</td>\n<td>The name of the phone field, among the phone fields possible, that will be called next.  <br />Possible values: only the custom fields of the campaign which are phone fields.  <br /><strong>Example</strong>: \"phone1\"</td>\n</tr>\n<tr>\n<td>daysOfWeek</td>\n<td>Array of strings</td>\n<td>No</td>\n<td>A JSON array that contains the different day(s) of the week where the contact should be called. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: [\"Monday\", \"Wednesday\", \"Friday\"]</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>No</td>\n<td>ID of the calendar used for this contact. The planning &amp; the exceptions defined in the calendar will rules the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>No</td>\n<td>A JSON object with custom fields as key:value inside.  <br />Values can only be strings.</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Object</td>\n<td>No</td>\n<td>A JSON object with phones fields as key:value inside. (<strong>E.164 format</strong>)</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f1b36f97-14bf-43bd-91ab-54d699633753"},{"name":"V2","item":[{"name":"Get contact by Id","id":"63c8b405-d41f-41f8-a8c9-7291c3145b75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v2/voice/campaigns/{{campaignId}}/contacts/{{contactId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show contact information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Wrong contact ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Contact does not exist\" , \"messageCode\" : \"error.contact.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","{{campaignId}}","contacts","{{contactId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"31e65037-9388-4001-a912-801a771846db","name":"Show a new contact never called","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details."}],"url":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/1111/contacts/23"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 19 Aug 2020 16:45:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123456,\n    \"campaignId\": 1111,\n    \"contactId\": 23,\n    \"state\": \"processing_not_in_progress\",\n    \"comment\": null,\n    \"excluded\": false,\n    \"excludedDetail\": null,\n    \"priority\": 10,\n    \"retryDate\": null,\n    \"triesNumber\": 0,\n    \"wrapupId\": null,\n    \"agentId\": null,\n    \"agentName\": null,\n    \"assignedAgentId\": null,\n    \"assignedGroupId\": null,\n    \"assignedAgentExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n    \"assignedGroupExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n    \"duplicateContactIds\": [],\n    \"minCallingDateTime\": null,\n    \"maxCallingDateTime\": null,\n    \"lastCallTime\": null,\n    \"lastAttemptTime\": null,\n    \"lastAgentId\": 12345, // Will be available soon\n    \"lastCallerType\": \"agent\", // Will be available soon\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"contactCardDisplayNumber\": null,\n    \"region\": 123,\n    \"displayedNumberIds\": [\"33123456789\"], // Will be available soon\n    \"currentPhoneName\": \"Telephone_1\",\n    \"calendarId\": 42,\n    \"customFields\": {\n        \"First_Name\": \"Louis\",\n        \"Last_Name\": \"Dupont\",\n        \"Category\": \"Gold\",\n        \"Telephone_1\": \"33123456789\",\n        \"Telephone_2\": \"33612345678\",\n        \"Email_Address\": \"louis.dupont@gmail.com\"\n    },\n    \"phones\": {\n        \"Telephone_1\": \"33123456789\",\n        \"Telephone_2\": \"33612345678\"\n    },\n    \"purgeDate\": \"2024-12-01\" // Will be available soon\n}"}],"_postman_id":"63c8b405-d41f-41f8-a8c9-7291c3145b75"},{"name":"Create a contact","id":"09b46cb8-36de-4b35-b02a-a8d1469b43bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 100,\r\n    \"retryDate\": \"2017-12-31T10:15:30Z\",\r\n    \"triesNumber\": 0,\r\n    \"customFields\": {\r\n        \"First_Name\": \"Joe\",\r\n        \"Last_Name\": \"Blake\",\r\n        \"Category\": \"Gold\",\r\n        \"Telephone_1\": \"33173034520\",\r\n        \"Telephone_2\": \"33631235372\",\r\n        \"Email_Address\": \"joe.blake@gmail.com\",\r\n        \"Address\": \"43 rue des lilas\",\r\n        \"City\": \"Rodez\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v2/voice/campaigns/{{campaignId}}/contacts?priorityMode=false","description":"<h2 id=\"description\">Description</h2>\n<p>Create a new contact in the campaign.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priorityMode</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether <em>New contact priority mode</em> is taken into account from campaign setup or not. If <em>true</em>, we will apply the same logic describe in our <a href=\"https://support.diabolocom.com/en/support/solutions/articles/12000067458-voice-outbound-call-campaigns\">documentation</a> depending <em>Relative</em> or <em>Absolute</em> mode. If <em>false</em>, we will always set default campaign priority (10). By default, the priority mode is <em>false</em>. If you set <em>priority</em> in the body, then all your contacts will have this priority.  <br /><strong>Example</strong>: ?priorityMode=false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Priority of the contact. If not filled, it will be set to the default priority set during the campaign creation.  <br /><strong>Example</strong>: 13</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether contact is excluded or not. If no valid phones are provided contact will be excluded. By default, this value is set to false if no error.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date for the next call scheduled for this contact. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Current number of tries. Will be set to 0 if the value is not provided.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Wrapup comment. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: \"The contact was in his car.\"</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Wrapup ID the contact has to be put at its creation. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: 11111</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the last agent that handled a call with this contact. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: 456</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of agent assigned to handle this contact. If not set, the field is <em>null</em>. It can only be the ID of an agent assigned to the campaign.  <br /><strong>Example</strong>: 456</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Id of group assigned to handle this contact. If not set, the field is <em>null</em>. It can only be the ID of a group assigned to the campaign.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>). Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>). Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>minCallingDateTime</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the minimum calling date (production start). If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14\" (soon \"2020-12-14T12:55:18Z\")</td>\n</tr>\n<tr>\n<td>maxCallingDateTime</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the maximum calling date (production end). If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14\" (soon \"2020-12-14T12:55:18Z\")</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Phone number to be displayed to the contact with international format (with no plus). If not filled, the campaign settings for the displayed (with potentially regionalization) will be applied. (<strong>E.164 format</strong>).  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for manual outbound calls, the request will result in a 400 error.</strong> You don't need to have this number added in the list of your campaign's displayed phone numbers to use it here.  <br /><strong>Example</strong>: \"33176490490\"</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the calendar used for this contact. The planning &amp; the exceptions defined in the calendar will rules the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object of strings</td>\n<td>MANDATORY</td>\n<td>A JSON object with custom fields as \"key\": \"value\" inside. All custom fields must be a string. Phone numbers msut be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>\"customFields\": { \"Last_Name\":\"Doe\", \"First_Name\":\"John\", \"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\" }</code></td>\n</tr>\n<tr>\n<td>region</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>An option to choose if a specific displayed number (following mapping configured in the campaign) must be used.  <br /><strong>Example:</strong> 123</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>If the contact creation is successful, the information of the contact created is returned (see above the full data structure of a contact if needed).</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the contact just created</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Request contains not valid parameter's values</td>\n<td>400</td>\n<td><code>{ \"errors\":[ { \"parameter\":\"triesNumber\", \"message\":\"must be less than or equal to 100\", \"messageCode\":\"javax.validation.constraints.Max.message\" } ] }</code></td>\n</tr>\n<tr>\n<td>The used Displayed Phone Number is not validated or is not accepted for manual outbound calls.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\":\"displayPhoneNumber\",\"message\": \"displayPhoneNumber has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code>  <br />OR  <br /><code>{\"errors\" : [{\"parameter\":\"displayPhoneName\",\"message\": \"displayPhoneName has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","{{campaignId}}","contacts"],"host":["{{baseUrl}}"],"query":[{"key":"priorityMode","value":"false"}],"variable":[]}},"response":[{"id":"e55c5ac4-8c53-45df-8d1c-0d01854ce8b3","name":"Create a contact with a retry date","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details."},{"key":"Content-Type","value":"application/json","description":"[Required] "}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 100,\r\n    \"retryDate\": \"2021-07-12T10:15:30+02:00\",\r\n    \"triesNumber\": 0,\r\n    \"customFields\": {\r\n        \"First_Name\": \"Louis\",\r\n        \"Last_Name\": \"Dupont\",\r\n        \"Category\": \"Gold\",\r\n        \"Telephone_1\": \"33123456789\",\r\n        \"Telephone_2\": \"33612345678\",\r\n        \"Email_Address\": \"louis.dupont@gmail.com\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/1111/contacts?priorityMode=false","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v2","voice","campaigns","1111","contacts"],"query":[{"key":"priorityMode","value":"false"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 11 Jan 2021 09:54:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123456,\n    \"campaignId\": 1111,\n    \"contactId\": 23,\n    \"state\": \"processing_not_in_progress\",\n    \"comment\": null,\n    \"excluded\": false,\n    \"excludedDetail\": null,\n    \"priority\": 100,\n    \"retryDate\": \"2021-07-12T10:15:30+02:00\",\n    \"triesNumber\": 0,\n    \"wrapupId\": null,\n    \"agentId\": null,\n    \"agentName\": null,\n    \"assignedAgentId\": null,\n    \"assignedGroupId\": null,\n    \"assignedAgentExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n    \"assignedGroupExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n    \"duplicateContactIds\": [],\n    \"minCallingDateTime\": null,\n    \"maxCallingDateTime\": null,\n    \"lastCallTime\": null,\n    \"lastAttemptTime\": null,\n    \"lastAgentId\": 12345, // Will be available soon\n    \"lastCallerType\": \"agent\", // Will be available soon\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"contactCardDisplayNumber\": null,\n    \"region\": 123,\n    \"currentPhoneName\": \"Telephone_1\",\n    \"calendarId\": 42,\n    \"customFields\": {\n        \"First_Name\": \"Louis\",\n        \"Last_Name\": \"Dupont\",\n        \"Category\": \"Gold\",\n        \"Telephone_1\": \"33123456789\",\n        \"Telephone_2\": \"33612345678\",\n        \"Email_Address\": \"louis.dupont@gmail.com\"\n    },\n    \"phones\": {\n        \"Telephone_1\": \"33123456789\",\n        \"Telephone_2\": \"33612345678\"\n    }\n}"}],"_postman_id":"09b46cb8-36de-4b35-b02a-a8d1469b43bb"},{"name":"Update contact by Id","id":"82c20b1e-e0e9-4a1c-afff-b9d432f5b1e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"excluded\": false,\r\n    \"priority\": 100,\r\n    \"wrapupId\": 18\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v2/voice/campaigns/{{campaignId}}/contacts/{{contactId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show contact information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>You can update some fields of the contact (the <code>contactId</code> has to be specified in the URL), at least one field is needed in your JSON request body.<br />The fields you can update are the one not read-only of the contacts, you will find the details below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Priority of the contact. If not filled, it will be set to the default priority set during the campaign creation.  <br /><strong>Example</strong>: 13</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether contact is excluded or not. If no valid phones are provided contact will be excluded. By default, this value is set to false if no error.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date for the next call scheduled for this contact. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Current number of tries. Will be set to 0 if the value is not provided.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Content of the last wrapup comment.  <br /><strong>Example</strong>: \"The customer needs a refund after the delay\"</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the last wrapup used.  <br /><strong>Example</strong>: 1256</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the last agent who handled this contact.  <br /><strong>Example</strong>: 923</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Id of agent assigned to handle this contact. If not set, the field is <em>null</em>. It can only be the ID of an agent assigned to the campaign.  <br /><strong>Example</strong>: 456</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Id of group assigned to handle this contact. If not set, the field is <em>null</em>. It can only be the ID of a group assigned to the campaign.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>). Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>). Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>minCallingDateTime</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the minimum calling date (production start). If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTime</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the maximum calling date (production end). If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Phone number to be displayed to the contact with international format (with no plus). If not filled, the campaign settings for the displayed (with potentially regionalization) will be applied. (<strong>E.164 format</strong>).  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for manual outbound calls, the request will result in a 400 error.</strong> You don't need to have this number added in the list of your campaign's displayed phone numbers to use it here.  <br /><strong>Example</strong>: \"33176490490\"</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the calendar used for this contact. The planning &amp; the exceptions defined in the calendar will rules the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>regionalizationCode</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>The region code to enforce the regionalized displayed phone number to be used for this contact. If not set the field is <em>null</em>. <strong>Will be available soon.</strong>  <br /><strong>Example:</strong> 3</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object of strings</td>\n<td>OPTIONAL</td>\n<td>A JSON object with custom fields as \"key\": \"value\" inside. All custom fields must be a string. Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>\"customFields\": { \"Last_Name\":\"Doe\", \"First_Name\":\"John\", \"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\" }</code>  <br />  <br />Note: that if you omit one of the custom fields in your PUT request, the value of that custom field will remain unchanged for the contact.  <br /><strong>Example</strong>: the below request body will only change the <em>Email_Address</em> custom field and leave all the other custom fields values unchanged.  <br /><code>\"customFields\": { \"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\" }</code></td>\n</tr>\n<tr>\n<td>region</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>An option to choose if a specific displayed number (following mapping configured in the campaign) must be used.  <br /><strong>Example:</strong> 123</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details updated in a JSON response body. Please see the data structure of a contact above for more information about the fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Wrong contact ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Contact does not exist\" , \"messageCode\" : \"error.contact.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The used Displayed Phone Number is not validated or is not accepted for manual outbound calls.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\":\"displayPhoneNumber\",\"message\": \"displayPhoneNumber has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code>  <br />OR  <br /><code>{\"errors\" : [{\"parameter\":\"displayPhoneName\",\"message\": \"displayPhoneName has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","{{campaignId}}","contacts","{{contactId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d280039c-8cf0-4e1c-a96e-f35d03cc1f3f","name":"Update a contact by Id success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details."},{"key":"Content-Type","value":"application/json","description":"[Required] "}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 100,\r\n    \"retryDate\": \"2021-07-12T10:15:30+02:00\",\r\n    \"triesNumber\": 0,\r\n    \"customFields\": {\r\n        \"First_Name\": \"Louis\",\r\n        \"Last_Name\": \"Dupont\",\r\n        \"Category\": \"Gold\",\r\n        \"Telephone_1\": \"33123456789\",\r\n        \"Telephone_2\": \"33612345678\",\r\n        \"Email_Address\": \"louis.dupont@gmail.com\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/1111/contacts/23"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 11 Jan 2021 09:54:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123456,\n    \"campaignId\": 1111,\n    \"contactId\": 23,\n    \"state\": \"processing_not_in_progress\",\n    \"comment\": null,\n    \"excluded\": false,\n    \"excludedDetail\": null,\n    \"priority\": 100,\n    \"retryDate\": \"2021-07-12T10:15:30+02:00\",\n    \"triesNumber\": 0,\n    \"wrapupId\": null,\n    \"agentId\": null,\n    \"agentName\": null,\n    \"assignedAgentId\": null,\n    \"assignedGroupId\": null,\n    \"assignedAgentExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n    \"assignedGroupExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n    \"duplicateContactIds\": [],\n    \"minCallingDateTime\": null,\n    \"maxCallingDateTime\": null,\n    \"lastCallTime\": null,\n    \"lastAttemptTime\": null,\n    \"lastAgentId\": 12345, // Will be available soon\n    \"lastCallerType\": \"agent\", // Will be available soon\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"contactCardDisplayNumber\": null,\n    \"currentPhoneName\": \"Telephone_1\",\n    \"calendarId\": 42,\n    \"customFields\": {\n        \"First_Name\": \"Louis\",\n        \"Last_Name\": \"Dupont\",\n        \"Category\": \"Gold\",\n        \"Telephone_1\": \"33123456789\",\n        \"Telephone_2\": \"33612345678\",\n        \"Email_Address\": \"louis.dupont@gmail.com\"\n    },\n    \"phones\": {\n        \"Telephone_1\": \"33123456789\",\n        \"Telephone_2\": \"33612345678\"\n    }\n}"}],"_postman_id":"82c20b1e-e0e9-4a1c-afff-b9d432f5b1e0"},{"name":"Delete contact by Id","id":"ddfec9dc-731c-43cf-81d6-d9d718327e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v2/voice/campaigns/{{campaignId}}/contacts/{{contactId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Remove a specific contact from the campaign. This action is permanent and can't be undone.</p>\n<p>Contacts in archived or deleted campaigns cannot be deleted.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the request is successful, the response body will be empty and the HTTP response code will be <strong>204 - No content</strong>.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are as described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>204</td>\n<td>Empty</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Wrong contact ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Contact does not exist\" , \"messageCode\" : \"error.contact.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Contact can not be removed cause it processed in an oingoing call</td>\n<td>409</td>\n<td><code>{\"message\" : \"Campaign contact is on a conversation\" ,\"messageCode\" : \"campaign.contact.inprogress\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","{{campaignId}}","contacts","{{contactId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b7f1a2b2-85ed-44b7-8538-694fbcece8df","name":"Deletion of contact successful","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/3452/contacts/127"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Thu, 20 Aug 2020 13:16:01 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ddfec9dc-731c-43cf-81d6-d9d718327e58"},{"name":"Search contacts","id":"6646f0b3-9bf3-452a-84f2-ff29fffa007b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required]</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\r\n    \"pageable\":{\r\n        \"pageSize\": 100\r\n    },\r\n    \"query\":{\r\n        \"phones\":[\r\n\r\n        ],\r\n        \"customFieldConditions\":[\r\n\r\n        ]\r\n    }\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v2/voice/campaigns/{{campaignId}}/contacts/search","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve contacts of a campaign based on some research criteria.</p>\n<p>The Search Contacts API is an advanced search API using a POST method with a JSON body. You can define filters to narrow your search results according to priorities, number of tries, state of exlusion, various dates, and of course also contact customs fields, such as his phones or any business fields.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of two parts: the <strong>pageable</strong> part and the <strong>query</strong> part.</p>\n<ul>\n<li><p>The <strong>pageable</strong> part is useful to organize the results and sort them if needed.</p>\n</li>\n<li><p>The <strong>query</strong> part contains all the filters we want to apply to find specific contacts of the campaign.</p>\n</li>\n</ul>\n<h3 id=\"pageable-part\">Pageable part</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Results page you want to retrieve.  <br /><em>Example</em>: 2</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>The number of records per page.  <br /><em>Example</em>: 50 (maximum value is 500 and the default value is 10 if this parameter is not used)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-part\">Query part</h3>\n<p>Most of the fields can be nullable but only a few of them can be used as a filter, meaning if you put <em>null</em> to a filter where \"Null as filter\" is \"Yes\", then all contacts with this property being empty will be queried.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Null as filter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignedAgentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Agent ID assigned to contact. Max 500 elements  <br /><strong>Example</strong>: [76]</td>\n</tr>\n<tr>\n<td>assignedGroupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Group ID assigned to contact. Max 500 elements  <br /><strong>Example</strong>: [1234]</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>) is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>) is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>) is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>) is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>contactIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>List of individual contact IDs.  <br /><strong>Example</strong>: [6,89,975]</td>\n</tr>\n<tr>\n<td>createdAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact created after. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>createdBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact created before. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>customFieldConditions</td>\n<td>Array of Objects</td>\n<td>OPTIONAL</td>\n<td>Yes, but only after <em>value</em> and for conditions <em>eq</em> and <em>notEq</em></td>\n<td>Condition based on customs field(s) value(s). Contains three parts:  <br />- customFieldName  <br />- condition (Possible values: eq, notEq, lt, lte, gt, gte, startsWith, endsWith, notStartswith, notEndswith, contains, like, notContains)  <br />- value.  <br />Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>[`` ``{`` ``\"condition\": \"eq\",`` ``\"customFieldName\": \"Category\",`` ``\"value\": \"Silver\"`` ``}`` ``]</code> Max 500 elements</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Whether contact is excluded.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludedCause</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The reason of excluded contact.  <br />Possible values: noValidPhone, duplicate, bloctel, manualByAgent, manual, excludedByAdmin.  <br /><strong>Example</strong>: \"noValidPhone\"</td>\n</tr>\n<tr>\n<td>agentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Agent ID of the agent who handled the contact last. Max 500 elements  <br /><strong>Example</strong>: 98</td>\n</tr>\n<tr>\n<td>lastCallAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Last call to be made after this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastCallBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Last call to be made before this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastAgentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the last agent that had an interaction witht hat contact. <em>Will be available soon</em> Max 500 elements  <br /><strong>Example</strong>: [12345]</td>\n</tr>\n<tr>\n<td>lastCallerType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Defines who initiated the call, it can be one of the following values: contact, agent, system.  <br /><strong>Example</strong>: \"contact\"</td>\n<td></td>\n</tr>\n<tr>\n<td>lastWrapupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID value of last wrapup. Max 500 elements  <br /><strong>Example</strong>: 342</td>\n</tr>\n<tr>\n<td>maxPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum priority value.  <br /><strong>Example</strong>: 12</td>\n</tr>\n<tr>\n<td>maxTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum number of tries.  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>minPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Minimum priority value.  <br /><strong>Example</strong>: 1</td>\n</tr>\n<tr>\n<td>minTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Minimum number of tries.  <br /><strong>Example</strong>: 0</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Phone number(s) of the contact(s) to search for (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: [\"3312345678\",\"3312345678\"]</td>\n</tr>\n<tr>\n<td>minCallingDateTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production start for the contact is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>minCallingDateTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production start for the contact is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production end for the contact is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production end for the contact is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>retryAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Callback scheduled after this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Callback scheduled before this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryIsNull</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>If true is provided, only contacts without retry date will be returns.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>updateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact updated after. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>updateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact updated before. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>wrapupStatuses</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Last wrapup status.  <br />Possible values: new_contact, argued, arguedpositive, nonargued, tocall, unreachable, canceled. Max 500 elements  <br /><strong>Example</strong>:  <br /><code>[`` ``\"tocall\",`` ``\"new_contact\"`` ``]</code></td>\n</tr>\n<tr>\n<td>regions</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>List of regions to choose specific displayed number (following mapping configured in the campaign). Max 500 elements  <br /><strong>Example:</strong> [123, 456]</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 9 fields:</p>\n<ul>\n<li><p>content: an array that contains all the results, each object of the array contains the contact details (see the contact data structure above for more information about the fields).</p>\n</li>\n<li><p>totalElements: an integer with the total number of contacts found so far (<strong>Please do not use this field for pagination and use</strong> <em><strong>first</strong></em> <strong>and</strong> <em><strong>last</strong></em> <strong>fields instead</strong>), 2 formulas are currently used:</p>\n<ul>\n<li><p><strong>If we do not reach last page:</strong> <em>numberOfElements * number + 1</em></p>\n</li>\n<li><p><strong>If we reach last page:</strong> <em>pageSize * (number - 1) + numberOfElements</em></p>\n</li>\n</ul>\n</li>\n<li><p>totalPages: an integer that indicates the total number of pages so far (<em>currentPage + 1</em> except for last page). <strong>Please do not use this field for pagination and use</strong> <em><strong>first</strong></em> <strong>and</strong> <em><strong>last</strong></em> <strong>fields instead.</strong></p>\n</li>\n<li><p>last: a boolean to indicate if this is the last page.</p>\n</li>\n<li><p>first: a boolean to indicate if this is the first page.</p>\n</li>\n<li><p>number: an integer that gives you the page number.</p>\n</li>\n<li><p>empty: a boolean to indicate if the result is empty or not.</p>\n</li>\n<li><p>numberOfElements: an integer with the total number of contacts on the current page.</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","{{campaignId}}","contacts","search"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a07bd796-053c-43d8-bbef-c747ff403300","name":"Search contacts matching one phone and customs fields conditions","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details."},{"key":"Content-Type","value":"application/json","description":"[Required]"}],"body":{"mode":"raw","raw":"{\r\n    \"pageable\": {\r\n        \"pageSize\": 100\r\n    },\r\n    \"query\": {\r\n        \"phones\": [\r\n            \"33679348347\"\r\n        ],\r\n        \"customFieldConditions\": [\r\n            {\r\n                \"condition\": \"eq\",\r\n                \"customFieldName\": \"Categorie\",\r\n                \"value\": \"Silver\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/3960/contacts/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Aug 2020 14:47:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 123456,\n            \"contactId\": 8,\n            \"campaignId\": 3960,\n            \"state\": \"processing_not_in_progress\",\n            \"comment\": null,\n            \"excluded\": false,\n            \"excludedDetail\": null,\n            \"priority\": 10,\n            \"retryDate\": null,\n            \"triesNumber\": 0,\n            \"wrapupId\": null,\n            \"agentId\": null,\n            \"assignedAgentId\": null,\n            \"assignedGroupId\": null,\n            \"assignedAgentExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"assignedGroupExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"duplicateContactIds\": [],\n            \"minCallingDateTime\": null,\n            \"maxCallingDateTime\": null,\n            \"lastCallTime\": null,\n            \"lastAttemptTime\": null,\n            \"lastAgentId\": 12345, // Will be available soon\n            \"lastCallerType\": \"agent\", // Will be available soon\n            \"createdAt\": \"2021-05-27T09:36:07Z\",\n            \"lastUpdatedAt\": \"2021-05-27T09:36:07Z\",\n            \"createdBy\": \"admin1\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"contactCardDisplayNumber\": null,\n            \"currentPhoneName\": \"Telephone_1\",\n            \"calendarId\": null,  \n            \"customFields\": {\n                \"First_Name\": \"Francois\",\n                \"Last_Name\": \"Verdier\",\n                \"Category\": \"Silver\",\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631235332\",\n                \"Email_Address\": \"francois.verdier@gmail.com\",\n                \"Address\": \"43 rue des Peupliers\",\n                \"City\": \"Poissy\"\n            },\n            \"phones\": {\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631235332\"\n            }\n        },\n        {\n            \"id\": 123489,\n            \"contactId\": 12,\n            \"campaignId\": 3960,\n            \"state\": \"conv_not_queued\",\n            \"comment\": null,\n            \"excluded\": false,\n            \"excludedDetail\": null,\n            \"priority\": 12,\n            \"retryDate\": null,\n            \"triesNumber\": 8,\n            \"wrapupId\": null,\n            \"agentId\": 24520,\n            \"assignedAgentId\": null,\n            \"assignedGroupId\": null,\n            \"assignedAgentExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"assignedGroupExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"duplicateContactIds\": [],\n            \"minCallingDatetime\": null,\n            \"maxCallingDatetime\": null,\n            \"lastCallTime\": null,\n            \"lastAttemptTime\": null,\n            \"lastAgentId\": 12345, // Will be available soon\n            \"createdAt\": \"2021-05-27T09:36:07Z\",\n            \"lastUpdatedAt\": \"2021-05-27T09:36:07Z\",\n            \"createdBy\": \"admin1\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"contactCardDisplayNumber\": null,\n            \"currentPhoneName\": \"Telephone_1\",\n            \"calendarId\": null,\n            \"customFields\": {\n                \"First_Name\": \"Severine\",\n                \"Last_Name\": \"Ionescu\",\n                \"Category\": \"Silver\",\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631634523\",\n                \"Email_Address\": \"s.ionescu@gmail.com\",\n                \"Address\": \"28 rue du grand chêne\",\n                \"City\": \"Argenteuil\"\n            },\n            \"phones\": {\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631634523\"\n            }\n        }\n    ],\n    \"number\": 1,\n    \"last\": true,\n    \"totalElements\": 2,\n    \"totalPages\": 1,\n    \"size\": 100,\n    \"first\": true,\n    \"numberOfElements\": 2,\n    \"empty\": false\n}"}],"_postman_id":"6646f0b3-9bf3-452a-84f2-ff29fffa007b"},{"name":"Search contacts by phone","id":"5d716d2d-0dbf-4f3f-bd6d-5fc3104c3dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required]</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"campaignIds\": [\r\n        1111,\r\n        2222\r\n    ],\r\n    \"phones\": [\r\n        \"33123456789\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v2/voice/campaigns/contacts/search/by-phone?fromId=1234&limit=100","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve contacts in several campaigns based on phone numbers.</p>\n<p>The Search Contacts by phone API is an advanced search API using a POST method with a JSON body. You can define filters to narrow your search results.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID (field <em>id</em> not <em>contactId</em>). If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 100).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>100</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>100</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>campaignIds</td>\n<td>Array of Integers</td>\n<td>OPTIONAL</td>\n<td>IDs of the campaigns you want to narrow your search. If not present or <em>null</em>, the system will search over all campaigns in your account.  <br /><strong>Example</strong>: [1111, 2222]</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Phone number(s) of the contact(s) to search for (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: [\"3312345678\",\"3312345678\"]</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>contacts</em>: an array that contains all the results, each object of the array contains the contact details (see the contact data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","contacts","search","by-phone"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"1234"},{"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"e07dc495-d432-4316-b1c2-d6e807f03c8f","name":"Search contacts matching one phone and customs fields conditions","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details."},{"key":"Content-Type","value":"application/json","description":"[Required]"}],"body":{"mode":"raw","raw":"{\r\n    \"campaignIds\": [\r\n        1111,\r\n        2222\r\n    ],\r\n    \"phones\": [\r\n        \"33123456789\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/contacts/search/by-phone?fromId=1234&limit=100","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v2","voice","campaigns","contacts","search","by-phone"],"query":[{"key":"fromId","value":"1234"},{"key":"limit","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Aug 2020 14:47:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"contacts\": [\n        {\n            \"id\": 1234,\n            \"campaignId\": 1111,\n            \"contactId\": 23,\n            \"state\": \"processing_not_in_progress\",\n            \"comment\": null,\n            \"excluded\": false,\n            \"excludedDetail\": null,\n            \"priority\": 10,\n            \"retryDate\": null,\n            \"triesNumber\": 0,\n            \"wrapupId\": null,\n            \"agentId\": null,\n            \"agentName\": null,\n            \"assignedAgentId\": null,\n            \"assignedGroupId\": null,\n            \"assignedAgentExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"assignedGroupExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"duplicateContactIds\": [],\n            \"minCallingDateTime\": null,\n            \"maxCallingDateTime\": null,\n            \"lastCallTime\": null,\n            \"lastAttemptTime\": null,\n            \"lastAgentId\": 12345, // Will be available soon\n            \"lastCallerType\": \"agent\", // Will be available soon\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n            \"contactCardDisplayNumber\": null,\n            \"region\": 123,\n            \"currentPhoneName\": \"Telephone_1\",\n            \"calendarId\": 42,\n            \"customFields\": {\n            \"First_Name\": \"Louis\",\n            \"Last_Name\": \"Dupont\",\n            \"Category\": \"Gold\",\n            \"Telephone_1\": \"33123456789\",\n            \"Telephone_2\": \"33612345678\",\n            \"Email_Address\": \"louis.dupont@gmail.com\"\n            },\n            \"phones\": {\n                \"Telephone_1\": \"33123456789\",\n                \"Telephone_2\": \"33612345678\"\n            }\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/contacts/search-by-phone?fromId=1234&limit=100\"\n}"}],"_postman_id":"5d716d2d-0dbf-4f3f-bd6d-5fc3104c3dfb"},{"name":"Search contacts by dates","id":"523bb7d9-661e-4973-9943-9649fa2b192b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v2/voice/campaigns/{{campaignId}}/contacts/search/by-date?fromId=123456&fromDate=2021-05-27T09:30:00Z&toDate=2021-05-27T09:40:00Z&dateField=lastUpdatedAt&limit=500","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve contacts in a campaign based on a datetime field.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=123456</td>\n</tr>\n<tr>\n<td>fromDate</td>\n<td>Datetime</td>\n<td>MANDATORY</td>\n<td>This is a filter to define the start datetime you want to search contacts in (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). This field is mandatory, if not set you will get a 400 BAD REQUEST error.  <br /><strong>Example</strong>: ?fromDate=2021-05-27T09:30:00Z</td>\n</tr>\n<tr>\n<td>toDate</td>\n<td>Datetime</td>\n<td>OPTIONAL</td>\n<td>This is a filter to define the end datetime you want to search contacts in (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: ?toDate=2021-05-27T09:40:00Z</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 500).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n<tr>\n<td>dateField</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow to filter on a specific field. By default and for the moment, there is only one value available: <em>lastUpdatedAt</em>.  <br /><strong>Example</strong>: ?dateField=lastUpdatedAt</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>500</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill:</p>\n<ul>\n<li><p><code>fromId</code> with the last record ID found</p>\n</li>\n<li><p><code>limit</code> with the limit you used in your previous request.</p>\n</li>\n<li><p><code>fromDate</code> with the last record datetime found</p>\n</li>\n<li><p><code>toDate</code> with the same datetime you used in your request (if you were using that filter, else it will not be used)</p>\n</li>\n</ul>\n<p>The next page will show the next <strong>500</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by the <code>sortDate</code> query parameter.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>contacts</em>: an array that contains all the results, each object of the array contains the contact details (see the contact data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"POST\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","{{campaignId}}","contacts","search","by-date"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"123456"},{"key":"fromDate","value":"2021-05-27T09:30:00Z"},{"key":"toDate","value":"2021-05-27T09:40:00Z"},{"key":"dateField","value":"lastUpdatedAt"},{"key":"limit","value":"500"}],"variable":[]}},"response":[{"id":"4e136857-f674-4c8f-8cd7-61e73008d5f5","name":"Search contacts in update dates range","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details."},{"key":"Content-Type","value":"application/json","description":"[Required]"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/3960/contacts/search/by-date?fromId=123456&fromDate=2021-05-27T09:30:00Z&toDate=2021-05-27T09:40:00Z&limit=500","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v2","voice","campaigns","3960","contacts","search","by-date"],"query":[{"key":"fromId","value":"123456"},{"key":"fromDate","value":"2021-05-27T09:30:00Z"},{"key":"toDate","value":"2021-05-27T09:40:00Z"},{"key":"dateField","value":"lastUpdatedAt","disabled":true},{"key":"limit","value":"500"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Aug 2020 14:47:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"contacts\": [\n        {\n            \"id\": 123456,\n            \"contactId\": 8,\n            \"campaignId\": 3960,\n            \"state\": \"processing_not_in_progress\",\n            \"comment\": null,\n            \"excluded\": false,\n            \"excludedDetail\": null,\n            \"priority\": 10,\n            \"retryDate\": null,\n            \"triesNumber\": 0,\n            \"wrapupId\": null,\n            \"agentId\": null,\n            \"assignedAgentId\": null,\n            \"assignedGroupId\": null,\n            \"assignedAgentExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"assignedGroupExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"duplicateContactIds\": [],\n            \"minCallingDateTime\": null,\n            \"maxCallingDateTime\": null,\n            \"lastCallTime\": null,\n            \"lastAttemptTime\": null,\n            \"lastAgentId\": 12345, // Will be available soon\n            \"lastCallerType\": \"agent\", // Will be available soon\n            \"createdAt\": \"2021-05-27T09:36:07Z\",\n            \"lastUpdatedAt\": \"2021-05-27T09:36:07Z\",\n            \"createdBy\": \"admin1\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"contactCardDisplayNumber\": null,\n            \"region\": 123,\n            \"currentPhoneName\": \"Telephone_1\",\n            \"calendarId\": null,  \n            \"customFields\": {\n                \"First_Name\": \"Francois\",\n                \"Last_Name\": \"Verdier\",\n                \"Category\": \"Silver\",\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631235332\",\n                \"Email_Address\": \"francois.verdier@gmail.com\",\n                \"Address\": \"43 rue des Peupliers\",\n                \"City\": \"Poissy\"\n            },\n            \"phones\": {\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631235332\"\n            }\n        },\n        {\n            \"id\": 567890,\n            \"contactId\": 12,\n            \"campaignId\": 3960,\n            \"state\": \"conv_not_queued\",\n            \"comment\": null,\n            \"excluded\": false,\n            \"excludedDetail\": null,\n            \"priority\": 12,\n            \"retryDate\": null,\n            \"triesNumber\": 8,\n            \"wrapupId\": null,\n            \"agentId\": 24520,\n            \"assignedAgentId\": null,\n            \"assignedGroupId\": null,\n            \"assignedAgentExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"assignedGroupExpirationTime\": \"2022-11-01T16:52:54Z\", // Will be available soon\n            \"duplicateContactIds\": [],\n            \"minCallingDatetime\": null,\n            \"maxCallingDatetime\": null,\n            \"lastCallTime\": null,\n            \"lastAttemptTime\": null,\n            \"createdAt\": \"2021-05-27T09:36:07Z\",\n            \"lastUpdatedAt\": \"2021-05-27T09:38:24Z\",\n            \"createdBy\": \"admin1\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"contactCardDisplayNumber\": null,\n            \"region\": null,\n            \"displayedNumberIds\": null, // Will be available soon\n            \"currentPhoneName\": \"Telephone_1\",\n            \"calendarId\": null,\n            \"customFields\": {\n                \"First_Name\": \"Severine\",\n                \"Last_Name\": \"Ionescu\",\n                \"Category\": \"Silver\",\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631634523\",\n                \"Email_Address\": \"s.ionescu@gmail.com\",\n                \"Address\": \"28 rue du grand chêne\",\n                \"City\": \"Argenteuil\"\n            },\n            \"phones\": {\n                \"Telephone_1\": \"33679348347\",\n                \"Telephone_2\": \"33631634523\"\n            }\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/3960/contacts/search/by-date?fromId=567890&fromDate=2021-05-27T09:38:24Z&toDate=2021-05-27T09:40:00Z&limit=500\"\n}"}],"_postman_id":"523bb7d9-661e-4973-9943-9649fa2b192b"},{"name":"Create a batch of contacts","id":"12b96d49-dd2b-4ee8-92fa-659341528a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 5,\r\n    \"excluded\": false,\r\n    \"retryDate\": \"2021-12-31T10:15:30Z\",\r\n    \"triesNumber\": 0,\r\n    \"comment\": null,\r\n    \"wrapupId\": 66666,\r\n    \"agentId\": 11111,\r\n    \"assignedAgentId\": 11111,\r\n    \"assignedGroupId\": null,\r\n    \"minCallingDate\": \"2021-12-31\",\r\n    \"maxCallingDate\": \"2022-02-31\",\r\n    \"contactCardDisplayNumber\": \"33177777777\",\r\n    \"minRetryDate\": \"2021-12-31T10:15:30Z\",\r\n    \"daysOfWeek\": null,\r\n    \"calendarId\": null,\r\n    \"customFields\": [\r\n        {\r\n            \"phone\": \"33188888888\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v2/voice/campaigns/{{campaignId}}/contact-batch/create?priorityMode=false","description":"<h2 id=\"description\">Description</h2>\n<p>Create new contacts in the campaign.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priorityMode</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether <em>New contact priority mode</em> is taken into account from campaign setup or not. If <em>true</em>, we will apply the same logic describe in our <a href=\"https://support.diabolocom.com/en/support/solutions/articles/12000067458-voice-outbound-call-campaigns\">documentation</a> depending <em>Relative</em> or <em>Absolute</em> mode. If <em>false</em>, we will always set default campaign priority (10). By default, the priority mode is <em>false</em>. If you set <em>priority</em> in the body, then all your contacts will have this priority.  <br /><strong>Example</strong>: ?priorityMode=false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request body</h2>\n<p>The request body cannot add more than <strong>300 contacts</strong> in one request. If you need to upload more than this limitation, please use SFTP instead.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Priority of contacts. If not filled, it will be set to the default priority set during the campaign creation.  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Whether contacts are excluded or not. If no valid phones are provided contacts will be excluded. By default, this value is set to false if no error.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The date for the next call scheduled for contacts. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2021-12-31T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Current number of tries. Will be set to 0 if the value is not provided.  <br /><strong>Example</strong>: 0</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Wrapup comment. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: \"The contact was in his car.\"</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Wrapup ID contacts have to be put at their creation. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: 66666</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the last agent that handled a call with contacts. Will be set to <em>null</em> if the value is not provided.  <br /><strong>Example</strong>: 11111</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of agent assigned to handle contacts.  <br /><strong>Example</strong>: 11111</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of group assigned to handle contacts.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>). Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>). Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>minCallingDateTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The date of the minimum calling date (production start). If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The date of the maximum calling date (production end). If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Phone number to be displayed to contacts with international format (with no plus). If not filled, the campaign settings for the displayed (with potentially regionalization) will be applied (<strong>E.164 format</strong>).  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for manual outbound calls, the request will result in a 400 error.</strong> You don't need to have this number added in the list of your campaign's displayed phone numbers to use it here.  <br /><strong>Example</strong>: \"33176490490\"</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the calendar used for contacts. The planning and the exceptions defined in the calendar will rule the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Array</td>\n<td>MANDATORY</td>\n<td>Yes</td>\n<td>A JSON array that can contain multiple contacts. Each contact has to be in a specific object with its custom fields as \"key\": \"value\" inside. All custom fields must be a string. Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>\"customFields\": {`` ``\"Last_Name\":\"Doe\",`` ``\"First_Name\":\"John\",`` ``\"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\"`` ``}</code></td>\n</tr>\n<tr>\n<td>purgeDateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Purge before this date. <strong>Will be available soon.</strong>  <br /><strong>Example</strong>: 2024-12-01</td>\n</tr>\n<tr>\n<td>purgeDateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Purge before this date. <strong>Will be available soon.</strong>  <br /><strong>Example</strong>: 2024-12-01</td>\n</tr>\n<tr>\n<td>region</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>An option to choose if a specific displayed number (following mapping configured in the campaign) must be used.  <br /><strong>Example:</strong> 123</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the unique ID of the batch created (in a string called \"token\").<br />You can check the status of the batch with this batch ID with the endpoint \"GET batch result\" see below.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ok</td>\n<td>200</td>\n<td>Empty</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>Request contains not valid parameter's values</td>\n<td>400</td>\n<td><code>{ \"errors\":[ { \"parameter\":\"triesNumber\", \"message\":\"must be less than or equal to 100\", \"messageCode\":\"javax.validation.constraints.Max.message\" } ] }</code></td>\n</tr>\n<tr>\n<td>The used Displayed Phone Number is not validated or is not accepted for manual outbound calls.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\":\"displayPhoneNumber\",\"message\": \"displayPhoneNumber has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code>  <br />OR  <br /><code>{\"errors\" : [{\"parameter\":\"displayPhoneName\",\"message\": \"displayPhoneName has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","{{campaignId}}","contact-batch","create"],"host":["{{baseUrl}}"],"query":[{"key":"priorityMode","value":"false"}],"variable":[]}},"response":[{"id":"074f9f63-63d3-4a58-b800-72c7f6ac5903","name":"Contacts created with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","description":"[Required] ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"priority\": 5,\r\n    \"excluded\": false,\r\n    \"retryDate\": \"2021-12-31T10:15:30Z\",\r\n    \"triesNumber\": 0,\r\n    \"comment\": null,\r\n    \"wrapupId\": 66666,\r\n    \"agentId\": 11111,\r\n    \"assignedAgentId\": 11111,\r\n    \"minCallingDateTime\": \"2021-12-31T13:00:00Z\",\r\n    \"maxCallingDateTime\": \"2022-02-31T13:00:00Z\",\r\n    \"contactCardDisplayNumber\": \"33177777777\",\r\n    \"calendarId\": null,\r\n    \"customFields\": [\r\n        {\r\n            \"phone\": \"33188888888\",\r\n            \"country\": null,\r\n            \"surname\": \"Louis1\",\r\n            \"name\": \"Dupont1\"\r\n        },\r\n        {\r\n            \"phone\": \"33166666666\",\r\n            \"country\": \"France\",\r\n            \"surname\": \"Louis2\",\r\n            \"name\": \"Dupont2\"\r\n        },\r\n        {\r\n            \"phone\": \"33177777777\",\r\n            \"country\": \"Italy\",\r\n            \"surname\": \"Louis3\",\r\n            \"name\": \"Dupont3\"\r\n        },\r\n        {\r\n            \"phone\": \"33199999999\",\r\n            \"country\": \"UK\",\r\n            \"surname\": \"Louis4\",\r\n            \"name\": \"Dupont4\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/1111/contact-batch/create?priorityMode=false","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v2","voice","campaigns","1111","contact-batch","create"],"query":[{"key":"priorityMode","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 11 Jan 2021 09:54:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"token\": \"88874456-b133-47c0-bf45-c978da586660\"\r\n}"}],"_postman_id":"12b96d49-dd2b-4ee8-92fa-659341528a9a"},{"name":"Update a batch of contacts","id":"f9e20ea6-dde0-4dac-9109-88cebc156b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required]</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"query\": {\r\n    \"createdAfter\": \"2017-07-10T12:15:02Z\"\r\n  },\r\n    \"data\": {\r\n    \"excluded\": false,\r\n    \"triesNumber\": 1,\r\n    \"daysOfWeek\": [\"Saturday\",\"Sunday\"]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v2/voice/campaigns/{{campaignId}}/contact-batch/update","description":"<h2 id=\"description\">Description</h2>\n<p>Update a batch of contacts.</p>\n<p>The update batch of contacts API is an advanced mass update API using a POST method with a JSON body.</p>\n<p>You can update a list of contacts with common specified values. It will select a list of contacts based on the query part of the request body, and set values specified in the data part. Query part of the request contains query parameters that are AND-ed together to narrow down the list of contacts to update. When the update request for a campaign is submitted, subsequent requests for batch modification will be rejected until this request is processed.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of two parts: the <strong>query</strong> part and the <strong>data</strong> part.</p>\n<ul>\n<li><p>The <strong>query</strong> section is the part concerning the research made to match some contacts.</p>\n</li>\n<li><p>The <strong>data</strong> is needed to update the contact(s) to apply the change you want to all the contacts found.</p>\n</li>\n</ul>\n<h3 id=\"query-part\">Query part</h3>\n<p>Most of the fields can be nullable but only a few of them can be used as a filter, meaning if you put <em>null</em> to a filter where \"Null as filter\" is \"Yes\", then all contacts with this property being empty will be queried.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Null as filter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignedAgentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Agent ID assigned to contact. Max 500 elements  <br /><strong>Example</strong>: 76</td>\n</tr>\n<tr>\n<td>assignedGroupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Group ID assigned to contact. Max 500 elements  <br /><strong>Example</strong>: [1234]</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>) is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>) is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>) is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>) is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>contactIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>List of individual contact IDs.  <br /><strong>Example</strong>: [6,89,975]</td>\n</tr>\n<tr>\n<td>createdAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact created after. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>createdBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact created before. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>customFieldConditions</td>\n<td>Array of Objects</td>\n<td>OPTIONAL</td>\n<td>Yes, but only after <em>value</em> and for conditions <em>eq</em> and <em>notEq</em></td>\n<td>Condition based on customs field(s) value(s). Contains three parts:  <br />- customFieldName  <br />- condition (Possible values: eq, notEq, lt, lte, gt, gte, startsWith, endsWith, notStartswith, notEndswith, contains, like, notContains)  <br />- value.  <br />Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>[`` ``{`` ``\"condition\": \"eq\",`` ``\"customFieldName\": \"Category\",`` ``\"value\": \"Silver\"`` ``}`` ``]</code> Max 500 elements</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Whether contact is excluded.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludedCause</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The reason of excluded contact.  <br />Possible values: noValidPhone, duplicate, bloctel, manualByAgent, manual, excludedByAdmin.  <br /><strong>Example</strong>: \"noValidPhone\"</td>\n</tr>\n<tr>\n<td>agentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Agent ID of the agent who handled the contact last. Max 500 elements  <br /><strong>Example</strong>: 98</td>\n</tr>\n<tr>\n<td>lastCallAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Last call to be made after this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastCallBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Last call to be made before this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastAgentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the last agent that had an interaction witht hat contact. <em>Will be available soon</em> Max 500 elements  <br /><strong>Example</strong>: [12345]</td>\n</tr>\n<tr>\n<td>lastCallerType</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Defines who initiated the call, it can be one of the following values: contact, agent, system.  <br /><strong>Example</strong>: \"contact\"</td>\n</tr>\n<tr>\n<td>lastWrapupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID value of last wrapup. Max 500 elements  <br /><strong>Example</strong>: 342</td>\n</tr>\n<tr>\n<td>maxPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum priority value.  <br /><strong>Example</strong>: 12</td>\n</tr>\n<tr>\n<td>maxTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum number of tries.  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>minPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Minimum priority value.  <br /><strong>Example</strong>: 1</td>\n</tr>\n<tr>\n<td>minTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Minimum number of tries.  <br /><strong>Example</strong>: 0</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Phone number(s) of the contact(s) to search for (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: [\"3312345678\",\"3312345678\"]</td>\n</tr>\n<tr>\n<td>minCallingDateTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production start for the contact is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>minCallingDateTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production start for the contact is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production end for the contact is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production end for the contact is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>retryAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Callback scheduled after this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Callback scheduled before this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryIsNull</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>If true is provided, only contacts without retry date will be returns.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>updateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact updated after. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>updateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact updated before. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>wrapupStatuses</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Last wrapup status.  <br />Possible values: new_contact, argued, arguedpositive, nonargued, tocall, unreachable, canceled. Max 500 elements  <br /><strong>Example</strong>:  <br /><code>[`` ``\"tocall\",`` ``\"new_contact\"`` ``]</code></td>\n</tr>\n<tr>\n<td>purgeDateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Purge before this date. <strong>Will be available soon.</strong>  <br /><strong>Example</strong>: 2024-12-01</td>\n</tr>\n<tr>\n<td>purgeDateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Purge before this date. <strong>Will be available soon.</strong>  <br /><strong>Example</strong>: 2024-12-01</td>\n</tr>\n<tr>\n<td>regions</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>List of regions to choose specific displayed number (following mapping configured in the campaign). Max 500 elements  <br /><strong>Example:</strong> [123, 456]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"data-part\">Data part</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Priority of the contact. If not filled, it will be set to the default priority set during the campaign creation.  <br /><strong>Example</strong>: 13</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date for the next call scheduled for this contact. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Current number of tries. Will be set to 0 if the value is not provided.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether contact is excluded or not. If no valid phones are provided contact will be excluded. By default, this value is set to false if no error.  <br /><strong>Example</strong>: \"false\"</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>The Id of the last agent who handled this contact.  <br /><strong>Example</strong>: 46</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Wrapup to be set for those contacts.  <br /><strong>Example</strong>: 18</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of agent assigned to handle this contact.  <br /><strong>Example</strong>: 456</td>\n</tr>\n<tr>\n<td>minCallingDateTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the minimum calling date. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example:</strong> \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTime</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the maximum calling date. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example:</strong> \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Phone number to be displayed to the contact with international format (with no plus). If not filled, the campaign settings for the displayed (with potentially regionalization) will be applied.  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for manual outbound calls, the request will result in a 400 error.</strong> You don't need to have this number added in the list of your campaign's displayed phone numbers to use it here.  <br /><strong>Example</strong>: \"33176490490\"</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the calendar used for this contact. The planning &amp; the exceptions defined in the calendar will rules the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object of strings</td>\n<td>OPTIONAL</td>\n<td>A JSON object with custom fields as \"key\": \"value\" inside. All custom fields must be a string.  <br /><strong>Example</strong>:  <br /><code>\"customFields\": {`` ``\"Last_Name\":\"Doe\",`` ``\"First_Name\":\"John\", \"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\"`` ``}</code>  <br />  <br />Note: that if you omit one of the custom fields in your PUT request, the value of that custom field will remain unchanged for the contact.  <br /><strong>Example</strong>: the below request body will only change the <em>Email_Address</em> custom field and leave all the other custom fields values unchanged.  <br /><code>\"customFields\": { \"Email_Address\":\"</code><a href=\"https://mailto:john.doe@diabolocom.com\"><code>john.doe@diabolocom.com</code></a><code>\"`` ``}</code></td>\n</tr>\n<tr>\n<td>region</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>An option to choose if a specific displayed number (following mapping configured in the campaign) must be used.  <br /><strong>Example:</strong> 123</td>\n</tr>\n</tbody>\n</table>\n</div><p>⚠️ All inexistant fields (wrong spelling) added to the \"query\" part are discarded. If all the fields are discarded, only the campaignId is used to filter therefore all contacts are affected by the update.</p>\n<p>⚠️ Please be aware that you CANNOT update <code>phones</code> via this API (because it will automatically create duplicated contacts). Please use the normal update API to update the phone number(s) of a contact.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the unique ID of the batch created (in a string called \"token\").<br />You can check the status of the batch with this batch ID with the endpoint \"GET batch result\" see below.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with the batch ID.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The request body is empty or with wrong data format.</td>\n<td>400</td>\n<td><code>{ \"message\"\" : \"Bad request format\" , \"messageCode\" : \"exception.request.bad.format\"}</code></td>\n</tr>\n<tr>\n<td>Couldn’t register task cause other batch task is ongoing for this campaign.</td>\n<td>409</td>\n<td><code>{ \"message\"\" : \"The task to modify the contacts was already executed for this campaign.\" , \"messageCode\" : \"error.contacts.modify.job.busy\"}</code></td>\n</tr>\n<tr>\n<td>The used Displayed Phone Number is not validated or is not accepted for manual outbound calls.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\":\"displayPhoneNumber\",\"message\": \"displayPhoneNumber has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code>  <br />OR  <br /><code>{\"errors\" : [{\"parameter\":\"displayPhoneName\",\"message\": \"displayPhoneName has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","{{campaignId}}","contact-batch","update"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"02e601ee-df3d-4096-a175-6b86fd93081a","name":"Update a batch of contacts success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","description":"[Required] ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"query\": {\r\n        \"createdAfter\": \"2021-07-10T12:15:02Z\"\r\n    },\r\n    \"data\": {\r\n        \"priority\": 15,\r\n        \"retryDate\": \"2021-07-12T10:15:30+02:00\",\r\n        \"triesNumber\": 0,\r\n        \"customFields\": {\r\n            \"address\": \"47 rue des lilas\",\r\n            \"city\": \"Rodez\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/1111/contact-batch/update"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 11 Jan 2021 09:54:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"88874456-b133-47c0-bf45-c978da586660\"\n}"}],"_postman_id":"f9e20ea6-dde0-4dac-9109-88cebc156b0b"},{"name":"Delete a batch of contacts","id":"ca40d7f6-9055-44cc-b4dd-6a50ef8d0675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required]</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"contactIds\": [234, 34, 9],\r\n    \"minTries\": 3,\r\n    \"maxTries\": 7\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v2/voice/campaigns/{{campaignId}}/contact-batch/delete","description":"<h2 id=\"description\">Description</h2>\n<p>Delete multiple contacts in a specific campaign.</p>\n<p>The delete batch of contacts API is an advanced mass delete API using a POST method with a JSON body.</p>\n<p>You can delete a list of contacts with common specified values. It will select a list of contacts based on the query part of the request body, and delete them. Query part of the request contains query parameters that are AND-ed together to narrow down the list of contacts to update. When the update request for a campaign is submitted, subsequent requests for batch modification will be rejected until this request is processed.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of one part to filter the contact(s) to be deleted.<br />Most of the fields can be nullable but only a few of them can be used as a filter, meaning if you put <em>null</em> to a filter where \"Null as filter\" is \"Yes\", then all contacts with this property being empty will be queried.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Null as filter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>assignedAgentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Agent ID assigned to contact. Max 500 elements  <br /><strong>Example</strong>: [76]</td>\n</tr>\n<tr>\n<td>assignedGroupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Group ID assigned to contact. Max 500 elements  <br /><strong>Example</strong>: [1234]</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>) is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>) is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>) is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>) is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>contactIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>List of individual contact IDs.  <br /><strong>Example</strong>: [6,89,975]</td>\n</tr>\n<tr>\n<td>createdAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact created after. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>createdBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact created before. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>customFieldConditions</td>\n<td>Array of Objects</td>\n<td>OPTIONAL</td>\n<td>Yes, but only after <em>value</em> and for conditions <em>eq</em> and <em>notEq</em></td>\n<td>Condition based on customs field(s) value(s). Contains three parts:  <br />- customFieldName  <br />- condition (Possible values: eq, notEq, lt, lte, gt, gte, startsWith, endsWith, notStartswith, notEndswith, contains, like, notContains)  <br />- value.  <br />Phone numbers must be in <strong>E.164 format</strong>.  <br /><strong>Example</strong>:  <br /><code>[`` ``{`` ``\"condition\": \"eq\",`` ``\"customFieldName\": \"Category\",`` ``\"value\": \"Silver\"`` ``}`` ``]</code> Max 500 elements</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Whether contact is excluded.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludedCause</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The reason of excluded contact.  <br />Possible values: noValidPhone, duplicate, bloctel, manualByAgent, manual, excludedByAdmin.  <br /><strong>Example</strong>: \"noValidPhone\"</td>\n</tr>\n<tr>\n<td>agentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Agent ID of the agent who handled the contact last. Max 500 elements  <br /><strong>Example</strong>: 98</td>\n</tr>\n<tr>\n<td>lastCallAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Last call to be made after this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastCallBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Last call to be made before this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>lastAgentIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the last agent that had an interaction witht hat contact. <em>Will be available soon</em> Max 500 elements  <br /><strong>Example</strong>: [12345]</td>\n</tr>\n<tr>\n<td>lastCallerType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Defines who initiated the call, it can be one of the following values: contact, agent, system.  <br /><strong>Example</strong>: \"contact\"</td>\n<td></td>\n</tr>\n<tr>\n<td>lastWrapupIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID value of last wrapup. Max 500 elements  <br /><strong>Example</strong>: 342</td>\n</tr>\n<tr>\n<td>maxPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum priority value.  <br /><strong>Example</strong>: 12</td>\n</tr>\n<tr>\n<td>maxTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum number of tries.  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>minPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Minimum priority value.  <br /><strong>Example</strong>: 1</td>\n</tr>\n<tr>\n<td>minTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Minimum number of tries.  <br /><strong>Example</strong>: 0</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Phone number(s) of the contact(s) to search for (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: [\"3312345678\",\"3312345678\"]</td>\n</tr>\n<tr>\n<td>minCallingDateTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production start for the contact is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>minCallingDateTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production start for the contact is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTimeBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production end for the contact is set before this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTimeAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The production end for the contact is set after this date. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>retryAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Callback scheduled after this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Callback scheduled before this time. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>retryIsNull</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>If true is provided, only contacts without retry date will be returns.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>updateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact updated after. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>updateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Contact updated before. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>wrapupStatuses</td>\n<td>Array of Strings</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Last wrapup status.  <br />Possible values: new_contact, argued, arguedpositive, nonargued, tocall, unreachable, canceled. Max 500 elements  <br /><strong>Example</strong>:  <br /><code>[`` ``\"tocall\",`` ``\"new_contact\"`` ``]</code></td>\n</tr>\n<tr>\n<td>purgeDateBefore</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Purge before this date. <strong>Will be available soon.</strong>  <br /><strong>Example</strong>: 2024-12-01</td>\n</tr>\n<tr>\n<td>purgeDateAfter</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Purge before this date. <strong>Will be available soon.</strong>  <br /><strong>Example</strong>: 2024-12-01</td>\n</tr>\n<tr>\n<td>regions</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>List of regions to choose specific displayed number (following mapping configured in the campaign). Max 500 elements  <br /><strong>Example:</strong> [123, 456]</td>\n</tr>\n</tbody>\n</table>\n</div><p>⚠️ All inexistant fields (wrong spelling) added to the request body are discarded. If all the fields are discarded, only the campaignId is used to filter therefore all contacts are affected by the delete.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the unique ID of the batch created (in a string called \"token\").<br />You can check the status of the batch with this batch ID with the endpoint \"GET batch result\" see below.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET/PUT/DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The request body is empty or with wrong data format.</td>\n<td>400</td>\n<td><code>{ \"message\"\" : \"Bad request format\" , \"messageCode\" : \"exception.request.bad.format\"}</code></td>\n</tr>\n<tr>\n<td>Couldn’t register task cause other batch task is ongoing for this campaign.</td>\n<td>409</td>\n<td><code>{ \"message\"\" : \"The task to modify the contacts was already executed for this campaign.\" , \"messageCode\" : \"error.contacts.modify.job.busy\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","{{campaignId}}","contact-batch","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"56760366-36b7-4ebf-b52a-6c408e93034d","name":"Delete a batch of contacts between two # of tries","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"description":"[Required]","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"contactIds\": [234, 34, 9],\r\n    \"minTries\": 3,\r\n    \"maxTries\": 7\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/4569/contact-batch/delete"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Sep 2020 09:24:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"a0237df7-76bf-407b-bb1f-4b193563b102\"\n}"}],"_postman_id":"ca40d7f6-9055-44cc-b4dd-6a50ef8d0675"},{"name":"Get batch result","id":"37f10dca-f711-4176-a6b3-569e61fd2bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v2/voice/campaigns/contact-batch/status/{{batchId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Get the result of a batch that has completed processing by sending a GET request.<br />You have to replace <em>{{batchId}}</em> with the unique ID (token) returned by your mass-update or your mass-delete.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns these JSON elements in the response body.<br />The table below indicates the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the batch. Possible values: ACCEPTED (initial status), IN_PROGRESS (when the batch request is still pending), COMPLETED (when the batch request is finished and in success), FAILED (when the batch request has failed)</td>\n</tr>\n<tr>\n<td>modifiedElementsCount</td>\n<td>Integer</td>\n<td>Number of contacts modified with the query</td>\n</tr>\n<tr>\n<td>failed</td>\n<td>Array of integers</td>\n<td>ID of the contacts eligible to the query but not modified</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Object</td>\n<td>Contains reasons of exclusions and IDs of contacts excluded during the batch. Reasons can be: noValidPhone</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the batch</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong batch ID provided</td>\n<td>404</td>\n<td><code>{ \"message\": \"Job with provided token does not exist\", \"messageCode\": \"error.job.with.token.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v2","voice","campaigns","contact-batch","status","{{batchId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"541e8e7c-07a3-46ed-b035-be6d3048b4b8","name":"Batch completed with no error","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v2/voice/campaigns/contact-batch/status/2011471d-4e34-43b0-9f0d-993ce9db77ca"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 21 Aug 2020 14:56:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"COMPLETED\",\n    \"modifiedElementsCount\": 273,\n    \"failed\": [],\n    \"excluded\": {\n        \"noValidPhone\": [\n            23,\n            65\n        ]\n    }\n}"}],"_postman_id":"37f10dca-f711-4176-a6b3-569e61fd2bdb"}],"id":"0a1b74ec-be23-44c2-a86e-31c32dd802f1","description":"<h2 id=\"data-structure-for-contacts\">Data structure for contacts</h2>\n<p>Contacts are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>The system ID of the contact.  <br /><strong>Example</strong>: 123456</td>\n</tr>\n<tr>\n<td>campaignId</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>The ID of the campaign where to find this contact.  <br /><strong>Example</strong>: 1111</td>\n</tr>\n<tr>\n<td>contactId</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>The ID of the contact created in the context of the campaign.  <br /><strong>Example</strong>: 3974</td>\n</tr>\n<tr>\n<td>state</td>\n<td>String</td>\n<td>Yes</td>\n<td>The current state of the contact created.  <br />Possible values: processing_not_in_progress and processing_in_progress.  <br /><strong>Example</strong>: \"processing_not_in_progress\"</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>No</td>\n<td>Content of the last wrapup comment. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"The client told me he did not receive one of his order\"</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n<td>No</td>\n<td>Contact exclude state.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludedDetail</td>\n<td>String</td>\n<td>Yes</td>\n<td>Details about the reason for the exclusion.  <br />Possible values: noValidPhone, duplicate, bloctel, manualByAgent, manual, excludedByAdmin, tooShort, tooLong). If the contact is not excluded, the field is <em>null</em>.  <br /><strong>Example</strong>: \"manual\"</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>No</td>\n<td>Priority of the contact in the context of the campaign. If not filled during the contact's creation it will be the default priority set during the campaign creation.  <br /><strong>Example</strong>: 10</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>String</td>\n<td>No</td>\n<td>The date-time scheduled for the next call for this contact. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-23T15:00:00Z\".</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n<td>No</td>\n<td>Current number of call attempts (&gt;=0). This field can't be <em>null</em>.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>No</td>\n<td>ID of the last wrapup used. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 4563</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>No</td>\n<td>ID of the last agent who handled this contact. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 543</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n<td>No</td>\n<td>Id of agent assigned to handle this contact. If not set, the field is <em>null</em>. It can only be the ID of an agent assigned to the campaign.  <br /><strong>Example</strong>: 276</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n<td>No</td>\n<td>Id of group assigned to handle this contact. If not set, the field is <em>null</em>. It can only be the ID of a group assigned to the campaign.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>assignedAgentExpirationTime</td>\n<td>String</td>\n<td>No</td>\n<td>Expiration datetime for agent assignment (using <em>assignedAgentId</em>). Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>assignedGroupExpirationTime</td>\n<td>String</td>\n<td>No</td>\n<td>Expiration datetime for group assignment (using <em>assignedGroupId</em>). Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601). <strong>Will be available soon</strong>  <br /><strong>Example</strong>: \"2018-12-04T10:15:30Z\"</td>\n</tr>\n<tr>\n<td>duplicateContactIds</td>\n<td>Array of integers</td>\n<td>Yes</td>\n<td>List of contacts ids that are duplicated by this contact.  <br /><strong>Example</strong>: []</td>\n</tr>\n<tr>\n<td>minCallingDateTime</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the minimum calling date (production start). If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>maxCallingDateTime</td>\n<td>String</td>\n<td>No</td>\n<td>The date of the maximum calling date (production end). If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>lastCallTime</td>\n<td>String</td>\n<td>Yes</td>\n<td>Date time of last call. If not set, the field is <em>null</em>. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>lastAttemptTime</td>\n<td>String</td>\n<td>Yes</td>\n<td>Date time of last attempt (possibly no call made), format ISO 8601. If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: \"2020-12-14T12:55:18Z\"</td>\n</tr>\n<tr>\n<td>lastAgentId</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>ID of the last agent that had an interaction witht hat contact. <em>Will be available soon</em>  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>lastCallerType</td>\n<td>String</td>\n<td>Yes</td>\n<td>Defines who initiated the call, it can be one of the following values: contact, agent, system.  <br /><strong>Example</strong>: \"contact\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>Yes</td>\n<td>The login of the user who created the contact.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>Yes</td>\n<td>The date of the creation of the contact. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>Yes</td>\n<td>The login of the user who last updated the contact.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>Yes</td>\n<td>The date of the last modification of the contact. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>String</td>\n<td>No</td>\n<td>Phone number to be displayed to the contact (<strong>E.164 format</strong>). If this field is not filled (<em>null</em>), the campaign settings (with regionalization possibly) applied. Be aware that french mobile phone numbers cannot be used in campaigns and will be skipped if used in this property. You don't need to have this number added in the list of your campaign's displayed phone numbers to use it here.  <br /><strong>Example</strong>: \"33173034520\"</td>\n</tr>\n<tr>\n<td>currentPhoneName</td>\n<td>String</td>\n<td>No</td>\n<td>The name of the phone field, among the phone fields possible, that will be called next.  <br />Possible values: only the custom fields of the campaign which are phone fields.  <br /><strong>Example</strong>: \"phone1\"</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>No</td>\n<td>ID of the calendar used for this contact. The planning &amp; the exceptions defined in the calendar will rules the eligible timeslots to call the contact (<strong>except for personal callbacks</strong>). If not set, the field is <em>null</em>.  <br /><strong>Example</strong>: 1191</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>No</td>\n<td>A JSON object with custom fields as key:value inside.  <br />Values can only be strings. Call script fields are also placed in that object, and can be updated too.</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Object</td>\n<td>No</td>\n<td>A JSON object with phones fields as key:value inside. (<strong>E.164 format</strong>)</td>\n</tr>\n<tr>\n<td>purgeDate</td>\n<td>String</td>\n<td>Yes</td>\n<td>If the purge has been configured, then this property shows the date when the purge will occur for this contact.  <br /><strong>Example</strong>: 2024-12-01</td>\n</tr>\n<tr>\n<td>region</td>\n<td>Integer</td>\n<td>No</td>\n<td>An option to choose if a specific displayed number (following mapping configured in the campaign) must be used.  <br /><strong>Example:</strong> 123</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0a1b74ec-be23-44c2-a86e-31c32dd802f1"}],"id":"97317fa6-9f78-4f4c-aae5-cf2624bce68e","description":"<p>Contacts are records used in outbound campaigns.</p>\n<p>Each contact has properties related to the campaign (an id, a priority, an assigned agent, a number of tries, ...) and also businesss properties described in the <code>customFields</code> object. A contact is represented at least by a phone number.</p>\n","event":[{"listen":"prerequest","script":{"id":"d1279f24-8ce2-4c96-a435-5bfb3bf179df","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5d4a733e-11f3-4092-9418-b31b4a9d3197","type":"text/javascript","exec":[""]}}],"_postman_id":"97317fa6-9f78-4f4c-aae5-cf2624bce68e"},{"name":"Campaigns","item":[{"name":"Get campaign by Id","id":"6301184b-d9d7-4b01-b7ac-2a0ca3bf6fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show campaign information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the campaign details in a JSON response body. Please see the data structure of a campaign above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the campaign.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"327c1385-d2a4-4e94-9df2-a151fe7083bd","name":"Get campaign info with success","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/416"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 01 Nov 2020 16:56:23 GMT"}],"cookie":[],"responseTime":null,"body":"    {\n      \"id\": 416,\n      \"name\": \"Leads 2020 from Hubspot\",\n      \"isPaused\": false,\n      \"isArchived\": false,\n      \"folder\": \"2020 - Q4\",\n      \"mode\": \"preview\",\n      \"userIds\": [34,43,79],\n      \"unassignedUserIds\": [34,43],\n      \"groupIds\": [],\n      \"customFields\": [\n        \"last_name\",\n        \"first_name\",\n        \"phone1\",\n        \"phone2\",\n        \"phone3\",\n        \"email_address\",\n        \"address\",\n        \"zip_code\",\n        \"city\",\n        \"country\",\n        \"comment\"\n      ],\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n      \"wrapupFolderId\": 2645,\n      \"phoneFields\": [\n        \"phone1\",\n        \"phone2\",\n        \"phone3\"\n    ],\n    \"deduplicationParams\": { // All deduplication options will be available in a future release\n        \"excludeDomain\": \"all\",\n        \"excludeSamePhones\": false,\n        \"excludeSameValues\": [\n            \"phone1\"\n        ],\n        \"enableAgentIncludeExclude\": false\n    },\n    \"useAgentDisplayedPhoneNumber\": false,\n    \"displayedPhoneNumbers\": [\n        \"33173034520\"\n    ],\n    \"minCallingDateOffset\": null,\n    \"maxCallingDateOffset\": null,\n    \"maxTries\": 3,\n    \"nextTryDelay\": 86400,\n    \"isRecorded\": true,\n    \"recordingPercentage\": 100,\n    \"calendarId\": null,\n    \"regionalization\": false,\n    \"soundPlayedContactPickUp\": null,\n    \"contactPriority\": 10,\n    \"personalCallbackPrioritization\": false,\n    \"globalPriority\": null,\n    \"autoPurge\": {\n        \"lastAttemptBeforeDays\": 30,\n        \"maxTriesReached\": false,\n        \"excluded\": false,\n        \"notToCall\": false\n    }\n}"}],"_postman_id":"6301184b-d9d7-4b01-b7ac-2a0ca3bf6fd6"},{"name":"Update campaign by Id","id":"2ae92839-9f31-483d-82e6-d85f3d773d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test callback\",\r\n    \"isPaused\": true,\r\n    \"isArchived\": false,\r\n    \"folder\": null,\r\n    \"userIds\": [],\r\n    \"groupIds\": [],\r\n    \"agentDisplayedPhoneNumber\": false,\r\n    \"displayedPhoneNumbers\": [\r\n        \"33188888888\"\r\n    ],\r\n    \"minCallingDateOffset\": 4,\r\n    \"maxCallingDateOffset\": 10,\r\n    \"maxTries\": 3,\r\n    \"nextTryDelay\": 86400,\r\n    \"isRecorded\": true,\r\n    \"recordingPercentage\": 100,\r\n    \"calendarId\": 799,\r\n    \"regionalization\": true,\r\n    \"soundPlayedContactPickUp\": 11555,\r\n    \"contactPriority\": 10,\r\n    \"globalPriority\": null,\r\n    \"autoPurge\": {\r\n        \"lastAttemptBeforeDays\": 30,\r\n        \"maxTriesReached\": false,\r\n        \"excluded\": false,\r\n        \"notToCall\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Update one or several properties of a specific campaign. This method will only update the properties you have asked for and the other will stay in the previous state.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Name of your campaign.  <br /><strong>Example</strong>: \"Test callback\"</td>\n</tr>\n<tr>\n<td>isPaused</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Whether campaign is paused or not.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>isArchived</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Whether campaign is archived or not. Pay attention that once a campaign is archived or deleted, it cannot be updated by API anymore. Moreover you can only archive a campaign already paused.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Name of the folder where to place your campaign.  <br /><strong>Example</strong>: \"Test\"</td>\n</tr>\n<tr>\n<td>userIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the users assigned to this campaign. Strings or integers are accepted  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>groupIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the groups of users assigned to this campaign. Strings or integers are accepted  <br /><strong>Example</strong>: [1234, 5678]</td>\n</tr>\n<tr>\n<td>useAgentDisplayedPhoneNumber</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Enables the strategy to display configured agent displayed phone number to a contact instead of one of the campaign's displayed phone numbers. Default value is <em>false.</em> <strong>Will be available soon.</strong>  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>displayedPhoneNumbers</td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>A JSON array that contains one or several phone numbers (Strings) to be used in the campaign with international format (with no plus). At least one valid number is expected. Please keep in mind that you must be the owner of the number you display.  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for campaign calls (in specific campaign mode), the request will result in a 400 error.</strong>  <br /><strong>Example</strong>: [\"33173034545\"]</td>\n</tr>\n<tr>\n<td>minCallingDateOffset</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Number of days to add after the import date that will be the minimum calling date.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>maxCallingDateOffset</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Number of days to add after the import date that will be the maximum calling date.  <br /><strong>Example</strong>: 0</td>\n</tr>\n<tr>\n<td>maxTries</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Number of tries for each contact.  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>nextTryDelay</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Delay in seconds between two tries.  <br /><strong>Example</strong>: 86400</td>\n</tr>\n<tr>\n<td>isRecorded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Whether campaign is recorded or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>recordingPercentage</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Percentage of calls that must be recorded. Only a value between 0 and 100 is considered valid. This property can only be set if <em>isRecorded</em> is <em>true</em>  <br /><strong>Example</strong>: 100</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the calendar used for this campaign. The planning &amp; the exceptions defined in the calendar will rules the eligible timeslots to call the contacts. Strings or integers are accepted.  <br /><strong>Example</strong>: 799</td>\n</tr>\n<tr>\n<td>soundPlayedContactPickUp</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>ID of the sound played to the agent when a contact picks up the call. It musts be a valid file Id added in Diabolocom as \"Audio file\". Strings or integers are accepted.  <br /><strong>Example</strong>: 11555</td>\n</tr>\n<tr>\n<td>contactPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Priority of the contact added to the campaign.  <br /><strong>Example</strong>: 13</td>\n</tr>\n<tr>\n<td>globalPriority</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Priority of the campaign. Value should be between 1 and 50 (use <em>null</em> to have no priority).  <br /><strong>Will be valid end of Q4 2022</strong>  <br /><strong>Example</strong>: 10</td>\n</tr>\n<tr>\n<td>deduplicationParams</td>\n<td>Object</td>\n<td>OPTIONAL</td>\n<td>NO</td>\n<td>Option to allow deduplication options. Can be null. <em>Will be available in a future release</em></td>\n</tr>\n<tr>\n<td>excludeDomain</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>NO</td>\n<td>Option inside \"deduplicationParams\" to allow deduplication options. Can be \"all\" or \"file\". <em>Will be available in a future release</em>  <br /><strong>Example</strong>: \"all\"</td>\n</tr>\n<tr>\n<td>excludeSamePhones</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>NO</td>\n<td>Option inside \"deduplicationParams\" to deduplicate on phone fields or not. <em>Will be available in a future release</em>  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludeSameValues</td>\n<td>Array pf strings</td>\n<td>OPTIONAL</td>\n<td>NO</td>\n<td>Option inside \"deduplicationParams\" to deduplicate on other fields. Can be null. <em>Will be available in a future release</em>  <br /><strong>Example</strong>: [\"test1\"]</td>\n</tr>\n<tr>\n<td>enableAgentIncludeExclude</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>NO</td>\n<td>Option inside \"deduplicationParams\" to allow agents to include/exclude duplicate contacts. <em>Will be available in a future release</em>  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>autoPurge</td>\n<td>Object</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Define all the options available to purge contacts automatically after a period of time:  <br />- <em>enabled</em> (boolean): if the purge option is enabled or not  <br />- <em>lastAttemptBeforeDays</em> (integer): the contacts that have a last attempt after this number of days will be purged  <br />- <em>maxTriesReached</em> (boolean): purge only when the maximum number of tries has been reached  <br />- <em>excluded</em> (boolean): purge only when the contacts are excluded  <br />- <em>notToCall</em> (boolean): purge only when the wrapup status is not \"tocall\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the campaign details in a JSON response body. Please see the data structure of a campaign above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the updated campaign.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a PATCH method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PUT\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The used Displayed Phone Number is not validated or is not accepted for manual outbound calls.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\":\"displayPhoneNumber\",\"message\": \"displayPhoneNumber has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code>  <br />OR  <br /><code>{\"errors\" : [{\"parameter\":\"displayPhoneName\",\"message\": \"displayPhoneName has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4f1ad8df-339f-45ca-b2c1-50b1a5f2952e","name":"Campaign updated with success","originalRequest":{"method":"PATCH","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"isPaused\": false,\r\n    \"maxTries\": 5,\r\n    \"isRecorded\": true,\r\n    \"recordingPercentage\": 80,\r\n    \"regionalization\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/416"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 01 Nov 2020 16:56:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5506,\n    \"name\": \"Test callback\",\n    \"isPaused\": false,\n    \"isArchived\": false,\n    \"folder\": null,\n    \"mode\": \"predictive\",\n    \"userIds\": [],\n    \"groupIds\": [],\n    \"customFields\": [\n        \"telephone\",\n        \"file\",\n        \"appel\"\n    ],\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"wrapupFolderId\": 85150,\n    \"phoneFields\": [\n        \"telephone\"\n    ],\n    \"deduplicationParams\": { // All deduplication options will be available in a future release\n        \"excludeDomain\": \"all\",\n        \"excludeSamePhones\": false,\n        \"excludeSameValues\": [\n            \"phone1\"\n        ],\n        \"enableAgentIncludeExclude\": false\n    },\n    \"useAgentDisplayedPhoneNumber\": false,\n    \"displayedPhoneNumbers\": [\n        \"33188888888\"\n    ],\n    \"minCallingDateOffset\": null,\n    \"maxCallingDateOffset\": null,\n    \"maxTries\": 3,\n    \"nextTryDelay\": 86400,\n    \"isRecorded\": true,\n    \"recordingPercentage\": 100,\n    \"calendarId\": null,\n    \"regionalization\": false,\n    \"soundPlayedContactPickUp\": null,\n    \"contactPriority\": 10,\n    \"personalCallbackPrioritization\": false,\n    \"globalPriority\": null,\n    \"autoPurge\": {\n        \"lastAttemptBeforeDays\": 30,\n        \"maxTriesReached\": false,\n        \"excluded\": false,\n        \"notToCall\": false\n    }\n}"}],"_postman_id":"2ae92839-9f31-483d-82e6-d85f3d773d22"},{"name":"Get campaigns","id":"8c2ca50a-a1f7-4597-a0c2-3024147b6802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/voice/campaigns?isArchived=false","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the campaigns created on the engage platform.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on a campaign name that contains the text (case insensitive).  <br /><strong>Example</strong>: ?name=market</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow you to filter on a precise dialing mode.  <br /><strong>Example</strong>: ?mode=predictive</td>\n</tr>\n<tr>\n<td>isPaused</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on paused or playing campaigns.  <br /><strong>Example</strong>: ?isPaused=true</td>\n</tr>\n<tr>\n<td>isArchived</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on archived or active campaigns.  <br /><strong>Example</strong>: ?isArchived=false</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to set a specific page size (by default, 50, max is 200).  <br /><strong>Example</strong>: ?pageSize=200</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> campaigns per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the campaign details in a JSON response body. Please see the data structure of a campaign above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding campaigns.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns"],"host":["{{baseUrl}}"],"query":[{"key":"isArchived","value":"false"}],"variable":[]}},"response":[{"id":"21ce4c0f-07cc-4963-b6e5-a112342d1203","name":"Get non-archived campaigns with filter on the name","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns?isArchived=false&name=Hubspot","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","voice","campaigns"],"query":[{"key":"isArchived","value":"false"},{"key":"name","value":"Hubspot"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 01 Nov 2020 16:51:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"campaigns\": [\n        {\n            \"id\": 416,\n            \"name\": \"Leads 2020 from Hubspot\",\n            \"isPaused\": false,\n            \"isArchived\": false,\n            \"folder\": \"2020 - Q4\",\n            \"mode\": \"preview\",\n            \"userIds\": [34,43,79],\n            \"unassignedUserIds\": [34,43],\n            \"groupIds\": [],\n            \"customFields\": [\n                \"last_name\",\n                \"first_name\",\n                \"phone1\",\n                \"phone2\",\n                \"phone3\",\n                \"email_address\",\n                \"address\",\n                \"zip_code\",\n                \"city\",\n                \"country\",\n                \"comment\"\n            ],\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n            \"wrapupFolderId\": 2645,\n            \"phoneFields\": [\n                \"phone1\",\n                \"phone2\",\n                \"phone3\"\n            ],\n            \"deduplicationParams\": { // All deduplication options will be available in a future release\n                \"excludeDomain\": \"all\",\n                \"excludeSamePhones\": false,\n                \"excludeSameValues\": [\n                    \"phone1\"\n                ],\n                \"enableAgentIncludeExclude\": false\n            },\n            \"useAgentDisplayedPhoneNumber\": false,\n            \"displayedPhoneNumbers\": [\n                \"33173034520\"\n            ],\n            \"minCallingDateOffset\": null,\n            \"maxCallingDateOffset\": null,\n            \"maxTries\": 3,\n            \"nextTryDelay\": 86400,\n            \"isRecorded\": true,\n            \"recordingPercentage\": 100,\n            \"calendarId\": null,\n            \"regionalization\": false,\n            \"soundPlayedContactPickUp\": null,\n            \"contactPriority\": 10,\n            \"personalCallbackPrioritization\": false,\n            \"globalPriority\": null,\n            \"autoPurge\": {\n                \"lastAttemptBeforeDays\": 30,\n                \"maxTriesReached\": false,\n                \"excluded\": false,\n                \"notToCall\": false\n            }\n        }\n    ],\n    \"next\": null,\n    \"previous\": null\n}"}],"_postman_id":"8c2ca50a-a1f7-4597-a0c2-3024147b6802"},{"name":"Add campaign custom field(s)","id":"b8421b20-3dd6-4d7e-99b3-080241512f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"newCustomFields\": [\r\n     {\"name\":\"field1\",\"isPhoneNumber\": false},\r\n     {\"name\":\"fieldPhone1\",\"isPhoneNumber\": true}\r\n     ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/field","description":"<h2 id=\"description\">Description</h2>\n<p>Add campaign custom field(s).</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>Add custom field(s) (phone field or not) to an existing campaign of the account.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the campaign details in a JSON response body with the keys \"customFields\" &amp; \"phoneFields\" updated accordingly. Please see the data structure of a campaign above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are detailled nelow with the most common behaviors.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the campaign.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign Id in the URL path</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The request contains not valid \"newCustomFields\" array</td>\n<td>400</td>\n<td><code>{ \"errors\": [ { \"parameter\":\"name\", \"message\":\"The custom field name region already exists for this campaign\", \"messageCode\":\"error.custom.field.already.exists\" } ] }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}","field"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"df7558e6-7f93-4c02-9105-004ed44db3c8","name":"Add one custom field & one phone number field","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"newCustomFields\": [\r\n        {\r\n            \"name\": \"region\",\r\n            \"isPhoneNumber\": false\r\n        },\r\n        {\r\n            \"name\": \"phone2\",\r\n            \"isPhoneNumber\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/4535/field"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thur, 20 May2021 14:07:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4535,\n    \"name\": \"Marketing - Events\",\n    \"isPaused\": true,\n    \"isArchived\": false,\n    \"folder\": \"Prospection 2020\",\n    \"mode\": \"progressive\",\n    \"userIds\": [],\n    \"groupIds\": [],\n    \"customFields\": [\n        \"phone1\",\n        \"region\",\n        \"phone2\"\n    ],\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"wrapupFolderId\": 1107,\n    \"phoneFields\": [\n        \"phone1\",\n        \"phone2\"\n    ],\n    \"deduplicationParams\": { // All deduplication options will be available in a future release\n        \"excludeDomain\": \"all\",\n        \"excludeSamePhones\": false,\n        \"excludeSameValues\": [\n            \"phone1\"\n        ],\n        \"enableAgentIncludeExclude\": false\n    },\n    \"displayedPhoneNumbers\": [\n        \"33176490490\"\n    ],\n    \"useAgentDisplayedPhoneNumber\": false,\n    \"minCallingDateOffset\": null,\n    \"maxCallingDateOffset\": null,\n    \"maxTries\": 3,\n    \"nextTryDelay\": 86400,\n    \"isRecorded\": true,\n    \"recordingPercentage\": 100,\n    \"calendarId\": null,\n    \"regionalization\": false,\n    \"soundPlayedContactPickUp\": null,\n    \"contactPriority\": 10,\n    \"personalCallbackPrioritization\": false,\n    \"globalPriority\": null,\n    \"autoPurge\": {\n        \"enabled\": true,\n        \"lastAttemptBeforeDays\": 30,\n        \"maxTriesReached\": false,\n        \"excluded\": false,\n        \"notToCall\": false\n    }\n}"}],"_postman_id":"b8421b20-3dd6-4d7e-99b3-080241512f4c"},{"name":"Delete campaign by Id","id":"ea69e934-d025-408a-abec-dac6038d60dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Remove a specific campaign. This action is permanent and cannot be undone.<br /><em>Available since 4.3.1.3.</em></p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the deleted campaign details in a JSON response body. Please see the data structure of a campaign above for more information about the different fields returned.<br />Pay attention that you can only delete a campaign which has been previously archived!</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are as described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the campaign.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong campaign ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Campaign does not exist\" , \"messageCode\" : \"error.campaign.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","campaigns","{{campaignId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"436a4298-a94a-4dc6-a814-f4a5ff48ddfc","name":"Deletion of campaign successful","originalRequest":{"method":"DELETE","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/campaigns/543"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Thu, 20 Aug 2020 13:16:01 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea69e934-d025-408a-abec-dac6038d60dd"}],"id":"052763d6-b643-46c4-afe8-0401c140aef9","description":"<p>Campaigns are used to call a database of contacts.</p>\n<h2 id=\"data-structure-for-campaigns\">Data structure for campaigns</h2>\n<p>Campaigns are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The ID of the campaign.  <br /><strong>Example</strong>: 3945</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>The name of the campaign.  <br /><strong>Example</strong>: \"Marketing - Xmas 2019\"</td>\n</tr>\n<tr>\n<td>isPaused</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>The status of the campaign. Possible values: true if the campaign is paused, false if the campaign is playing.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>isArchived</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>The state of the campaign. Possible values: true if the campaign is archived, false if the campaign is active.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>The folder name that contains the campaign.  <br /><strong>Example</strong>: \"Campaigns 2019\"</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>String</td>\n<td>NO</td>\n<td>The dialing mode of the campaign. Possible values: automatic, amd_progressive, progressive, predictive, preview.  <br /><strong>Example</strong>: \"preview\"</td>\n</tr>\n<tr>\n<td>userIds</td>\n<td>Array of integers</td>\n<td>NO</td>\n<td>The Ids of the agents assigned to the campaign.  <br /><strong>Example</strong>: [152, 153, 154]</td>\n</tr>\n<tr>\n<td>unassignedUserIds</td>\n<td>Array of integers</td>\n<td>YES</td>\n<td>The Ids of the agents assigned to the campaign but who unassigned themselves from this campaign.  <br /><strong>Example</strong>: [152]</td>\n</tr>\n<tr>\n<td>groupIds</td>\n<td>Array of integers</td>\n<td>NO</td>\n<td>The Ids of the groups assigned to the campaign.  <br /><strong>Example</strong>: [23,79]</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Array of strings</td>\n<td>NO</td>\n<td>The customs fields of the campaign for each contact.</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>When this campaign was created. Date Time use UTC time and are formatted as ISO 8601 strings.  <br /><strong>Example</strong>: \"2019-11-04T13:14:57Z\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The name of the user who created first the campaign.  <br /><strong>Example</strong>: \"jordan_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>When this campaign was created. Date Time use UTC time and are formatted as ISO 8601 strings.  <br /><strong>Example</strong>: \"2019-12-09T15:34:27Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The name of the user who updated last the campaign.  <br /><strong>Example</strong>: \"\"jordan_blake_administrator\"</td>\n</tr>\n<tr>\n<td>wrapupFolderId</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The folder id of the wrapup codes.  <br /><strong>Example</strong>: 60250</td>\n</tr>\n<tr>\n<td>phoneFields</td>\n<td>Array of strings</td>\n<td>YES</td>\n<td>The phone fields among the customs fields for the outbound campaign.  <br /><strong>Example</strong>: [\"phone1\", \"phone2\", \"phone3\"]</td>\n</tr>\n<tr>\n<td>displayedPhoneNumbers</td>\n<td>Array of strings</td>\n<td>NO</td>\n<td>A JSON array that contains one or several phone numbers (Strings) to be used in the campaign with international format (with no plus). At least one valid number is expected. Please keep in mind that you must be the owner of the number you display.  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for campaign calls (in specific campaign mode), the request will result in a 400 error.</strong>  <br /><strong>Example</strong>: [\"33173034545\"]</td>\n</tr>\n<tr>\n<td>useAgentDisplayedPhoneNumber</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Enables the strategy to display configured agent displayed phone number to a contact instead of one of the campaign's displayed phone numbers. Default value is <em>false</em>. This displayed phone number doesn't have to be listed in the campaign's displayed phone numbers.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>minCallingDateOffset</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Amount of days to wait before starting to call contacts after their creation. Must be between 0 and 2, can be null.  <br /><strong>Example</strong>: 1</td>\n</tr>\n<tr>\n<td>maxCallingDateOffset</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Amount of days contacts can be called after their creation. Can be null.  <br /><strong>Example</strong>: 90</td>\n</tr>\n<tr>\n<td>maxTries</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Amount of tries a contact can be called if wrapup is in <em>tocall</em> status (not counting personal callbacks). Cannot be null.  <br /><strong>Example</strong>: 90</td>\n</tr>\n<tr>\n<td>nextTryDelay</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Amount of seconds after which a contact will be called if wrapup is in <em>tocall</em> status (not counting personal callbacks). Cannot be null.  <br /><strong>Example</strong>: 86400</td>\n</tr>\n<tr>\n<td>isRecorded</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the campaign calls are recorded or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>recordingPercentage</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Percentage of calls recorded. Can be null.  <br /><strong>Example</strong>: 80</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The calendar id linked to a campaign. Can be null.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>regionalization</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the campaign is regionalized or not.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>soundPlayedContactPickUp</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Sound file id played when a call is picked up by an agent. Can be null.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>contactPriority</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Initial contact priority when created.  <br /><strong>Example</strong>: 10</td>\n</tr>\n<tr>\n<td>personalCallbackPrioritization</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether personal callbacks are prioritized or not.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>globalPriority</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Campaign priority compared to others. Can be null.  <br /><strong>Example</strong>: 2</td>\n</tr>\n<tr>\n<td>deduplicationParams</td>\n<td>Object</td>\n<td>NO</td>\n<td>Option to allow deduplication options. Can be null. <em>Will be available in a future release</em></td>\n</tr>\n<tr>\n<td>excludeDomain</td>\n<td>String</td>\n<td>NO</td>\n<td>Option inside \"deduplicationParams\" to allow deduplication options. Can be \"all\" or \"file\". <em>Will be available in a future release</em>  <br /><strong>Example</strong>: \"all\"</td>\n</tr>\n<tr>\n<td>excludeSamePhones</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Option inside \"deduplicationParams\" to deduplicate on phone fields or not. <em>Will be available in a future release</em>  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>excludeSameValues</td>\n<td>Array pf strings</td>\n<td>NO</td>\n<td>Option inside \"deduplicationParams\" to deduplicate on other fields. Can be null. <em>Will be available in a future release</em>  <br /><strong>Example</strong>: [\"test1\"]</td>\n</tr>\n<tr>\n<td>enableAgentIncludeExclude</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Option inside \"deduplicationParams\" to allow agents to include/exclude duplicate contacts. <em>Will be available in a future release</em>  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>autoPurge</td>\n<td>Object</td>\n<td>NO</td>\n<td>Can be null. Define all the options available to purge contacts automatically after a period of time:  <br />- <em>lastAttemptBeforeDays</em> (integer): the contacts that have a last attempt after this number of days will be purged  <br />- <em>maxTriesReached</em> (boolean): purge only when the maximum number of tries has been reached  <br />- <em>excluded</em> (boolean): purge only when the contacts are excluded  <br />- <em>notToCall</em> (boolean): purge only when the wrapup status is not \"tocall\"</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"92f0f1ba-df82-4ae1-99bb-a8ca95fc1374","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2d40c879-aa28-4153-a999-0e73cf65eed1","type":"text/javascript","exec":[""]}}],"_postman_id":"052763d6-b643-46c4-afe8-0401c140aef9"},{"name":"Contact card","item":[{"name":"Get contact by Id","id":"bb36c11b-5454-45fd-90a8-b300cfa26cbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/contact-card/contacts/{{contactId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show contact information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong contact ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Contact does not exist\" , \"messageCode\" : \"error.contact.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","contact-card","contacts","{{contactId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5c75866a-01b7-4192-8578-d3122860420f","name":"Contact fetched with success","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/contact-card/contacts/123"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 19 Aug 2020 16:45:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123,\n    \"firstName\": \"Louis\",\n    \"lastName\": \"Dupont\",\n    \"createdById\": 1234,\n    \"updatedById\": 1234,\n    \"createdAt\": \"2022-09-30T08:15:06Z\",\n    \"updatedAt\": \"2022-09-30T08:15:06Z\",\n    \"phones\": [\n        \"33123456789\",\n        \"33234567890\"\n    ],\n    \"emails\": [\n        \"louis.dupont@gmail.com\"\n    ],\n    \"customFields\": {\n        \"company\": \"Diabolocom\",\n        \"age\": 42,\n        \"client_since\": \"2022-06-01T00:00:00Z\",\n        \"is_partner\": true,\n        \"vip_level\": \"1\",\n        \"area\": [\"telecom\"]\n    }\n  }"}],"_postman_id":"bb36c11b-5454-45fd-90a8-b300cfa26cbd"},{"name":"Get contact card configuration","id":"b8f66fce-a292-412c-bd2f-214017e67e88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/contact-card/configuration","description":"<h2 id=\"description\">Description</h2>\n<p>Show contact card configuration.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The response body contains only one property: <code>customFields</code>. This property is an array containing objects, one for each custom field available.</p>\n<p>Each object has at least the 3 following properties:</p>\n<ul>\n<li><p><code>key</code>: the key chosen by the administrator at the creation</p>\n</li>\n<li><p><code>label</code>: the label currently configured in the administration</p>\n</li>\n<li><p><code>type</code>: the system type of this field chosen at the creation. Type can only be one of the following value:</p>\n<ul>\n<li><p><em>TEXT</em></p>\n</li>\n<li><p><em>NUMBER</em></p>\n</li>\n<li><p><em>BOOLEAN</em></p>\n</li>\n<li><p><em>DATETIME</em> (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601)</p>\n</li>\n<li><p><em>SINGLE_SELECT</em></p>\n</li>\n<li><p><em>MULTIPLE_SELECT</em></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>If <code>type</code> is <em>SINGLE_SELECT</em> or <em>MULTIPLE_SELECT</em>, then their will be an additional property showing the <code>options</code> available. This property is also an array of objects, each one containing a pair of <code>key</code> - <code>label</code>.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong contact ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Contact does not exist\" , \"messageCode\" : \"error.contact.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","contact-card","configuration"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"043b7386-2b62-497b-9752-f090a6e5ba2f","name":"Contact card configuration fetched with success","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/contact-card/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 19 Aug 2020 16:45:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"customFields\": [\n        {\n            \"key\": \"company\",\n            \"label\": \"Entreprise\",\n            \"type\": \"TEXT\"\n        },\n        {\n            \"key\": \"age\",\n            \"label\": \"Âge\",\n            \"type\": \"NUMBER\"\n        },\n        {\n            \"key\": \"client_since\",\n            \"label\": \"Client depuis\",\n            \"type\": \"DATETIME\"\n        },\n        {\n            \"key\": \"is_partner\",\n            \"label\": \"Partenariat\",\n            \"type\": \"BOOLEAN\"\n        },\n        {\n            \"key\": \"vip_level\",\n            \"label\": \"Niveau VIP\",\n            \"type\": \"SINGLE_SELECT\",\n            \"options\": [\n                {\n                    \"key\": \"1\",\n                    \"label\": \"Gold\"\n                },\n                {\n                    \"key\": \"2\",\n                    \"label\": \"Silver\"\n                },\n                {\n                    \"key\": \"3\",\n                    \"label\": \"Bronze\"\n                }\n            ]\n        },\n        {\n            \"key\": \"area\",\n            \"label\": \"Secteur(s) d'activité\",\n            \"type\": \"MULTIPLE_SELECT\",\n            \"options\": [\n                {\n                    \"key\": \"telecom\",\n                    \"label\": \"Télécommunications\"\n                },\n                {\n                    \"key\": \"security\",\n                    \"label\": \"Sécurité\"\n                },\n                {\n                    \"key\": \"infra\",\n                    \"label\": \"Infrastructure\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"b8f66fce-a292-412c-bd2f-214017e67e88"},{"name":"Create a contact","id":"87655f26-f643-47aa-af9d-a182cffd9783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Louis\",\r\n    \"lastName\": \"Dupont\",\r\n    \"phones\": [\r\n        \"33123456789\",\r\n        \"33234567890\"\r\n    ],\r\n    \"emails\": [\r\n        \"louis.dupont@gmail.com\"\r\n    ],\r\n    \"customFields\": {\r\n        \"company\": \"Diabolocom\",\r\n        \"age\": 42,\r\n        \"client_since\": \"2022-06-01T00:00:00Z\",\r\n        \"is_partner\": true,\r\n        \"vip_level\": \"1\",\r\n        \"area\": [\"telecom\"]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/contact-card/contacts","description":"<h2 id=\"description\">Description</h2>\n<p>Create a new contact.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>First name of the contact.  <br /><strong>Example</strong>: \"Louis\"</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Last name of the contact.  <br /><strong>Example</strong>: \"Dupont\"</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of strings</td>\n<td>MANDATORY</td>\n<td>Array containing phone numbers of this contact (max 3).  <br /><strong>Example</strong>: [\"33123456789\", \"33234567890\"]</td>\n</tr>\n<tr>\n<td>emails</td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>Array containing emails of this contact (max 3).  <br /><strong>Example</strong>: [\"<a href=\"mailto:louis.dupont@gmail.com\">louis.dupont@gmail.com</a>\"]</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>No</td>\n<td>Contain all details for this contact based on the custom fields setup in the solution. <strong>Will be available in Q1 2023</strong>  <br /><strong>Example</strong>: {\"company\": \"Diabolocom\", \"vip_level\": 1, \"is_partner\": true, \"area\": \"telecom\"}</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","contact-card","contacts"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1edd4f64-d632-430c-b0fc-d0e6e4c0d688","name":"Contact created with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Louis\",\r\n    \"lastName\": \"Dupont\",\r\n    \"phones\": [\r\n        \"33123456789\",\r\n        \"33234567890\"\r\n    ],\r\n    \"emails\": [\r\n        \"louis.dupont@gmail.com\"\r\n    ],\r\n    \"customFields\": {\r\n        \"company\": \"Diabolocom\",\r\n        \"age\": 42,\r\n        \"client_since\": \"2022-06-01T00:00:00Z\",\r\n        \"is_partner\": true,\r\n        \"vip_level\": \"1\",\r\n        \"area\": [\"telecom\"]\r\n    }\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/contact-card/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 19 Aug 2020 16:45:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123,\n    \"firstName\": \"Louis\",\n    \"lastName\": \"Dupont\",\n    \"createdById\": 1234,\n    \"updatedById\": 1234,\n    \"createdAt\": \"2022-09-30T08:15:06Z\",\n    \"updatedAt\": \"2022-09-30T08:15:06Z\",\n    \"phones\": [\n        \"33123456789\",\n        \"33234567890\"\n    ],\n    \"emails\": [\n        \"louis.dupont@gmail.com\"\n    ],\n    \"customFields\": {\n        \"company\": \"Diabolocom\",\n        \"age\": 42,\n        \"client_since\": \"2022-06-01T00:00:00Z\",\n        \"is_partner\": true,\n        \"vip_level\": \"1\",\n        \"area\": [\"telecom\"]\n    }\n}"}],"_postman_id":"87655f26-f643-47aa-af9d-a182cffd9783"},{"name":"Delete contact by Id","id":"71a54c0b-984b-49fa-b26e-f52d03b518df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/contact-card/contacts/{{contactId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete an existing contact.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the request is successful, the response body will be empty and the HTTP response code will be <strong>204 - No content</strong>.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong contact ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Contact does not exist\" , \"messageCode\" : \"error.contact.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","contact-card","contacts","{{contactId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5886c8cd-05b0-4877-90f0-3afac576a987","name":"Contact deleted with success","originalRequest":{"method":"DELETE","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/contact-card/contacts/123"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 19 Aug 2020 16:45:39 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"71a54c0b-984b-49fa-b26e-f52d03b518df"},{"name":"Update a contact by ID","id":"3bfed5c3-dc67-4d42-b35c-50f19c68d562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Louis\",\r\n    \"lastName\": \"Dupont\",\r\n    \"phones\": [\r\n        \"33123456789\",\r\n        \"33234567890\"\r\n    ],\r\n    \"emails\": [\r\n        \"louis.dupont@gmail.com\"\r\n    ]\r\n  }","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/contact-card/contacts/{{contactId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Update an exisitng contact entirely.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>First name of the contact.  <br /><strong>Example</strong>: \"Louis\"</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Last name of the contact.  <br /><strong>Example</strong>: \"Dupont\"</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of strings</td>\n<td>MANDATORY</td>\n<td>Array containing phone numbers of this contact (max 20).  <br />At least 1 phone number or email address is required.  <br /><strong>Example</strong>: [\"33123456789\", \"33234567890\"]</td>\n</tr>\n<tr>\n<td>emails</td>\n<td>Array of strings</td>\n<td>MANDATORY</td>\n<td>Array containing emails of this contact (max 20).  <br />At least 1 phone number or email address is required.  <br /><strong>Example</strong>: [\"<a href=\"mailto:louis.dupont@gmail.com\">louis.dupont@gmail.com</a>\"]</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>OPTIONAL</td>\n<td>Contain all details for this contact based on the custom fields setup in the solution.  <br /><strong>Example</strong>: {\"company\": \"Diabolocom\", \"vip_level\": 1, \"is_partner\": true, \"area\": \"telecom\"}</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a PUT method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","contact-card","contacts","{{contactId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"75e1bb68-0aa7-4e10-80b3-379ed4dea158","name":"Contact updated with success","originalRequest":{"method":"PUT","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"Dupond\",\r\n    \"emails\": [\r\n        \"louis.dupond@gmail.com\"\r\n    ]\r\n  }","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/contact-card/contacts/123"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 19 Aug 2020 16:45:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123,\n    \"firstName\": \"Louis\",\n    \"lastName\": \"Dupond\",\n    \"createdById\": 1234,\n    \"updatedById\": 1234,\n    \"createdAt\": \"2022-09-30T08:15:06Z\",\n    \"updatedAt\": \"2022-09-30T08:15:06Z\",\n    \"phones\": [\n        \"33123456789\",\n        \"33234567890\"\n    ],\n    \"emails\": [\n        \"louis.dupond@gmail.com\"\n    ],\n    \"customFields\": {\n        \"company\": \"Diabolocom\",\n        \"age\": 42,\n        \"client_since\": \"2022-06-01T00:00:00Z\",\n        \"is_partner\": true,\n        \"vip_level\": \"1\",\n        \"area\": [\"telecom\"]\n    }\n}"}],"_postman_id":"3bfed5c3-dc67-4d42-b35c-50f19c68d562"},{"name":"Search contacts","id":"07c69de3-1b07-44d4-ac09-a2e43bf82df9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pageable\":{\r\n        \"page\": 0,\r\n        \"pageSize\": 100\r\n    },\r\n    \"query\":{\r\n        \"firstName\": \"Louis\",\r\n        \"lastName\": \"Dupont\",\r\n        \"phones\": [\r\n            \"33123456789\"\r\n        ],\r\n        \"emails\": [\r\n            \"louis.dupont@gmail.com\"\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/contact-card/contacts/search","description":"<h2 id=\"description\">Description</h2>\n<p>Search for a contact.</p>\n<p>The JSON body request is made of two parts: the <strong>pageable</strong> part and the <strong>query</strong> part.</p>\n<ul>\n<li><p>The <strong>pageable</strong> part is useful to organize the results and sort them if needed.</p>\n</li>\n<li><p>The <strong>query</strong> part contains all the filters we want to apply to find specific contacts of the campaign.</p>\n</li>\n</ul>\n<h3 id=\"pageable-part\">Pageable part</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Results page you want to retrieve.  <br /><em>Example</em>: 2</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>The number of records per page.  <br /><em>Example</em>: 50 (maximum value is 100 and the default value is 100 if this parameter is not used)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"query-part\">Query part</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>First name of the contact(s) to search.  <br /><strong>Example</strong>: \"Louis\"</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Last name of the contact(s) to search.  <br /><strong>Example</strong>: \"Dupont\"</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>Array containing phone numbers of the contact(s) to search.  <br /><strong>Example</strong>: [\"33123456789\", \"33234567890\"]</td>\n</tr>\n<tr>\n<td>emails</td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>Array containing emails of the contact(s) to search.  <br /><strong>Example</strong>: [\"<a href=\"mailto:louis.dupont@gmail.com\">louis.dupont@gmail.com</a>\"]</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 9 fields:</p>\n<ul>\n<li><p>contacts: an array that contains all the contacts found, each object of the array contains the contact details (see the contact data structure above for more information about the fields).</p>\n</li>\n<li><p>count: an integer with the number of contacts found in the current page.</p>\n</li>\n<li><p>previous: a boolean to indicate if there is a previous page.</p>\n</li>\n<li><p>next: a boolean to indicate if there is a next page.</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the contact.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","contact-card","contacts","search"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7eebec5a-356a-401d-aa70-1f65ef8bdf69","name":"Contacts found with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"pageable\":{\r\n        \"page\": 0,\r\n        \"pageSize\": 100\r\n    },\r\n    \"query\":{\r\n        \"firstName\": \"Louis\",\r\n        \"lastName\": \"Dupont\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/contact-card/contacts/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 19 Aug 2020 16:45:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"contacts\": [\n        {\n            \"id\": 123,\n            \"firstName\": \"Louis\",\n            \"lastName\": \"Dupont\",\n            \"createdById\": 1234,\n            \"updatedById\": 1234,\n            \"createdAt\": \"2022-09-30T08:15:06Z\",\n            \"updatedAt\": \"2022-09-30T08:15:06Z\",\n            \"phones\": [\n                \"33123456789\"\n            ],\n            \"emails\": [\n                \"louis.dupont@gmail.com\"\n            ]\n        },\n        {\n            \"id\": 245,\n            \"firstName\": \"Louis\",\n            \"lastName\": \"Dupont-Dupond\",\n            \"createdById\": 1234,\n            \"updatedById\": 1234,\n            \"createdAt\": \"2022-09-30T08:15:06Z\",\n            \"updatedAt\": \"2022-09-30T08:15:06Z\",\n            \"phones\": [\n                \"33987654321\"\n            ],\n            \"emails\": [\n                \"louisdupontdupond@gmail.com\"\n            ]\n        }\n    ],\n    \"count\": 2,\n    \"previous\": false,\n    \"next\": false\n}"}],"_postman_id":"07c69de3-1b07-44d4-ac09-a2e43bf82df9"}],"id":"fc891156-cb76-48b8-bbad-244eebce3412","description":"<p>Contact card is a feature which allows to deal with contacts in a contact card so that inbound or outbound interaction can be linked to a contact and be recognized in the future.</p>\n<p>Each past interaction dne with a specific contact is also stored in its history.</p>\n<p>Each contact has properties related to the contact base they are assigned to (an id, a first and last name, phone numbers, email addresses, custom fields).</p>\n<h2 id=\"data-structure-for-contacts\">Data structure for contacts</h2>\n<p>Contacts are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>The ID of the contact created.  <br /><strong>Example</strong>: 3974</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>No</td>\n<td>First name of the contact.  <br /><strong>Example</strong>: \"Louis\"</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>No</td>\n<td>Last name of the contact.  <br /><strong>Example</strong>: \"Dupont\"</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>Array of strings</td>\n<td>No</td>\n<td>Phone numbers associated to this contact.  <br /><strong>Example</strong>: [\"33123456789\", \"33234567890\"]</td>\n</tr>\n<tr>\n<td>emails</td>\n<td>Array of strings</td>\n<td>No</td>\n<td>Email addresses associated to this contact.  <br /><strong>Example</strong>: [\"<a href=\"mailto:louis.dupont@gmail.com\">louis.dupont@gmail.com</a>\"]</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>No</td>\n<td>Contain all details for this contact based on the custom fields setup in the solution.  <br /><strong>Example</strong>: {\"company\": \"Diabolocom\", \"age\": 42, \"client_since\": \"2022-06-01T00:00:00Z\", \"vip_level\": \"1\", \"is_partner\": true, \"area\": [\"telecom\"]}</td>\n</tr>\n<tr>\n<td>createdById</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>ID of the user who created the contact.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>updatedById</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>ID of the last user who updated the contact.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>Yes</td>\n<td>The date of the creation of the contact, format ISO 8601.  <br /><strong>Example</strong>: \"2022-09-30T08:15:06Z\"</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>String</td>\n<td>Yes</td>\n<td>The date of the last modification of the contact, format ISO 8601.  <br /><strong>Example</strong>: \"2022-09-30T08:15:06Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"fc891156-cb76-48b8-bbad-244eebce3412"},{"name":"Groups","item":[{"name":"Get groups","id":"f1439ecf-74eb-4e9e-9be3-30eb962ab05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/groups","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the groups created on the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on group(s) name that contains the text (case insensitive).  <br /><strong>Example</strong>: ?name=market</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>50</strong> groups per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the groups details in a JSON response body. Please see the data structure of a group above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding group(s).</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"82768e45-4667-4d8b-bc2f-6f1bd912bbce","name":"Get groups","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 15 Jun 2021 07:59:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"groups\": [\n        {\n            \"id\": 60,\n            \"name\": \"Front-Office\",\n            \"folder\": null,\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n            \"userIds\": [\n                157,\n                166,\n                172,\n                173,\n                178,\n                276,\n                300,\n                315,\n                339\n            ],\n            \"isolated\": true,\n            \"parentGroupIds\": [111, 222] // Will be available soon\n        },\n        {\n            \"id\": 115,\n            \"name\": \"Back-Office\",\n            \"folder\": null,\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n            \"userIds\": [\n                564,\n                685\n            ],\n            \"isolated\": true,\n            \"parentGroupIds\": null // Will be available soon\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Support Paris\",\n            \"folder\": \"France\",\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n            \"userIds\": [\n                166,\n                276,\n                564\n            ],\n            \"isolated\": true,\n            \"parentGroupIds\": [111, 222] // Will be available soon\n        }\n    ],\n    \"next\": null,\n    \"previous\": null\n}"}],"_postman_id":"f1439ecf-74eb-4e9e-9be3-30eb962ab05a"},{"name":"Get group by Id","id":"fcfad350-a1eb-4211-9e83-e854de741461","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/groups/{{groupId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show group information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the group's details in a JSON response body. Please see the data structure of a group above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding group.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","groups","{{groupId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e459ea3f-902c-4679-98e8-f5070b68b7c7","name":"Get group info successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/groups/28"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 10 Mar 2020 18:43:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 28,\n    \"name\": \"Level 1 - Italy\",\n    \"folder\": \"Groups Outsourcing\",\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"userIds\": [\n        135,\n        150,\n        152,\n        158,\n        339,\n        564\n    ],\n    \"isolated\": true,\n    \"parentGroupIds\": [111, 222] // Will be available soon\n}"}],"_postman_id":"fcfad350-a1eb-4211-9e83-e854de741461"},{"name":"Create a group","id":"f89b90ba-0070-46cb-8a0c-2235b1e6d08b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Support - Level 2\",\r\n        \"folder\": \"Groups Support\",\r\n        \"userIds\": [\r\n            640,\r\n            641,\r\n            42,\r\n            670,\r\n            23\r\n        ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/account/groups","description":"<h2 id=\"description\">Description</h2>\n<p>Create a new group.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>At least one field should be present. The properties are described in the top of the Groups endpoints section.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the group's details in a JSON response body. Please see the full data structure of a group above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code are described below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the group just created.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not supported</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","groups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"adaab525-b74b-4e43-9146-312f7fc74ca8","name":"Create a new group","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"Support - Level 3\",\r\n        \"folder\": \"Groups Support\",\r\n        \"userIds\": [\r\n            1645,\r\n            4054,\r\n            4059\r\n        ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/groups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Sep 2020 07:51:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2071,\n    \"name\": \"Support - Level 3\",\n    \"folder\": \"Groups Support\",\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"userIds\": [\n        1645,\n        4054,\n        4059\n    ],\n    \"isolated\": true,\n    \"parentGroupIds\": [111, 222] // Will be available soon\n}"}],"_postman_id":"f89b90ba-0070-46cb-8a0c-2235b1e6d08b"},{"name":"Update group by Id","id":"bb24ab63-50da-4359-9f83-2fdb7339d520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"UK - Support Level 1\",\r\n        \"folder\": \"Groups UK\",\r\n        \"userIds\": [\r\n            20640,\r\n            20641,\r\n            20650,\r\n            20670,\r\n            20678,\r\n            20680,\r\n            20695\r\n        ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/account/groups/{{groupId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Update (total or partial) the properties of an existing group.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>At least one field should be present. The properties are described in the top of the Groups endpoints section.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the group's details in a JSON response body. Please see the data structure of a group above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding updated group.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not supported</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","groups","{{groupId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3dbe30ed-a183-4e9f-92d4-075600861cb8","name":"Update group by Id","originalRequest":{"method":"PUT","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n        \"name\": \"UK - Support Level 1\",\r\n        \"folder\": \"Groups UK\",\r\n        \"userIds\": [\r\n                157,\r\n                166,\r\n                172,\r\n                173,\r\n                178,\r\n                276,\r\n                300,\r\n                315,\r\n                339,\r\n                340,\r\n                495\r\n        ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/groups/101"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Pragma","value":"no-cache"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 05 Oct 2021 09:06:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 101,\n    \"name\": \"UK - Support Level 1\",\n    \"folder\": \"Groups UK\",\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"userIds\": [\n        157,\n        166,\n        172,\n        173,\n        178,\n        276,\n        300,\n        315,\n        339,\n        340,\n        495\n    ],\n    \"isolated\": true,\n    \"parentGroupIds\": [111, 222] // Will be available soon\n}"}],"_postman_id":"bb24ab63-50da-4359-9f83-2fdb7339d520"},{"name":"Delete group by Id","id":"784d661b-dc34-4677-b11b-1a39d5b9f9bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/groups/{{groupId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Remove a specific group. This action is permanent and cannot be undone.<br /><em>Available since 4.3.1.5.</em></p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the request is successful, the response body will be empty and the HTTP response code will be <strong>204 - No content</strong>.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are as described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>204</td>\n<td>Empty</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong group ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Group does not exist\" , \"messageCode\" : \"error.group.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","groups","{{groupId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"17912cda-45c1-45cd-b209-422f34a34431","name":"Deletion of group successful","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/groups/1234"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Thu, 20 Aug 2020 13:16:01 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"784d661b-dc34-4677-b11b-1a39d5b9f9bc"}],"id":"7e9b4408-fc93-4b6b-a8da-c661aefaa25a","description":"<p>Groups contain different users.</p>\n<h2 id=\"data-structure-for-groups\">Data structure for groups</h2>\n<p>Groups are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the group.  <br /><strong>Example</strong>: 1729</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>The name of the group.  <br /><strong>Example</strong>: \"Group UK - London\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>The folder name of the group.  <br /><strong>Example</strong>: \"Groups - Europe\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the group.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the group. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who has last updated the group.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the group. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>userIds</td>\n<td>Array of integers</td>\n<td>NO</td>\n<td>The ID of the users who belong to this group.  <br /><strong>Example</strong>: [456,75,87,085,23]</td>\n</tr>\n<tr>\n<td>isolated</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether this group is currently isolated or not.  <br /><strong>Example:</strong> false</td>\n</tr>\n<tr>\n<td>parentGroupIds</td>\n<td>Array of integers</td>\n<td>NO</td>\n<td>The IDs of the groups where the current group should be in (isolation hierarchy). If there is no parent group, this field will be <em>null</em>. <strong>Will be available soon.</strong>  <br />Example: [111, 222]</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"debbf248-a30c-4dc7-9df8-f7462c587a9e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08edcf8f-5a1a-4c8d-a9f7-17b7c88f0e79","type":"text/javascript","exec":[""]}}],"_postman_id":"7e9b4408-fc93-4b6b-a8da-c661aefaa25a"},{"name":"Users","item":[{"name":"Get user by Id","id":"fb3608ec-ce67-463e-a63f-df8a07791bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/users/{{userId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show user information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the user's details in a JSON response body. Please see the data structure of a user above for more information about the different fields returned.</p>\n<p><strong>Beware that if the user you want to get has currently a WebRTC number allocated</strong>, then we will return an internal number starting by \"999\", please ignore that value.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","users","{{userId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e81f53cf-a31c-492d-b02f-bad25106d9ff","name":"Get user successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/users/1915"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1915,\n    \"name\": \"james.mclane\",\n    \"firstName\": \"James\",\n    \"lastName\": \"McLane\",\n    \"email\": \"james.mclane@hello.io\",\n    \"role\": \"AGENT\",\n    \"profileId\": 665,\n    \"number\": null,\n    \"displayedPhoneNumberId\": null,\n    \"locale\": \"fr\",\n    \"isDisabled\": false,\n    \"folder\": \"Agents - France\",\n    \"statusSetId\": 9450,\n    \"skillChannels\": [\n        {\n            \"channel\": \"VOICE_INBOUND\",\n            \"skills\": [\n                {\n                    \"id\": 1405,\n                    \"name\": \"Test1\",\n                    \"disabled\": false,\n                    \"level\": 5\n                }\n            ]\n        }\n    ],\n    \"missedCallsThreshold\": 3,\n    \"isLimitWrapupTime\": true,\n    \"wrapupTimeout\": 90,\n    \"isAllowProlongateWrapup\": false,\n    \"wrapupAdditionalTimeout\": 90,\n    \"maxEmails\": 5,\n    \"maxTransfers\": 5,\n    \"maxSms\": 5,\n    \"maxWhatsapp\": 5,\n    \"buttonForTabActivation\": false,\n    \"tabsManagementMode\": null,\n    \"isolationTypes\": null,\n    \"timezone\": \"Europe/Paris\",\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"lastLoginAt\": \"2022-08-03T01:17:22Z\"\n}"}],"_postman_id":"fb3608ec-ce67-463e-a63f-df8a07791bac"},{"name":"Get users","id":"70d28d19-103f-49d7-a4c1-82156451759a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/users","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the users of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on a specific name (user login) that exactly matches the provided text.  <br /><strong>Example</strong>: ?name=john.mclane</td>\n</tr>\n<tr>\n<td>role</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on a precise role..  <br />Possible values: ADMIN, SUPERVISOR, AGENT  <br /><strong>Example</strong>: ?role=AGENT</td>\n</tr>\n<tr>\n<td>isDisabled</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on active or inactive users.  <br /><strong>Example</strong>: ?isSDisabled=false</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on a specific folder that matches exactly the provided text.  <br /><strong>Example</strong>: ?folder=uk users</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to specify the page size.  <br /><strong>Example</strong>: ?pageSize=50</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>2000</strong> users per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the users details in a JSON response body. Please see the data structure of a user above for more information about the different fields returned.</p>\n<p><strong>Beware that if the user you want to get has currently a WebRTC number allocated</strong>, then we will return an internal number starting by \"999\", please ignore that value.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding users(s).</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c8cbca52-59a6-4337-94ed-a662fc29f3d9","name":"Get users successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"users\": [\n        {\n            \"id\": 1915,\n            \"name\": \"james.mclane\",\n            \"firstName\": \"James\",\n            \"lastName\": \"McLane\",\n            \"email\": \"james.mclane@hello.io\",\n            \"role\": \"AGENT\",\n            \"profileId\": 665,\n            \"number\": null,\n            \"displayedPhoneNumberId\": null,\n            \"locale\": \"fr\",\n            \"isDisabled\": false,\n            \"folder\": \"Agents - France\",\n            \"statusSetId\": 9450,\n            \"skillChannels\": [\n                {\n                    \"channel\": \"VOICE_INBOUND\",\n                    \"skills\": [\n                        {\n                            \"id\": 1405,\n                            \"name\": \"Test1\",\n                            \"disabled\": false,\n                            \"level\": 5\n                        }\n                    ]\n                }\n            ],\n            \"missedCallsThreshold\": 3,\n            \"isLimitWrapupTime\": true,\n            \"wrapupTimeout\": 90,\n            \"isAllowProlongateWrapup\": false,\n            \"wrapupAdditionalTimeout\": 90,\n            \"maxEmails\": 5,\n            \"maxTransfers\": 5,\n            \"maxSms\": 5,\n            \"maxWhatsapp\": 5,\n            \"buttonForTabActivation\": false,\n            \"tabsManagementMode\": null,\n            \"isolationTypes\": null,\n            \"timezone\": \"Europe/Paris\",\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n            \"lastLoginAt\": \"2022-08-03T01:17:22Z\"\n        }\n    ],\n    \"next\": null,\n    \"previous\": null\n}"}],"_postman_id":"70d28d19-103f-49d7-a4c1-82156451759a"},{"name":"Create a user","id":"cf124992-3f26-4688-980e-d1b7fc38d9e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"{{loginUser}}\",\r\n    \"firstName\": \"{{firstNameUser}}\",\r\n    \"lastName\": \"{{lastNameUser}}\",\r\n    \"email\": \"{{email}}\",\r\n    \"role\": \"AGENT\",\r\n    \"profileId\": {{profileId}},\r\n    \"number\": \"{{number}}\",\r\n    \"displayedPhoneNumber\": null, // Will be available soon\r\n    \"locale\": \"{{locale}}\",\r\n    \"isDisabled\": false,\r\n    \"folder\": \"{{folder}}\",\r\n    \"statusSetId\": {{statusSetId}},\r\n    \"skillChannels\": [\r\n        {\r\n            \"channel\": \"VOICE_INBOUND\",\r\n            \"skills\": [\r\n                {\r\n                    \"name\": \"{{skill1Name}}\",\r\n                    \"disabled\": false,\r\n                    \"level\": {{skill1Level}}\r\n                },\r\n                {\r\n                    \"name\": \"{{skill2Name}}\",\r\n                    \"disabled\": false,\r\n                    \"level\": {{skill2Level}}\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"missedCallsThreshold\": {{missedCallsThreshold}},\r\n    \"isLimitWrapupTime\": {{isLimitWrapupTime}},\r\n    \"wrapupTimeout\": {{wrapupTimeout}},\r\n    \"isAllowProlongateWrapup\": {{isAllowProlongateWrapup}},\r\n    \"wrapupAdditionalTimeout\": {{wrapupAdditionalTimeout}},\r\n    \"maxEmails\": {{maxEmails}},\r\n    \"maxTransfers\": {{maxTransfers}},\r\n    \"buttonForTabActivation\": {{buttonForTabActivation}},\r\n    \"tabsManagementMode\": {{tabsManagementMode}},\r\n    \"isolationTypes\": {{isolationTypes}},\r\n    \"timezone\": {{timezone}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/account/users","description":"<h2 id=\"description\">Description</h2>\n<p>Create a new user.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>passwordReset</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether the system should send a password reset email to the newly created user or not. If not set, the value set in \"My account\" will be used by default. <em>Will be available in the future</em>  <br /><strong>Example</strong>: ?passwordReset=false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The (unique on the platform) login of the user.  <br /><strong>Example</strong>: \"john_admin\"</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The first name of the user.  <br /><strong>Example</strong>: \"John\"</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The last name of the user.  <br /><strong>Example</strong>: \"Mc Lane\"</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The email address of the user.  <br /><strong>Example</strong>: \"<a href=\"https://mailto:john.mclane@diabolocom.com\">john.mclane@diabolocom.com</a>\"</td>\n</tr>\n<tr>\n<td>role</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The role of the user.  <br /><strong>Example</strong>: \"ADMIN\"</td>\n</tr>\n<tr>\n<td>profileId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The profile Id for this user.  <br /><strong>Example</strong>: 345</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The phone number of the user. If you send \"\" or <em>null</em>, it will create a user without phone number (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: \"33176490490\"</td>\n</tr>\n<tr>\n<td>displayedPhoneNumberId</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The phone number (String) to display configured agent displayed phone number to a contact instead of one of the campaign's displayed phone numbers. Default value is <em>null.</em> A valid number is expected. Please keep in mind that you must be the owner of the number you display.  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for outbound calls, the request will result in a 400 error.</strong>  <br /><strong>Will be available soon</strong>.  <br /><strong>Example</strong>: \"550e8400-e29b-41d4-a716-446655440000\"</td>\n</tr>\n<tr>\n<td>locale</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The language of the user.Possible values: en, it, fr, de, sp, nl, pt.  <br /><strong>Example</strong>: \"en\"</td>\n</tr>\n<tr>\n<td>isDisabled</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The activation state of the user. Possible values: true if the user is disabled, false if the user is not disabled.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The folder name of the user. <strong>null</strong> by default.  <br /><strong>Example</strong>: \"Admins - Tours\"</td>\n</tr>\n<tr>\n<td>statusSetId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The Id of the status set for the user (if not provided in the request body, the default status set of the account will be used).  <br /><strong>Example</strong>: 465</td>\n</tr>\n<tr>\n<td>skillChannels</td>\n<td>Array of objects</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The skills of the users per channel. This is an array composed of the couple channel (string) &amp; skills (array of objects). Each skill has an id, a name, a level, and is disabled or not.  <br /><strong>Example</strong>:\"skillChannels\": []</td>\n</tr>\n<tr>\n<td>missedCallsThreshold</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Number of maximum calls an agent can missed before being put in Away status. <strong>3</strong> by default.  <br /><strong>Example</strong>: 3  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>isLimitWrapupTime</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>If the agent has a limited time to wrap-up a manual outbound call. Possible values: true or false. <strong>false</strong> by default.  <br /><strong>Example</strong>: false  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>wrapupTimeout</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Time (in seconds) the agent has to wrap-up a manual outbound call. <strong>90</strong> by default.  <br /><strong>Example</strong>: 90  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>isAllowProlongateWrapup</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>If the agent has a prolongation time to wrap-up a manual outbound call after the end of the initial time limit. Possible values: true or false. <strong>false</strong> by default.  <br /><strong>Example</strong>: false  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>wrapupAdditionalTimeout</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Additionnal time (in seconds) the agent has to wrap-up a manual outbound call. <strong>90</strong> by default.  <br /><strong>Example</strong>: 90  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>maxEmails</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum number of emails a user can receive in their backlog. <strong>5</strong> by default.  <br /><strong>Example</strong>: 5  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>maxTransfers</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum number of transferred emails a user can receive in their backlog. <strong>5</strong> by default.  <br /><strong>Example</strong>: 5  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>buttonForTabActivation</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Give the possibility to the agent to activate the current if they have multiple tabs open in their browser. Possible values: true or false. <strong>false</strong> by default.  <br /><strong>Example</strong>: false  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>tabsManagementMode</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Type of tabs management. Possible values: WITH_BUTTON or AUTO_SWITCH. <strong>WITH_BUTTON</strong> by default.  <br /><strong>Example</strong>: \"WITH_BUTTON\"  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the user's details in a JSON response body. Please see the full data structure of a user above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code are described below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the user just created.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not supported</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"17a21ea3-2f71-4d7b-9740-3b4048c12288","name":"Create a user with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"james.mclane\",\r\n    \"firstName\": \"James\",\r\n    \"lastName\": \"McLane\",\r\n    \"email\": \"james.mclane@hello.io\",\r\n    \"role\": \"SUPERVISOR\",\r\n    \"profileId\": 4509,\r\n    \"number\": null,\r\n    \"displayedPhoneNumber\": null,\r\n    \"locale\": \"fr\",\r\n    \"isDisabled\": false,\r\n    \"folder\": \"TESTS\",\r\n    \"statusSetId\": 9450,\r\n    \"skillChannels\": [\r\n        {\r\n            \"channel\": \"VOICE_INBOUND\",\r\n            \"skills\": [\r\n                {\r\n                    \"id\": 1405,\r\n                    \"name\": \"Test1\",\r\n                    \"disabled\": false,\r\n                    \"level\": 5\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"missedCallsThreshold\": 3,\r\n    \"isLimitWrapupTime\": true,\r\n    \"wrapupTimeout\": 90,\r\n    \"isAllowProlongateWrapup\": false,\r\n    \"wrapupAdditionalTimeout\": 90,\r\n    \"maxEmails\": 5,\r\n    \"maxTransfers\": 5,\r\n    \"buttonForTabActivation\": false,\r\n    \"tabsManagementMode\": null,\r\n    \"isolationTypes\": null,\r\n    \"timezone\": \"Europe/Paris\" // Coming soon\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:46:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1915,\n    \"name\": \"james.mclane\",\n    \"firstName\": \"James\",\n    \"lastName\": \"McLane\",\n    \"email\": \"james.mclane@hello.io\",\n    \"role\": \"SUPERVISOR\",\n    \"profileId\": 4509,\n    \"number\": null,\n    \"displayedPhoneNumberId\": null,\n    \"locale\": \"fr\",\n    \"isDisabled\": false,\n    \"folder\": \"TESTS\",\n    \"statusSetId\": 9450,\n    \"skillChannels\": [\n        {\n            \"channel\": \"VOICE_INBOUND\",\n            \"skills\": [\n                {\n                    \"id\": 1405,\n                    \"name\": \"Test1\",\n                    \"disabled\": false,\n                    \"level\": 5\n                }\n            ]\n        }\n    ],\n    \"missedCallsThreshold\": 3,\n    \"isLimitWrapupTime\": true,\n    \"wrapupTimeout\": 90,\n    \"isAllowProlongateWrapup\": false,\n    \"wrapupAdditionalTimeout\": 90,\n    \"maxEmails\": 5,\n    \"maxTransfers\": 5,\n    \"maxSms\": 5,\n    \"maxWhatsapp\": 5,\n    \"buttonForTabActivation\": false,\n    \"tabsManagementMode\": null,\n    \"isolationTypes\": null,\n    \"timezone\": \"Europe/Paris\",\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n}"}],"_postman_id":"cf124992-3f26-4688-980e-d1b7fc38d9e5"},{"name":"Update a user by Id","id":"f661bba8-3b46-4006-a6a6-d5a3ddd3a528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"number\":{{phoneNumber}},\r\n    \"folder\":\"{{folder}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/account/users/{{userId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Update an existing user.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>passwordReset</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Whether the system should send a password reset email to this updated user or not. If not set, the value set in \"My account\" will be used by default. <em>Will be available in the future</em>  <br /><strong>Example</strong>: ?passwordReset=false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The first name of the user.  <br /><strong>Example</strong>: \"John\"</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The last name of the user.  <br /><strong>Example</strong>: \"Mc Lane\"</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The email address of the user.  <br /><strong>Example</strong>: \"<a href=\"https://mailto:john.mclane@diabolocom.com\">john.mclane@diabolocom.com</a>\"</td>\n</tr>\n<tr>\n<td>role</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The role of the user.  <br /><strong>Example</strong>: \"ADMIN\"</td>\n</tr>\n<tr>\n<td>profileId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The profile Id for this user.  <br /><strong>Example</strong>: 345</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The phone number of the user (<strong>E.164 format</strong>).  <br /><strong>Examples</strong>:  <br />- \"33176490490\" will update with this exact number  <br />- <strong>null</strong> will empty the number  <br /><strong>Beware that if the user has a WebRTC already allocated, we will ignore the value you are trying to send.</strong></td>\n</tr>\n<tr>\n<td>displayedPhoneNumberId</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The phone number (String) to display configured agent displayed phone number to a contact instead of one of the campaign's displayed phone numbers. Default value is <em>null.</em> A valid number is expected. Please keep in mind that you must be the owner of the number you display.  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for outbound calls, the request will result in a 400 error.</strong>  <br /><strong>Will be available soon</strong>.  <br /><strong>Example</strong>: \"550e8400-e29b-41d4-a716-446655440000\"</td>\n</tr>\n<tr>\n<td>locale</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The language of the user.Possible values: en, it, fr, de, sp, nl, pt.  <br /><strong>Example</strong>: \"en\"</td>\n</tr>\n<tr>\n<td>isDisabled</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>The activation state of the user. Possible values: true if the user is disabled, false if the user is not disabled.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The folder name of the user. <strong>null</strong> by default.  <br /><strong>Example</strong>: \"Admins - Tours\"</td>\n</tr>\n<tr>\n<td>statusSetId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>The Id of the status set for the user (if not provided in the request body, the default status set of the account will be used).  <br /><strong>Example</strong>: 465</td>\n</tr>\n<tr>\n<td>skillChannels</td>\n<td>Array of objects</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The skills of the users per channel. This is an array composed of the couple channel (string) &amp; skills (array of objects). Each skill has an id, a name, a level, and is disabled or not.  <br /><strong>Example</strong>:\"skillChannels\": []</td>\n</tr>\n<tr>\n<td>missedCallsThreshold</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Number of maximum calls an agent can missed before being put in Away status. <strong>3</strong> by default.  <br /><strong>Example</strong>: 3  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>isLimitWrapupTime</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>If the agent has a limited time to wrap-up a manual outbound call. Possible values: true or false. <strong>false</strong> by default.  <br /><strong>Example</strong>: false  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>wrapupTimeout</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Time (in seconds) the agent has to wrap-up a manual outbound call. <strong>90</strong> by default.  <br /><strong>Example</strong>: 90  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>isAllowProlongateWrapup</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>If the agent has a prolongation time to wrap-up a manual outbound call after the end of the initial time limit. Possible values: true or false. <strong>false</strong> by default.  <br /><strong>Example</strong>: false  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>wrapupAdditionalTimeout</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Additionnal time (in seconds) the agent has to wrap-up a manual outbound call. <strong>90</strong> by default.  <br /><strong>Example</strong>: 90  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>maxEmails</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum number of emails a user can receive in their backlog. <strong>5</strong> by default.  <br /><strong>Example</strong>: 5  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>maxTransfers</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Maximum number of transferred emails a user can receive in their backlog. <strong>5</strong> by default.  <br /><strong>Example</strong>: 5  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>buttonForTabActivation</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Give the possibility to the agent to activate the current if they have multiple tabs open in their browser. Possible values: true or false. <strong>false</strong> by default.  <br /><strong>Example</strong>: false  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n<tr>\n<td>tabsManagementMode</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>No</td>\n<td>Type of tabs management. Possible values: WITH_BUTTON or AUTO_SWITCH. <strong>WITH_BUTTON</strong> by default.  <br /><strong>Example</strong>: \"WITH_BUTTON\"  <br /><em>Will be available in Q1 2022</em></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the user's details in a JSON response body. Please see the full data structure of a user above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code are described below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the user just updated.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not supported</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","users","{{userId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"84521f40-0a9f-4044-999c-224e75b09806","name":"Update profile & folder of a user","originalRequest":{"method":"PUT","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"role\": \"AGENT\",\r\n    \"profileId\": 665,\r\n    \"folder\": \"Agents - France\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/users/1915"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 18:12:16 GM"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1915,\n    \"name\": \"james.mclane\",\n    \"firstName\": \"James\",\n    \"lastName\": \"McLane\",\n    \"email\": \"james.mclane@hello.io\",\n    \"role\": \"AGENT\",\n    \"profileId\": 665,\n    \"number\": null,\n    \"displayedPhoneNumberId\": null,\n    \"locale\": \"fr\",\n    \"isDisabled\": false,\n    \"folder\": \"Agents - France\",\n    \"statusSetId\": 9450,\n    \"skillChannels\": [\n        {\n            \"channel\": \"VOICE_INBOUND\",\n            \"skills\": [\n                {\n                    \"id\": 1405,\n                    \"name\": \"Test1\",\n                    \"disabled\": false,\n                    \"level\": 5\n                }\n            ]\n        }\n    ],\n    \"missedCallsThreshold\": 3,\n    \"isLimitWrapupTime\": true,\n    \"wrapupTimeout\": 90,\n    \"isAllowProlongateWrapup\": false,\n    \"wrapupAdditionalTimeout\": 90,\n    \"maxEmails\": 5,\n    \"maxTransfers\": 5,\n    \"maxSms\": 5,\n    \"maxWhatsapp\": 5,\n    \"buttonForTabActivation\": false,\n    \"tabsManagementMode\": null,\n    \"isolationTypes\": null,\n    \"timezone\": \"Europe/Paris\",\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n}"}],"_postman_id":"f661bba8-3b46-4006-a6a6-d5a3ddd3a528"},{"name":"Delete a user by Id","id":"6fb75d8c-8a4b-470d-b66c-d6ed79cd1d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/users/{{userId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Remove a user from the account.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the user's details in a JSON response body. Please see the data structure of a user above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>204</td>\n<td>The contact was successfully removed. The response body is empty.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","users","{{userId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"96ac26a7-8ca5-4e0d-a71b-ff499e0a1e6e","name":"Delete a user with success","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/users/1916"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 16 Mar 2020 18:06:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6fb75d8c-8a4b-470d-b66c-d6ed79cd1d13"},{"name":"Set agent status","id":"e50de565-ddd3-44f3-9309-3bb64dc0f321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"statusId\": {{statusId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/account/users/{{userId}}/status","description":"<h2 id=\"description\">Description</h2>\n<p>Set a status to a specific agent.<br />An agent can have its status changed <strong>only</strong> if he's currently not working on a voice call and only when he is in Agent interface.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statusId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>Status ID to take to update the current status of the agent selected.  <br /><strong>Example</strong>: 2222</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the status change details in a JSON response body. Please see the full data structure of a user above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code are described below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ok</td>\n<td>200</td>\n<td>Body with status change informaton.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not supported</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Agent not found</td>\n<td>404</td>\n<td><code>{ \"message\" : \"The agent ID was not found\", \"messageCode\" : \"error.user.not.found\"}</code></td>\n</tr>\n<tr>\n<td>Status not found</td>\n<td>404</td>\n<td><code>{ \"message\" : \"The status ID was not found\", \"messageCode\" : \"error.status.not.found\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","users","{{userId}}","status"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1d7c8990-2b63-434e-a91a-c1de0a2fdfe5","name":"Set agent status with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"statusId\": {{statusId}}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/users/{{userId}}/status"},"_postman_previewlanguage":"json","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"agentId\": 12345,\r\n    \"previousStatusId\": 1111,\r\n    \"previousStatusName\": \"Available\",\r\n    \"currentStatusId\": 2222,\r\n    \"currentStatusName\": \"Break\"\r\n}"}],"_postman_id":"e50de565-ddd3-44f3-9309-3bb64dc0f321"}],"id":"7164c677-70f6-42e4-9472-0071d90b56a3","description":"<p>Users are used in campaign(s) as agents and belong to group(s).</p>\n<h2 id=\"data-structure-for-users\">Data structure for users</h2>\n<p>Users are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the user.  <br /><strong>Example</strong>: 749</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>YES</td>\n<td>The (unique on the platform) login of the user.  <br /><strong>Example</strong>: \"john_admin\"</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>NO</td>\n<td>The first name of the user.  <br /><strong>Example</strong>: \"John\"</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>NO</td>\n<td>The last name of the user.  <br /><strong>Example</strong>: \"Mc Lane\"</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>NO</td>\n<td>The email address of the user.  <br /><strong>Example</strong>: \"<a href=\"https://mailto:john.mclane@diabolocom.com\">john.mclane@diabolocom.com</a>\"</td>\n</tr>\n<tr>\n<td>role</td>\n<td>String</td>\n<td>NO</td>\n<td>The role of the user.  <br /><strong>Example</strong>: \"ADMIN\"</td>\n</tr>\n<tr>\n<td>profileId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The profile Id for this user.  <br /><strong>Example</strong>: 345</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>NO</td>\n<td>The phone number of the user (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: \"33176490490\"</td>\n</tr>\n<tr>\n<td>displayedPhoneNumberId</td>\n<td>String</td>\n<td>NO</td>\n<td>The phone number (String) to display configured agent displayed phone number to a contact instead of one of the campaign's displayed phone numbers. Default value is <em>null.</em> A valid number is expected. Please keep in mind that you must be the owner of the number you display.  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for outbound calls, the request will result in a 400 error.</strong>  <br /><strong>Example</strong>: \"550e8400-e29b-41d4-a716-446655440000\"</td>\n</tr>\n<tr>\n<td>isDisabled</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>The activation state of the user. Possible values: true if the user is disabled, false if the user is not disabled.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>The folder name of the user.  <br /><strong>Example</strong>: \"Admins - Tours\"</td>\n</tr>\n<tr>\n<td>statusSetId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The Id of the status set for the user.  <br /><strong>Example</strong>: 465</td>\n</tr>\n<tr>\n<td>skillChannels</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>The skills of the users per channel.This is an array composed of the couple channel (string) &amp; skills (array of objects).Each skill has an id, a name, a level, and is disabled or not.  <br /><strong>Example</strong>::  <br /><code>\"skillChannels\": [ { \"channel\": \"VOICE_INBOUND\", \"skills\": [ { \"id\": 66, \"name\": \"TechnicalProblem\", \"disabled\": false, \"level\": 3 } ] }, { \"channel\": \"MAIL\", \"skills\": [ { \"id\": 19, \"name\": \"Billing\", \"disabled\": false, \"level\": 5 } ] } }</code></td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>NO</td>\n<td>The timezone set for this user (by default the account timezone). <strong>Coming soon</strong>  <br /><strong>Example</strong>: \"Europe/Paris\"</td>\n</tr>\n<tr>\n<td>maxEmails</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The maximum number of emails that can be routed in this agent's backlog.  <br /><strong>Example:</strong> 5</td>\n</tr>\n<tr>\n<td>maxTransfers</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The maximum number of emails that can be transferred in this agent's backlog.  <br /><strong>Example:</strong> 5</td>\n</tr>\n<tr>\n<td>maxSms</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The maximum number of SMS interactions that can be routed in this agent's backlog.  <br /><strong>Example:</strong> 5</td>\n</tr>\n<tr>\n<td>maxWhatsapp</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The maximum number of WhatsApp interactions that can be routed in this agent's backlog.  <br /><strong>Example:</strong> 5</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the user.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the user. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the user.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the user. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"a670240a-03fb-456d-8507-c15eb6edfbef","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3313ce84-9588-40a1-9253-aee898cc3f32","type":"text/javascript","exec":[""]}}],"_postman_id":"7164c677-70f6-42e4-9472-0071d90b56a3"},{"name":"Calendars","item":[{"name":"Get calendar by Id","id":"0ed1d888-3877-4712-af06-fc59127cd305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/calendars/{{calendarId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show calendar information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the calendar's details in a JSON response body. Please see the data structure of a calendar above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","calendars","{{calendarId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"014b4dba-9399-4579-8547-77009eaf23aa","name":"Get calendar successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/calendars/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"id\": 1234,\n    \"name\": \"C0 24/7\",\n    \"folder\": \"Test\",\n    \"openings\": [\n        {\n            \"id\": 4202,\n            \"dayOfWeek\": 3,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4205,\n            \"dayOfWeek\": 5,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4201,\n            \"dayOfWeek\": 1,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4207,\n            \"dayOfWeek\": 7,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4206,\n            \"dayOfWeek\": 6,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4203,\n            \"dayOfWeek\": 2,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4204,\n            \"dayOfWeek\": 4,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        }\n    ],\n    \"exceptions\": [\n        {\n            \"id\": 2030,\n            \"open\": false,\n            \"start\": \"2022-11-02T00:00:00+02:00\",\n            \"end\": \"2022-11-02T23:59:59+02:00\"\n        }\n    ],\n    \"timezone\": \"Europe/Paris\" // Coming soon\n}"}],"_postman_id":"0ed1d888-3877-4712-af06-fc59127cd305"},{"name":"Get calendars","id":"059ea5d8-8b96-4719-b539-2be0ba8a1fba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/calendars?fromId=1234&limit=100&name=Test","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve calendars of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 100).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Gives the possibility to filter calendars by name (case sensitive).  <br /><strong>Example</strong>: ?name=Test</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>100</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>100</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>calendars</em>: an array that contains all the results, each object of the array contains the calendar details (see the calendar data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","calendars"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"1234"},{"key":"limit","value":"100"},{"key":"name","value":"Test"}],"variable":[]}},"response":[{"id":"3aac9827-1442-4cfd-9d1d-c124f428fdb2","name":"Get calendars successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/calendars"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"calendars\": [\n        {\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n            \"id\": 1234,\n            \"name\": \"C0 24/7\",\n            \"folder\": \"Test\",\n            \"openings\": [\n                {\n                    \"id\": 4202,\n                    \"dayOfWeek\": 3,\n                    \"start\": \"00:00\",\n                    \"end\": \"00:00\"\n                },\n                {\n                    \"id\": 4205,\n                    \"dayOfWeek\": 5,\n                    \"start\": \"00:00\",\n                    \"end\": \"00:00\"\n                },\n                {\n                    \"id\": 4201,\n                    \"dayOfWeek\": 1,\n                    \"start\": \"00:00\",\n                    \"end\": \"00:00\"\n                },\n                {\n                    \"id\": 4207,\n                    \"dayOfWeek\": 7,\n                    \"start\": \"00:00\",\n                    \"end\": \"00:00\"\n                },\n                {\n                    \"id\": 4206,\n                    \"dayOfWeek\": 6,\n                    \"start\": \"00:00\",\n                    \"end\": \"00:00\"\n                },\n                {\n                    \"id\": 4203,\n                    \"dayOfWeek\": 2,\n                    \"start\": \"00:00\",\n                    \"end\": \"00:00\"\n                },\n                {\n                    \"id\": 4204,\n                    \"dayOfWeek\": 4,\n                    \"start\": \"00:00\",\n                    \"end\": \"00:00\"\n                }\n            ],\n            \"exceptions\": [\n                {\n                    \"id\": 2030,\n                    \"open\": false,\n                    \"start\": \"2022-11-02T00:00:00+02:00\",\n                    \"end\": \"2022-11-02T23:59:59+02:00\"\n                }\n            ],\n            \"timezone\": \"Europe/Paris\" // Coming soon\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/account/calendars?fromId=1234&limit=50\"\n}"}],"_postman_id":"059ea5d8-8b96-4719-b539-2be0ba8a1fba"},{"name":"Update calendar by ID","id":"dd1d0029-a7cf-48ad-8447-a6e16e50a85e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"C0 24/7\",\r\n    \"folder\": \"Test\",\r\n    \"openings\": [\r\n        {\r\n            \"dayOfWeek\": 3,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"22:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 5,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 1,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 7,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 6,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 2,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 4,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        }\r\n    ],\r\n    \"exceptions\": [\r\n        {\r\n            \"open\": false,\r\n            \"start\": \"2022-11-02T00:00:00+02:00\",\r\n            \"end\": \"2022-11-02T23:59:59+02:00\"\r\n        }\r\n    ],\r\n    \"timezone\": \"Europe/Paris\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/account/calendars/{{calendarId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Update an existing calendar.</p>\n<p>As this endpoint is a PUT method, you need to pass all properties of the calendar you want to update even if there are properties you are not updating. Not sending those properties will reset them (meaning removed).</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the calendar.  <br /><strong>Example</strong>: \"C0 24/7\"</td>\n</tr>\n<tr>\n<td>openings</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>Openings of the calendar. Each object represent a range of hours in a day. There can be several ranges in a single day. It contains 3 properties: <em>dayOfWeek</em> where 1 is monday, <em>start</em> and <em>end</em> hours  <br /><strong>Example</strong>:  <br /><code>\"openings\": [ { \"dayOfWeek\": 3, \"start\": \"00:00\", \"end\": \"00:00\" } ]</code></td>\n</tr>\n<tr>\n<td>exceptions</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>Exceptions of the calendar. Each object represent an exception. It contains 3 properties: <em>open</em> tells if the exception is open or closed, <em>start</em> and <em>end</em> datetimes (ISO 8601). <strong>Timezones put at the end of the exception will not be taking into account, because the calendar's timezone will override your custom timezone.</strong>  <br /><strong>Example</strong>:  <br /><code>\"exceptions\": [ { \"open\": false, \"start\": \"2022-11-02T00:00:00Z\", \"end\": \"2022-11-02T23:59:59Z\" } ]</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the calendar's details in a JSON response body. Please see the data structure of a calendar above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","calendars","{{calendarId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"77eb1ed2-60d8-4fc5-8d9e-c6f86bd882a2","name":"Calendar updated successfully","originalRequest":{"method":"PUT","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details."},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"C0 24/7\",\r\n    \"folder\": \"Test\",\r\n    \"openings\": [\r\n        {\r\n            \"dayOfWeek\": 3,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"22:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 5,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 1,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 7,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 6,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 2,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        },\r\n        {\r\n            \"dayOfWeek\": 4,\r\n            \"start\": \"00:00\",\r\n            \"end\": \"00:00\"\r\n        }\r\n    ],\r\n    \"exceptions\": [\r\n        {\r\n            \"open\": false,\r\n            \"start\": \"2022-11-02T00:00:00+02:00\",\r\n            \"end\": \"2022-11-02T23:59:59+02:00\"\r\n        }\r\n    ],\r\n    \"timezone\": \"Europe/Paris\" // Coming soon\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/calendars"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"id\": 1234,\n    \"name\": \"C0 24/7\",\n    \"folder\": \"Test\",\n    \"openings\": [\n        {\n            \"id\": 4202,\n            \"dayOfWeek\": 3,\n            \"start\": \"00:00\",\n            \"end\": \"22:00\"\n        },\n        {\n            \"id\": 4205,\n            \"dayOfWeek\": 5,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4201,\n            \"dayOfWeek\": 1,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4207,\n            \"dayOfWeek\": 7,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4206,\n            \"dayOfWeek\": 6,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4203,\n            \"dayOfWeek\": 2,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        },\n        {\n            \"id\": 4204,\n            \"dayOfWeek\": 4,\n            \"start\": \"00:00\",\n            \"end\": \"00:00\"\n        }\n    ],\n    \"exceptions\": [\n        {\n            \"id\": 2030,\n            \"open\": false,\n            \"start\": \"2022-11-02T00:00:00+02:00\",\n            \"end\": \"2022-11-02T23:59:59+02:00\"\n        }\n    ],\n    \"timezone\": \"Europe/Paris\"\n}"}],"_postman_id":"dd1d0029-a7cf-48ad-8447-a6e16e50a85e"}],"id":"87606ac8-5f48-4b81-9848-f3428b947845","description":"<p>Calendars are the main entity to set up contact center schedule and can be used in a variety of other entities such as scenarios, campaigns (and contacts), inbound activities.</p>\n<h2 id=\"data-structure-for-calendars\">Data structure for calendars</h2>\n<p>Calendars are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the calendar.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the calendar.  <br /><strong>Example</strong>: \"C0 24/7\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the calendar.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the calendar. Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the calendar.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the calendar. Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>openings</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>Openings of the calendar. Each object represent a range of hours in a day. There can be several ranges in a single day. It contains 4 properties: <em>id</em> of the range, <em>dayOfWeek</em> where 1 is monday, <em>start</em> and <em>end</em> hours  <br /><strong>Example</strong>:  <br /><code>\"openings\": [ { \"id\": 4202, \"dayOfWeek\": 3, \"start\": \"00:00\", \"end\": \"00:00\" } ]</code></td>\n</tr>\n<tr>\n<td>exceptions</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>Exceptions of the calendar. Each object represent an exception. It contains 4 properties: <em>id</em> of the exception, <em>open</em> tells if the exception is open or closed, <em>start</em> and <em>end</em> datetimes (ISO 8601)  <br /><strong>Example</strong>:  <br /><code>\"exceptions\": [ { \"id\": 4203, \"open\": false, \"start\": \"2022-11-02T00:00:00Z\", \"end\": \"2022-11-02T23:59:59Z\" } ]</code></td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>NO</td>\n<td>The timezone set in this calendar (by default the account timezone). <strong>Coming soon</strong>  <br /><strong>Example</strong>: \"Europe/Paris\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"87606ac8-5f48-4b81-9848-f3428b947845"},{"name":"Profiles","item":[{"name":"Get profile by Id","id":"c711f639-94ec-4f7e-a9f1-0c355b4954d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/permission/profiles/{{profileId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show profile information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the profile's details in a JSON response body. Please see the data structure of a profile above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","permission","profiles","{{profileId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ae0f3388-d198-4425-8e6a-288579ce7a95","name":"Get profile by ID successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/permission/profiles/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"id\": 1234,\n    \"name\": \"Admin profile 1\",\n    \"role\": \"ADMIN\",\n    \"channels\": [\n        \"GLOBAL\",\n        \"MAIL\",\n        \"VOICE_AGENTS_CALL\",\n        \"VOICE_FREE_CALL\",\n        \"VOICE_INBOUND\",\n        \"VOICE_OUTBOUND\"\n    ],\n    \"rights\": [\n        \"ADMIN_GLOBAL_ACCOUNT_ACCESS\",\n        \"ADMIN_GLOBAL_ACCOUNT_EDIT\",\n        \"ADMIN_GLOBAL_ACTIVITY_ACCESS\",\n        \"ADMIN_GLOBAL_ACTIVITY_CREATE\",\n        \"ADMIN_GLOBAL_ACTIVITY_DELETE\",\n        \"ADMIN_GLOBAL_ACTIVITY_EDIT\",\n        \"ADMIN_GLOBAL_AGENT_STATUSES_ACCESS\",\n        \"ADMIN_GLOBAL_AGENT_STATUSES_CREATE\",\n        \"ADMIN_GLOBAL_AGENT_STATUSES_DELETE\",\n        \"ADMIN_GLOBAL_AGENT_STATUSES_EDIT\",\n        \"ADMIN_GLOBAL_ALERT_RULES_ACCESS\",\n        \"ADMIN_GLOBAL_ALERT_RULES_CREATE\",\n        \"ADMIN_GLOBAL_ALERT_RULES_DELETE\",\n        \"ADMIN_GLOBAL_ALERT_RULES_EDIT\",\n        \"ADMIN_GLOBAL_CALENDAR_ACCESS\",\n        \"ADMIN_GLOBAL_CALENDAR_CREATE\",\n        \"ADMIN_GLOBAL_CALENDAR_DELETE\",\n        \"ADMIN_GLOBAL_CALENDAR_EDIT\",\n        \"ADMIN_GLOBAL_CALL_SCRIPT_ACCESS\",\n        \"ADMIN_GLOBAL_CALL_SCRIPT_CREATE\",\n        \"ADMIN_GLOBAL_CALL_SCRIPT_DELETE\",\n        \"ADMIN_GLOBAL_CALL_SCRIPT_EDIT\",\n        \"ADMIN_GLOBAL_EXTERNAL_DIRECTORIES_ACCESS\",\n        \"ADMIN_GLOBAL_EXTERNAL_DIRECTORIES_CREATE\",\n        \"ADMIN_GLOBAL_EXTERNAL_DIRECTORIES_DELETE\",\n        \"ADMIN_GLOBAL_EXTERNAL_DIRECTORIES_EDIT\",\n        \"ADMIN_GLOBAL_EXTERNAL_INTEGRATIONS_ACCESS\",\n        \"ADMIN_GLOBAL_EXTERNAL_INTEGRATIONS_CREATE\",\n        \"ADMIN_GLOBAL_EXTERNAL_INTEGRATIONS_DELETE\",\n        \"ADMIN_GLOBAL_EXTERNAL_INTEGRATIONS_EDIT\",\n        \"ADMIN_GLOBAL_FILES_ACCESS\",\n        \"ADMIN_GLOBAL_FILES_CREATE\",\n        \"ADMIN_GLOBAL_FILES_DELETE\",\n        \"ADMIN_GLOBAL_FILES_EDIT\",\n        \"ADMIN_GLOBAL_GROUPS_ACCESS\",\n        \"ADMIN_GLOBAL_GROUPS_CREATE\",\n        \"ADMIN_GLOBAL_GROUPS_DELETE\",\n        \"ADMIN_GLOBAL_GROUPS_EDIT\",\n        \"ADMIN_GLOBAL_PAYMENT_ACTIVATION_ACCESS\",\n        \"ADMIN_GLOBAL_PAYMENT_ACTIVATION_EDIT\",\n        \"ADMIN_GLOBAL_PAYMENT_API_SETUP_ACCESS\",\n        \"ADMIN_GLOBAL_PAYMENT_API_SETUP_CREATE\",\n        \"ADMIN_GLOBAL_PAYMENT_API_SETUP_DELETE\",\n        \"ADMIN_GLOBAL_PAYMENT_API_SETUP_EDIT\",\n        \"ADMIN_GLOBAL_PROFILES_ACCESS\",\n        \"ADMIN_GLOBAL_PROFILES_CREATE\",\n        \"ADMIN_GLOBAL_PROFILES_DELETE\",\n        \"ADMIN_GLOBAL_PROFILES_EDIT\",\n        \"ADMIN_GLOBAL_SETTINGS_FTP_ACCESS\",\n        \"ADMIN_GLOBAL_SETTINGS_UI_IDENTIFIANT\",\n        \"ADMIN_GLOBAL_SETTINGS_UI_SEND_EMAIL\",\n        \"ADMIN_GLOBAL_SKILLS_ACCESS\",\n        \"ADMIN_GLOBAL_SKILLS_CREATE\",\n        \"ADMIN_GLOBAL_SKILLS_DELETE\",\n        \"ADMIN_GLOBAL_SKILLS_EDIT\",\n        \"ADMIN_GLOBAL_SMTP_ACCESS\",\n        \"ADMIN_GLOBAL_SMTP_CREATE\",\n        \"ADMIN_GLOBAL_SMTP_DELETE\",\n        \"ADMIN_GLOBAL_SMTP_EDIT\",\n        \"ADMIN_GLOBAL_STRATEGIES_ACCESS\",\n        \"ADMIN_GLOBAL_STRATEGIES_CREATE\",\n        \"ADMIN_GLOBAL_STRATEGIES_DELETE\",\n        \"ADMIN_GLOBAL_STRATEGIES_EDIT\",\n        \"ADMIN_GLOBAL_USERS_ACCESS\",\n        \"ADMIN_GLOBAL_USERS_ASSIGNMENTS_INBOUND_ACCESS\",\n        \"ADMIN_GLOBAL_USERS_ASSIGNMENTS_INBOUND_EDIT\",\n        \"ADMIN_GLOBAL_USERS_CREATE\",\n        \"ADMIN_GLOBAL_USERS_DELETE\",\n        \"ADMIN_GLOBAL_USERS_EDIT\",\n        \"ADMIN_GLOBAL_USERS_EDIT_PROFILE\",\n        \"ADMIN_GLOBAL_WRAPUP_CODE_ACCESS\",\n        \"ADMIN_GLOBAL_WRAPUP_CODE_CREATE\",\n        \"ADMIN_GLOBAL_WRAPUP_CODE_DELETE\",\n        \"ADMIN_GLOBAL_WRAPUP_CODE_EDIT\",\n        \"ADMIN_INBOUND_SCENARIOS_ACCESS\",\n        \"ADMIN_INBOUND_SCENARIOS_CREATE\",\n        \"ADMIN_INBOUND_SCENARIOS_DELETE\",\n        \"ADMIN_INBOUND_SCENARIOS_EDIT\",\n        \"ADMIN_INBOUND_SERVICES_ACCESS\",\n        \"ADMIN_INBOUND_SERVICES_CREATE\",\n        \"ADMIN_INBOUND_SERVICES_DELETE\",\n        \"ADMIN_INBOUND_SERVICES_EDIT\",\n        \"ADMIN_MAIL_SERVICES_ACCESS\",\n        \"ADMIN_MAIL_SERVICES_CREATE\",\n        \"ADMIN_MAIL_SERVICES_DELETE\",\n        \"ADMIN_MAIL_SERVICES_EDIT\",\n        \"ADMIN_MAIL_TEMPLATES_ACCESS\",\n        \"ADMIN_MAIL_TEMPLATES_CREATE\",\n        \"ADMIN_MAIL_TEMPLATES_DELETE\",\n        \"ADMIN_MAIL_TEMPLATES_EDIT\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_ACCESS\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_ACCESS_PREDICTIVE_ADV_SETTINGS\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_ADD_CONTACTS\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_ARCHIVE\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_CHANGE_PRIORITY\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_CREATE\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_DELETE\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_DOWNLOAD\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_EDIT\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_EDIT_RECYCLE_CONTACTS\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_PLAY_PAUSE_CAMPAIGNS\",\n        \"ADMIN_OUTBOUND_CAMPAIGNS_UNARCHIVE\",\n        \"ADMIN_OUTBOUND_DO_AGENT_FREE_OUTBOUND_CALL\",\n        \"ADMIN_OUTBOUND_MANAGE_ASSIGNED_AGENTS\",\n        \"ADMIN_VOICE_FREE_CALL_MANUAL_OUTBOUND_NUMBERS_ACCESS\",\n        \"ADMIN_VOICE_FREE_CALL_MANUAL_OUTBOUND_NUMBERS_ASSIGN_USERS\",\n        \"ADMIN_VOICE_FREE_CALL_MANUAL_OUTBOUND_NUMBERS_CREATE\",\n        \"ADMIN_VOICE_FREE_CALL_MANUAL_OUTBOUND_NUMBERS_DELETE\",\n        \"ADMIN_VOICE_FREE_CALL_MANUAL_OUTBOUND_NUMBERS_EDIT\",\n        \"ADMIN_VOICE_FREE_CALL_MANUAL_OUTBOUND_NUMBERS_REMOVE_USERS\",\n        \"AGENT_CHANGE_PERSONAL_NUMBER\",\n        \"AGENT_FREE_CALL_ACTIVATE_DEACTIVATE_RECORDING\",\n        \"AGENT_FREE_CALL_ALLOW_AUTOANSWER\",\n        \"AGENT_FREE_CALL_DO_AGENTS_CALL\",\n        \"AGENT_FREE_CALL_DO_CRM_CLICK_TO_CALL\",\n        \"AGENT_FREE_CALL_DO_DIRECTORIES_CALL\",\n        \"AGENT_FREE_CALL_DO_FREE_NUMBERS_CALL\",\n        \"AGENT_GLOBAL_ACCESS_DIRECTORY\",\n        \"AGENT_GLOBAL_ACCESS_UNIFIED_AGENT_INTERFACE\",\n        \"AGENT_GLOBAL_DOWNLOAD_RECORDINGS\",\n        \"AGENT_GLOBAL_INTERACTIONS_HISTORY\",\n        \"AGENT_GLOBAL_LISTEN_RECORDINGS\",\n        \"AGENT_GLOBAL_PERSONAL_CALLBACKS\",\n        \"AGENT_GLOBAL_STATISTICS_GLOBAL\",\n        \"AGENT_GLOBAL_STATISTICS_PERSONAL\",\n        \"AGENT_INBOUND_ACTIVATE_DEACTIVATE_QUEUE\",\n        \"AGENT_INBOUND_ACTIVATE_DEACTIVATE_RECORDING\",\n        \"AGENT_INBOUND_ALLOW_AUTOANSWER\",\n        \"AGENT_INBOUND_ALLOW_HANDLE_CALLS\",\n        \"AGENT_INBOUND_ALLOW_MUTE_CALLS\",\n        \"AGENT_INBOUND_PUT_CONTACT_ON_HOLD\",\n        \"AGENT_INBOUND_SHOW_CALL_DETAILS_ENABLED\",\n        \"AGENT_MAIL_ACTIVATE_DEACTIVATE_QUEUE\",\n        \"AGENT_MAIL_ALLOW_EDIT_FROM\",\n        \"AGENT_MAIL_ALLOW_EDIT_RECIPIENTS_CC_BCC\",\n        \"AGENT_MAIL_ALLOW_EDIT_RECIPIENTS_TO\",\n        \"AGENT_MAIL_ALLOW_EDIT_SUBJECT\",\n        \"AGENT_MAIL_ALLOW_HANDLE\",\n        \"AGENT_MAIL_CLOSE_EMAIL_WITHOUT_REPLYING\",\n        \"AGENT_MAIL_EXTERNAL_EMAIL_TRANSFER\",\n        \"AGENT_MAIL_SEND_MANUAL_OUTBOUND_EMAIL\",\n        \"AGENT_MAIL_TRANSFER_EMAIL_TO_AGENT\",\n        \"AGENT_MAIL_TRANSFER_EMAIL_TO_QUEUE\",\n        \"AGENT_OUTBOUND_ACTIVATE_DEACTIVATE_CAMPAIGN\",\n        \"AGENT_OUTBOUND_ACTIVATE_DEACTIVATE_RECORDING\",\n        \"AGENT_OUTBOUND_ALLOW_AUTOANSWER\",\n        \"AGENT_OUTBOUND_ALLOW_HANDLE_CALLS\",\n        \"AGENT_OUTBOUND_HIDE_HANGUP_BUTTON\",\n        \"AGENT_OUTBOUND_PUT_CONTACT_ON_HOLD\",\n        \"AGENT_OUTBOUND_SEARCH_ADD_CONTACTS_TO_CAMPAIGN\",\n        \"AGENT_OUTBOUND_SHOW_CALL_DETAILS_ENABLED\",\n        \"AGENT_PAYMENT_TRANSFER\",\n        \"AGENT_TRANSFER_FREE_CALL_TO_AGENT_WARM\",\n        \"AGENT_TRANSFER_FREE_CALL_TO_DIRECTORY_WARM\",\n        \"AGENT_TRANSFER_INBOUND_TO_AGENT_WARM\",\n        \"AGENT_TRANSFER_INBOUND_TO_DIRECTORY_WARM\",\n        \"AGENT_TRANSFER_INBOUND_TO_EXTERNAL_WARM\",\n        \"AGENT_TRANSFER_INBOUND_TO_QUEUE_COLD\",\n        \"SUPERVISOR_GLOBAL_ACCESS_ARCHIVES\",\n        \"SUPERVISOR_GLOBAL_ACCESS_MAILBOX\",\n        \"SUPERVISOR_GLOBAL_ACCESS_RECORDS\",\n        \"SUPERVISOR_GLOBAL_ACCESS_REPORTS\",\n        \"SUPERVISOR_GLOBAL_ACCESS_SUPERVISION_INTERFACE\",\n        \"SUPERVISOR_GLOBAL_ACCESS_UCV\",\n        \"SUPERVISOR_GLOBAL_AGENT_CHANGE_STATUS\",\n        \"SUPERVISOR_GLOBAL_AGENT_DISCONNECT\",\n        \"SUPERVISOR_GLOBAL_AGENT_LISTEN_TO\",\n        \"SUPERVISOR_GLOBAL_AGENT_WHISPER_TO\",\n        \"SUPERVISOR_GLOBAL_DOWNLOAD_RECORDS\",\n        \"SUPERVISOR_GLOBAL_EXPORT_REPORTS_CSV\",\n        \"SUPERVISOR_GLOBAL_SCHEDULE_REPORTS\",\n        \"SUPERVISOR_GLOBAL_SEE_AGENT_SCREEN\",\n        \"SUPERVISOR_GLOBAL_SEND_NOTIFICATION_TO_AGENT\",\n        \"SUPERVISOR_GLOBAL_WALLBOARDS_CREATE\",\n        \"SUPERVISOR_GLOBAL_WALLBOARDS_DELETE\",\n        \"SUPERVISOR_GLOBAL_WALLBOARDS_DISPLAY\",\n        \"SUPERVISOR_GLOBAL_WALLBOARDS_EDIT\",\n        \"SUPERVISOR_OUTBOUND_CAMPAIGN_WIDGET_ADD_CONTACTS\",\n        \"SUPERVISOR_OUTBOUND_CAMPAIGN_WIDGET_DOWNLOAD\",\n        \"SUPERVISOR_OUTBOUND_CAMPAIGN_WIDGET_EDIT_RECYCLE_CONTACTS\",\n        \"SUPERVISOR_OUTBOUND_CAMPAIGN_WIDGET_PLAY_PAUSE\",\n        \"SUPERVISOR_OUTBOUND_MANAGE_ASSIGNED_AGENTS\"\n    ]\n}"}],"_postman_id":"c711f639-94ec-4f7e-a9f1-0c355b4954d1"}],"id":"e8e115ad-ce14-4178-aebe-bc8acb66748a","description":"<p>Profiles are used to define specific sets of permissions to a given user or group of users so that they can access parts of the solution and do actions.</p>\n<h2 id=\"data-structure-for-profiles\">Data structure for profiles</h2>\n<p>Profiles are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the profile.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the profile.  <br /><strong>Example</strong>: \"Admin profile\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the profile.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the profile. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the profile.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the profile. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>channels</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>List of channels allowed for this profile</td>\n</tr>\n<tr>\n<td>rights</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>List of all rights given to this profile</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e8e115ad-ce14-4178-aebe-bc8acb66748a"},{"name":"Voice services","item":[{"name":"Get voice services","id":"e791db82-784d-43b1-82b0-a8f5063831f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/voice/services?fromId=1234&limit=200","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve voice services of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 200).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>200</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>services</em>: an array that contains all the results, each object of the array contains the voice service details (see the voice service data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","services"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"1234"},{"key":"limit","value":"200"}],"variable":[]}},"response":[{"id":"c7a5cb44-382c-4465-9270-82a8815a7ee3","name":"Get voice services successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"services\": [\n        {\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n            \"id\": 1234,\n            \"name\": \"Test\",\n            \"phone\": \"33123456789\",\n            \"displayedPhone\": \"33123456789\",\n            \"displayedPhoneId\": \"c0e42db7-f5d4-4039-a9f1-8365206d90ad\",\n            \"hasInvalidDisplayedPhoneNumber\": false,\n            \"folder\": \"Production\",\n            \"scenarioId\": 5678,\n            \"scenarioName\": \"Test\",\n            \"starRouting\": false\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/voice/services?fromId=1234&limit=50\"\n}"}],"_postman_id":"e791db82-784d-43b1-82b0-a8f5063831f3"},{"name":"Create a voice service","id":"ed3701f4-da48-4f38-a2e5-202ea3ff8b04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test\",\r\n    \"phone\": \"33123456789\",\r\n    \"displayedPhone\": \"33123456789\",\r\n    \"folder\": \"Production\",\r\n    \"scenarioId\": 5678,\r\n    \"starRouting\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/services","description":"<h2 id=\"description\">Description</h2>\n<p>Create a new voice service.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Name of the voice service.  <br /><strong>Example</strong>: \"Service 1\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Folder of the voice service.  <br /><strong>Example</strong>: \"Production\"</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Phone number (<strong>E.164 format</strong>) as provided by Diabolocom.  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>displayedPhone</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Phone number (<strong>E.164 format</strong>) that will be displayed to the contact. <strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use</strong> <em><strong>displayedPhoneId</strong></em> <strong>instead for regulation purposes.</strong>  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>scenarioId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>The unique identifier of the voice scenario linked to this voice service.  <br /><strong>Example</strong>: 5678</td>\n</tr>\n<tr>\n<td>starRouting</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Specific option to be used only in very specific cases when you do not want the activity settings to be applied when an inbound call is coming to this voice service.  <br /><strong>Example</strong>: false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the voice service details in a JSON response body. Please see the data structure of a voice service above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding voice service.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","services"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b457a9bf-d649-4e04-80e0-83e891fa1d47","name":"Create a voice service successfully","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test\",\r\n    \"phone\": \"33123456789\",\r\n    \"displayedPhone\": \"33123456789\",\r\n    \"folder\": \"Production\",\r\n    \"scenarioId\": 5678,\r\n    \"starRouting\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/services/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"id\": 1234,\n    \"name\": \"Test\",\n    \"phone\": \"33123456789\",\n    \"displayedPhone\": \"33123456789\",\n    \"displayedPhoneId\": \"c0e42db7-f5d4-4039-a9f1-8365206d90ad\",\n    \"hasInvalidDisplayedPhoneNumber\": false,\n    \"folder\": \"Production\",\n    \"scenarioId\": 5678,\n    \"scenarioName\": \"Test\",\n    \"starRouting\": false\n}"}],"_postman_id":"ed3701f4-da48-4f38-a2e5-202ea3ff8b04"},{"name":"Update voice service by Id","id":"d6acca71-337f-4043-bb64-cdb18d46320a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test\",\r\n    \"phone\": \"33123456789\",\r\n    \"displayedPhone\": \"33123456789\",\r\n    \"folder\": \"Production\",\r\n    \"scenarioId\": 5678,\r\n    \"starRouting\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/services/{{serviceId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Update a voice service.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Name of the voice service.  <br /><strong>Example</strong>: \"Service 1\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Folder of the voice service.  <br /><strong>Example</strong>: \"Production\"</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Phone number (<strong>E.164 format</strong>) as provided by Diabolocom.  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>displayedPhone</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Phone number (<strong>E.164 format</strong>) that will be displayed to the contact. <strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use</strong> <em><strong>displayedPhoneId</strong></em> <strong>instead for regulation purposes.</strong>  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>scenarioId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>The unique identifier of the voice scenario linked to this voice service.  <br /><strong>Example</strong>: 5678</td>\n</tr>\n<tr>\n<td>starRouting</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Specific option to be used only in very specific cases when you do not want the activity settings to be applied when an inbound call is coming to this voice service.  <br /><strong>Example</strong>: false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the voice service details in a JSON response body. Please see the data structure of a voice service above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding voice service.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong voice service ID</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Voice service does not exist\" , \"messageCode\" : \"error.voice.service.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","services","{{serviceId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d28c9a86-6a54-49fd-8206-22c96eaf2daa","name":"Update a voice service successfully","originalRequest":{"method":"PUT","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Test\",\r\n    \"phone\": \"33123456789\",\r\n    \"displayedPhone\": \"33123456789\",\r\n    \"folder\": \"Production\",\r\n    \"scenarioId\": 5678,\r\n    \"starRouting\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/services/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"id\": 1234,\n    \"name\": \"Test\",\n    \"phone\": \"33123456789\",\n    \"displayedPhone\": \"33123456789\",\n    \"displayedPhoneId\": \"c0e42db7-f5d4-4039-a9f1-8365206d90ad\",\n    \"hasInvalidDisplayedPhoneNumber\": false,\n    \"folder\": \"Production\",\n    \"scenarioId\": 5678,\n    \"scenarioName\": \"Test\",\n    \"starRouting\": false\n}"}],"_postman_id":"d6acca71-337f-4043-bb64-cdb18d46320a"},{"name":"Delete voice service by Id","id":"1ca742a8-f606-4fd7-894f-d49c09389a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/voice/services/{{serviceId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete a voice service by ID.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the request is successful, the response body will be empty and the HTTP response code will be <strong>204 - No content</strong>.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No content</td>\n<td>204</td>\n<td>Voice service deleted</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","services","{{serviceId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"eef02030-60da-495f-861e-3c173d2a6964","name":"Voice service deleted successfully","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/services/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ca742a8-f606-4fd7-894f-d49c09389a59"}],"id":"c8245400-3abe-4bb9-9c98-178361004af8","description":"<p>Voice services are phone number that can be used to receive inbound voice interactions.</p>\n<h2 id=\"data-structure-for-voice-services\">Data structure for voice services</h2>\n<p>Voice services are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the voice service.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the voice service.  <br /><strong>Example</strong>: \"Service 1\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>Folder of the voice service.  <br /><strong>Example</strong>: \"Production\"</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>String</td>\n<td>NO</td>\n<td>Phone number (<strong>E.164 format</strong>) as provided by Diabolocom.  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>displayedPhone</td>\n<td>String</td>\n<td>NO</td>\n<td>Phone number (<strong>E.164 format</strong>) that will be displayed to the contact.  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>displayedPhoneId</td>\n<td>String</td>\n<td>YES</td>\n<td>The unique identifier of the displayed phone number for this voice service.  <br /><strong>Example:</strong> c0e42db7-f5d4-4039-a9f1-8365206d90ad</td>\n</tr>\n<tr>\n<td>hasInvalidDisplayedPhoneNumber</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>If the displayed phone number selected is valid or invalid.  <br /><strong>Example:</strong> false</td>\n</tr>\n<tr>\n<td>scenarioId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The unique identifier of the voice scenario linked to this voice service.  <br /><strong>Example</strong>: 5678</td>\n</tr>\n<tr>\n<td>scenarioName</td>\n<td>String</td>\n<td>YES</td>\n<td>The name of the scenario linked to this voice service.  <br /><strong>Example:</strong> Test</td>\n</tr>\n<tr>\n<td>starRouting</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Specific option to be used only in very specific cases when you do not want the activity settings to be applied when an inbound call is coming to this voice service.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the voice service.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the voice service. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the voice service.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the voice service. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"c8245400-3abe-4bb9-9c98-178361004af8"},{"name":"Inbound activities","item":[{"name":"Get inbound activity by Id","id":"a6b889a9-f579-43ce-83f0-dc7d1f3d8e29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/inbound-activities/{{inboundActivityId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show inbound activity information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the inbound activity's details in a JSON response body. Please see the data structure of an inbound activity above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding inbound activity.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","inbound-activities","{{inboundActivityId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6ba861ee-c9ee-4fe3-9792-2b0dcd078146","name":"Get inbound activity successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/inbound-activities/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1234,\n    \"name\": \"Test\",\n    \"folder\": \"Production\",\n    \"channels\": [\n        \"VOICE\",\n        \"MAIL\",\n        \"SMS\"\n    ],\n    \"defaultActivity\": false,\n    \"description\": \"Test\",\n    \"voice\": {\n        \"queues\": [\n            {\n                \"id\": 11111,\n                \"skillIds\": [\n                    111111,\n                    222222\n                ],\n                \"name\": \"Test1\"\n            }\n        ],\n        \"wrapupParameters\": {\n            \"wrapupFolderId\": 85150,\n            \"maxTime\": 90,\n            \"allowProlongation\": true,\n            \"prolongationTime\": 90\n        },\n        \"calendarId\": null,\n        \"userIds\": [\n            1111,\n            2222,\n            3333\n        ],\n        \"maxNumberWaitContacts\": 20,\n        \"maxRealWaitTime\": 120,\n        \"intercallDuration\": 3,\n        \"maxAgentRingingTime\": 20,\n        \"maxTransferRingingTime\": 20,\n        \"maxNumberWaitAbrContacts\": 20,\n        \"maxAbrRingingTime\": 20,\n        \"recordCalls\": true,\n        \"recordingPercentage\": 90,\n        \"agentPicksUpSoundFileId\": null,\n        \"waitSoundFileId\": 99999,\n        \"holdSoundFileId\": 99999,\n        \"playSoundInLoop\": true,\n        \"allowWrapupInCampaign\": true,\n        \"callScriptId\": 4567\n    },\n    \"mail\": {\n        \"queues\": [\n            {\n                \"id\": 22222,\n                \"skillIds\": [\n                    333333\n                ],\n                \"queueName\": \"Test2\"\n            }\n        ],\n        \"wrapupParameters\": {\n            \"wrapupFolderId\": 85150,\n            \"maxTime\": 90,\n            \"allowProlongation\": false,\n            \"prolongationTime\": 90\n        },\n        \"calendarId\": null,\n        \"useCalendarInQos\": false,\n        \"userIds\": [],\n        \"templateId\": null,\n        \"templateFolders\": [],\n        \"attachmentFolders\": [],\n        \"maxResponseTimePerEmail\": 120,\n        \"qosAlertThreshold\": 60,\n        \"includeThreadInAnswer\": true,\n        \"maxTransferAssignment\": 120,\n        \"maxABRAssignment\": 120,\n        \"isAllowManualOutbound\": false,\n        \"outboundMailValidationParameters\": {\n            \"enabled\": false,\n            \"type\": null,\n            \"percentage\": 100\n        }\n    },\n    \"salesforce\": null,\n    \"sms\": {\n        \"calendarId\": null,\n        \"queues\": [\n            {\n                \"id\": 44444,\n                \"skillIds\": [\n                    444444,\n                    222222\n                ],\n                \"name\": \"Test1\"\n            }\n        ],\n        \"wrapupParameters\": {\n            \"wrapupFolderId\": 85150,\n            \"maxTime\": 90,\n            \"allowProlongation\": false,\n            \"prolongationTime\": 90\n        }\n    },\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n}"}],"_postman_id":"a6b889a9-f579-43ce-83f0-dc7d1f3d8e29"},{"name":"Get inbound activities","id":"4f064ded-9408-4e17-952f-81e4b17dc0fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/inbound-activities?fromId=1234&limit=100","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve inbound activities of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 100).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>100</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>100</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>inboundActivities</em>: an array that contains all the results, each object of the array contains the inbound activity details (see the inbound activity data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding inbound activities.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","inbound-activities"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"1234"},{"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"9a0ca9d9-edfd-40d4-8ba8-9913d52b6d72","name":"Get inbound activities successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/inbound-activities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"inboundActivities\": [\n        {\n            \"id\": 1234,\n            \"name\": \"Test\",\n            \"folder\": \"Production\",\n            \"channels\": [\n                \"VOICE\",\n                \"MAIL\"\n            ],\n            \"defaultActivity\": false,\n            \"voiceQueues\": [\n                11111\n            ],\n            \"mailQueues\": [\n                22222\n            ],\n            \"salesforceQueues\": null,\n            \"smsQueues\": [\n                44444\n            ],\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/account/inbound-activities?fromId=1234&limit=50\"\n}"}],"_postman_id":"4f064ded-9408-4e17-952f-81e4b17dc0fe"},{"name":"Delete inbound activity by Id","id":"f332c91c-3568-4695-ac10-5177d037cdb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/inbound-activities/{{inboundActivityId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete an inbound activity by ID.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the request is successful, the response body will be empty and the HTTP response code will be <strong>204 - No content</strong>.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>204</td>\n<td>The inbound activity was successfully removed. The response body is empty.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","inbound-activities","{{inboundActivityId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f6d810c6-c1a1-40fd-9ea4-9c6ed0d88c22","name":"Inbound activity deleted successfully","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/inbound-activities/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f332c91c-3568-4695-ac10-5177d037cdb2"}],"id":"55f88fae-7b5c-4da0-94c5-9dcee565deab","description":"<p>Inbound activities are used to define statuses an agent can use during the day so that they can show if they are available to take interactions or not.</p>\n<h2 id=\"data-structure-for-inbound-activities\">Data structure for inbound activities</h2>\n<p>Inbound activities are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the inbound activity.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the inbound activity.  <br /><strong>Example</strong>: \"Test status set\"</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>NO</td>\n<td>Description of the inbound activity.  <br /><strong>Example:</strong> \"Test\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>Folder of the inbound activity.  <br /><strong>Example</strong>: \"Production\"</td>\n</tr>\n<tr>\n<td>channels</td>\n<td>Array of strings</td>\n<td>NO</td>\n<td>List of channels which compose this inbound activity.</td>\n</tr>\n<tr>\n<td>defaultActivity</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether the inbound activity is system default one or not.</td>\n</tr>\n<tr>\n<td>voiceQueues</td>\n<td>Array of integers</td>\n<td>YES</td>\n<td>List of voice queues ID that compose this inbound activity.</td>\n</tr>\n<tr>\n<td>mailQueues</td>\n<td>Array of integers</td>\n<td>YES</td>\n<td>List of mail queues ID that compose this inbound activity.</td>\n</tr>\n<tr>\n<td>salesforceQueues</td>\n<td>Array of integers</td>\n<td>YES</td>\n<td>List of Salesforce queues ID that compose this inbound activity.</td>\n</tr>\n<tr>\n<td>smsQueues</td>\n<td>Array of integers</td>\n<td>YES</td>\n<td>List of SMS queues ID that compose this inbound activity.</td>\n</tr>\n<tr>\n<td>voice</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>All properties available for voice queues (see below for more details).</td>\n</tr>\n<tr>\n<td>mail</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>All properties available for mail queues (see below for more details).</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the inbound activity.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the inbound activity. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the inbound activity.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the inbound activity. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"data-structure-for-voice-queues\">Data structure for voice queues</h3>\n<p>Inbound activities containing voice queues are composed by a property called <code>voice</code> which is a JSON object containing the following properties.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>queues</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>List of all voice queues. Each object is containing the following property: <em>id</em> (integer) and <em>name</em> (string) of the queue and <em>skillIds</em> (array of integers) which is the combination of skills IDs composing this queue.</td>\n</tr>\n<tr>\n<td>wrapupParameters</td>\n<td>Object</td>\n<td>NO</td>\n<td>Contains all property related to wrapup: <em>wrapupFolderID</em> (integer) is the ID of the wrapup folder linked, <em>maxTime</em> (integer) is the maximum wrapup time (<code>null</code> means infinite wrapup time), <em>allowProlongation</em> (boolean) is if the agent can prolongate the wrapup time or not, <em>prolongationTime</em> (integer) is the prolongation time (cannot be null).</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Unique identifier of the activity calendar. Can be null.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>userIds</td>\n<td>Array of integers</td>\n<td>NO</td>\n<td>List of all users IDs assigned to the voice queue.</td>\n</tr>\n<tr>\n<td>maxNumberWaitContacts</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Maximum number of contacts that can wait in this queue.  <br /><strong>Example</strong>: 20</td>\n</tr>\n<tr>\n<td>maxRealWaitTime</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Maximum number of seconds a contact can wait in this queue.  <br /><strong>Example</strong>: 120</td>\n</tr>\n<tr>\n<td>intercallDuration</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Minimum number of seconds for an agent between 2 interactions (breathing time).  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>maxAgentRingingTime</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Maximum number of seconds a call can ring and be presented to an agent.  <br /><strong>Example</strong>: 20</td>\n</tr>\n<tr>\n<td>maxTransferRingingTime</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Maximum number of seconds a call can ring to an agent during a transfer.  <br /><strong>Example</strong>: 20</td>\n</tr>\n<tr>\n<td>recordCalls</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether calls have to be recorded or not in this queue.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>recordingPercentage</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Percentage of calls that have to be recorded in this queue (Must be between 0 and 100).  <br /><strong>Example</strong>: 80</td>\n</tr>\n<tr>\n<td>agentPicksUpSoundFileId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Unique identifier of the pickup sound file. Can be null.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>waitSoundFileId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Unique identifier of the wait sound file. Cannot be null.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>holdSoundFileId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Unique identifier of the hold sound file. Cannot be null.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>playSoundInLoop</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the wait/hold sounds must be played in loop or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>callScriptId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Unique identifier of the callscript linked to this queue. Can be null.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"data-structure-for-mail-queues\">Data structure for mail queues</h3>\n<p>Inbound activities containing mail queues are composed by a property called <code>mail</code> which is a JSON object containing the following properties.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>queues</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>List of all mail queues. Each object is containing the following property: <em>id</em> (integer) and <em>name</em> (string) of the queue and <em>skillIds</em> (array of integers) which is the combination of skills IDs composing this queue.</td>\n</tr>\n<tr>\n<td>wrapupParameters</td>\n<td>Object</td>\n<td>NO</td>\n<td>Contains all property related to wrapup: <em>wrapupFolderID</em> (integer) is the ID of the wrapup folder linked, <em>maxTime</em> (integer) is the maximum wrapup time (<code>null</code> means infinite wrapup time), <em>allowProlongation</em> (boolean) is if the agent can prolongate the wrapup time or not, <em>prolongationTime</em> (integer) is the prolongation time (cannot be null).</td>\n</tr>\n<tr>\n<td>calendarId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Unique identifier of the activity calendar. Can be null.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>useCalendarInQos</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the calendar must be used in quality of service calculation (based on working days) or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>userIds</td>\n<td>Array of integers</td>\n<td>NO</td>\n<td>List of all users IDs assigned to the mail queue.</td>\n</tr>\n<tr>\n<td>templateId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Unique identifier of the automatically added signature. Can be null.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>templateFolders</td>\n<td>Array of strings</td>\n<td>NO</td>\n<td>List of canned response folders. Can be an empty array. <strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use</strong> <em><strong>templateFoldersId</strong></em> <strong>instead for security purposes.</strong></td>\n</tr>\n<tr>\n<td>attachmentFolders</td>\n<td>Array of strings</td>\n<td>NO</td>\n<td>List of files folders. Can be an empty array. <strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use</strong> <em><strong>attachmentFoldersId</strong></em> <strong>instead for security purposes.</strong></td>\n</tr>\n<tr>\n<td>maxResponseTimePerEmail</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Maximum number of minutes an agent has to respond after a contact's mail is received. Cannot be 0. If <code>null</code>, quality of service will be disabled.  <br /><strong>Example</strong>: 120</td>\n</tr>\n<tr>\n<td>qosAlertThreshold</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Display a warning after this amount of minutes after a contact's email is received. Cannot be 0. If <code>null</code>, warning response time will be disabled. Must be lower than <em>maxResponseTimePerEmailMinutes</em>.  <br /><strong>Example</strong>: 60</td>\n</tr>\n<tr>\n<td>includeThreadInAnswer</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the quality of service must be restarted after thread reopening or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>maxTransferAssignment</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Maximum number of minutes a transferred mail is assigned to an agent. Cannot be null or 0.  <br /><strong>Example</strong>: 120</td>\n</tr>\n<tr>\n<td>maxABRAssignment</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Maximum number of minutes a mail routed through ABR (Agent-based routing) is assigned to a specific agent. Cannot be null or 0.  <br /><strong>Example</strong>: 120</td>\n</tr>\n<tr>\n<td>isAllowManualOutbound</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether this queue can be used to send manual outbound mails or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>outboundMailValidationParameters</td>\n<td>Object</td>\n<td>NO</td>\n<td>Contains all property related to outbound mail validation: <em>enabled</em> (boolean) enables or not this feature for this queue, <em>type</em> (string) gives the type of validation chosen (can be <code>AGENT_DECISION</code> or <code>PERCENTAGE</code>), <em>percentage</em> (integer) is the percentage of mails sent for validation (only to use when <em>type</em> is <code>PERCENTAGE</code>, else can be null).</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"55f88fae-7b5c-4da0-94c5-9dcee565deab"},{"name":"Queues","item":[{"name":"Get queues","id":"f2a352b3-d34e-4784-99b4-6233f11d62ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/queues?activityId=12345&channel=VOICE&fromId=1234&limit=100","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve queues of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 100).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n<tr>\n<td>activityId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>ID of the inbound activity you want to apply a filter.  <br /><strong>Example</strong>: ?activityId=13245</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>If you want to filter only on specific channel (values accepted are: VOICE, MAIL, SMS and SALESFORCE.  <br /><strong>Example</strong>: ?channel=voice</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>100</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>100</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>queues</em>: an array that contains all the results, each object of the array contains the queue details (see the queue data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding queues.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","queues"],"host":["{{baseUrl}}"],"query":[{"key":"activityId","value":"12345"},{"key":"channel","value":"VOICE"},{"key":"fromId","value":"1234"},{"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"29b61dd4-bea2-477f-a27e-7bd8e7874ccd","name":"Get queues successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/queues"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"queues\": [\n        {\n            \"id\": 123456,\n            \"name\": \"Test 1\",\n            \"activityId\": 12345,\n            \"activityName\": \"My activity\",\n            \"channel\": \"VOICE\",\n            \"lastContactInteractionAt\": \"2023-05-01T12:58:36Z\",\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/account/queues?fromId=123456&limit=50\"\n}"}],"_postman_id":"f2a352b3-d34e-4784-99b4-6233f11d62ff"},{"name":"Get queue by Id","id":"ed5d464d-9612-4aed-b2e0-d1bcfd49119c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/queues/{{queueId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show queue information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the queue's details in a JSON response body. Please see the data structure of a queue above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding queue.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","queues","{{queueId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e74ac719-fabc-4ccd-9b6a-ad6e7903abf2","name":"Get queue by Id successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/queues/123456"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 123456,\n    \"name\": \"Test 1\",\n    \"activityId\": 12345,\n    \"activityName\": \"My activity\",\n    \"channel\": \"VOICE\",\n    \"lastContactInteractionAt\": \"2023-05-01T12:58:36Z\",\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n}"}],"_postman_id":"ed5d464d-9612-4aed-b2e0-d1bcfd49119c"}],"id":"15e124f3-ec87-460b-884d-3d4c437f1dc0","description":"<p>Inbound activities are used to define statuses an agent can use during the day so that they can show if they are available to take interactions or not.</p>\n<h2 id=\"data-structure-for-inbound-activities\">Data structure for inbound activities</h2>\n<p>Inbound activities are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the queue.  <br /><strong>Example</strong>: 123456</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the inbound activity.  <br /><strong>Example</strong>: \"Test 1\"</td>\n</tr>\n<tr>\n<td>activityId</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the inbound activity where this queue is a part of.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>activityName</td>\n<td>String</td>\n<td>YES</td>\n<td>Name of the inbound activity where this queue is a part of.  <br /><strong>Example</strong>: \"My activity\"</td>\n</tr>\n<tr>\n<td>channel</td>\n<td>String</td>\n<td>YES</td>\n<td>Channel of this queue. Can be for example: VOICE, MAIL, SMS, SALESFORCE, etc.</td>\n</tr>\n<tr>\n<td>lastContactInteractionAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last interaction with a contact inside this queue. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the inbound activity.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the inbound activity. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the inbound activity.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the inbound activity. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"15e124f3-ec87-460b-884d-3d4c437f1dc0"},{"name":"Skills","item":[{"name":"Get skills","id":"a9796d0d-3d1b-49ae-8cb7-2486bc7dae21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/skills?fromId=1234&limit=500","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve skills of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 500).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>500</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>500</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>skills</em>: an array that contains all the results, each object of the array contains the skill details (see the skill data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","skills"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"1234"},{"key":"limit","value":"500"}],"variable":[]}},"response":[{"id":"6083784b-0e35-4aa2-9430-11c29fa5c6e5","name":"Get skills successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/skills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"skills\": [\n        {\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n            \"id\": 1234,\n            \"name\": \"VIP\",\n            \"folder\": \"Production\",\n            \"description\": \"Skill to manage top tier customers\",\n            \"weight\": 8,\n            \"channels\": [\n                \"VOICE_INBOUND\",\n                \"MAIL\"\n            ]\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/account/skills?fromId=1234&limit=50\"\n}"}],"_postman_id":"a9796d0d-3d1b-49ae-8cb7-2486bc7dae21"},{"name":"Update skill by Id","id":"4de8906c-7e3a-4eca-8c15-407c4ab6ea4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"VIP\",\r\n    \"folder\": \"Production\",\r\n    \"description\": \"Skill to manage top tier customers\",\r\n    \"weight\": 7,\r\n    \"channels\": [\r\n        \"VOICE_INBOUND\",\r\n        \"MAIL\"\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/account/skills/{{skillId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Update one or several properties of a specific skill. This method will only update the properties you have asked for and the other will stay in the previous state.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the skill.  <br /><strong>Example</strong>: \"VIP\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>Folder of the skill.  <br /><strong>Example</strong>: \"Production\"</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>NO</td>\n<td>Description of the skill.  <br /><strong>Example</strong>: \"Skill to manage top tier customers\"</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Weight of this skill compared to others (value musts be between 1 and 10).  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>channels</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>List of channels allowed for this profile</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the updated skill.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailed below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PUT\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","skills","{{skillId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"61a00b3f-e9ff-4a6d-8481-a99b47e6e550","name":"Update skill successfully","originalRequest":{"method":"PATCH","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Skill to manage top tier customers\",\r\n    \"weight\": 7\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/skills/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\",\n    \"id\": 1234,\n    \"name\": \"VIP\",\n    \"folder\": \"Production\",\n    \"description\": \"Skill to manage top tier customers\",\n    \"weight\": 7,\n    \"channels\": [\n        \"VOICE_INBOUND\",\n        \"MAIL\"\n    ]\n}\n"}],"_postman_id":"4de8906c-7e3a-4eca-8c15-407c4ab6ea4d"},{"name":"Delete skill by Id","id":"9176a0b4-c597-4405-93fe-899440b81af6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/skills/{{skillId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete a skill by ID.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the request is successful, the response body will be empty and the HTTP response code will be <strong>204 - No content</strong>.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","skills","{{skillId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bf102f3d-6715-40b4-80bc-370704069094","name":"Skill deleted successfully","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/skills/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9176a0b4-c597-4405-93fe-899440b81af6"}],"id":"4f093481-45d9-4479-af56-be0b259195a4","description":"<p>Skills are set to be applied on users so that they can be qualified and then receive inbound interactions.</p>\n<h2 id=\"data-structure-for-skills\">Data structure for skills</h2>\n<p>Skills are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the skill.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the skill.  <br /><strong>Example</strong>: \"VIP\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>Folder of the skill.  <br /><strong>Example</strong>: \"Production\"</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>NO</td>\n<td>Description of the skill.  <br /><strong>Example</strong>: \"Skill to manage top tier customers\"</td>\n</tr>\n<tr>\n<td>weight</td>\n<td>Integer</td>\n<td>NO</td>\n<td>Weight of this skill compared to others (value musts be between 1 and 10).  <br /><strong>Example</strong>: 5</td>\n</tr>\n<tr>\n<td>channels</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>List of channels allowed for this profile</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the voice service.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the voice service. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the voice service.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the voice service. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4f093481-45d9-4479-af56-be0b259195a4"},{"name":"Files","item":[{"name":"Get files","id":"78d8f61f-26aa-49a3-800a-6effd3b9b5fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n"}],"url":"{{baseUrl}}/api/v1/account/files?fromId=1234&limit=200&isKnowledge=true&folder=TestFolder","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve files of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 200).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>200</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>files</em>: an array that contains all the results, each object of the array contains the file details (see the file data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","files"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"1234"},{"key":"limit","value":"200"},{"description":{"content":"<p>(soon to be released)</p>\n","type":"text/plain"},"key":"isKnowledge","value":"true"},{"key":"folder","value":"TestFolder"}],"variable":[]}},"response":[{"id":"c7d183ca-c8ef-449b-9e6a-79e26244c30c","name":"Get files successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details."}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/files"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"files\": [\n        {\n            \"id\": 10000,\n            \"name\": \"groups\",\n            \"description\": \"File description\", // coming soon\n            \"extension\": \"CSV\",\n            \"folder\": \"Test\",\n            \"remoteFileName\": \"groups.csv\",\n            \"fileType\": \"CSV\",\n            \"usableAsAttachment\": false,\n            \"isAvailableToAgent\": false,\n            \"isKnowledge\": true, // coming soon\n            \"contentType\": \"text/csv\",\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        },\n        {\n            \"id\": 10001,\n            \"name\": \"Attente\",\n            \"description\": \"File description\", // coming soon\n            \"extension\": \"WAV\",\n            \"folder\": \"Test\",\n            \"remoteFileName\": \"waiting.wav\",\n            \"fileType\": \"IVR\",\n            \"isAvailableToAgent\": false,\n            \"isKnowledge\": false, // coming soon\n            \"contentType\": \"audio/wave\",\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        },\n        {\n            \"id\": 10002,\n            \"name\": \"Bip\",\n            \"description\": \"File description\", // coming soon\n            \"extension\": \"WAV\",\n            \"folder\": \"Test\",\n            \"remoteFileName\": \"beep.wav\",\n            \"fileType\": \"IVR\",\n            \"isAvailableToAgent\": false,\n            \"isKnowledge\": true, // coming soon\n            \"contentType\": \"audio/wave\",\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/account/files?fromId=10002&limit=50\"\n}"}],"_postman_id":"78d8f61f-26aa-49a3-800a-6effd3b9b5fd"},{"name":"Get file by Id","id":"a14ad195-37b5-4fdf-beb8-ed09303cf112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/files/{{fileId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show file information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the file's details in a JSON response body. Please see the data structure of a file above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","files","{{fileId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f4f3eae3-3f04-47e4-aa02-4f6381321c03","name":"Get file successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details."}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/files/10000"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 10000,\n    \"name\": \"groups\",\n    \"description\": \"File description\", // coming soon\n    \"extension\": \"CSV\",\n    \"folder\": \"Test\",\n    \"remoteFileName\": \"groups.csv\",\n    \"fileType\": \"CSV\",\n    \"usableAsAttachment\": false,\n    \"isAvailableToAgent\": false,\n    \"isKnowledge\": false, // coming soon\n    \"contentType\": \"text/csv\",\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n}\n"}],"_postman_id":"a14ad195-37b5-4fdf-beb8-ed09303cf112"},{"name":"Get file content by Id","id":"19b5df00-6862-4472-a6be-cf53232eeadc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/files/{{fileId}}/content","description":"<h2 id=\"description\">Description</h2>\n<p>Get file content.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the file content in its entirety. The response header <code>Content-Type</code> is always filled with the correct MIME type of the file.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","files","{{fileId}}","content"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"84d25bd7-40de-458d-8b7c-751f0501585e","name":"Get file content successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/files/10000/content"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"text/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"firstname;lastname;id\r\nlouis;dupont;111"}],"_postman_id":"19b5df00-6862-4472-a6be-cf53232eeadc"}],"id":"e0a801b2-7d94-4d2c-92cb-feaccaeff977","description":"<p>Files are mostly sounds that can be used in scenarios or business activities (inbound activities, manuel outbound, outbound campaigns) but can also be images or CSV and be used in call scripts, wallboards or emails, or future AI implementations.</p>\n<h2 id=\"data-structure-for-files\">Data structure for files</h2>\n<p>Files are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the file.  <br /><strong>Example</strong>: 10001</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the file.  <br /><strong>Example</strong>: \"Bip\"</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>NO</td>\n<td>Description of the file.  <br /><strong>Example</strong>: \"This file is a document\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>Folder of the file. <strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use</strong> <em><strong>folderId</strong></em> <strong>instead for security purposes.</strong>  <br /><strong>Example</strong>: \"Test\"</td>\n</tr>\n<tr>\n<td>extension</td>\n<td>String</td>\n<td>NO</td>\n<td>Extension of the file.  <br /><strong>Example</strong>: \"WAV\"</td>\n</tr>\n<tr>\n<td>contentType</td>\n<td>String</td>\n<td>YES</td>\n<td>MIME type of the file.  <br /><strong>Example</strong>: \"audio/wave\"</td>\n</tr>\n<tr>\n<td>remoteFileName</td>\n<td>String</td>\n<td>NO</td>\n<td>Useful remote name of the file.  <br /><strong>Example</strong>: \"beep.wav\"</td>\n</tr>\n<tr>\n<td>fileType</td>\n<td>String</td>\n<td>NO</td>\n<td>Type of the file as it is used in Diabolocom.  <br /><strong>Example</strong>: \"IVR\"</td>\n</tr>\n<tr>\n<td>usableAsAttachment</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the file can be used by agents as attached files in emails or not.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>isAvailableToAgent</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the file can be seen by agents in agent interface (callscripts for example).  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>isKnowledge</td>\n<td>Boolean</td>\n<td>NO</td>\n<td><strong>(Soon)</strong> Whether the file can be used by Agent Assist as part of contextual responses.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the file.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the file. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the file.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the file. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e0a801b2-7d94-4d2c-92cb-feaccaeff977"},{"name":"Manual outbound number","item":[{"name":"Get manual outbound numbers","id":"76f325c2-b4ed-4955-9485-8e2b14fc52a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/voice/manual-outbound-numbers?fromId=1234&limit=100","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve manual outbound numbers of the account. System numbers are not fetched only custom manual outbound numbers you created can be fetched.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 200).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>200</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>manualOutboundNumbers</em>: an array that contains all the results, each object of the array contains the manual outbound number details (see the manual outbound number data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","manual-outbound-numbers"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"1234"},{"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"8ce25a41-5041-4721-ab3e-2ca7fe80848c","name":"Get manual outbound numbers successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/manual-outbound-numbers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"manualOutboundNumbers\": [\n        {\n            \"id\": 1234,\n            \"name\": \"Test\",\n            \"folder\": \"Production\",\n            \"enabled\": true,\n            \"default\": false,\n            \"displayedPhoneNumberToContacts\": \"33123456789\",\n            \"displayedPhoneNumberToAgents\": \"33123456789\",\n            \"wrapupFolderId\": 11111,\n            \"postCallScenarioId\": null,\n            \"callscriptId\": null,\n            \"holdSoundId\": null,\n            \"playHoldSoundInLoop\": false,\n            \"isolated\": true,\n            \"users\": [\n                12345\n            ],\n            \"groups\": null,\n            \"recordByDefault\": true,\n            \"recordingPercentage\": 100,\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/voice/manual-outbound-numbers?fromId=1234&limit=50\"\n}"}],"_postman_id":"76f325c2-b4ed-4955-9485-8e2b14fc52a9"}],"id":"6e618f22-68c9-49c4-a87f-5a07bf3fd94f","description":"<p>Manual outbound numbers are used in manual outbound calls and have a certain amount of properties that can be set up.</p>\n<h2 id=\"data-structure-for-manual-outbound-numbers\">Data structure for manual outbound numbers</h2>\n<p>Manual outbound numbers are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the manual outbound number.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the manual outbound number.  <br /><strong>Example</strong>: \"Test\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>Folder of the manual outbound number.  <br /><strong>Example</strong>: \"Production\"</td>\n</tr>\n<tr>\n<td>enabled</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the manual outbound number usage is enabled or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>default</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the manual outbound number is the default one or not. There can only be one default manual outbound number  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>displayedPhoneNumberToContacts</td>\n<td>String</td>\n<td>NO</td>\n<td>Phone number that will be displayed to contacts (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>displayedPhoneNumberToAgents</td>\n<td>String</td>\n<td>NO</td>\n<td>Phone number that will be displayed to agents (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>wrapupFolderId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The unique identifier of the wrapup folder that you must link.  <br /><strong>Example</strong>: 11111</td>\n</tr>\n<tr>\n<td>postCallScenarioId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The unique identifier of the post-call scenario that you can link.  <br /><strong>Example</strong>: null</td>\n</tr>\n<tr>\n<td>callscriptId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The unique identifier of the callscript that you can link.  <br /><strong>Example</strong>: null</td>\n</tr>\n<tr>\n<td>holdSoundId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The unique identifier of the hold sound that you can link. If <em>null</em>, the default sound will be used.  <br /><strong>Example</strong>: null</td>\n</tr>\n<tr>\n<td>playHoldSoundInLoop</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the hold sound has to be played in a loop or not.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>isolated</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the manual outbound number is restricted or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>users</td>\n<td>Array of Integers</td>\n<td>NO</td>\n<td>List of users identifiers that can use this manual outbound number if it is restricted (only applicable if <strong>isolated: true</strong>).  <br /><strong>Example</strong>: <code>\"users\": [12345,67890]</code></td>\n</tr>\n<tr>\n<td>groups</td>\n<td>Array of Integers</td>\n<td>NO</td>\n<td>List of groups identifiers that can use this manual outbound number if it is restricted (only applicable if <strong>isolated: true</strong>).  <br /><strong>Example</strong>: <code>\"groups\": null</code></td>\n</tr>\n<tr>\n<td>recordByDefault</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Whether the call originating from this manual outbound number should be recorded or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>recordingPercentage</td>\n<td>Integer</td>\n<td>NO</td>\n<td>If the call can be recorded, this is the percentage of calls out of the total number of calls originating from this manual outbound number that will be recorded (only values between 0 and 100 are valid).  <br /><strong>Example</strong>: 80</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the file.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the file. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the file.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the file. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"6e618f22-68c9-49c4-a87f-5a07bf3fd94f"},{"name":"Displayed phone numbers","item":[{"name":"Get displayed phone numbers","id":"847ebf7e-3170-4de1-a86a-4d92d9bcc6ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/phone-number/phone-numbers?fromId=33123456789&limit=200","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve displayed phone numbers of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a phone number. If not filled, the system will retrieve by default the first record phone number of this entity for your account.  <br /><strong>Example</strong>: ?fromId=33123456789</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 200).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> records per page starting by the first record phone number of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record phone number found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>200</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>Phone numbers</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>phoneNumbers</em>: an array that contains all the results, each object of the array contains the displayed phone number details (see the displayed phone number data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","phone-number","phone-numbers"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"33123456789"},{"key":"limit","value":"200"}],"variable":[]}},"response":[{"id":"ae594226-1f55-4c60-a79d-235a2b9f3e3c","name":"Get displayed phone numbers successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/phone-number/phone-numbers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"phoneNumbers\": [\n        {\n            \"id\": \"38d2fb75-0e9c-48a4-aad7-60c3db0458ba\",\n            \"phoneNumber\": \"33123456789\",\n            \"assignedToAccount\": false,\n            \"certificationStatus\": \"UNDEFINED\",\n            \"country\": \"US\",\n            \"documentId\": null,\n            \"formatType\": \"NP\",\n            \"portedToDiabolocom\": false,\n            \"providedByDiabolocom\": false,\n            \"useInInbound\": false,\n            \"useInManualOutbound\": false,\n            \"useInPreviewCampaign\": false,\n            \"useInProgressiveCampaign\": false,\n            \"useInProgressiveAmdCampaign\": false,\n            \"useInPredictiveCampaign\": false,\n            \"useInAutomaticCampaign\": false,\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/phone-number/phone-numbers?fromId=33123456789&limit=200\"\n}"}],"_postman_id":"847ebf7e-3170-4de1-a86a-4d92d9bcc6ce"}],"id":"1558ba34-244a-4777-85b0-b394cfae68ba","description":"<p>Displayed phone numbers are phone numbers that can be displayed to your end-users.</p>\n<h2 id=\"data-structure-for-displayed-phone-numbers\">Data structure for displayed phone numbers</h2>\n<p>Displayed phone numbers are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>YES</td>\n<td>The unique identifier of the displayed phone number.  <br /><strong>Example</strong>: \"1234\"</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>YES</td>\n<td>The UUID of the displayed phone number (as a UUID).  <br /><strong>Example</strong>: \"38d2fb75-0e9c-48a4-aad7-60c3db0458ba\"</td>\n</tr>\n<tr>\n<td>phoneNumber</td>\n<td>String</td>\n<td>YES</td>\n<td>Displayed phone number (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>assignedToAccount</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number is assigned in your account or not (if not it is mostly because the number is used by an outsourcer or an external contractor).  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>certificationStatus</td>\n<td>String</td>\n<td>YES</td>\n<td>The status of the certification. Possible values are: NOT_APPLICABLE, VALIDATED, NON_VALIDATED and SENT_FOR_VALIDATION.  <br /><strong>Example</strong>: \"VALIDATED\"</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>YES</td>\n<td>The country of your displayed phone number using ISO 3166-1 alpha-2 convention (2 letters).  <br /><strong>Example</strong>: \"FR\"</td>\n</tr>\n<tr>\n<td>documentId</td>\n<td>Integer</td>\n<td>YES</td>\n<td>ID of the document that has been sent for the validation (<em>null</em> if no document linked).  <br /><strong>Example</strong>: null</td>\n</tr>\n<tr>\n<td>formatType</td>\n<td>String</td>\n<td>YES</td>\n<td>The type of your displayed phone number (mostly for French numbers). Possible values are: NoType, Mobile, LongMobile, NP, NPLE, NPUEPT, NPV, SpecialNumberFree, SpecialNumberStandardisedTarification, SpecialNumberMaximisedTarification, SpecialNumberDataServices, SpecialNumberInternetCommutedNetwork, ShortNumberFreeTarification, ShortNumberStandardisedTarification, ShortNumberGeneralizedTarification, ShortNumberOperatorAssistance, ShortNumberDirectoryAssistance, ShortNumberGeneralInterest, ShortNumberEmergency, EUSocialNumbers  <br /><strong>Example</strong>: \"NP\"</td>\n</tr>\n<tr>\n<td>portedToDiabolocom</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number is coming from a portability to Diabolocom or not.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>providedToDiabolocom</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number is provided by Diabolocom or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>useInInbound</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number can be used in inbound calls or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>useInManualOutbound</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number can be used in manual outbound calls or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>useInPreviewCampaign</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number can be used in campaign calls (Preview mode) or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>useInProgressiveCampaign</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number can be used in campaign calls (Progressive mode) or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>useInProgressiveAmdCampaign</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number can be used in campaign calls (Progressive AMD mode) or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>useInPredictiveCampaign</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number can be used in campaign calls (Predictive mode) or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>useInAutomaticCampaign</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Whether this displayed phone number can be used in campaign calls (Automatic mode) or not.  <br /><strong>Example</strong>: true</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the voice service.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the voice service. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the voice service.  <br /><strong>Example</strong>: \"admin1\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the voice service. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"1558ba34-244a-4777-85b0-b394cfae68ba"},{"name":"Directories","item":[{"name":"Create a member","id":"2c367ae7-abbf-4b14-8a1b-cd74958e44c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Louis\",\r\n    \"lastName\": \"Dupont\",\r\n    \"phoneNumber1\": \"33123456789\",\r\n    \"phoneNumber2\": null,\r\n    \"email\": \"louis.dupont@gmail.com\",\r\n    \"categoryId\": 24432,\r\n    \"description\": null\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/account/directories/{{directoryId}}/members","description":"<h2 id=\"description\">Description</h2>\n<p>Create a new member in an existing directory.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>NO</td>\n<td>First name of the contact. Cannot be null.  <br /><strong>Example</strong>: \"Louis\"</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>NO</td>\n<td>Last name of the contact. Cannot be null.  <br /><strong>Example</strong>: \"Dupont\"</td>\n</tr>\n<tr>\n<td>phoneNumber1</td>\n<td>String</td>\n<td>NO</td>\n<td>First phone number of the contact. Cannot be null.  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>phoneNumber2</td>\n<td>String</td>\n<td>NO</td>\n<td>Second phone number of the contact. Can be null.  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>NO</td>\n<td>Email address of the contact. Can be null.  <br /><strong>Example</strong>: \"<a href=\"https://mailto:louis.dupont@gmail.com\">louis.dupont@gmail.com</a></td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The unique identifier of the category of this contact. Can be null.  <br /><strong>Example</strong>: 33333</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the member's details in a JSON response body. Please see the data structure of a member above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","directories","{{directoryId}}","members"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"338ce273-6919-4407-87cd-d5772ce64887","name":"Member created successfully","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Louis\",\r\n    \"lastName\": \"Dupont\",\r\n    \"phoneNumber1\": \"33123456789\",\r\n    \"phoneNumber2\": null,\r\n    \"email\": \"louis.dupont@gmail.com\",\r\n    \"categoryId\": 24432,\r\n    \"description\": null\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/directories/1234/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12345,\n    \"firstName\": \"Louis\",\n    \"lastName\": \"Dupont\",\n    \"phoneNumber1\": \"33123456789\",\n    \"phoneNumber2\": null,\n    \"email\": \"louis.dupont@gmail.com\",\n    \"categoryId\": 24432,\n    \"description\": null\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n}\n"}],"_postman_id":"2c367ae7-abbf-4b14-8a1b-cd74958e44c3"}],"id":"36b2786f-a8b0-4433-96df-df06fea185ef","description":"<p>Directories are used to store external contacts who can be called by agents during their daily tasks.</p>\n<p><strong>Beware! In a near future, we plan to depreciate directories to replace them progressively by a contacts base (using contact card feature).</strong></p>\n<h2 id=\"data-structure-for-directories\">Data structure for directories</h2>\n<p>Directories are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the directory.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the directory.  <br /><strong>Example</strong>: \"External contractors\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the directory.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the directory. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the directory.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the directory. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>Categories of the directory. Each object represent a category. It contains 2 properties: <em>id</em> (integer) and <em>name</em> (string) of the directory.  <br /><strong>Example</strong>:  <br /><code>\"categories\": [ { \"id\": 33333, \"name\": \"B2B\" } ]</code></td>\n</tr>\n<tr>\n<td>members</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>Contacts contained in a directory. See below to have details about the composition of a <code>members</code> object.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"data-structure-for-members\">Data structure for members</h3>\n<p>Members are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the contact.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>firstName</td>\n<td>String</td>\n<td>NO</td>\n<td>First name of the contact. Cannot be null.  <br /><strong>Example</strong>: \"Louis\"</td>\n</tr>\n<tr>\n<td>lastName</td>\n<td>String</td>\n<td>NO</td>\n<td>Last name of the contact. Cannot be null.  <br /><strong>Example</strong>: \"Dupont\"</td>\n</tr>\n<tr>\n<td>phoneNumber1</td>\n<td>String</td>\n<td>NO</td>\n<td>First phone number of the contact (<strong>E.164 format</strong>). Cannot be null.  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>phoneNumber2</td>\n<td>String</td>\n<td>NO</td>\n<td>Second phone number of the contact (<strong>E.164 format</strong>). Can be null.  <br /><strong>Example</strong>: \"33123456789\"</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>NO</td>\n<td>Email address of the contact. Can be null.  <br /><strong>Example</strong>: \"<a href=\"mailto:louis.dupont@gmail.com\">louis.dupont@gmail.com</a></td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The unique identifier of the category of this contact. Can be null.  <br /><strong>Example</strong>: 33333</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>NO</td>\n<td>Description of the contact. Can be null.  <br /><strong>Example</strong>: \"Software engineer\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the contact.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the contact. Datetime UTC (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the contact.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the contact. Datetime UTC (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"36b2786f-a8b0-4433-96df-df06fea185ef"},{"name":"Wrapup codes","item":[{"name":"Get wrapup by Id","id":"965f5b35-2a1f-4a46-80e0-8524554200a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/wrapups/{{wrapupId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve information about a specific wrapup code.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the wrapup code details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with the wrapup code information.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong wrapup Id</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Wrapup code does not exist\" , \"messageCode\" : \"error.wrapup.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","wrapups","{{wrapupId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b57b1b75-4fdb-47b7-8c83-d8cd4daf3759","name":"Get wrapup code info with success","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/wrapups/29"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 18:10:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 29,\n    \"wrapupFolderId\": 667,\n    \"name\": \"Autre\",\n    \"status\": \"tocall\",\n    \"wrapupPath\": \"Standard\",\n    \"isSystem\": true,\n    \"isHidden\": false,\n    \"unpinAfter\": 90000,\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n}"}],"_postman_id":"965f5b35-2a1f-4a46-80e0-8524554200a5"},{"name":"Get wrapups","id":"f77c99f7-e166-4bcd-ab83-e9e45fe704c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/wrapups","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the wrapup codes of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on a group name that contains the text (case insensitive).  <br /><strong>Example</strong>: ?name=market</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow you to filter on a precise status.  <br /><strong>Example</strong>: ?status=argued</td>\n</tr>\n<tr>\n<td>isSystem</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on system wrapup codes or not.  <br /><strong>Example</strong>: ?isSystem=false</td>\n</tr>\n<tr>\n<td>isHidden</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on hidden or visible wrapup codes.  <br /><strong>Example</strong>: ?isHidden=false</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>wrapupFolderId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on a specific wrapup folder ID.  <br /><strong>Example</strong>: ?wrapupFolderId=667</td>\n</tr>\n<tr>\n<td>unpinAfter</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on the callback duration (in seconds) reservation.  <br /><strong>This field will be available soon</strong>  <br /><strong>Example</strong>: ?unpinAfter=90000</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>50</strong> wrapup codes per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the wrapup codes details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding wrapup code(s).</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","wrapups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8530978d-6cbc-46a3-a9fb-89b175e8b936","name":"Get wrapups \"tocall\" not system","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/account/wrapups?status=tocall&isSystem=false","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","account","wrapups"],"query":[{"key":"status","value":"tocall"},{"key":"isSystem","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4,\n    \"wrapups\": [\n        {\n            \"id\": 11721,\n            \"wrapupFolderId\": 666,\n            \"name\": \"Callback in 2 weeks\",\n            \"status\": \"tocall\",\n            \"wrapupPath\": \"Sales/Prospection\",\n            \"isSystem\": false,\n            \"isHidden\": false,\n            \"unpinAfter\": 90000,\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        },\n        {\n            \"id\": 11643,\n            \"wrapupFolderId\": 667,\n            \"name\": \"Personal callback - Reserved 6h\",\n            \"status\": \"tocall\",\n            \"wrapupPath\": \"Webcallback/N1\",\n            \"isSystem\": false,\n            \"isHidden\": false,\n            \"unpinAfter\": 21600,\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        },\n        {\n            \"id\": 11396,\n            \"wrapupFolderId\": 668,\n            \"name\": \"Not available to talk now\",\n            \"status\": \"tocall\",\n            \"wrapupPath\": \"WrapUps\",\n            \"isSystem\": false,\n            \"isHidden\": false,\n            \"unpinAfter\": null,\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        },\n        {\n            \"id\": 11085,\n            \"wrapupFolderId\": 669,\n            \"name\": \"Personal Sub\",\n            \"status\": \"nonargued\",\n            \"wrapupPath\": \"WrapUps/Corneloix\",\n            \"isSystem\": false,\n            \"isHidden\": true,\n            \"unpinAfter\": null,\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        }\n    ],\n    \"next\": null,\n    \"previous\": null\n}"}],"_postman_id":"f77c99f7-e166-4bcd-ab83-e9e45fe704c5"},{"name":"Get wrapups folders","id":"dcb14c1f-09f3-49bb-acdd-e8550b12f815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/wrapups/folders","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the wrapups folders of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on a folder name that contains the text (case insensitive).  <br /><strong>Example</strong>: ?name=incidents</td>\n</tr>\n<tr>\n<td>isSystem</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on system wrapups folder or not.  <br /><strong>Example</strong>: ?isSystem=false</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>parentFolderId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow filtering on a specific wrapup folder ID.  <br /><strong>Example</strong>: ?parentFolderId=667</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>50</strong> wrapups folders per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the wrapup codes details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding wrapup code(s).</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Something is wrong in your request formatting.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"POST\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","wrapups","folders"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"baf4c22d-2a4c-49ab-813d-c55ace4d5974","name":"Get wrapups folders not system","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/account/wrapups/folders?isSystem=false","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","account","wrapups","folders"],"query":[{"key":"isSystem","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"previous\": null,\n    \"next\": null,\n    \"folders\": [{\n        \"id\": 1111,\n        \"level\": 1,\n        \"locked\": true,\n        \"name\": \"Test subfolder\",\n        \"order\": 1,\n        \"parentFolderId\": 666,\n        \"system\": false,\n        \"folderPath\": \"Incidents/France\",\n        \"createdBy\": \"admin1\",\n        \"createdAt\": \"2022-11-01T16:52:54Z\",\n        \"lastUpdatedBy\": \"admin1\",\n        \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n    }]\n}"}],"_postman_id":"dcb14c1f-09f3-49bb-acdd-e8550b12f815"}],"id":"2887a6a2-ef38-4fff-846b-bdea0608c790","description":"<p>Wrap-up codes are used to qualify at the end of an interaction (call or email).</p>\n<h2 id=\"data-structure-for-wrapup-codes\">Data structure for wrapup codes</h2>\n<p>Wrapups are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique ID of the wrapup.  <br /><strong>Example</strong>: 3945</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>The name of the wrapup.  <br /><strong>Example</strong>: \"Client not interested\"</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>NO</td>\n<td>The type of the wrapup.  <br />Possible values: arguedpositive, argued, nonargued, unreachable, tocall  <br /><strong>Example</strong>: \"nonargued\"</td>\n</tr>\n<tr>\n<td>wrapupPath</td>\n<td>String</td>\n<td>YES</td>\n<td>The path of the folder(s) that contains the wrapups. Folders separeted by /.  <br /><strong>Example</strong>: \"Outbound Marketing Campaign/Paris/SALES N2\"</td>\n</tr>\n<tr>\n<td>isSystem</td>\n<td>Boolean</td>\n<td>YES</td>\n<td>Define if the wrapup code is created automatically by the system or not (any wrapup code you have created has the value set to false).  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>isHidden</td>\n<td>Boolean</td>\n<td>NO</td>\n<td>Define is the wrapup code is currently hidden to agents or not.  <br /><strong>Example</strong>: false</td>\n</tr>\n<tr>\n<td>unpinAfter</td>\n<td>Number</td>\n<td>NO</td>\n<td>If the status of this wrapup is \"tocall\" and it has been set up to be a \"personnal callback\", then the value will be the amount of time (in seconds) for the callback reservation. For any other status, this value will be <em>null</em>.  <br /><strong>Example</strong>: 90000</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>When this wrapup code was first created. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2017-02-22T18:54:02Z\"</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The name of the user who created first the wrapup code.  <br /><strong>Example</strong>: \"jordan_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>When this wrapup code was last updated. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The name of the user who updated last the wrapup code.  <br /><strong>Example</strong>: \"jordan_administrator\"</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"ec39f801-c692-4eda-8df8-6dc705dbd6a1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"62df8906-c6df-4d53-8b86-987781e01c65","type":"text/javascript","exec":[""]}}],"_postman_id":"2887a6a2-ef38-4fff-846b-bdea0608c790"},{"name":"Status sets","item":[{"name":"Get status set by Id","id":"e382c0ea-b504-449d-b760-88a288d02577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/status-sets/{{statusSetId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show status set information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the status set's details in a JSON response body. Please see the data structure of a status set above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","status-sets","{{statusSetId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b29768a4-d6a6-4638-b543-67a5de5aae63","name":"Get status set successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/status-sets/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1234,\n    \"name\": \"Test Status Set\",\n    \"folder\": null,\n    \"description\": null,\n    \"atLoginStatusId\": 87000,\n    \"customStatuses\": [\n        {\n            \"id\": 87000,\n            \"name\": \"Lunch\",\n            \"description\": null,\n            \"channels\": [\n                \"VOICE_FREE_CALL\",\n                \"MAIL_OUTBOUND\"\n            ]\n        },\n        {\n            \"id\": 88000,\n            \"name\": \"All interactions\",\n            \"description\": \"Agent can handle all interactions.\",\n            \"channels\": [\n                \"MAIL_INBOUND\",\n                \"VOICE_FREE_CALL\",\n                \"MAIL_OUTBOUND\",\n                \"VOICE_INBOUND\",\n                \"VOICE_DIRECT_TRANSFER\",\n                \"MAIL_DIRECT_TRANSFER\",\n                \"VOICE_AGENTS_CALL\",\n                \"VOICE_CAMPAIGN\"\n            ]\n        }\n    ],\n    \"assignedUsers\": [\n      11111,\n      11112,\n      11113,\n      11114\n    ],\n    \"createdBy\": \"admin1\",\n    \"createdAt\": \"2022-11-01T16:52:54Z\",\n    \"lastUpdatedBy\": \"admin1\",\n    \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n}"}],"_postman_id":"e382c0ea-b504-449d-b760-88a288d02577"},{"name":"Get status sets","id":"fcf68eb7-f15e-4c36-931b-fb4ff8955141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/status-sets?fromId=1234&limit=100","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve status sets of the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 100).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>100</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>100</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p><em>statusSets</em>: an array that contains all the results, each object of the array contains the status set details (see the status set data structure above for more information about the fields).</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","status-sets"],"host":["{{baseUrl}}"],"query":[{"key":"fromId","value":"1234"},{"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"35f2c08b-ac19-4fbe-b355-fea57dac2696","name":"Get status sets successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/status-sets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"statusSets\": [\n        {\n            \"id\": 1234,\n            \"name\": \"Test Status Set\",\n            \"folder\": null,\n            \"atLoginStatusId\": 87000,\n            \"customStatuses\": [\n                {\n                    \"id\": 87000,\n                    \"name\": \"Lunch\",\n                    \"description\": null,\n                    \"channels\": [\n                        \"VOICE_FREE_CALL\",\n                        \"MAIL_OUTBOUND\"\n                    ]\n                },\n                {\n                    \"id\": 88000,\n                    \"name\": \"All interactions\",\n                    \"description\": \"Agent can handle all interactions.\",\n                    \"channels\": [\n                        \"MAIL_INBOUND\",\n                        \"VOICE_FREE_CALL\",\n                        \"MAIL_OUTBOUND\",\n                        \"VOICE_INBOUND\",\n                        \"VOICE_DIRECT_TRANSFER\",\n                        \"MAIL_DIRECT_TRANSFER\",\n                        \"VOICE_AGENTS_CALL\",\n                        \"VOICE_CAMPAIGN\"\n                    ]\n                }\n            ],\n            \"assignedUsers\": [\n            11111,\n            11112,\n            11113,\n            11114\n            ],\n            \"createdBy\": \"admin1\",\n            \"createdAt\": \"2022-11-01T16:52:54Z\",\n            \"lastUpdatedBy\": \"admin1\",\n            \"lastUpdatedAt\": \"2022-11-01T16:52:54Z\"\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/account/status-sets?fromId=1234&limit=50\"\n}"}],"_postman_id":"fcf68eb7-f15e-4c36-931b-fb4ff8955141"}],"id":"3ebe9257-54c4-4785-a404-cf41cc649f79","description":"<p>Status sets are used to define statuses an agent can use during the day so that they can show if they are available to take interactions or not.</p>\n<h2 id=\"data-structure-for-status-sets\">Data structure for status sets</h2>\n<p>Status sets are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The unique identifier of the status set.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>NO</td>\n<td>Name of the status set.  <br /><strong>Example</strong>: \"Test status set\"</td>\n</tr>\n<tr>\n<td>folder</td>\n<td>String</td>\n<td>NO</td>\n<td>Folder of the status set.  <br /><strong>Example</strong>: \"Production\"</td>\n</tr>\n<tr>\n<td>atLoginStatusId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>The unique identifier of the default login status. It musts be a status listed in <em>statuses</em>  <br /><strong>Example</strong>: 87000</td>\n</tr>\n<tr>\n<td>customStatuses</td>\n<td>Array of objects</td>\n<td>NO</td>\n<td>List of statuses which compose this status set. Each object contains 5 properties: <em>id</em> of the status, its <em>name</em>, its <em>description</em>, the <em>type</em> which can be SYSTEM or CUSTOM and the list of channels enabled for this status. See all possibilities in the example below.</td>\n</tr>\n<tr>\n<td>assignedUsers</td>\n<td>Array of integers</td>\n<td>NO</td>\n<td>List of assigned users that can use this status set.</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who created the status set.  <br /><strong>Example</strong>: \"james_administrator\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the creation of the status set. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-19T11:11:41Z\"</td>\n</tr>\n<tr>\n<td>lastUpdatedBy</td>\n<td>String</td>\n<td>YES</td>\n<td>The login of the user who last updated the status set.  <br /><strong>Example</strong>: \"joe_blake_administrator\"</td>\n</tr>\n<tr>\n<td>lastUpdatedAt</td>\n<td>String</td>\n<td>YES</td>\n<td>The date of the last modification of the status set. Datetime (format: YYYY-MM-DDTHH:mm:ssZ - ISO 8601).  <br /><strong>Example</strong>: \"2018-11-22T11:11:41Z\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"3ebe9257-54c4-4785-a404-cf41cc649f79"},{"name":"Emails","item":[{"name":"Create an inbound email","id":"ea7a1f76-0996-4d8d-b59d-2738b2aa2a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountId\": 10004,\r\n    \"from\": \"customer.name@hotmail.com\",\r\n    \"to\": \"customer-service@company.com\",\r\n    \"subject\": \"The title of the email\",\r\n    \"body\": \"<p>Content here in HTML</p>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/email/inboundemail","description":"<h2 id=\"description\">Description</h2>\n<p>Create an inbound email, coming from a webform, to be routed to a specific inbound email service.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>accountId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>This is the unique id of the account.  <br /><strong>Example</strong>: 10004</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>This is the email address of the contact.  <br /><strong>Example</strong>: <a href=\"https://mailto:john.doe@gmail.com\">john.doe@gmail.com</a></td>\n</tr>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>This is the subject of the email.  <br /><strong>Example</strong>: Need information</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Service Email address.  <br />⚠️ The email address must be declared in the email services on your account.  <br /><strong>Example</strong>: <a href=\"https://mailto:customerservice@example.com\">customerservice@example.com</a></td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Body of the email with HTML content or raw text content.  <br /><strong>Example</strong>:  <br />  <br />Hello world!</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>If the email creation is successful, the <strong>webform Id</strong> is returned in the response body.</p>\n<p>ℹ️ Be careful: the <strong>webform Id</strong> is different from the <strong>email Id</strong> displayed in the mailbox.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the webform Id just created</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid inbound email service</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\": \"Not correct email in 'to' field\", \"parameter\": \"to\", \"message\": \"Not correct email in 'to' field\"} ] }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","inboundemail"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8640c191-ccda-4902-aa8c-ff5870ca6ada","name":"Inbound email created with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"description":"[Required] ","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"from\": \"josef.blake@hotmail.com\",\r\n    \"to\":\"customer-service@company.com\",\r\n    \"subject\": \"I have a question about the refund process\",\r\n    \"body\": \"Good morning, It seems the form on your website to get a refund is not working. Can you tell me how I can ask for a refund for my order 9J6F4D3? Thank you very much!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/email/inboundemail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Date","value":"Mon, 14 Jun 2020 10:52:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 195\n}"}],"_postman_id":"ea7a1f76-0996-4d8d-b59d-2738b2aa2a15"},{"name":"Create an outbound email","id":"b52f31ed-f5c4-422f-8c68-c9fd53d3f37c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"serviceId\": 1111,\r\n    \"queueId\": 2222,\r\n    \"to\": [\"louis.dupont@gmail.com\", \"admin2-local@diabolocom.com\"],\r\n    \"cc\": [\"louis2.dupont2@gmail.com\"],\r\n    \"bcc\": [\"louis3.dupont3@gmail.com\"],\r\n    \"subject\": \"Test outbound email\",\r\n    \"content\": \"<p>Test</p>\",\r\n    \"wrapupComment\": null,\r\n    \"wrapupId\": 12345,\r\n    \"fileIds\": [123, 456]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/email/outboundemail","description":"<h2 id=\"description\">Description</h2>\n<p>Create an outbound email using a configured email service and queue.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>ID of the email service you want to use. It musts be already set up in Diabolocom.  <br /><strong>Example</strong>: 1111</td>\n</tr>\n<tr>\n<td>queueId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>Yes</td>\n<td>ID of the email queue you want to use. It musts be already set up in a Diabolocom email activity.  <br /><strong>Example</strong>: 2222</td>\n</tr>\n<tr>\n<td>to</td>\n<td>Array</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>A JSON array that lists one or several email addresses (max 10). The array can only contain strings.  <br /><strong>Example</strong>: [\"<a href=\"mailto:louis.dupont@gmail.com\">louis.dupont@gmail.com</a>\"]</td>\n</tr>\n<tr>\n<td>cc</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that lists one or several email addresses for CC (max 10). The array can only contain strings.  <br /><strong>Example</strong>: [\"<a href=\"mailto:louis2.dupont2@gmail.com\">louis2.dupont2@gmail.com</a>\"]</td>\n</tr>\n<tr>\n<td>bcc</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that lists one or several email addresses for BCC (max 10). The array can only contain strings.  <br /><strong>Example</strong>: [\"<a href=\"mailto:louis3.dupont3@gmail.com\">louis3.dupont3@gmail.com</a>\"]</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>This is the subject of the email.  <br /><strong>Example</strong>: \"Test outbound email\"</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Body of the email with HTML content or raw text content.  <br /><strong>Example</strong>: \"  <br />  <br />Test  <br />  <br />\"</td>\n</tr>\n<tr>\n<td>wrapupComment</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Content of the wrapup comment.  <br /><strong>Example</strong>: \"This is my specific comment\"</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>ID of the wrapup code you want to use. It musts be already set up in Diabolocom and be valid for the queue you use.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>fileIds</td>\n<td>Array of integers</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Array containing IDs of files you want to join as attachments in this email. Beware that those IDs need to be files in Diabolocom with the toggle \"Usable as email attachments\". You can only send a maximum of 10 attachments.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the webform Id just created</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid inbound email service</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\": \"Not correct email in 'to' field\", \"parameter\": \"to\", \"message\": \"Not correct email in 'to' field\"} ] }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","outboundemail"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7d165a4f-5049-47fe-ae9d-2a6f6fa34c70","name":"Outbound email created with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"description":"[Required] ","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"serviceId\": 1111,\r\n    \"queueId\": 2222,\r\n    \"to\": [\"louis.dupont@gmail.com\", \"admin2-local@diabolocom.com\"],\r\n    \"cc\": [\"louis2.dupont2@gmail.com\"],\r\n    \"subject\": \"Test outbound email\",\r\n    \"content\": \"<p>Test</p>\",\r\n    \"wrapupComment\": null,\r\n    \"wrapupId\": 12345,\r\n    \"fileIds\": [123, 456]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/email/outboundemail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Date","value":"Mon, 14 Jun 2020 10:52:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"to\": [\"louis.dupont@gmail.com\"],\n    \"cc\": [\"louis2.dupont2@gmail.com\"],\n    \"bcc\": null,\n    \"notSentEmails\": [{\n        \"email\": \"admin2-local@diabolocom.com\",\n        \"reason\": \"Email does not exist\"\n    }]\n}"}],"_postman_id":"b52f31ed-f5c4-422f-8c68-c9fd53d3f37c"},{"name":"Reply in a thread by ID","id":"8c066a85-2336-4203-8de0-5e8bca9db01c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"threadId\": 1111,\r\n    \"to\": [\"louis.dupont@gmail.com\", \"admin2-local@diabolocom.com\"],\r\n    \"content\": \"<p>Test</p>\",\r\n    \"smtpAssignmentId\": 2222\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/email/reply","description":"<h2 id=\"description\">Description</h2>\n<p>Create an outbound email using a configured email service and queue.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>threadId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>ID of the inbound thread on which the outbound reply will be added to  <br /><strong>Example</strong>: 1111</td>\n</tr>\n<tr>\n<td>to</td>\n<td>Array</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>A JSON array that lists one or several email addresses (max 10). The array can only contain strings.  <br /><strong>Example</strong>: [\"<a href=\"mailto:louis.dupont@gmail.com\">louis.dupont@gmail.com</a>\"]</td>\n</tr>\n<tr>\n<td>cc</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that lists one or several email addresses (max 10). The array can only contain strings.  <br /><strong>Example</strong>: [\"<a href=\"mailto:jean.dupont@gmail.com\">jean.dupont@gmail.com</a>\"]  <br />  <br /><strong>Will be available soon</strong></td>\n</tr>\n<tr>\n<td>bcc</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that lists one or several email addresses (max 10). The array can only contain strings.  <br /><strong>Example</strong>: [\"<a href=\"mailto:pierre.paul@gmail.com\">pierre.paul@gmail.com</a>\"]  <br />  <br /><strong>Will be available soon</strong></td>\n</tr>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Subject of the email with raw text content.  <br /><strong>Example</strong>: \"Hello World !\"  <br />  <br /><strong>Will be available soon</strong></td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Body of the email with HTML content or raw text content.  <br /><strong>Example</strong>: \"  <br />  <br />Test  <br />  <br />\"</td>\n</tr>\n<tr>\n<td>fileIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Array containing IDs of files you want to join as attachments in this email. Beware that those IDs need to be files in Diabolocom with the toggle \"Usable as email attachments\". You can only send a maximum of 10 attachments.  <br /><strong>Example</strong>: [12345,22222]  <br />  <br /><strong>Will be available soon</strong></td>\n</tr>\n<tr>\n<td>smtpAssignmentId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>This is the id of the displayed email address on a specific SMTP  <br /><strong>Example</strong>: 12345</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns nothing when the email is added to the thread.<br /><strong>Available soon :</strong> The endpoint returns the id of the outbound email created when the email is added to the thread.</p>\n<p>Please see the data structure of an email above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Empty</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid inbound email service</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\": \"Not correct email in 'to' field\", \"parameter\": \"to\", \"message\": \"Not correct email in 'to' field\"} ] }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","reply"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e0b33f78-2af1-4c9a-98e2-5db321a12a28","name":"Outbound email created with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","description":"[Required] ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"threadId\": 1111,\r\n    \"to\": [\"louis.dupont@gmail.com\", \"admin2-local@diabolocom.com\"],\r\n    \"cc\": [\"jean.dupont@gmail.com\", \"marie.susan@gmail.com\"],  //will be available soon\r\n    \"bcc\": [\"pierre.paul@gmail.com\", \"luna.perry@yahoo.com\"],  //will be available soon\r\n    \"subject\": \"Hello world !\",        //will be available soon\r\n    \"content\": \"<p>Test</p>\",\r\n    \"fileIds\": [1234,  1598],          //will be available soon, max 10 attachments and \"usable as email attachments\" must be ON\r\n    \"smtpAssignmentId\": 2222\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/email/reply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Date","value":"Mon, 14 Jun 2020 10:52:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"id\": 12345\r\n}"}],"_postman_id":"8c066a85-2336-4203-8de0-5e8bca9db01c"},{"name":"Get orphan email by ID","id":"04c64f7b-5fee-4e7d-b3e4-aa609a795128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/email/imap/orphans/{{messageID}}","description":"<h2 id=\"description\">Description</h2>\n<p>Get an orphan email (email received in the IMAP set up in Diabolocom but not received by a specific service for a known reason).</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the orphan email details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ok</td>\n<td>200</td>\n<td>Details about orphan email requested</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PUT\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong message ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Email does not exist\" , \"messageCode\" : \"error.email.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","imap","orphans","{{messageID}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f59ef3bb-7ef6-45ef-a175-9bf60c40d488","name":"Orphan email by ID fetched with success","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"description":"[Required] ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/email/imap/orphans/<CAMnG2hJBrg4LS0T0UmT5B+veEi2U0F2jwMMKBMpU9gP_0jMyTQ@mail.gmail.com>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Date","value":"Mon, 14 Jun 2020 10:52:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"messageId\": \"<CAMnG2hJBrg4LS0T0UmT5B+veEi2U0F2jwMMKBMpU9gP_0jMyTQ@mail.gmail.com>\",\n    \"status\": \"NO_SERVICE\", \n    \"from\": \"someone@gmail.com\",\n    \"to\": \"my_imap@gmail.com\",\n    \"cc\": [\n        \"some_cc@gmail.com\"\n    ],\n    \"bcc\": [\n        \"some_bcc@gmail.com\"\n    ],\n    \"subject\": \"Test subject\",\n    \"content\": \"<p>Test</p>\"\n}"}],"_postman_id":"04c64f7b-5fee-4e7d-b3e4-aa609a795128"},{"name":"List orphan emails","id":"6c31cfa0-8d5b-4ea9-8904-0dbb4ffc227a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"statuses\": [\r\n        \"NO_SERVICE\",\r\n        \"ERROR\",\r\n        \"TOO_BIG\"\r\n    ],\r\n    \"receivedDate\": {\r\n        \"start\": \"2022-02-21T00:00:00Z\",\r\n        \"end\": \"2022-02-21T23:59:59Z\"\r\n    }\r\n}"},"url":"{{baseUrl}}/api/v1/email/imap/orphans","description":"<h2 id=\"description\">Description</h2>\n<p>List all orphan emails (emails received in the IMAP set up in Diabolocom but not received by a specific service for a known reason).</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>statuses</td>\n<td>Array</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>A JSON array that contains the statuses of orphan emails. Values accepted are in the example.  <br /><strong>Example</strong>: [\"NO_SERVICE\", \"ERROR\", \"TOO_BIG\"]</td>\n</tr>\n<tr>\n<td>receivedDate</td>\n<td>Object</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>A JSON object that contains two elements: <em>start</em> and <em>end</em>. Start date cannot be before 60 days from now and end date cannot be in the future or after start date.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the orphan email details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Ok</td>\n<td>200</td>\n<td>Details about orphan email requested</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PUT\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Wrong message ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Email does not exist\" , \"messageCode\" : \"error.email.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","imap","orphans"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"9665174a-77d2-467b-9d1d-5a939ff97393","name":"Orphan email by ID fetched with success","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"description":"[Required] ","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"statuses\": [\r\n        \"NO_SERVICE\",\r\n        \"ERROR\",\r\n        \"TOO_BIG\"\r\n    ],\r\n    \"receivedDate\": {\r\n        \"start\": \"2022-02-21T00:00:00Z\",\r\n        \"end\": \"2022-02-21T23:59:59Z\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/email/imap/orphans?page=1","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","email","imap","orphans"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Date","value":"Mon, 14 Jun 2020 10:52:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"previous\": null,\n    \"next\": null,\n    \"content\": [\n        {\n            \"messageId\": \"<CAMnG2hJBrg4LS0T0UmT5B+veEi2U0F2jwMMKBMpU9gP_0jMyTQ@mail.gmail.com>\",\n            \"status\": \"NO_SERVICE\",\n            \"receivedDate\": \"2022-02-21T14:54:15Z\"\n        },\n        {\n            \"messageId\": \"<9c2205b4-91a1-006b-28d9-8419d654610e@skyrock.com>\",\n            \"status\": \"NO_SERVICE\",\n            \"receivedDate\": \"2022-02-21T15:59:14Z\"\n        }\n     ]\n}"}],"_postman_id":"6c31cfa0-8d5b-4ea9-8904-0dbb4ffc227a"},{"name":"Delete an email by ID","id":"d66ce439-9dd9-4c86-9fa6-178addcde7cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/email/{{emailId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete an email by ID.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>None</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the email deletion is successful, nothing will be sent.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Empty</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid inbound email service</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\": \"Not correct email in 'to' field\", \"parameter\": \"to\", \"message\": \"Not correct email in 'to' field\"} ] }</code></td>\n</tr>\n<tr>\n<td>Wrong email ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Email does not exist\" , \"messageCode\" : \"error.email.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","{{emailId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4eabb958-8462-449c-a778-333be97511d3","name":"Email deleted with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"description":"[Required] ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/email/123456"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Date","value":"Mon, 14 Jun 2020 10:52:07 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d66ce439-9dd9-4c86-9fa6-178addcde7cc"},{"name":"Delete a thread by ID","id":"46080f65-eb80-4301-a890-639bcd4bc9b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] </p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/email/threads/{{threadId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete a thread by ID.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>None</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the thread deletion is successful, nothing will be sent.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Empty</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid inbound email service</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\": \"Not correct email in 'to' field\", \"parameter\": \"to\", \"message\": \"Not correct email in 'to' field\"} ] }</code></td>\n</tr>\n<tr>\n<td>Wrong thread ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Thread does not exist\" , \"messageCode\" : \"error.thread.not.exists\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","threads","{{threadId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7508514c-6a23-4ecc-bb4d-a7fa7797848f","name":"Thread deleted with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"description":"[Required] ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/email/threads/123456"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked","description":"","type":"text"},{"key":"Date","value":"Mon, 14 Jun 2020 10:52:07 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"46080f65-eb80-4301-a890-639bcd4bc9b5"},{"name":"Get list of email ids","id":"f75bf2b9-9215-4305-8316-65ef11dae803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/email/ids","description":"<h2 id=\"description\">Description</h2>\n<p>List all email IDs in a specific range of dates.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>threadId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search email ids from the thread ID specified.  <br />Example: ?threadId=1234  <br />  <br /><strong>SOON available</strong></td>\n</tr>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 1000).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Starting date in the format YYYY-MM-DD[T]HH:mm:ssZ and before endDate.  <br /><strong>Example</strong>: ?startDate=2024-04-01T00:00:00Z</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>End date in the format YYYY-MM-DD[T]HH:mm:ssZ and after startDate.  <br /><strong>Example</strong>: ?endDate=2024-04-01T23:59:59Z</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>1000</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>1000</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p>emails: an array that contains all the email Ids found.</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a8f416c7-de8e-469e-a070-f1a62cc71ea4","name":"List of email ids fetched successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/email/ids?startDate=2024-04-01T00:00:00Z&endDate=2024-04-01T23:59:59Z&limit=500&fromId=3&threadId=4589","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","email","ids"],"query":[{"key":"startDate","value":"2024-04-01T00:00:00Z"},{"key":"endDate","value":"2024-04-01T23:59:59Z"},{"key":"limit","value":"500"},{"key":"fromId","value":"3"},{"key":"threadId","value":"4589","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 3,\r\n    \"emails\": [\r\n        4,\r\n        5,\r\n        6\r\n    ],\r\n  \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/email/ids?startDate=2024-04-01T00:00:00Z&endDate=2024-04-01T23:59:59Z&limit=500&fromId=6\"\r\n}\r\n"}],"_postman_id":"f75bf2b9-9215-4305-8316-65ef11dae803"},{"name":"Get list of threads Ids (SOON)","id":"89e57af2-3987-438f-91d8-226ebfa32c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{baseUrl}}/api/v1/email/threads/ids","description":"<h2 id=\"description\">Description</h2>\n<p>List all thread IDs in a specific range of dates (based on ticket creation date) <strong>Will be available SOON</strong></p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific ID. If not filled, the system will retrieve by default the first record ID of this entity for your account.  <br /><strong>Example</strong>: ?fromId=1234</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 1000).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Starting date in the format YYYY-MM-DD[T]HH:mm:ssZ and before endDate.  <br /><strong>Example</strong>: ?startDate=2024-04-01T00:00:00Z</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>End date in the format YYYY-MM-DD[T]HH:mm:ssZ and after startDate.  <br /><strong>Example</strong>: ?endDate=2024-04-01T23:59:59Z</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>1000</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>1000</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p>content: an array that contains all the thread Ids found.</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","threads","ids"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"373c3935-c163-404f-a9e6-5c0fa3d59aa9","name":"List of thread ids fetched successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/email/threads/ids?startDate=2024-04-01T00:00:00Z&endDate=2024-04-01T23:59:59Z&limit=500&fromId=3","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","email","threads","ids"],"query":[{"key":"startDate","value":"2024-04-01T00:00:00Z"},{"key":"endDate","value":"2024-04-01T23:59:59Z"},{"key":"limit","value":"500"},{"key":"fromId","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"count\": 3,\r\n    \"content\": [\r\n        4,\r\n        5,\r\n        6\r\n    ],\r\n  \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/email/threads/ids?startDate=2024-04-01T00:00:00Z&endDate=2024-04-01T23:59:59Z&limit=500&fromId=6\"\r\n}\r\n"}],"_postman_id":"89e57af2-3987-438f-91d8-226ebfa32c8e"},{"name":"Get EML by email Id","id":"057e1e13-59df-4aeb-a5bb-53287eb1a934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n"},{"key":"Content-Type","value":""}],"url":"{{baseUrl}}/api/v1/email/download/{{emailId}}?optionalHeaders=false","description":"<h2 id=\"description\">Description</h2>\n<p>Download EML file for a specific email.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>optionalHeaders</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Add specific metadata headers to give information about the email treatment in Diabolocom. See below for the list of headers. If not set, the default value is <em>false</em>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"optional-headers\">Optional headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X-Diabolocom-Thread-Id</td>\n<td>Integer</td>\n<td>Thread ID</td>\n<td>1234</td>\n</tr>\n<tr>\n<td>X-Diabolocom-Mail-Type</td>\n<td>String</td>\n<td>Direction of the email, can be \"inbound\" or \"outbound\"</td>\n<td>inbound</td>\n</tr>\n<tr>\n<td>X-Diabolocom-Queue</td>\n<td>Object</td>\n<td>Current queue where this email has been handled in</td>\n<td><code>{id: 12345, name: \"queueA\"}</code></td>\n</tr>\n<tr>\n<td>X-Diabolocom-Service</td>\n<td>Object</td>\n<td>Service where this email has been handled in</td>\n<td><code>{id: 1111, name: \"serviceA\"}</code></td>\n</tr>\n<tr>\n<td>X-Diabolocom-Contact-Session-Id</td>\n<td>String</td>\n<td>Contact Session ID</td>\n<td>00000000-0000-0000-0000-000000000000</td>\n</tr>\n<tr>\n<td>X-Diabolocom-Tags</td>\n<td>Array of objects</td>\n<td>Tags placed on this email</td>\n<td><code>[{id: 111, name: \"tagA\"}, {id: 222, name: \"tagB\"}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the EML file of a specific email.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding email interaction</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not allowed</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Interaction not found</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Interaction does not exist\" ,\"messageCode\" : \"\"error.archives.interaction.not.exists\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","email","download","{{emailId}}"],"host":["{{baseUrl}}"],"query":[{"key":"optionalHeaders","value":"false"}],"variable":[]}},"response":[{"id":"aace61fb-7863-4a5f-977f-d801b6443e3c","name":"EML file fetched successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details."}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/email/download/12345?optionalHeaders=false","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","email","download","12345"],"query":[{"key":"optionalHeaders","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"Return-path: <test.name+caf_=test_account=mail-ppr.engage.diabolocom.com@diabolocom.com>\r\nReceived: from mailproxy01-rdb.stg.dblc.io ([127.0.0.1])\r\n    by mailproxy01-rdb.stg.dblc.io (Dovecot) with LMTP id wpNuAaG+AmYPNQAARVwmQQ\r\n    for <test_account@mail-ppr.engage.diabolocom.com>; Tue, 26 Mar 2024 13:25:05 +0100\r\n    from mail-ed1-f41.google.com ([209.85.208.41])\r\n    by mailproxy01-rdb.stg.dblc.io (10.3.78.199:25) with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)\r\n    \r\n    (envelope-from <test.name+caf_=test_account=mail-ppr.engage.diabolocom.com@diabolocom.com>)\r\n    id 1rp5rV-00040Z-0n\r\n    for test_account@mail-ppr.engage.diabolocom.com; Tue, 26 Mar 2024 13:25:05 +0100\r\n    by mail-ed1-f41.google.com with SMTP id 4fb4d7f45d1cf-56c12c73ed8so2511789a12.2\r\n        for <test_account@mail-ppr.engage.diabolocom.com>; Tue, 26 Mar 2024 05:25:04 -0700 (PDT)\r\n    by 2002:a50:9fc8:0:b0:568:d3cd:21fe with SMTP id c66csp3148880edf;\r\n        Tue, 26 Mar 2024 05:25:03 -0700 (PDT)\r\n    from mx1.mygroup.com (mx1.mygroup.com. [37.24.240.6])\r\n        by mx.google.com with ESMTPS id z23-20020a170906715700b00a4a33cff727si1859314ejj.231.2024.03.26.05.25.02\r\n        for <test.name+qa2gs@diabolocom.com>\r\n        (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\r\n        Tue, 26 Mar 2024 05:25:02 -0700 (PDT)\r\nDate: Tue, 26 Mar 2024 12:25:01 +0000\r\nFrom: Test Name <Test.Name@mygroup.com>\r\nTo: \"test.name+qa2gs@diabolocom.com\"\r\n    <test.name+qa2gs@diabolocom.com>\r\nMessage-ID: <16c2a81f7382445da3919a7465d23872@mygroup.com>\r\nSubject: 108\r\nMIME-Version: 1.0\r\nContent-Type: multipart/alternative; \r\n    boundary=\"----=_Part_0_2097742412.1711536954062\"\r\nEnvelope-to: test_account@mail-ppr.engage.diabolocom.com\r\nX-Google-Smtp-Source: AGHT+IFBT19JQbGmhYlYuv5kPYgtlFKbS/CvwPhqeYFqqKU9/4yXcsUEz1E+/avtTbHgRIdfA6Va\r\nDelivery-date: Tue, 26 Mar 2024 13:25:05 +0100\r\nReceived-SPF: pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) client-ip=37.24.240.6;\r\nX-Original-Authentication-Results: mx.google.com;       spf=pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) smtp.mailfrom=test.name@mygroup.com\r\nX-Forwarded-To: test_account@mail-ppr.engage.diabolocom.com\r\nAuthentication-Results: mx.google.com;\r\n       spf=pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) smtp.mailfrom=test.name@mygroup.com\r\nARC-Authentication-Results: i=2; mx.google.com;\r\n       spf=pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) smtp.mailfrom=test.name@mygroup.com\r\n    i=1; mx.google.com;\r\n       spf=pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) smtp.mailfrom=test.name@mygroup.com\r\nX-Gm-Message-State: AOJu0YzNEqCrrtiiTBYTekvnfxYwYQvEvF5uIw7oWmwquy4ATCKUTjZ0\r\n    fRCLwtD7im5HH+KygPYD7cuqquivhfHHMc15lOWU60U65t3Lpz5unwyj1kBFllYFzxH0wX7Rt71\r\n    j2pxEfmNW3bpBg/lRRyigply+gi61SXPrPy8jJyQqEJeEaRqkRghrcLTra+67BtI6oTlNGkyGNx\r\n    xmjjo=\r\nX-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r\n        d=1e100.net; s=20230601; t=1711455904; x=1712060704;\r\n        h=mime-version:content-language:accept-language:message-id:date\r\n         :thread-index:thread-topic:subject:to:from:delivered-to\r\n         :x-forwarded-for:x-forwarded-to:x-gm-message-state\r\n         :x-original-authentication-results:from:to:cc:subject:date\r\n         :message-id:reply-to;\r\n        bh=8XKerHZuM+2Mrb5DP+w4sAmxAIMuxzQ+E7oKO3DJNT4=;\r\n        b=DF1jh0Le/vFDvoGhvfWvKug2BP86l4xjE7d9DjD6mtzwoxshIy+VQO722dmdgf/Hui\r\n         NZCf9FVtclxUVb9D27Kz6ME3xcWeK9US7eiUe3smdQipg23E95H5nVetkWZbjXYUg++A\r\n         gcaXA4aswGhJOhoobaUj0+EU1s+Qu1lmzaIEvcS6j44LFiG8hZds1Ys62VO69h+i2/Xx\r\n         IKY1rHuI5F3h/waZH3Hx/xaU9IDn2PtoCyDdKHPbrpbIhOVDo8gnDN0WBrhdTPsTLeso\r\n         0GTjoxTry2FAjeEUJFFlk6eR516k5iqOb5rgFGgw6PLOCa1YL6iUNJ+VXD/oos1SRZLc\r\n         JL8Q==\r\nARC-Message-Signature: i=2; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;\r\n        h=mime-version:content-language:accept-language:message-id:date\r\n         :thread-index:thread-topic:subject:to:from:delivered-to;\r\n        bh=8XKerHZuM+2Mrb5DP+w4sAmxAIMuxzQ+E7oKO3DJNT4=;\r\n        fh=PyeG+rbNeFS8Iy2exso3aRg0IFW5z9K4S4pX6nM8Jc0=;\r\n        b=qKRDrZNq7913N/Af+zv5ZpYSznr9h3424X+2FznOqUB1ZoxJ84c5KXhVC3ipYZwp67\r\n         jJY2LLCS4Ly875Vwaa0/vf9NxKL+7WYcQVGNuK2X2WZaCMpL0ThapPL9DuGHcIydAwdo\r\n         etfGXd4yYjHIX493hWC6I45xG6WmEVy019K3KYcIq8O7KKRLMvpReSEY9HVeTwtZwqdS\r\n         5G5ek8sO+NFJ4N+YyLiHvc30ka43A3hxvHyEy/fKZqOarfht11ysqEXK4U9KQIpmqo76\r\n         wpdFYk/MqWJ7tcJgTC5qRrz2BUZptRNL4dIo1w3FR+yJXn6PsnOFU8IMLfIRqmgOaGTF\r\n         wRCQ==;\r\n        darn=mail-ppr.engage.diabolocom.com\r\n    i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;\r\n        h=mime-version:content-language:accept-language:message-id:date\r\n         :thread-index:thread-topic:subject:to:from;\r\n        bh=8XKerHZuM+2Mrb5DP+w4sAmxAIMuxzQ+E7oKO3DJNT4=;\r\n        fh=lBbJBQXvDWtwow4/rVuhPa+k58E8lu1LztHh8CpTUZM=;\r\n        b=pVnZ8zmY4HFC2u8oRmJKO+ihvayzq1lfoxi5HAmeyoCk1fS6M7o9GAPff6CXLDNM16\r\n         OmEgeDw4jgx2jTK4MWj/dLbZv3g/eXK8zdGrNAIwP/0tImGx3zJwdphbYZKIqxuX2lLp\r\n         ZsBzxh0XrnVs3oOblLNCsSReGsw2LzVxwBd5bXRzcevk6Em9Tz7NLBKAj9+6bDCFrWok\r\n         e8Fa12YV94fc+3qi3WPwor6CuDoHw/9KV7I2L3YyZwI3YxrUOHQ0BgDZ2KFf6dvu2plJ\r\n         5EmguQPdvrH0Y8DOaTZn0975xre03bMBAvE1GMmhpctg9YirId9J+UMBtcXPUEAZcs8/\r\n         WREA==;\r\n        dara=google.com\r\nThread-Index: Adp/eJ32FNk01gR3QTy6V0ZatXtGOA==\r\nX-MS-TNEF-Correlator: \r\nThread-Topic: 108\r\nX-Forwarded-Encrypted: i=2; AJvYcCXDWABQ8ixpyZuFhmHhBKIQctoo9eR3d4OL3J/wAotzkqlBfYC71xrA/6Fx84fREMBnlOTNmodwsyVgKfpWiNCKbBoHu8Oh2LAQp4r5uRmFqLjlUGwrYbBP4Z//O469c5rwgoQzyF8hxn/TDg==\r\nDelivered-To: test_account@mail-ppr.engage.diabolocom.com\r\n    test.name+qa2gs@diabolocom.com\r\nARC-Seal: i=2; a=rsa-sha256; t=1711455904; cv=pass;\r\n        d=google.com; s=arc-20160816;\r\n        b=L3yHUemngySmc+3N2P5V+m2lr3ON/p2nU0kgvOGLz/MYME+9mIPOUpDqr4v+ltyoPt\r\n         nBvgteDrntdrTp7IyTkcdmVPa8K0glTsk+FVEgsIGdZ4ci0K+XlmSQ6JEagX0g+G+NMy\r\n         h0xysFU1U8qC9xevGof0FByqZzE4ZloLLjTtUOSFWDo6sUqPhhzHZktBc1Jj3FPRaOpj\r\n         qVKFqHL0b/KAanGTCjyZEleMTMWSvjGJMTW1ZiG6XG81e0YBRsnpAKcGID3nIE8sNLTl\r\n         4+2W97V5p1piR0IxqcKlMZw5rMQU7sCR2/mrADkOz6VuMVTkFQ+etUKuWA0BHJRfR4A+\r\n         kpAA==\r\n    i=1; a=rsa-sha256; t=1711455903; cv=none;\r\n        d=google.com; s=arc-20160816;\r\n        b=eUCdOK5z2de3HOn6FV8Vi18tvD7sQ5r8KLi4ffo7S98K6tZUTk4NY4hLDvDOOMYD9T\r\n         8mG3D4QfW5naBkRtpzNnmqMTC1WB4FNS3AJlQ2EZOfGfKlx0V8q+Dx3XWbYv1i3DpA09\r\n         HVPaOF7NZf9hA4ImFMoKkbq+8QY43KG0Tig7KhqEUpgJ+M6pBjcdOfIUXwSCOdDEWI3R\r\n         VepEvUDrm/0uvO9+SOsByeN6By+lx8QpouFSHgN50kREq5lfikuCkasWcAZEAl0ZDC6x\r\n         P/FbeQLTfQ0yJmsO+k2SlfxDyKQ1syHmBdCmQIikjJlFTyODmbLLlrhTR7CbFckd/a1o\r\n         2rHA==\r\nX-Forwarded-For: test.name@diabolocom.com test_account@mail-ppr.engage.diabolocom.com\r\nX-Received: by 2002:a05:6402:51d3:b0:56c:4db:33f7 with SMTP id r19-20020a05640251d300b0056c04db33f7mr6464464edd.10.1711455904625;\r\n        Tue, 26 Mar 2024 05:25:04 -0700 (PDT)\r\n    by 2002:a17:907:7e97:b0:a4a:340d:68b0 with SMTP id qb23-20020a1709077e9700b00a4a340d68b0mr4983247ejc.65.1711455903069;\r\n        Tue, 26 Mar 2024 05:25:03 -0700 (PDT)\r\nAccept-Language: en-US\r\nX-MS-Has-Attach: yes\r\nContent-Language: en-US\r\n------=_Part_0_2097742412.1711536954062\r\nContent-Type: multipart/alternative; \r\n    boundary=\"----=_Part_1_1282924417.1711536954085\"\r\n------=_Part_1_1282924417.1711536954085\r\nContent-Type: text/plain; charset=\"us-ascii\"\r\nContent-Transfer-Encoding: quoted-printable\r\n108\r\nBest regards,\r\nTest Name\r\nQA-Engineer\r\n[cid:image001.png@01DA7FB3.4B917B70]\r\n------=_Part_1_1282924417.1711536954085\r\nContent-Type: text/html; charset=\"us-ascii\"\r\nContent-Transfer-Encoding: quoted-printable\r\n<html xmlns:v=3D\"urn:schemas-microsoft-com:vml\" xmlns:o=3D\"urn:schemas-micr=\r\nosoft-com:office:office\" xmlns:w=3D\"urn:schemas-microsoft-com:office:word\" =\r\nxmlns:m=3D\"http://schemas.microsoft.com/office/2004/12/omml\" xmlns=3D\"http:=\r\n//www.w3.org/TR/REC-html40\">\r\n<head>\r\n<meta http-equiv=3D\"Content-Type\" content=3D\"text/html; charset=3Dus-ascii\"=\r\n>\r\n<meta name=3D\"Generator\" content=3D\"Microsoft Word 15 (filtered medium)\">\r\n<!--[if !mso]><style>v\\:* {behavior:url(#default#VML);}\r\no\\:* {behavior:url(#default#VML);}\r\nw\\:* {behavior:url(#default#VML);}\r\n.shape {behavior:url(#default#VML);}\r\n</style><![endif]--><style><!--\r\n/* Font Definitions */\r\n@font-face\r\n=09{font-family:\"Cambria Math\";\r\n=09panose-1:2 4 5 3 5 4 6 3 2 4;}\r\n@font-face\r\n=09{font-family:Calibri;\r\n=09panose-1:2 15 5 2 2 2 4 3 2 4;}\r\n/* Style Definitions */\r\np.MsoNormal, li.MsoNormal, div.MsoNormal\r\n=09{margin:0in;\r\n=09margin-bottom:.0001pt;\r\n=09font-size:11.0pt;\r\n=09font-family:\"Calibri\",sans-serif;}\r\na:link, span.MsoHyperlink\r\n=09{mso-style-priority:99;\r\n=09color:#0563C1;\r\n=09text-decoration:underline;}\r\na:visited, span.MsoHyperlinkFollowed\r\n=09{mso-style-priority:99;\r\n=09color:#954F72;\r\n=09text-decoration:underline;}\r\nspan.EmailStyle17\r\n=09{mso-style-type:personal-compose;\r\n=09font-family:\"Calibri\",sans-serif;\r\n=09color:windowtext;}\r\n.MsoChpDefault\r\n=09{mso-style-type:export-only;\r\n=09font-family:\"Calibri\",sans-serif;}\r\n@page WordSection1\r\n=09{size:8.5in 11.0in;\r\n=09margin:1.0in 1.0in 1.0in 1.0in;}\r\ndiv.WordSection1\r\n=09{page:WordSection1;}\r\n--></style><!--[if gte mso 9]><xml>\r\n<o:shapedefaults v:ext=3D\"edit\" spidmax=3D\"1026\" />\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<o:shapelayout v:ext=3D\"edit\">\r\n<o:idmap v:ext=3D\"edit\" data=3D\"1\" />\r\n</o:shapelayout></xml><![endif]-->\r\n</head>\r\n<body lang=3D\"EN-US\" link=3D\"#0563C1\" vlink=3D\"#954F72\">\r\n<div class=3D\"WordSection1\">\r\n<p class=3D\"MsoNormal\">108<o:p></o:p></p>\r\n<p class=3D\"MsoNormal\"><o:p>&nbsp;</o:p></p>\r\n<p class=3D\"MsoNormal\"><span style=3D\"color:#1F497D\">Best regards,<o:p></o:=\r\np></span></p>\r\n<p class=3D\"MsoNormal\"><span style=3D\"color:#1F497D\">Test Name<o:p></o=\r\n:p></span></p>\r\n<p class=3D\"MsoNormal\"><span style=3D\"color:#1F497D\">QA-Engineer<o:p></o:p>=\r\n</span></p>\r\n<p class=3D\"MsoNormal\"><span style=3D\"color:#1F497D\"><img width=3D\"139\" hei=\r\nght=3D\"57\" style=3D\"width:1.4479in;height:.5937in\" id=3D\"Picture_x0020_3\" s=\r\nrc=3D\"cid:image001.png@01DA7FB3.4B917B70\"></span><o:p></o:p></p>\r\n<p class=3D\"MsoNormal\"><o:p>&nbsp;</o:p></p>\r\n</div>\r\n</body>\r\n</html>\r\n------=_Part_1_1282924417.1711536954085--\r\n------=_Part_0_2097742412.1711536954062\r\nContent-Type: image/png; name=\"image001.png\"\r\nContent-Transfer-Encoding: base64\r\nContent-Disposition: inline; filename=\"image001.png\"; size=4913;\r\n    creation-date=\"Tue, 26 Mar 2024 12:25:01 GMT\";\r\n    modification-date=\"Tue, 26 Mar 2024 12:25:01 GMT\"\r\nContent-ID: <image001.png@01DA7FB3.4B917B70>\r\nContent-Description: image001.png\r\niVBORw0KGgoAAAANSUhEUgAAAIsAAAA5CAYAAAAGG9iBAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAO\r\nxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAABKvSURBVHhe\r\n7VwHeJRV1n5nMpPJpFNClSYEBQSpC4oFQZry60/RXVFWBFZQabs2FnSxACqsCILouoIKi4CCIgos\r\niFRDBxOqQABBwEAIIaRMn9nz3mFCQto3gQAPfOdhnieZ3HrO+53znnPvh8knAl10DWjQgElDG72J\r\nrgGlAR0sOhA0a0AHi2ZV6Q11sOgY0KwBHSyaVaU31MGiY0CzBnSwaFaV3vCqg8V7Ng1wuyQvC4Ux\r\ntrxukWtYA1cFLK5tG2BfPAfuxPXwnk4BPE4BiwXGuGoIbXM/wh7ph5Bada9htd2YS7uiYPEc3o+s\r\n8aPgXLEAPocPhrDzlR6DAZBCsvfEMbg2bkbOrCkIHzgCEc+OvDGtco3u+oqBxbHsa5wbMQC+tHQY\r\ny5lgiAgpqJJQwBApuHFmInvMKBBc0e/MAIzGa1R9N9ayrghY7N/PQeaw3qpebKxgETQUo2T5m8Fs\r\ngaGSD/b/fA5jdDQiX33/xrLKNbrbMgeLa8cWZL7QF6DXCCsBKPmUZBAOY0bOJ1NgbtsRlvb/d42q\r\n8MZZVpmCxeewI2tUP8DlhCFaI1C8Hvg8bmUBg2RIBgFZ9qRRsNzdGTDLL7pcNQ2UKVjsX30C1/Zd\r\n4iFKBorP5oDPLgCJMsFYvrpkSG54005KWi3/EnfCsXoJLB3//6opSp+4DE+dfeJNbHOmCZEtRs2S\r\nBMEtoMjwwHRbY4T1fAqhd7SDsXpt9b07eTcc82cg59NZcHz3Hx0sVxmxZeZZ3Imb4Pllr4CliCmY\r\nLdsdgDcEES+9ifABLwinYS59QUIrtENo63YwNW6F7H+9BV9ONgzhxaHvKmvzOp++zMDiWLkI3kxm\r\nvW74XBJLmOWQ5FplypAQqbNI1TbEiuip82DpUDx5tf55CLxnUuH5dR9MDZtf5ya5drd32cDiPZsu\r\n/GQ9nOtWSeprQGj7BxB67wMSTpzwns2Ae89WuLYmwL1js3gI8Sgyc8w0CS0lACWgOuuTQ+A5fuTa\r\n1eQNsLJLBosraQvs8/4N59qlAohjMDWqg5gZ38EU3yi/+ro9qn53bd+I7Clj5e/xsHTpoVnFxnJx\r\nyOjXBdY+wxDW48+F9uN14ldfXY5ff02HxeLfmk2I85Ahd+GOO2oV6HPqVBZeeeW/cLm8QpG8qFYt\r\nGmPGdIbZXEjBUPNKr9+GpQaL58RRZE8cDcf3s+CzeSS+iLNoWgflvlwPY8UqRWrM3LwNYj/9LmiN\r\netMZhvYg643nEHpXRxgrVS0wBq+eL1q0Fzt3HhOw+NNsh8OB48czsWrVQAmJZNQXJDPTgdmzf5Y2\r\nHng8HtSvXwmvv95JwBL08m6IDqUCi33RHGS9ORzelFP+0r3ZJLzEgOiJc4oFyqVo1JO8V8KXHb4s\r\nAcDy+bA+MaTQ4aKlnhMVZUV4eKAmY0VCwq/46qsd+OMfb8/Xh+CJjbUqsLhcHkRHh4HHVLoUroGg\r\nwZI9eTSy331DshIhrxWlfiLiTXMg/NnnYW7ausz07ExYruowkKfetXMrrEHMZLWa8c47q/Hww40Q\r\nFhb0loOY6fpuGpTmst4dhZyJ46Ro5s9o1BmPy4WQKhUl9X2pzDTls9vgWPaVZFLy2Lt88J05HdRc\r\nERGhSEo6gc8+24JBg+4Iqq/e+IIGNIPFNvN95LwnQKnA08ALBNCb5YW1Vy/xMpXKTK+OxXMli9ov\r\nPCVUTqTl7kue+YublITX4/EJBzFKaLJg4sR1Eoqaoly5YPwScPp0tgpjmzcfFf5zjrcpULNmDO65\r\np64KbQFvlZFhx4cfblBzMpwxzA0c2KbAfGvWHMKPPyZLqJSzrxwn2revh3btLtzf4Tjz5+/Epk1H\r\ncOzYOTVWzZqx6NixPnr0uK1YPe/alYIFC3YKb/sd6el20KveckuceNWGst6bL8lGmsDi3rUdWeNe\r\nhCFGrgrkM5QoRUawdOx+SYsoqbPp9tYIqVNNPMpJ+Lw8ua5YUhcxqE+MaFaZTXp6jigtFMnJafjg\r\ng/WSAXUosX+gwcKFu/DCC4tx6NAZNRaBR1mzxoNPP92GqVMT8PHHPdGsWXVlmHnzkpCYeBQmOddy\r\nux1CmuMKGHjChDVYvDhJ2liljU36DshdD0E0dOi32Lv3lPzdKA7cqMBCTvXxx5vRtWt9mfdRxMXJ\r\nXY484vX6MHLkUgHrRpC4MxtkX+ph6dJ9at99+jTH5MkP5eFzmtWgGpYMFllE1rihUkRzyrVHqbDm\r\nfdtVSvKGuPIw1W8S3KxBtjbVa4iwxwch++1/qNAXEl/808XhqTw+8YMH34nRo39Qv5PMUplPPdUS\r\n1avHlLiKRYv24NFHZyvFV64chXPn7MprcCwSaHqGHTtS5Kn9XDzF04iPr4jHHmsqT3UKKlaMQFqa\r\nQXmQvN6AXmr37pMoXz5WjVNFQniHDvXOA/AQunf/XM3B/jR6ZGSoEHC3AirnW7z4Fzz55Jf49tu+\r\nucBlZwLsgw8SpF+k6kvvZDB41VgVKoQrwH3yySZkZTED7F0gMyxRGVrA4lj9PZwJCZL1SHZx0WvR\r\nPqlPhFS8qUxDUGAT5oYtBSWsAhvlCOA+LXsT4zrQs2djbN9+XBSUqJSWkpKJf/5zLd57r/iqMY36\r\n/PPfK6BERlqU8rt0qY/HH2+mjDhx4lpVz+GYJ06cw8svL8XXX/fBgw82wNtvr1JGIqCYidlsLuV1\r\nKBs3HsXvv59TwE1Pt6Ft21oqC+OYzz23UPUjx/J4vBg//gEVolJTszFixBIFsipVopSnoAd74olm\r\nasyFC3cLUDagUqUoBUDWjF566V60bl1TQudvyqswJFauHI25cxNlH7cK4Fpo0mHeRiV6Fp4cG5Tn\r\nLTynNPDawBW4yebzyPFAjrjCFi1gapA/BS5q11QcnyiGHSqUrpx8ZebMbfIktlU8pighRzl4ME0U\r\nHCmGtCujzp/fJ/eJbNWqhniEj+F0esRLhGPFiv0gX7jttipo1KiKhKITyhMw9P3883HceWdtNdWq\r\nVckKEBSGiI4d49XPc+YkYs+ek2q+tLQcjB3bRYqJbXOXN2dOb7RqNUWA4PeY8+Yl5oLlo482qu8M\r\nstlz52x4662u+Nvf7lF9u3VroLzTK68sU+sMD7dgxowtqi/DVDBSLFi8qSlSol8rh4FFDEr8OCWf\r\nlYKWyo7KUDzJu+CVGou193OCW+2bpHchwevbtyWmTElQsZ5eY/z41WKQrgUegkDhbuXKgwgNlTMs\r\nsSsrvIMGtcnnuhs1qiz84RZlZHqJnByXAOGgAkunTvHYsOGIMpLd7pJQdFCBhU98QsIR5WX4M4ER\r\nIJ1LlvyivBgBThDffHMFIbhHlVey293qU6lSpPKMVjlf27fvtPobwwrJLL0RgVujRiz69/9DPkvw\r\nd4ZfhlECmKCkV6xbt0JQFisWLO69iUIqz8q92MIvHRmE7HlSjsBz8jhCqtUMauJgGzuWfCnh52ZY\r\nuj0WbFfV/uWX20mY2KlCE70Lsw0aiiEgNVVQeF4IFgLk2LEMAYtJhYNY4WpNmhSsGDdvXh2zZm1X\r\nPflU//bbWfVz1663YsKEtbm8ae3aQ/JtBzHwKezfn6q8AMMOvVXVqlEKCIcPn1Fg4Tic99lnv1bG\r\nJ6gIIH5YcLRYQpR3OXvWpkIjQyDHIgAJHj4YMTH5T+8ZKuvWLS8h8DcBlRnZ2U7J6jIuL1g8Kcel\r\nMutXRKESYpZXOTLlRv5KhPToWyojaunk2roOzo1JKLdguVSLS3dbjrF+2LC7VGZDskrFvvvuWvEa\r\n7nweg3v1er3KgOdfOlDGC3COvOulBwjohm0JLEqzZtXQsGEleYJPqX4kvDTsli3HFFjj4iJUSAyE\r\nIKbPXE/AqzE8ZWU5FVACwu/IcQhkt1vu/6hMyaAM729nUOGtqNDKdfj/Kx7/w8D9BSvFehafLbso\r\nqpI7j8FigO2zSQh7uE+ZhaKsMcMQ3q8/QuUu7qUIax4zZ25XXIQhgukwlZ73zIgKZSznE0yl8m80\r\nJF24nJPnm57hLPB/IbEt03MK+99/fzy2bTsmTzKzohyVFZFscj4alaGrQwc/X/Gn5JxPCo68yiHA\r\nu+eeOmL4UBlL7vtIiCEISLS57qgos3zCFAchYPzcw6fGPnNGiF0hQpD698n9GYKuNXHIYsFiiIwu\r\n/iY+cSobcSUlIevtFxE5auKl2LLQvrZZU+V7IyJf//CSx6bSR41qL+ntF8oA5CQXC9096VfNmuVy\r\nSSpdPg3dsGHlfM2Z2dDr+MWnvElAyGcmTVqnwgfDy6xZ21RBjxkSwUfvw5BBIQB44k0ewfFoWIbN\r\nvIW6ojbPdTLs0FMwvLE+w9N08puAMKQeOHBarYNeiCCrVatc0PosFiymOvX9L4KxElYUqeTTFyuV\r\nyH+/J/7Rg4gR78BgyR8zg17V+Q7uXdvkzcW5iPnXtxJ+Ls9R8COPNJF6w2asXXu4QGzntDQupXPn\r\neOE1O9RTThc+efJPKi1mCKGQkP7wwwFlaHILhra8xm3Z8iZVkKMXIzBJbCn0WPRS991XN9ejMZSx\r\n1rJiRbLiUKFSHhg+fBGmTeshxDj/1QryE/Kexo2rKrDfdFOMKgguX75fQGBVafbYsStV8S0gPBej\r\nxylXLlyRe4a/vGDSap9iwWJu1BwhtevBcyRZzmWKTjMJJGOMAGbG+3D+tEIOFUcgrLuEpUsQz/Hf\r\nYFswG9ETZsJYWS5wX0YZPfp+UdgnChgXX1sITENQTZr0kzI2Q8aBA2lSn5iOhx5qoPjH3LlJyv3z\r\nk5qaiWee6aC8Q0D4FBMQzFQINoLOz4f8qW+ArwTaM1tjCnz6dI4isocOpUvaOwMEXXx8nOpPAp2c\r\nfFplRJs2DUW9ev5sZsiQO6X28ovyGlzr9OmbFfFt3LiKqs0sXrxXfe90ulWoIncrjRRfZxEPYX18\r\nMDL/PlzA4idHRQoBIx7GtWuP3G8pPG5qXaA3/TTcB/ciYvDfpbTvd9XBSKB2WNR/rcg0lmDgXRZm\r\nCpSL2/IJnzatu4Djs/NPpVUB5803f1QAo+tn7E9JyZDsp0GhRwjdut0qY2xQXCRAhBkumBYzk8or\r\nJOAffdRDzppmK45D47Lf+vVHsXo1syk/t6GxWUvZseNELlg6daov87eXuzg/SL9wxW1Y6f3mm13K\r\n+3AvTO2zsuxSkOxW6EUwLfotsSgX1vsZOJZ+Bed6qeIW9zah4Mh7xoWIIcOlFjJQy9y5bXw5WbAv\r\n+VpCjRGubVtgbtkGYQ/9qXhwFjED6w5UitMpr5RIsTAQVi5uTu7y3Xd7BAjZikSyHsK+eeXuu+tI\r\nuOmnMqitW4+pJ5cACWQmTKmHDr0b48bJDb7zFdq8/VlB5QFgcnKqGM0fRu32HAktTQs9n+nS5RYs\r\nW9ZfbvstU5Vem+38+1PiVjgnwx1BR7CZTPn51muvdVJl/vHj16gKcYCcs09aWjbq1Ckvxx7dVQW6\r\ntFIiWJiq8lLT2b6d4d67VwBDxl/Qw/hsToTUq4OI4WOCWgu9UMaQR+BY9F+53ASE/+VRWLr2KhVQ\r\nqMgpUx5WFVf+zE+NGoWfAfEcZ9myAUIGearLTMQr3MJS4Eolr2OuW/eMZDMHFO/IyLBJGwNq166g\r\nToE5TlFCMvvFF4/h5En/HH4P5pbwUHRYbdOmlnChp1UmxfnouVgUZOiqXj1W1XuaNq1aKNgGD26L\r\nXr2aSP/9En5SFOnlGujFmJ3RW12KlAgWDm6sVgOxs1ch85VB4mUWigdgFpT/qoIvR85C+kq4CuJV\r\nDe+p33Fu2GNyyXuNkGIhkk/3Q/TY6aXeD+M6vYFWIR/QIgw7BAY/wUqLFtrmuHhc9itNX4azPn2C\r\nP/fRsi9NYFGAiassWck3ApYFYDrrSkyQK47itulkmCyVD4PlQYYObeLatAaZI/uLtzqoEvjwQX9F\r\n5MjLn3prW43eSosGNIMlMJila08JEz3lJn+SAGYz3Pt+lru4qeJRzHKDruSzBl/GWUmzJyBn+nj4\r\n0qVKWtGqQGLtPUjLevU2V1EDQYMlsFZTw9vlha8Lp78kwWd63Iuo1ybBfLtcJ7hIPMePwrH4S9jm\r\nToNn92HW2WC+8w+IfG0qzE1aXUUV6FNr1UCpwXLxBKb6t8G1KQFne7WCufW9co2guXgbi3qhzL0/\r\nCbxt5+FBGy8v1a0s5fsXYe03VG7aXZ5im9YN6+1Kr4HLBpaQunJvYuQbyH7rH3AsWSPcZo2fzzD7\r\nEy9iiBJP0vRWOTXujbA/DUBIIe/9lH4bes8roYHLBhYuNmLwqwKINlIzmQ/vcSGuXjlJja0q92fj\r\nxdu0g7nVXXLTrZhK8JXYsT5HqTVwWcHCVfBtQX50uf40cNnBcv2pSN9RblKjq0LXgFYN6J5Fq6b0\r\ndhreG9KVpGvgvAZ0z6JDQbMGdLBoVpXeUAeLjgHNGtDBollVekMdLDoGNGvgf0PcTSSlmd/VAAAA\r\nAElFTkSuQmCCAAA=\r\n------=_Part_0_2097742412.1711536954062--"},{"id":"899f78d4-0edb-49c2-97f8-969425cdcbe8","name":"EML file fetched successfully with optional headers","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details."}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/email/download/12345?optionalHeaders=true","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","email","download","12345"],"query":[{"key":"optionalHeaders","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/octet-stream"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"Return-path: <test.name+caf_=test_account=mail-ppr.engage.diabolocom.com@diabolocom.com>\r\nReceived: from mailproxy01-rdb.stg.dblc.io ([127.0.0.1])\r\n    by mailproxy01-rdb.stg.dblc.io (Dovecot) with LMTP id wpNuAaG+AmYPNQAARVwmQQ\r\n    for <test_account@mail-ppr.engage.diabolocom.com>; Tue, 26 Mar 2024 13:25:05 +0100\r\n    from mail-ed1-f41.google.com ([209.85.208.41])\r\n    by mailproxy01-rdb.stg.dblc.io (10.3.78.199:25) with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)\r\n    \r\n    (envelope-from <test.name+caf_=test_account=mail-ppr.engage.diabolocom.com@diabolocom.com>)\r\n    id 1rp5rV-00040Z-0n\r\n    for test_account@mail-ppr.engage.diabolocom.com; Tue, 26 Mar 2024 13:25:05 +0100\r\n    by mail-ed1-f41.google.com with SMTP id 4fb4d7f45d1cf-56c12c73ed8so2511789a12.2\r\n        for <test_account@mail-ppr.engage.diabolocom.com>; Tue, 26 Mar 2024 05:25:04 -0700 (PDT)\r\n    by 2002:a50:9fc8:0:b0:568:d3cd:21fe with SMTP id c66csp3148880edf;\r\n        Tue, 26 Mar 2024 05:25:03 -0700 (PDT)\r\n    from mx1.mygroup.com (mx1.mygroup.com. [37.24.240.6])\r\n        by mx.google.com with ESMTPS id z23-20020a170906715700b00a4a33cff727si1859314ejj.231.2024.03.26.05.25.02\r\n        for <test.name+qa2gs@diabolocom.com>\r\n        (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\r\n        Tue, 26 Mar 2024 05:25:02 -0700 (PDT)\r\nDate: Tue, 26 Mar 2024 12:25:01 +0000\r\nFrom: Test Name <Test.Name@mygroup.com>\r\nTo: \"test.name+qa2gs@diabolocom.com\"\r\n    <test.name+qa2gs@diabolocom.com>\r\nMessage-ID: <16c2a81f7382445da3919a7465d23872@mygroup.com>\r\nSubject: 108\r\nMIME-Version: 1.0\r\nContent-Type: multipart/alternative; \r\n    boundary=\"----=_Part_0_2097742412.1711536954062\"\r\nEnvelope-to: test_account@mail-ppr.engage.diabolocom.com\r\nX-Google-Smtp-Source: AGHT+IFBT19JQbGmhYlYuv5kPYgtlFKbS/CvwPhqeYFqqKU9/4yXcsUEz1E+/avtTbHgRIdfA6Va\r\nDelivery-date: Tue, 26 Mar 2024 13:25:05 +0100\r\nReceived-SPF: pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) client-ip=37.24.240.6;\r\nX-Original-Authentication-Results: mx.google.com;       spf=pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) smtp.mailfrom=test.name@mygroup.com\r\nX-Forwarded-To: test_account@mail-ppr.engage.diabolocom.com\r\nAuthentication-Results: mx.google.com;\r\n       spf=pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) smtp.mailfrom=test.name@mygroup.com\r\nARC-Authentication-Results: i=2; mx.google.com;\r\n       spf=pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) smtp.mailfrom=test.name@mygroup.com\r\n    i=1; mx.google.com;\r\n       spf=pass (google.com: domain of test.name@mygroup.com designates 37.24.240.6 as permitted sender) smtp.mailfrom=test.name@mygroup.com\r\nX-Gm-Message-State: AOJu0YzNEqCrrtiiTBYTekvnfxYwYQvEvF5uIw7oWmwquy4ATCKUTjZ0\r\n    fRCLwtD7im5HH+KygPYD7cuqquivhfHHMc15lOWU60U65t3Lpz5unwyj1kBFllYFzxH0wX7Rt71\r\n    j2pxEfmNW3bpBg/lRRyigply+gi61SXPrPy8jJyQqEJeEaRqkRghrcLTra+67BtI6oTlNGkyGNx\r\n    xmjjo=\r\nX-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r\n        d=1e100.net; s=20230601; t=1711455904; x=1712060704;\r\n        h=mime-version:content-language:accept-language:message-id:date\r\n         :thread-index:thread-topic:subject:to:from:delivered-to\r\n         :x-forwarded-for:x-forwarded-to:x-gm-message-state\r\n         :x-original-authentication-results:from:to:cc:subject:date\r\n         :message-id:reply-to;\r\n        bh=8XKerHZuM+2Mrb5DP+w4sAmxAIMuxzQ+E7oKO3DJNT4=;\r\n        b=DF1jh0Le/vFDvoGhvfWvKug2BP86l4xjE7d9DjD6mtzwoxshIy+VQO722dmdgf/Hui\r\n         NZCf9FVtclxUVb9D27Kz6ME3xcWeK9US7eiUe3smdQipg23E95H5nVetkWZbjXYUg++A\r\n         gcaXA4aswGhJOhoobaUj0+EU1s+Qu1lmzaIEvcS6j44LFiG8hZds1Ys62VO69h+i2/Xx\r\n         IKY1rHuI5F3h/waZH3Hx/xaU9IDn2PtoCyDdKHPbrpbIhOVDo8gnDN0WBrhdTPsTLeso\r\n         0GTjoxTry2FAjeEUJFFlk6eR516k5iqOb5rgFGgw6PLOCa1YL6iUNJ+VXD/oos1SRZLc\r\n         JL8Q==\r\nARC-Message-Signature: i=2; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;\r\n        h=mime-version:content-language:accept-language:message-id:date\r\n         :thread-index:thread-topic:subject:to:from:delivered-to;\r\n        bh=8XKerHZuM+2Mrb5DP+w4sAmxAIMuxzQ+E7oKO3DJNT4=;\r\n        fh=PyeG+rbNeFS8Iy2exso3aRg0IFW5z9K4S4pX6nM8Jc0=;\r\n        b=qKRDrZNq7913N/Af+zv5ZpYSznr9h3424X+2FznOqUB1ZoxJ84c5KXhVC3ipYZwp67\r\n         jJY2LLCS4Ly875Vwaa0/vf9NxKL+7WYcQVGNuK2X2WZaCMpL0ThapPL9DuGHcIydAwdo\r\n         etfGXd4yYjHIX493hWC6I45xG6WmEVy019K3KYcIq8O7KKRLMvpReSEY9HVeTwtZwqdS\r\n         5G5ek8sO+NFJ4N+YyLiHvc30ka43A3hxvHyEy/fKZqOarfht11ysqEXK4U9KQIpmqo76\r\n         wpdFYk/MqWJ7tcJgTC5qRrz2BUZptRNL4dIo1w3FR+yJXn6PsnOFU8IMLfIRqmgOaGTF\r\n         wRCQ==;\r\n        darn=mail-ppr.engage.diabolocom.com\r\n    i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;\r\n        h=mime-version:content-language:accept-language:message-id:date\r\n         :thread-index:thread-topic:subject:to:from;\r\n        bh=8XKerHZuM+2Mrb5DP+w4sAmxAIMuxzQ+E7oKO3DJNT4=;\r\n        fh=lBbJBQXvDWtwow4/rVuhPa+k58E8lu1LztHh8CpTUZM=;\r\n        b=pVnZ8zmY4HFC2u8oRmJKO+ihvayzq1lfoxi5HAmeyoCk1fS6M7o9GAPff6CXLDNM16\r\n         OmEgeDw4jgx2jTK4MWj/dLbZv3g/eXK8zdGrNAIwP/0tImGx3zJwdphbYZKIqxuX2lLp\r\n         ZsBzxh0XrnVs3oOblLNCsSReGsw2LzVxwBd5bXRzcevk6Em9Tz7NLBKAj9+6bDCFrWok\r\n         e8Fa12YV94fc+3qi3WPwor6CuDoHw/9KV7I2L3YyZwI3YxrUOHQ0BgDZ2KFf6dvu2plJ\r\n         5EmguQPdvrH0Y8DOaTZn0975xre03bMBAvE1GMmhpctg9YirId9J+UMBtcXPUEAZcs8/\r\n         WREA==;\r\n        dara=google.com\r\nThread-Index: Adp/eJ32FNk01gR3QTy6V0ZatXtGOA==\r\nX-MS-TNEF-Correlator: \r\nThread-Topic: 108\r\nX-Forwarded-Encrypted: i=2; AJvYcCXDWABQ8ixpyZuFhmHhBKIQctoo9eR3d4OL3J/wAotzkqlBfYC71xrA/6Fx84fREMBnlOTNmodwsyVgKfpWiNCKbBoHu8Oh2LAQp4r5uRmFqLjlUGwrYbBP4Z//O469c5rwgoQzyF8hxn/TDg==\r\nDelivered-To: test_account@mail-ppr.engage.diabolocom.com\r\n    test.name+qa2gs@diabolocom.com\r\nARC-Seal: i=2; a=rsa-sha256; t=1711455904; cv=pass;\r\n        d=google.com; s=arc-20160816;\r\n        b=L3yHUemngySmc+3N2P5V+m2lr3ON/p2nU0kgvOGLz/MYME+9mIPOUpDqr4v+ltyoPt\r\n         nBvgteDrntdrTp7IyTkcdmVPa8K0glTsk+FVEgsIGdZ4ci0K+XlmSQ6JEagX0g+G+NMy\r\n         h0xysFU1U8qC9xevGof0FByqZzE4ZloLLjTtUOSFWDo6sUqPhhzHZktBc1Jj3FPRaOpj\r\n         qVKFqHL0b/KAanGTCjyZEleMTMWSvjGJMTW1ZiG6XG81e0YBRsnpAKcGID3nIE8sNLTl\r\n         4+2W97V5p1piR0IxqcKlMZw5rMQU7sCR2/mrADkOz6VuMVTkFQ+etUKuWA0BHJRfR4A+\r\n         kpAA==\r\n    i=1; a=rsa-sha256; t=1711455903; cv=none;\r\n        d=google.com; s=arc-20160816;\r\n        b=eUCdOK5z2de3HOn6FV8Vi18tvD7sQ5r8KLi4ffo7S98K6tZUTk4NY4hLDvDOOMYD9T\r\n         8mG3D4QfW5naBkRtpzNnmqMTC1WB4FNS3AJlQ2EZOfGfKlx0V8q+Dx3XWbYv1i3DpA09\r\n         HVPaOF7NZf9hA4ImFMoKkbq+8QY43KG0Tig7KhqEUpgJ+M6pBjcdOfIUXwSCOdDEWI3R\r\n         VepEvUDrm/0uvO9+SOsByeN6By+lx8QpouFSHgN50kREq5lfikuCkasWcAZEAl0ZDC6x\r\n         P/FbeQLTfQ0yJmsO+k2SlfxDyKQ1syHmBdCmQIikjJlFTyODmbLLlrhTR7CbFckd/a1o\r\n         2rHA==\r\nX-Forwarded-For: test.name@diabolocom.com test_account@mail-ppr.engage.diabolocom.com\r\nX-Received: by 2002:a05:6402:51d3:b0:56c:4db:33f7 with SMTP id r19-20020a05640251d300b0056c04db33f7mr6464464edd.10.1711455904625;\r\n        Tue, 26 Mar 2024 05:25:04 -0700 (PDT)\r\n    by 2002:a17:907:7e97:b0:a4a:340d:68b0 with SMTP id qb23-20020a1709077e9700b00a4a340d68b0mr4983247ejc.65.1711455903069;\r\n        Tue, 26 Mar 2024 05:25:03 -0700 (PDT)\r\nAccept-Language: en-US\r\nX-MS-Has-Attach: yes\r\nX-Diabolocom-Thread-Id: 1234\r\nX-Diabolocom-Mail-Type: inbound\r\nX-Diabolocom-Queues: [{id: 12345, name: \"queueA\"}, {id: 67890, name: \"queueB\"}]\r\nX-Diabolocom-Service: {id: 1111, name: \"serviceA\"}\r\nX-Diabolocom-Contact-Session-Id: 00000000-0000-0000-0000-000000000000\r\nX-Diabolocom-Tags: [{id: 111, name: \"tagA\"}, {id: 222, name: \"tagB\"}]\r\nContent-Language: en-US\r\n------=_Part_0_2097742412.1711536954062\r\nContent-Type: multipart/alternative; \r\n    boundary=\"----=_Part_1_1282924417.1711536954085\"\r\n------=_Part_1_1282924417.1711536954085\r\nContent-Type: text/plain; charset=\"us-ascii\"\r\nContent-Transfer-Encoding: quoted-printable\r\n108\r\nBest regards,\r\nTest Name\r\nQA-Engineer\r\n[cid:image001.png@01DA7FB3.4B917B70]\r\n------=_Part_1_1282924417.1711536954085\r\nContent-Type: text/html; charset=\"us-ascii\"\r\nContent-Transfer-Encoding: quoted-printable\r\n<html xmlns:v=3D\"urn:schemas-microsoft-com:vml\" xmlns:o=3D\"urn:schemas-micr=\r\nosoft-com:office:office\" xmlns:w=3D\"urn:schemas-microsoft-com:office:word\" =\r\nxmlns:m=3D\"http://schemas.microsoft.com/office/2004/12/omml\" xmlns=3D\"http:=\r\n//www.w3.org/TR/REC-html40\">\r\n<head>\r\n<meta http-equiv=3D\"Content-Type\" content=3D\"text/html; charset=3Dus-ascii\"=\r\n>\r\n<meta name=3D\"Generator\" content=3D\"Microsoft Word 15 (filtered medium)\">\r\n<!--[if !mso]><style>v\\:* {behavior:url(#default#VML);}\r\no\\:* {behavior:url(#default#VML);}\r\nw\\:* {behavior:url(#default#VML);}\r\n.shape {behavior:url(#default#VML);}\r\n</style><![endif]--><style><!--\r\n/* Font Definitions */\r\n@font-face\r\n=09{font-family:\"Cambria Math\";\r\n=09panose-1:2 4 5 3 5 4 6 3 2 4;}\r\n@font-face\r\n=09{font-family:Calibri;\r\n=09panose-1:2 15 5 2 2 2 4 3 2 4;}\r\n/* Style Definitions */\r\np.MsoNormal, li.MsoNormal, div.MsoNormal\r\n=09{margin:0in;\r\n=09margin-bottom:.0001pt;\r\n=09font-size:11.0pt;\r\n=09font-family:\"Calibri\",sans-serif;}\r\na:link, span.MsoHyperlink\r\n=09{mso-style-priority:99;\r\n=09color:#0563C1;\r\n=09text-decoration:underline;}\r\na:visited, span.MsoHyperlinkFollowed\r\n=09{mso-style-priority:99;\r\n=09color:#954F72;\r\n=09text-decoration:underline;}\r\nspan.EmailStyle17\r\n=09{mso-style-type:personal-compose;\r\n=09font-family:\"Calibri\",sans-serif;\r\n=09color:windowtext;}\r\n.MsoChpDefault\r\n=09{mso-style-type:export-only;\r\n=09font-family:\"Calibri\",sans-serif;}\r\n@page WordSection1\r\n=09{size:8.5in 11.0in;\r\n=09margin:1.0in 1.0in 1.0in 1.0in;}\r\ndiv.WordSection1\r\n=09{page:WordSection1;}\r\n--></style><!--[if gte mso 9]><xml>\r\n<o:shapedefaults v:ext=3D\"edit\" spidmax=3D\"1026\" />\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n<o:shapelayout v:ext=3D\"edit\">\r\n<o:idmap v:ext=3D\"edit\" data=3D\"1\" />\r\n</o:shapelayout></xml><![endif]-->\r\n</head>\r\n<body lang=3D\"EN-US\" link=3D\"#0563C1\" vlink=3D\"#954F72\">\r\n<div class=3D\"WordSection1\">\r\n<p class=3D\"MsoNormal\">108<o:p></o:p></p>\r\n<p class=3D\"MsoNormal\"><o:p>&nbsp;</o:p></p>\r\n<p class=3D\"MsoNormal\"><span style=3D\"color:#1F497D\">Best regards,<o:p></o:=\r\np></span></p>\r\n<p class=3D\"MsoNormal\"><span style=3D\"color:#1F497D\">Test Name<o:p></o=\r\n:p></span></p>\r\n<p class=3D\"MsoNormal\"><span style=3D\"color:#1F497D\">QA-Engineer<o:p></o:p>=\r\n</span></p>\r\n<p class=3D\"MsoNormal\"><span style=3D\"color:#1F497D\"><img width=3D\"139\" hei=\r\nght=3D\"57\" style=3D\"width:1.4479in;height:.5937in\" id=3D\"Picture_x0020_3\" s=\r\nrc=3D\"cid:image001.png@01DA7FB3.4B917B70\"></span><o:p></o:p></p>\r\n<p class=3D\"MsoNormal\"><o:p>&nbsp;</o:p></p>\r\n</div>\r\n</body>\r\n</html>\r\n------=_Part_1_1282924417.1711536954085--\r\n------=_Part_0_2097742412.1711536954062\r\nContent-Type: image/png; name=\"image001.png\"\r\nContent-Transfer-Encoding: base64\r\nContent-Disposition: inline; filename=\"image001.png\"; size=4913;\r\n    creation-date=\"Tue, 26 Mar 2024 12:25:01 GMT\";\r\n    modification-date=\"Tue, 26 Mar 2024 12:25:01 GMT\"\r\nContent-ID: <image001.png@01DA7FB3.4B917B70>\r\nContent-Description: image001.png\r\niVBORw0KGgoAAAANSUhEUgAAAIsAAAA5CAYAAAAGG9iBAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAO\r\nxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUATWljcm9zb2Z0IE9mZmljZX/tNXEAABKvSURBVHhe\r\n7VwHeJRV1n5nMpPJpFNClSYEBQSpC4oFQZry60/RXVFWBFZQabs2FnSxACqsCILouoIKi4CCIgos\r\niFRDBxOqQABBwEAIIaRMn9nz3mFCQto3gQAPfOdhnieZ3HrO+53znnPvh8knAl10DWjQgElDG72J\r\nrgGlAR0sOhA0a0AHi2ZV6Q11sOgY0KwBHSyaVaU31MGiY0CzBnSwaFaV3vCqg8V7Ng1wuyQvC4Ux\r\ntrxukWtYA1cFLK5tG2BfPAfuxPXwnk4BPE4BiwXGuGoIbXM/wh7ph5Bada9htd2YS7uiYPEc3o+s\r\n8aPgXLEAPocPhrDzlR6DAZBCsvfEMbg2bkbOrCkIHzgCEc+OvDGtco3u+oqBxbHsa5wbMQC+tHQY\r\ny5lgiAgpqJJQwBApuHFmInvMKBBc0e/MAIzGa1R9N9ayrghY7N/PQeaw3qpebKxgETQUo2T5m8Fs\r\ngaGSD/b/fA5jdDQiX33/xrLKNbrbMgeLa8cWZL7QF6DXCCsBKPmUZBAOY0bOJ1NgbtsRlvb/d42q\r\n8MZZVpmCxeewI2tUP8DlhCFaI1C8Hvg8bmUBg2RIBgFZ9qRRsNzdGTDLL7pcNQ2UKVjsX30C1/Zd\r\n4iFKBorP5oDPLgCJMsFYvrpkSG54005KWi3/EnfCsXoJLB3//6opSp+4DE+dfeJNbHOmCZEtRs2S\r\nBMEtoMjwwHRbY4T1fAqhd7SDsXpt9b07eTcc82cg59NZcHz3Hx0sVxmxZeZZ3Imb4Pllr4CliCmY\r\nLdsdgDcEES+9ifABLwinYS59QUIrtENo63YwNW6F7H+9BV9ONgzhxaHvKmvzOp++zMDiWLkI3kxm\r\nvW74XBJLmOWQ5FplypAQqbNI1TbEiuip82DpUDx5tf55CLxnUuH5dR9MDZtf5ya5drd32cDiPZsu\r\n/GQ9nOtWSeprQGj7BxB67wMSTpzwns2Ae89WuLYmwL1js3gI8Sgyc8w0CS0lACWgOuuTQ+A5fuTa\r\n1eQNsLJLBosraQvs8/4N59qlAohjMDWqg5gZ38EU3yi/+ro9qn53bd+I7Clj5e/xsHTpoVnFxnJx\r\nyOjXBdY+wxDW48+F9uN14ldfXY5ff02HxeLfmk2I85Ahd+GOO2oV6HPqVBZeeeW/cLm8QpG8qFYt\r\nGmPGdIbZXEjBUPNKr9+GpQaL58RRZE8cDcf3s+CzeSS+iLNoWgflvlwPY8UqRWrM3LwNYj/9LmiN\r\netMZhvYg643nEHpXRxgrVS0wBq+eL1q0Fzt3HhOw+NNsh8OB48czsWrVQAmJZNQXJDPTgdmzf5Y2\r\nHng8HtSvXwmvv95JwBL08m6IDqUCi33RHGS9ORzelFP+0r3ZJLzEgOiJc4oFyqVo1JO8V8KXHb4s\r\nAcDy+bA+MaTQ4aKlnhMVZUV4eKAmY0VCwq/46qsd+OMfb8/Xh+CJjbUqsLhcHkRHh4HHVLoUroGg\r\nwZI9eTSy331DshIhrxWlfiLiTXMg/NnnYW7ausz07ExYruowkKfetXMrrEHMZLWa8c47q/Hww40Q\r\nFhb0loOY6fpuGpTmst4dhZyJ46Ro5s9o1BmPy4WQKhUl9X2pzDTls9vgWPaVZFLy2Lt88J05HdRc\r\nERGhSEo6gc8+24JBg+4Iqq/e+IIGNIPFNvN95LwnQKnA08ALBNCb5YW1Vy/xMpXKTK+OxXMli9ov\r\nPCVUTqTl7kue+YublITX4/EJBzFKaLJg4sR1Eoqaoly5YPwScPp0tgpjmzcfFf5zjrcpULNmDO65\r\np64KbQFvlZFhx4cfblBzMpwxzA0c2KbAfGvWHMKPPyZLqJSzrxwn2revh3btLtzf4Tjz5+/Epk1H\r\ncOzYOTVWzZqx6NixPnr0uK1YPe/alYIFC3YKb/sd6el20KveckuceNWGst6bL8lGmsDi3rUdWeNe\r\nhCFGrgrkM5QoRUawdOx+SYsoqbPp9tYIqVNNPMpJ+Lw8ua5YUhcxqE+MaFaZTXp6jigtFMnJafjg\r\ng/WSAXUosX+gwcKFu/DCC4tx6NAZNRaBR1mzxoNPP92GqVMT8PHHPdGsWXVlmHnzkpCYeBQmOddy\r\nux1CmuMKGHjChDVYvDhJ2liljU36DshdD0E0dOi32Lv3lPzdKA7cqMBCTvXxx5vRtWt9mfdRxMXJ\r\nXY484vX6MHLkUgHrRpC4MxtkX+ph6dJ9at99+jTH5MkP5eFzmtWgGpYMFllE1rihUkRzyrVHqbDm\r\nfdtVSvKGuPIw1W8S3KxBtjbVa4iwxwch++1/qNAXEl/808XhqTw+8YMH34nRo39Qv5PMUplPPdUS\r\n1avHlLiKRYv24NFHZyvFV64chXPn7MprcCwSaHqGHTtS5Kn9XDzF04iPr4jHHmsqT3UKKlaMQFqa\r\nQXmQvN6AXmr37pMoXz5WjVNFQniHDvXOA/AQunf/XM3B/jR6ZGSoEHC3AirnW7z4Fzz55Jf49tu+\r\nucBlZwLsgw8SpF+k6kvvZDB41VgVKoQrwH3yySZkZTED7F0gMyxRGVrA4lj9PZwJCZL1SHZx0WvR\r\nPqlPhFS8qUxDUGAT5oYtBSWsAhvlCOA+LXsT4zrQs2djbN9+XBSUqJSWkpKJf/5zLd57r/iqMY36\r\n/PPfK6BERlqU8rt0qY/HH2+mjDhx4lpVz+GYJ06cw8svL8XXX/fBgw82wNtvr1JGIqCYidlsLuV1\r\nKBs3HsXvv59TwE1Pt6Ft21oqC+OYzz23UPUjx/J4vBg//gEVolJTszFixBIFsipVopSnoAd74olm\r\nasyFC3cLUDagUqUoBUDWjF566V60bl1TQudvyqswJFauHI25cxNlH7cK4Fpo0mHeRiV6Fp4cG5Tn\r\nLTynNPDawBW4yebzyPFAjrjCFi1gapA/BS5q11QcnyiGHSqUrpx8ZebMbfIktlU8pighRzl4ME0U\r\nHCmGtCujzp/fJ/eJbNWqhniEj+F0esRLhGPFiv0gX7jttipo1KiKhKITyhMw9P3883HceWdtNdWq\r\nVckKEBSGiI4d49XPc+YkYs+ek2q+tLQcjB3bRYqJbXOXN2dOb7RqNUWA4PeY8+Yl5oLlo482qu8M\r\nstlz52x4662u+Nvf7lF9u3VroLzTK68sU+sMD7dgxowtqi/DVDBSLFi8qSlSol8rh4FFDEr8OCWf\r\nlYKWyo7KUDzJu+CVGou193OCW+2bpHchwevbtyWmTElQsZ5eY/z41WKQrgUegkDhbuXKgwgNlTMs\r\nsSsrvIMGtcnnuhs1qiz84RZlZHqJnByXAOGgAkunTvHYsOGIMpLd7pJQdFCBhU98QsIR5WX4M4ER\r\nIJ1LlvyivBgBThDffHMFIbhHlVey293qU6lSpPKMVjlf27fvtPobwwrJLL0RgVujRiz69/9DPkvw\r\nd4ZfhlECmKCkV6xbt0JQFisWLO69iUIqz8q92MIvHRmE7HlSjsBz8jhCqtUMauJgGzuWfCnh52ZY\r\nuj0WbFfV/uWX20mY2KlCE70Lsw0aiiEgNVVQeF4IFgLk2LEMAYtJhYNY4WpNmhSsGDdvXh2zZm1X\r\nPflU//bbWfVz1663YsKEtbm8ae3aQ/JtBzHwKezfn6q8AMMOvVXVqlEKCIcPn1Fg4Tic99lnv1bG\r\nJ6gIIH5YcLRYQpR3OXvWpkIjQyDHIgAJHj4YMTH5T+8ZKuvWLS8h8DcBlRnZ2U7J6jIuL1g8Kcel\r\nMutXRKESYpZXOTLlRv5KhPToWyojaunk2roOzo1JKLdguVSLS3dbjrF+2LC7VGZDskrFvvvuWvEa\r\n7nweg3v1er3KgOdfOlDGC3COvOulBwjohm0JLEqzZtXQsGEleYJPqX4kvDTsli3HFFjj4iJUSAyE\r\nIKbPXE/AqzE8ZWU5FVACwu/IcQhkt1vu/6hMyaAM729nUOGtqNDKdfj/Kx7/w8D9BSvFehafLbso\r\nqpI7j8FigO2zSQh7uE+ZhaKsMcMQ3q8/QuUu7qUIax4zZ25XXIQhgukwlZ73zIgKZSznE0yl8m80\r\nJF24nJPnm57hLPB/IbEt03MK+99/fzy2bTsmTzKzohyVFZFscj4alaGrQwc/X/Gn5JxPCo68yiHA\r\nu+eeOmL4UBlL7vtIiCEISLS57qgos3zCFAchYPzcw6fGPnNGiF0hQpD698n9GYKuNXHIYsFiiIwu\r\n/iY+cSobcSUlIevtFxE5auKl2LLQvrZZU+V7IyJf//CSx6bSR41qL+ntF8oA5CQXC9096VfNmuVy\r\nSSpdPg3dsGHlfM2Z2dDr+MWnvElAyGcmTVqnwgfDy6xZ21RBjxkSwUfvw5BBIQB44k0ewfFoWIbN\r\nvIW6ojbPdTLs0FMwvLE+w9N08puAMKQeOHBarYNeiCCrVatc0PosFiymOvX9L4KxElYUqeTTFyuV\r\nyH+/J/7Rg4gR78BgyR8zg17V+Q7uXdvkzcW5iPnXtxJ+Ls9R8COPNJF6w2asXXu4QGzntDQupXPn\r\neOE1O9RTThc+efJPKi1mCKGQkP7wwwFlaHILhra8xm3Z8iZVkKMXIzBJbCn0WPRS991XN9ejMZSx\r\n1rJiRbLiUKFSHhg+fBGmTeshxDj/1QryE/Kexo2rKrDfdFOMKgguX75fQGBVafbYsStV8S0gPBej\r\nxylXLlyRe4a/vGDSap9iwWJu1BwhtevBcyRZzmWKTjMJJGOMAGbG+3D+tEIOFUcgrLuEpUsQz/Hf\r\nYFswG9ETZsJYWS5wX0YZPfp+UdgnChgXX1sITENQTZr0kzI2Q8aBA2lSn5iOhx5qoPjH3LlJyv3z\r\nk5qaiWee6aC8Q0D4FBMQzFQINoLOz4f8qW+ArwTaM1tjCnz6dI4isocOpUvaOwMEXXx8nOpPAp2c\r\nfFplRJs2DUW9ev5sZsiQO6X28ovyGlzr9OmbFfFt3LiKqs0sXrxXfe90ulWoIncrjRRfZxEPYX18\r\nMDL/PlzA4idHRQoBIx7GtWuP3G8pPG5qXaA3/TTcB/ciYvDfpbTvd9XBSKB2WNR/rcg0lmDgXRZm\r\nCpSL2/IJnzatu4Djs/NPpVUB5803f1QAo+tn7E9JyZDsp0GhRwjdut0qY2xQXCRAhBkumBYzk8or\r\nJOAffdRDzppmK45D47Lf+vVHsXo1syk/t6GxWUvZseNELlg6daov87eXuzg/SL9wxW1Y6f3mm13K\r\n+3AvTO2zsuxSkOxW6EUwLfotsSgX1vsZOJZ+Bed6qeIW9zah4Mh7xoWIIcOlFjJQy9y5bXw5WbAv\r\n+VpCjRGubVtgbtkGYQ/9qXhwFjED6w5UitMpr5RIsTAQVi5uTu7y3Xd7BAjZikSyHsK+eeXuu+tI\r\nuOmnMqitW4+pJ5cACWQmTKmHDr0b48bJDb7zFdq8/VlB5QFgcnKqGM0fRu32HAktTQs9n+nS5RYs\r\nW9ZfbvstU5Vem+38+1PiVjgnwx1BR7CZTPn51muvdVJl/vHj16gKcYCcs09aWjbq1Ckvxx7dVQW6\r\ntFIiWJiq8lLT2b6d4d67VwBDxl/Qw/hsToTUq4OI4WOCWgu9UMaQR+BY9F+53ASE/+VRWLr2KhVQ\r\nqMgpUx5WFVf+zE+NGoWfAfEcZ9myAUIGearLTMQr3MJS4Eolr2OuW/eMZDMHFO/IyLBJGwNq166g\r\nToE5TlFCMvvFF4/h5En/HH4P5pbwUHRYbdOmlnChp1UmxfnouVgUZOiqXj1W1XuaNq1aKNgGD26L\r\nXr2aSP/9En5SFOnlGujFmJ3RW12KlAgWDm6sVgOxs1ch85VB4mUWigdgFpT/qoIvR85C+kq4CuJV\r\nDe+p33Fu2GNyyXuNkGIhkk/3Q/TY6aXeD+M6vYFWIR/QIgw7BAY/wUqLFtrmuHhc9itNX4azPn2C\r\nP/fRsi9NYFGAiassWck3ApYFYDrrSkyQK47itulkmCyVD4PlQYYObeLatAaZI/uLtzqoEvjwQX9F\r\n5MjLn3prW43eSosGNIMlMJila08JEz3lJn+SAGYz3Pt+lru4qeJRzHKDruSzBl/GWUmzJyBn+nj4\r\n0qVKWtGqQGLtPUjLevU2V1EDQYMlsFZTw9vlha8Lp78kwWd63Iuo1ybBfLtcJ7hIPMePwrH4S9jm\r\nToNn92HW2WC+8w+IfG0qzE1aXUUV6FNr1UCpwXLxBKb6t8G1KQFne7WCufW9co2guXgbi3qhzL0/\r\nCbxt5+FBGy8v1a0s5fsXYe03VG7aXZ5im9YN6+1Kr4HLBpaQunJvYuQbyH7rH3AsWSPcZo2fzzD7\r\nEy9iiBJP0vRWOTXujbA/DUBIIe/9lH4bes8roYHLBhYuNmLwqwKINlIzmQ/vcSGuXjlJja0q92fj\r\nxdu0g7nVXXLTrZhK8JXYsT5HqTVwWcHCVfBtQX50uf40cNnBcv2pSN9RblKjq0LXgFYN6J5Fq6b0\r\ndhreG9KVpGvgvAZ0z6JDQbMGdLBoVpXeUAeLjgHNGtDBollVekMdLDoGNGvgf0PcTSSlmd/VAAAA\r\nAElFTkSuQmCCAAA=\r\n------=_Part_0_2097742412.1711536954062--"}],"_postman_id":"057e1e13-59df-4aeb-a5bb-53287eb1a934"}],"id":"ae395e7d-ce85-40c3-a60f-93c0c4034923","description":"<p>Emails are records used in the email channel on the omnichannel Diabolocom platform.<br />If you do not use the email channel with Diabolocom, this API is not accessible to you.</p>\n<p>Each email has a unique <strong>emailId</strong> visible in the mailbox.</p>\n","event":[{"listen":"prerequest","script":{"id":"8c0aa7c1-441c-4f7f-9a69-50d455cf8933","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fcb32810-20a1-4a96-adff-917ccf3066dd","type":"text/javascript","exec":[""]}}],"_postman_id":"ae395e7d-ce85-40c3-a60f-93c0c4034923"},{"name":"Call management","item":[{"name":"Start a free call externally","id":"af735885-8d16-4b31-9cc2-681f499bd7a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required]</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"agentUserName\": \"{{agentUserName}}\",\r\n    \"destinationPhoneNumber\": \"{{destinationPhoneNumber}}\",\r\n    \"displayPhoneNumber\": \"{{displayPhoneNumber}}\",\r\n    \"displayPhoneName\": \"{{displayPhoneName}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/freecall/start","description":"<h2 id=\"description\">Description</h2>\n<p>Start a manual outbound call.</p>\n<p>This API allowed agents to make a manual outbound started externally.<br />For instance, by clicking directly a button in their third-party system (a CRM for instance) that calls the REST API in BE.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of two parts:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>agentUserName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The username (i.e. the login) of the agent who should make the call.  <br /><strong>Example</strong>: \"maximilien_agent\"</td>\n</tr>\n<tr>\n<td>destinationPhoneNumber</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The phone number of the contact the agent wants to call.  <br />The phone number must be in the international format and begin with the symbol « + » (<strong>E.164 format</strong>).  <br /><strong>Example</strong>: \"+33173034532\"</td>\n</tr>\n<tr>\n<td>displayPhoneNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The phone number the contact will see on his phone.  <br />The phone number must be in the international format and begin with the symbol « + » (<strong>E.164 format</strong>).  <br />The displayed phone number must be declared on the account to be used.  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for manual outbound calls, the request will result in a 400 error.</strong>  <br />If no displayed phone number is selected, then the system will use the one currently selected in the agent interface of this specific agent.  <br /><strong>Example</strong>: \"+33176490490\"</td>\n</tr>\n<tr>\n<td>displayPhoneName</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The displayed phone number name, as defined in the manual outbound settings. This field is optional (only useful if you have the same manual outbound displayed number declared several times with different names).  <br /><strong>WARNING: If you are using a non-validated Displayed Phone Number or a Displayed Phone Number not authorized for manual outbound calls, the request will result in a 400 error.</strong>  <br /><strong>Example</strong>: \"Support - France - Paris\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details of the call started with the telephony information.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are detailled below with use cases.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No private token provided or wrong private token or private token expired.</td>\n<td>401</td>\n<td><code>{\"message\": \"User is not authorized!\",\"messageCode\":\"error.unauthorized\"}</code></td>\n</tr>\n<tr>\n<td>Wrong method used.</td>\n<td>405</td>\n<td><code>{\"message\": \"Request method \"DELETE\" is not supported\", \"messageCode\": \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>The agentUserName is not declared in the request body or the one provided does not exist on this account.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\",\"message\" : \"Agent not found\" ,\"messageCode\" : \"error.agent.notfound\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided is not connected.</td>\n<td>400</td>\n<td><code>{\"errors\" :[{\"parameter\":\"agentUserName\", \"message\" :\"Agent is offline\", \"messageCode\":\"error.agent.offline\"}]</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided is busy.</td>\n<td>400</td>\n<td><code>{\"errors\":[{\"parameter\":\"agentUserName\",\"message\" : \"Agent is away\" ,\"messageCode\" :\"error.agent.away\"}]}</code></td>\n</tr>\n<tr>\n<td>The destinationPhoneNumber is not declared in the request body</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\",\"message\" : \"Agent is busy\" ,\"messageCode\" : \"error.agent.busy\"}]}</code></td>\n</tr>\n<tr>\n<td>Wrong or empty destinationPhoneNumber</td>\n<td>400</td>\n<td><code>{\"errors\" :[{\"parameter\":\"destinationPhoneNumber\",\"message\": \"destinationPhoneNumber can't be null\",\"messageCode\":\"error.destination.phoneNumber.null\"}]}</code></td>\n</tr>\n<tr>\n<td>The displayPhoneNumber is not declared in the request body</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\":\"destinationPhoneNumber\",\"message\": \"Invalid destinationPhoneNumber phone number format. Must be 4-15 digits\",\"messageCode\":\"error.destination.phoneNumber.format\"}]}</code></td>\n</tr>\n<tr>\n<td>Wrong format for the displayPhoneNumber</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\":\"displayPhoneNumber\",\"message\": \"displayPhoneNumber can't be null\",\"messageCode\":\"error.display.phoneNumber.null\"}]}</code></td>\n</tr>\n<tr>\n<td>The displayPhoneNumber is not declared in the manual outbound activity (or not authorized due to isolation settings)</td>\n<td>400</td>\n<td><code>{\"errors\":[{\"parameter\":\"displayPhoneNumber\",\"message\": \"Invalid displayPhoneNumber format. Must be 4-15 digits\", \"messageCode\":\"error.display.phoneNumber.format\"}]}</code></td>\n</tr>\n<tr>\n<td>The displayPhoneNumber is not declared in the manual outbound entity (or not authorized due to isolation settings)</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"displayPhoneNumber\", \"message\": \"Provided displayed phone number is not registered in your manual outbound settings\",\"messageCode\":\"error.displayed.number.not.exists\"}]}</code></td>\n</tr>\n<tr>\n<td>Wrong format for the displayPhoneName (regarding the displayPhoneNumber used).</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"displayPhoneName\",\"message\": \"Invalid displayPhoneName for the provided displayPhoneNumber. Must correspond to the exact name declared in your settings for this manual outbound phone number\",\"messageCode\":\"error.display.phoneName.nofound\"}]}</code></td>\n</tr>\n<tr>\n<td>The used Displayed Phone Number is not validated or is not accepted for manual outbound calls.</td>\n<td>400</td>\n<td><code>{\"message\":\"</code>displayPhoneNumber has to be a validated displayed phone number and allowed to be used in this activity<code>\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code>  <br />OR  <br /><code>{\"errors\" : [{\"parameter\":\"displayPhoneName\",\"message\": \"displayPhoneName has to be a validated Displayed Phone Number\",\"messageCode\":\"error.display.phoneNumber.notValidated\"}]}</code></td>\n</tr>\n<tr>\n<td>Click-to-call valid</td>\n<td>200</td>\n<td><code>{\"success\": true,\"details\":{\"agentUserName\": \"jerome_dupont_alvares\",\"destinationPhoneNumber\": \"+33173034518\",\"displayPhoneNumber\": \"+33234720264\",\"displayPhoneName\": \"Support IT Westside\"}}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","freecall","start"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3022a414-c52b-43a8-b952-e66691d865a7","name":"Start a free call externally","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","value":"application/json","description":"[Required]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"agentUserName\": \"mike_agent\",\r\n    \"destinationPhoneNumber\": \"+390282950242\",\r\n    \"displayPhoneNumber\": \"+33173034520\",\r\n    \"displayPhoneName\": \"Diabolocom Support\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/freecall/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Sep 2020 10:21:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"details\": {\n        \"agentUserName\": \"mike_agent\",\n        \"destinationPhoneNumber\": \"+390282950242\",\n        \"displayPhoneNumber\": \"+33173034520\",\n        \"displayPhoneName\": \"Diabolocom Support\"\n    }\n}"}],"_postman_id":"af735885-8d16-4b31-9cc2-681f499bd7a3"},{"name":"Start a transfer externally","id":"9b4d0047-3168-4148-8022-c0130f66afcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication section above for more details.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p>[Required]</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"agentUserName\": \"{{agentUserName}}\",\r\n    \"destinationPhoneNumber\": \"{{destinationPhoneNumber}}\",\r\n    \"displayedPhoneNumberType\": \"{{displayedPhoneNumberType}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/voice/transfer/freenumber","description":"<h2 id=\"description\">Description</h2>\n<p>Start an external transfer to a free number.</p>\n<p>This API allowed agents to transfer externally an on-going call by clicking directly in their third-party system (a CRM for instance).</p>\n<p>StartFragment</p>\n<p><strong>⚠️ When you call this endpoint, it performs all validations and returns you 200 code if request is valid and can be proceed. Then it executes transfer logic after returning API response. It can lead to the situation when in some very rare cases (less than 0.01%), this endpoint can return a success response but the transfer will fail due to an undetectable network error.</strong></p>\n<p>EndFragment</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of two parts:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>agentUserName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The username (i.e. the login) of the agent who should make the call.  <br /><strong>Example</strong>: \"maximilien_agent\"</td>\n</tr>\n<tr>\n<td>displayPhoneNumber</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The phone number the contact will see on his phone.  <br />The phone number must be in the international format and begin with the symbol « + » (<strong>E.164 format</strong>).  <br />The displayed phone number must be declared on the account to be used.  <br /><strong>WARNING: This property can be changed by us unilaterally (with only a small delay for you to do the changes) to use displayedPhoneId instead for regulation purposes.</strong>  <br /><strong>Example</strong>: \"+33176490490\"</td>\n</tr>\n<tr>\n<td>displayPhoneNumberType</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The phone number used as displayed phone number for the external number. It can be one of the defined possible values.  <br /><em>Possible values</em>: contact, agent, hidden, activity (will use the displayed phone chosen for the activity the agent is working on ; the activity can be a campaign or a displayed manual number or an inbound activity).  <br /><strong>Example</strong>: \"contact\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details of the transfer started with the telephony information.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are detailled below with use cases.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No private token provided or wrong private token or private token expired.</td>\n<td>401</td>\n<td><code>{\"message\": \"User is not authorized!\", \"messageCode\": \"error.unauthorized\"}</code></td>\n</tr>\n<tr>\n<td>Wrong method used.</td>\n<td>405</td>\n<td><code>{\"message\": \"Request method \"DELETE\" is not supported\", \"messageCode\": \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>The agentUserName is not declared in the request body or the one provided does not exist on this account.</td>\n<td>400</td>\n<td><code>{\"errors\" : [ {\"parameter\": \"agentUserName\", \"message\" : \"Agent not found\" , \"messageCode\" : \"error.agent.notfound\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided can't make a new transfer (agent has already started a transfer, already in a conference, the agent is in a dialing phase with no contact yet, the agent is in a ringing phase, ...).</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent can't make a new transfer\" , \"messageCode\" : \"error.agent.transfer.impossible\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided is not currently on a call (break status, available status, working on email or offline).</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent is not on a call\" , \"messageCode\" : \"error.agent.not.on.call\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided does not have the permission to make a transfer to a free number.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent has insufficient permission to transfer the call\" , \"messageCode\" : \"error.agent.no.permission\"}]}</code></td>\n</tr>\n<tr>\n<td>Wrong destinationPhoneNumber in the request body (either null or wrong format with numbers of digits).</td>\n<td>400</td>\n<td><code>{\"errors\" : [ {\"parameter\": \"destinationPhoneNumber\", \"message\": \"Invalid destinationPhoneNumber phone number format. Must be 4-15 digits\", \"messageCode\": \"error.destination.phoneNumber.format\"}]}</code></td>\n</tr>\n<tr>\n<td>Wrong displayedPhoneNumberType in the request body.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{ \"parameter\": \"destinationPhoneNumberType\", \"message\": \"Invalid displayedPhoneNumberType\", \"messageCode\": \"error.displayed.phoneNumber.type\"}]}</code></td>\n</tr>\n<tr>\n<td>External transfer valid</td>\n<td>200</td>\n<td><code>{\"success\": true, \"details\":{ \"agentUserName\": \"jerome_dupont\", \"destinationPhoneNumber\": \"+33173034518\", \"displayedPhoneNumber\": \"+33173034520\"}}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","voice","transfer","freenumber"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"51fee299-5650-45e2-bed5-119306f99a1d","name":"Start a transfer externally","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","value":"application/json","description":"[Required]","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"agentUserName\": \"mike_agent\",\r\n    \"destinationPhoneNumber\": \"+33173034532\",\r\n    \"displayPhoneNumberType\": \"activity \"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/voice/transfer/freenumber"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Sep 2020 13:13:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"details\": {\n        \"agentUserName\": \"mike_agent\",\n        \"destinationPhoneNumber\": \"+33173034532\",\n        \"displayedPhoneNumber\": \"+33173034520\"\n    }\n}"}],"_postman_id":"9b4d0047-3168-4148-8022-c0130f66afcb"},{"name":"Start a warm transfer to an agent (V3 - Coming soon)","id":"f2242ccb-8c87-4277-962f-632597f60092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/api/v3/voice/transfer/agent","description":"<h2 id=\"description\">Description</h2>\n<p>Start a warm transfer to an agent.</p>\n<p>This API allows agents to transfer an on-going call to another agent by clicking directly in their third-party system (a CRM for instance).</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of two parts:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>agentUserName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The username (i.e. the login) of the agent who should make the call.  <br /><strong>Example</strong>: \"maximilien_agent\"</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>The id of the agent to whom we transfer the call.  <br /><strong>Example</strong>: \"213\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details of the transfer started with the telephony information.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are detailled below with use cases.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No private token provided or wrong private token or private token expired.</td>\n<td>401</td>\n<td><code>{\"message\": \"User is not authorized!\", \"messageCode\": \"error.unauthorized\"}</code></td>\n</tr>\n<tr>\n<td>Wrong method used.</td>\n<td>405</td>\n<td><code>{\"message\": \"Request method \"DELETE\" is not supported\", \"messageCode\": \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>The agentUserName is not declared in the request body or the one provided does not exist on this account.</td>\n<td>400</td>\n<td><code>{\"errors\" : [ {\"parameter\": \"agentUserName\", \"message\" : \"Agent not found\" , \"messageCode\" : \"error.agent.notfound\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided can't make a new transfer (agent has already started a transfer, already in a conference, the agent is in a dialing phase with no contact yet, the agent is in a ringing phase, ...).</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent can't make a new transfer\" , \"messageCode\" : \"error.agent.transfer.impossible\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided is not currently on a call (break status, available status, working on email or offline).</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent is not on a call\" , \"messageCode\" : \"error.agent.not.on.call\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided does not have the permission to make a warm transfer to an agent.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent has insufficient permission to transfer the call\" , \"messageCode\" : \"error.agent.no.permission\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentId provided can't recieve a new transfer (agent is not available).</td>\n<td>400</td>\n<td><code>{\"errors\" : [ {\"parameter\": \"agentId\", \"message\": \"destination agent is not available \", \"messageCode\": \"error.destination.agent.unavailable\"}]}</code></td>\n</tr>\n<tr>\n<td>Warm transfer valid</td>\n<td>200</td>\n<td><code>{\"success\": true, \"details\":{ \"agentUserName\": \"jerome_dupont\", \"agentId\": \"113\"}}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","voice","transfer","agent"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ba8d4b3c-7dd9-4d7a-82e2-7e986c1eb55b","name":"Start a warm transfer to an agent (V3 - Coming soon)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"agentUserName\": \"mike_agent\",\n    \"agendId\": \"123\",\n}","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"details\": {\n        \"agentUserName\": \"mike_agent\",\n        \"agentId\": \"123\"\n   }\n}"}],"_postman_id":"f2242ccb-8c87-4277-962f-632597f60092"},{"name":"Start a transfer to a queue (V3 - Coming soon)","id":"b6c4497c-27b6-45f0-934e-0c3be50bc8a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/api/v3/voice/transfer/queue","description":"<h2 id=\"description\">Description</h2>\n<p>Start a warm/cold transfer to a queue.</p>\n<p>This API allows agents to transfer an on-going call to another queue by clicking directly in their third-party system (a CRM for instance).</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of two parts:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>agentUserName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The username (i.e. the login) of the agent who should make the call.  <br /><strong>Example</strong>: \"maximilien_agent\"</td>\n</tr>\n<tr>\n<td>queueId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>The id of the queue to which we transfer the call.  <br /><strong>Example</strong>: \"213\"</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The transfer mode: can be \"cold\" or \"warm\".  <br /><strong>Example</strong>: \"warm\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details of the transfer started with the telephony information.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are detailled below with use cases.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No private token provided or wrong private token or private token expired.</td>\n<td>401</td>\n<td><code>{\"message\": \"User is not authorized!\", \"messageCode\": \"error.unauthorized\"}</code></td>\n</tr>\n<tr>\n<td>Wrong method used.</td>\n<td>405</td>\n<td><code>{\"message\": \"Request method \"DELETE\" is not supported\", \"messageCode\": \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>The agentUserName is not declared in the request body or the one provided does not exist on this account.</td>\n<td>400</td>\n<td><code>{\"errors\" : [ {\"parameter\": \"agentUserName\", \"message\" : \"Agent not found\" , \"messageCode\" : \"error.agent.notfound\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided can't make a new transfer (agent has already started a transfer, already in a conference, the agent is in a dialing phase with no contact yet, the agent is in a ringing phase, ...).</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent can't make a new transfer\" , \"messageCode\" : \"error.agent.transfer.impossible\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided is not currently on a call (break status, available status, working on email or offline).</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent is not on a call\" , \"messageCode\" : \"error.agent.not.on.call\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided does not have the permission to make a warm/cold transfer to a queue</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent has insufficient permission to transfer the call\" , \"messageCode\" : \"error.agent.no.permission\"}]}</code></td>\n</tr>\n<tr>\n<td>queueId doesn't exist.</td>\n<td>400</td>\n<td><code>{\"errors\" : [ {\"parameter\": \"queueId\", \"message\": \"queue does not exist\", \"messageCode\": \"error.queue.not.found\"}]}</code></td>\n</tr>\n<tr>\n<td>Wrong queueId format</td>\n<td></td>\n<td><code>{\"errors\" : [ {\"parameter\": \"contactId\", \"message\": \"Invalid contactId format. Must be integer\",\"messageCode\":\"error.contactId.format\"</code></td>\n</tr>\n<tr>\n<td>Transfer valid</td>\n<td>200</td>\n<td><code>{\"success\": true, \"details\":{ \"agentUserName\": \"jerome_dupont\", \"queueId\": \"8837\"}}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","voice","transfer","queue"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"472e0d7f-d1a7-4c0f-86f2-a0fe472f17ec","name":"Start a transfer to a queue (V3 - Coming soon)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"agentUserName\": \"mike_agent\",\n    \"queueId\": \"1234\",\n    \"mode\": \"warm\"\n}","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"details\": {\n        \"agentUserName\": \"mike_agent\",\n        \"queueId\": \"1234\",\n        \"mode\": \"warm\"\n    }\n}"}],"_postman_id":"b6c4497c-27b6-45f0-934e-0c3be50bc8a3"},{"name":"Start a warm transfer to a contact (V3 - Coming soon)","id":"41e79335-69a2-4831-a8e5-0dc6dcff88df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/api/v3/voice/transfer/contact","description":"<h2 id=\"description\">Description</h2>\n<p>Start a warm transfer to a contact.</p>\n<p>This API allows agents to transfer an on-going call to a contact by clicking directly in their third-party system (a CRM for instance).</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The JSON body request is made of two parts:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>agentUserName</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The username (i.e. the login) of the agent who should make the call.  <br /><strong>Example</strong>: \"maximilien_agent\"</td>\n</tr>\n<tr>\n<td>contactId</td>\n<td>Integer</td>\n<td>MANDATORY</td>\n<td>The id of the contact to whom we transfer the call.  <br /><strong>Example</strong>: \"213\"</td>\n</tr>\n<tr>\n<td>contactPhoneNumber</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The phone number of the contact the agent wants to call.  <br />The phone number must be in the international format and begin with the symbol « + » (<strong>E.164 format</strong>).  <br />If the contact has more than 1 phone number and user does not choose one, the first one in the list will be used.  <br /><strong>Example</strong>: \"+33173034532\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details of the transfer started with the telephony information.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are detailled below with use cases.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No private token provided or wrong private token or private token expired.</td>\n<td>401</td>\n<td><code>{\"message\": \"User is not authorized!\", \"messageCode\": \"error.unauthorized\"}</code></td>\n</tr>\n<tr>\n<td>Wrong method used.</td>\n<td>405</td>\n<td><code>{\"message\": \"Request method \"DELETE\" is not supported\", \"messageCode\": \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>The agentUserName is not declared in the request body or the one provided does not exist on this account.</td>\n<td>400</td>\n<td><code>{\"errors\" : [ {\"parameter\": \"agentUserName\", \"message\" : \"Agent not found\" , \"messageCode\" : \"error.agent.notfound\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided can't make a new transfer (agent has already started a transfer, already in a conference, the agent is in a dialing phase with no contact yet, the agent is in a ringing phase, ...).</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent can't make a new transfer\" , \"messageCode\" : \"error.agent.transfer.impossible\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided is not currently on a call (break status, available status, working on email or offline).</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent is not on a call\" , \"messageCode\" : \"error.agent.not.on.call\"}]}</code></td>\n</tr>\n<tr>\n<td>The agentUserName provided does not have the permission to make a warm transfer to a contact.</td>\n<td>400</td>\n<td><code>{\"errors\" : [{\"parameter\": \"agentUserName\", \"message\" : \"Agent has insufficient permission to transfer the call\" , \"messageCode\" : \"error.agent.no.permission\"}]}</code></td>\n</tr>\n<tr>\n<td>The contactId provided doesn't exist</td>\n<td>400</td>\n<td><code>{\"errors\" : [ {\"parameter\": \"contactId\", \"message\": \"contact does not exist \", \"messageCode\": \"error.contact.not.found\"}]}</code></td>\n</tr>\n<tr>\n<td>Wrong contactId format</td>\n<td>400</td>\n<td><code>{\"errors\" : [ {\"parameter\": \"contactId\", \"message\": \"Invalid contactId format. Must be integer\",\"messageCode\":\"error.contactId.format\"</code></td>\n</tr>\n<tr>\n<td>Wrong contactPhoneNumber</td>\n<td>400</td>\n<td><code>{\"errors\" :[{\"parameter\":\"contactPhoneNumber\",\"message\": \"contactPhoneNumber format should be in E164\",\"messageCode\":\"error.contactPhoneNumber.format\"}]}</code></td>\n</tr>\n<tr>\n<td>Contact doesn't have any phone number.</td>\n<td>400</td>\n<td><code>{\"errors\" :[{\"parameter\":\"contactPhoneNumber\",\"message\": \"contactId doesn't contain any phone number.\",\"messageCode\":\"error.contactPhoneNumber.null\"}]}</code></td>\n</tr>\n<tr>\n<td>Warm transfer valid</td>\n<td>200</td>\n<td><code>{\"success\": true, \"details\":{ \"agentUserName\": \"jerome_dupont\", \"agentId\": \"113\"}}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","voice","transfer","contact"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4d52df2b-7896-4ef9-ad6b-0321e72441ea","name":"Start a warm transfer to a contact (V3 - Coming soon)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"agentUserName\": \"mike_agent\",\n    \"contactId\": \"13\"\n}","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"details\": {\n        \"agentUserName\": \"mike_agent\",\n        \"contactId\": \"13\"\n    }\n}"}],"_postman_id":"41e79335-69a2-4831-a8e5-0dc6dcff88df"}],"id":"266c3015-ff53-4b6f-9b75-a0cdf376b783","_postman_id":"266c3015-ff53-4b6f-9b75-a0cdf376b783","description":""},{"name":"Tasks","item":[{"name":"Create an inbound task","id":"108b6318-fcc1-4f42-bf1f-a1381a7777e1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"private-Token","value":"{{privateToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"serviceId\": \"019a00ec-b170-78ee-b56d-4413185397ef\",\n    \"subject\": \"Order information\",\n    \"body\": \"Task description: update the order\" ,\n    \"customFields\": {\n      \"customField\": \"loading\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/tasking/tasks?=","description":"<h2 id=\"description\">Description</h2>\n<p>Create an inbound task using a configured task service.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceId</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>UUID of the task service you want to use. It musts be already set up in Diabolocom.  <br /><strong>Example</strong>: eccf2187-df12-46ba-8875-1d37010772f4</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>This is the subject (name) of the task, max 100 characters  <br /><strong>Example</strong>: \"Documentation\"</td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>Body of the task with raw text content, this is the task description, max 5000 characters.  <br /><strong>Example</strong>: \"Update the internal portal\"</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Contain all details for this task based on the custom fields setup in the solution and assigned to the service. Max 20 keys. Each custom field is shown as key:value.  <br />You must provide the technical key here.  <br />  <br /><strong>Example</strong>: \"{\"company\": \"Diabolocom\", \"vip_level\": 1, \"is_partner\": true, \"area\": \"telecom\"}\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the Id of the newly created task in a JSON response body. Please see the data structure of a task above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the webform Id just created</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid inbound task service</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\":\"invalid.request\"} ] }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","tasking","tasks"],"host":["public-platform","engage","diabolocom","com"],"query":[{"key":"","value":""}],"variable":[]}},"response":[{"id":"c34282e2-3c3e-409e-a58f-c468905a483d","name":"Inbound task created with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","description":"[Required] ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"serviceId\": \"eccf2187-df12-46ba-8875-1d37010772f4\",\r\n    \"subject\": \"Documentation\",\r\n    \"body\": \"Task description : update the documentation\",\r\n    \"customFields\": {\r\n      \"priority\": \"High\",\r\n      \"type\": \"Documentation\",\r\n      \"vip\": \"true\",\r\n      \"duedate\": \"2025-07-01T12:00:00Z\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/tasking/tasks"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"8c1a4f07-0077-433f-83c5-3f3834053324\"\r\n}"}],"_postman_id":"108b6318-fcc1-4f42-bf1f-a1381a7777e1"},{"name":"Create an inbound task (V3 - Coming soon)","id":"84e9728a-f3c7-4f3a-b750-b351bfc74edc","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"private-Token","value":"{{privateToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"serviceId\": \"019a00ec-b170-78ee-b56d-4413185397ef\",\n    \"subject\": \"Order information\",\n    \"body\": \"Task description: update the order\" ,\n    \"customFields\": {\n      \"customField\": \"loading\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v3/tasks","description":"<h2 id=\"description\">Description</h2>\n<p>Create an inbound task using a configured task service.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceId</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>UUID of the task service you want to use. It musts be already set up in Diabolocom.  <br /><strong>Example</strong>: eccf2187-df12-46ba-8875-1d37010772f4</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>This is the subject (name) of the task, max 100 characters  <br /><strong>Example</strong>: \"Documentation\"</td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>Body of the task with raw text content, this is the task description, max 5000 characters.  <br /><strong>Example</strong>: \"Update the internal portal\"</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Contain all details for this task based on the custom fields setup in the solution and assigned to the service. Max 20 keys. Each custom field is shown as key:value.  <br />You must provide the technical key here.  <br />  <br /><strong>Example</strong>: \"{\"company\": \"Diabolocom\", \"vip_level\": 1, \"is_partner\": true, \"area\": \"telecom\"}\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the Id of the newly created task in a JSON response body. Please see the data structure of a task above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the webform Id just created</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid inbound task service</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\":\"invalid.request\"} ] }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"903b1bd5-b623-441f-950a-6d5ddd5379ba","name":"Inbound task created with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","description":"[Required] ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"serviceId\": \"eccf2187-df12-46ba-8875-1d37010772f4\",\r\n    \"subject\": \"Documentation\",\r\n    \"body\": \"Task description : update the documentation\",\r\n    \"customFields\": {\r\n      \"priority\": \"High\",\r\n      \"type\": \"Documentation\",\r\n      \"vip\": \"true\",\r\n      \"duedate\": \"2025-07-01T12:00:00Z\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v3/tasks"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"8c1a4f07-0077-433f-83c5-3f3834053324\"\r\n}"}],"_postman_id":"84e9728a-f3c7-4f3a-b750-b351bfc74edc"},{"name":"Bulk create a batch of tasks - Coming soon","id":"a0fd94df-e1a4-4342-8684-3d4bfe33101a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/api/v1/tasking/tasks/task-batch/create   ","description":"<h2 id=\"description\">Description</h2>\n<p>Create several inbound tasks in a single request using a configured task service.</p>\n<p>This endpoint allows you to submit a batch creation request for multiple tasks at once.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The request body must contain the list of tasks to create.</p>\n<h3 id=\"common-fields\">Common fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceId</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>UUID of the task service you want to use. It must be already set up in Diabolocom.  <br /><strong>Example</strong>: <code>eccf2187-df12-46ba-8875-1d37010772f4</code></td>\n</tr>\n<tr>\n<td>tasks</td>\n<td>Array of Objects</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>List of tasks to create.</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>This is the subject (name) of the task, max 100 characters.  <br /><strong>Example</strong>: <code>\"Documentation\"</code></td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>Body of the task with raw text content, this is the task description, max 5000 characters.  <br /><strong>Example</strong>: <code>\"Update the internal portal\"</code></td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Contains all details for this task based on the custom fields setup in the solution and assigned to the service. Max 20 keys. Each custom field is shown as key:value.  <br />You must provide the technical key here.  <br />  <br /><strong>Example</strong>: <code>{\"company\": \"Diabolocom\", \"vip_level\": 1, \"is_partner\": true, \"area\": \"telecom\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns information about the created batch in a JSON response body.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>202</td>\n<td>Body with information about the batch just created</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \\\"PATCH\\\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains at least one not valid inbound task service or invalid task payload</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\":\"invalid.request\"} ] }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","tasking","tasks","task-batch","create   "],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4979abb5-a94c-4095-ae79-2f09633fe295","name":"Bulk create a batch of tasks - Coming soon","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\"tasks\": [\n    {\n      \"serviceId\": \"eccf2187-df12-46ba-8875-1d37010772f4\",\n      \"subject\": \"Documentation\",\n      \"body\": \"Task description : update the documentation\",\n      \"customFields\": {\n        \"priority\": \"High\",\n        \"type\": \"Documentation\"\n      }\n    },\n    {\n      \"serviceId\": \"eccf2187-df12-46ba-8875-1d37010772f4\",\n      \"subject\": \"Portal update\",\n      \"body\": \"Task description : update the internal portal\",\n      \"customFields\": {\n        \"priority\": \"Medium\",\n        \"type\": \"Internal\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"token\": \"3f4b9d1c-88ab-4d2f-a9a1-2c6c9e2a7f10\"\n}"}],"_postman_id":"a0fd94df-e1a4-4342-8684-3d4bfe33101a"},{"name":"Get a batch result - Coming soon","id":"22494ed7-82e2-46f8-8bc2-7c1f574d5d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/api/app/ticketbox/tasks-batch/status/{{batchId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Get the result of a batch that has completed processing by sending a GET request.</p>\n<p>You have to replace <code>{{batchId}}</code> with the unique ID (token) returned by your mass-update or your bulk-delete or bulk-update of tasks.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns these JSON elements in the response body.</p>\n<p>The table below indicates the type of data for each field and also if the field is read-only or not for later update.</p>\n<h3 id=\"common-fields\">Common fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>No</td>\n<td>YES</td>\n<td>The current status of the batch. Possible values: <code>ACCEPTED</code> (initial status), <code>IN_PROGRESS</code> (when the batch request is still pending), <code>COMPLETED</code> (when the batch request is finished and in success), <code>FAILED</code> (when the batch request has failed).</td>\n</tr>\n<tr>\n<td>modifiedElementsCount</td>\n<td>Integer</td>\n<td>No</td>\n<td>YES</td>\n<td>Number of tasks modified with the query.</td>\n</tr>\n<tr>\n<td>failed</td>\n<td>Array of strings</td>\n<td>Yes</td>\n<td>YES</td>\n<td>Id of the tasks eligible to the query but not modified.</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Object</td>\n<td>Yes</td>\n<td>YES</td>\n<td>Contains reasons of exclusions and Ids of tasks excluded during the batch. Reasons depend on the validation or processing rules applied by the system.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the batch</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \\\"PATCH\\\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\" }</code></td>\n</tr>\n<tr>\n<td>Wrong batch ID provided</td>\n<td>404</td>\n<td><code>{ \"message\": \"Job with provided token does not exist\", \"messageCode\": \"error.job.with.token.not.exists\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","app","ticketbox","tasks-batch","status","{{batchId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1b136eb6-c630-4201-ae3d-318e4b99f976","name":"Get a batch result - Coming soon","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"COMPLETED\",\n  \"modifiedElementsCount\": 42,\n  \"failed\": [\n    \"8c1a4f07-0077-433f-83c5-3f3834050562\",\n    \"6b9d0c2f-81c8-4a59-9d2a-9f1d7d57e201\"\n  ],\n  \"excluded\": {\n    \"notFound\": [\n      \"019a00ec-b170-78ee-b56d-4413185397ef\"\n    ],\n    \"invalidState\": [\n      \"019a00ec-b170-78ee-b56d-4413185397aa\"\n    ]\n  }\n}","options":{"raw":{"language":"json"}}}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"22494ed7-82e2-46f8-8bc2-7c1f574d5d53"}],"id":"fd78b393-9ed5-4a50-845c-b733acd9bb2d","description":"<p>Tasks are a specific kind of digital channel interactions. They represent simple \"todos\" that can be sent and routed by the system to a queue and agent.</p>\n<h2 id=\"data-structure-for-tasks\">Data structure for tasks</h2>\n<p>Tasks are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceId</td>\n<td>Integer</td>\n<td>YES</td>\n<td>UUID of the task service you want to use. It must be already set up in Diabolocom.  <br /><strong>Example</strong>: eccf2187-df12-46ba-8875-1d37010772f4</td>\n</tr>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>NO</td>\n<td>This is the subject (name) of the task, max 100 characters.  <br /><strong>Example</strong>: \"Create opportunity\"</td>\n</tr>\n<tr>\n<td>body</td>\n<td>String</td>\n<td>NO</td>\n<td>Body of the task with raw text content, this is the task description, max 5000 characters.  <br /><strong>Example</strong>: \"Create an opportunity for client A in my CRM to keep tracking it\"</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>NO</td>\n<td>Contain all details for this task based on the custom fields setup in the solution and assigned to the service. Max 20 keys. Each custom field is shown as key:value.  <br />You must provide the technical key here.  <br /><strong>Example:</strong> \"{\"company\": \"Diabolocom\", \"vip_level\": 1, \"is_partner\": true, \"area\": \"telecom\"}\"</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"fd78b393-9ed5-4a50-845c-b733acd9bb2d"},{"name":"Tickets","item":[{"name":"Delete ticket by Id - Coming soon","id":"e528cfc4-aafb-4063-903c-e09b2b629557","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/api/v3/tickets/{{ticketId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete an existing ticket by its Id.</p>\n<p>Once deleted, the ticket cannot be retrieved anymore.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns no content on success.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>204</td>\n<td>No content</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \\\"POST\\\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid ticket Id</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\":\"invalid.request\"} ] }</code></td>\n</tr>\n<tr>\n<td>Ticket not found</td>\n<td>404</td>\n<td><code>{ \"messageCode\":\"error.</code>ticket<code>.not.found\", \"message\":\"Ticket not found\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","tickets","{{ticketId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e528cfc4-aafb-4063-903c-e09b2b629557"},{"name":"Create a ticket - Coming soon","id":"c95108be-3e12-4621-9a6d-4f1228c3c865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/api/v3/tickets/create","description":"<h2 id=\"description\">Description</h2>\n<p>Create a ticket.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>subject</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>Subject of the task.  <br /><strong>Example</strong>: \"Refund\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the Id of the newly created ticket in a JSON response body. Please see the data structure of a task above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the webform Id just created</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","tickets","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3f9d9b01-39ba-4c4d-864e-cc7ca6b83477","name":"Create a ticket - Coming soon","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subject\": \"Refund\"\n   \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v3/tickets/create"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"uuid\": \"8c1a4f07-0077-433f-83c5-3f3834053324\"\n}"}],"_postman_id":"c95108be-3e12-4621-9a6d-4f1228c3c865"}],"id":"0b3ec781-f97b-4d8f-95f1-e060a5b48c59","description":"<p>Tickets are containers of interactions. Each ticket has different properties and can contain multiple interactions.</p>\n<h2 id=\"data-structure-for-tickets\">Data structure for tickets</h2>\n<p>Tickets are represented as JSON objects with the following properties.<br />The table below gives you the type of data for each field and also if the field is read-only or not for later update.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ticketId</td>\n<td>Integer</td>\n<td>YES</td>\n<td>UUID of the ticket.  <br /><strong>Example</strong>: eccf2187-df12-46ba-8875-1d37010772f4</td>\n</tr>\n<tr>\n<td>creationDate</td>\n<td>String</td>\n<td>YES</td>\n<td>This is the subject (name) of the task, max 100 characters.  <br /><strong>Example</strong>: \"Create opportunity\"</td>\n</tr>\n<tr>\n<td>ticketResolutionStatus</td>\n<td>String</td>\n<td>YES</td>\n<td>Resolution status of the ticket at the moment of the request.  <br /><strong>Example:</strong>  <br />\"new\", \"open\",  <br />\"resolved\", \"pending\"</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>datetime</td>\n<td>YES</td>\n<td>Last date on which a ticket was updated.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0b3ec781-f97b-4d8f-95f1-e060a5b48c59"},{"name":"Message","item":[{"name":"Update a message by Id - Coming soon","id":"82808b52-4b56-4fee-aff4-544994bba597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v3/messages/{{messageId}}","description":"<h4 id=\"description\">Description</h4>\n<p>Update an existing message by its Id.<br />Currently, it is only possible to update the custom fields: you can add custom fields from the set you use in the message service, and you can also update the values of the custom fields.</p>\n<p>This endpoint updates the message using the provided request body.</p>\n<h4 id=\"message-request-body\">Message Request body</h4>\n<p>The request body must contain the custom fields to add and/or update.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>MANDATORY</td>\n<td>Yes</td>\n<td>Contains all details for this message based on the custom fields setup in the solution and assigned to the service. Max 20 keys. Each custom field is shown as key:value.  <br />You must provide the technical key here.  <br />  <br /><strong>Example</strong>: {\"company\": \"Diabolocom\", \"vip_level\": 1, \"is_partner\": true, \"area\": \"telecom\"}</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the message details in a JSON response body.<br />This endpoint now only supports Task messages, so in the response body you'll get the task fields. Please see the data structure of Tasks for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the updated message</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid message Id</td>\n<td></td>\n<td><code>{ \"errors\" :</code> [ {\"messageCode\":\"invalid.request\"} ]<code>}</code></td>\n</tr>\n<tr>\n<td>Message not found</td>\n<td>404</td>\n<td>{\"messageCode\":\"error.message.not.found\", \"message\":\"Message not found\" }</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","messages","{{messageId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"67fbe50f-9f26-4395-b6e6-7e5e4dd7bae5","name":"Update a message - Coming soon","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"tokenValue","value":"{{tokenValue}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customFields\": {\n      \"priority\": \"High\",\n      \"type\": \"Documentation\",\n      \"vip\": \"true\",\n      \"duedate\": \"2025-07-01T12:00:00Z\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v3/messages/{{messageId}}"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n  \"id\":\"8c1a4f07-0077-433f-83c5-3f3834053324\",\n    \"customFields\": {\n      \"priority\": \"High\",\n      \"type\": \"Documentation\",\n      \"vip\": \"true\",\n      \"duedate\": \"2025-07-01T12:00:00Z\"\n    }\n}"}],"_postman_id":"82808b52-4b56-4fee-aff4-544994bba597"},{"name":"Bulk Update a batch of messages - Coming soon","id":"942fb179-14d2-443a-ae0a-b5e3cb1caabb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/api/v3/messages/bulk/update","description":"<h2 id=\"description\">Description</h2>\n<p>Update several existing messages in a single request.</p>\n<p>Currently, it is only possible to update the custom fields: you can add custom fields from the set you use in the message service, and you can also update the values of the custom fields.</p>\n<p>This endpoint updates the message using the provided request body.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<p>No query parameter is allowed.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The request body must contain the list of messages to update, and the custom fields to update.</p>\n<h3 id=\"common-fields\">Common fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>Unique identifier of the message to update.  <br /><strong>Example</strong>: <code>8c1a4f07-0077-433f-83c5-3f3834050562</code></td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n<td>MANDATORY</td>\n<td>Yes</td>\n<td>Contains all details for this message based on the custom fields setup in the solution and assigned to the service. Max 20 keys. Each custom field is shown as key:value.  <br />You must provide the technical key here.  <br />  <br /><strong>Example</strong>: <code>{\"company\": \"Diabolocom\", \"vip_level\": 1, \"is_partner\": true, \"area\": \"telecom\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the Ids of the updated tasks in a JSON response body.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Body with information about the task Ids just updated</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a PUT method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \\\"PATCH\\\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains at least one not valid message Id</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\":\"invalid.request\"} ] }</code></td>\n</tr>\n<tr>\n<td>At least one message was not found</td>\n<td>404</td>\n<td><code>{ \"messageCode\":\"error.message.not.found\", \"message\":\"Message not found\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","messages","bulk","update"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"71f4d39e-df17-423a-a9ab-9fbfa6074607","name":"Bulk Update a batch of tasks","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"messages\": [\n    {\n      \"id\": \"8c1a4f07-0077-433f-83c5-3f3834050562\",\n      \"customFields\": {\n        \"priority\": \"High\",\n        \"type\": \"Documentation\"\n      }\n    },\n    {\n      \"id\": \"6b9d0c2f-81c8-4a59-9d2a-9f1d7d57e201\",\n      \"customFields\": {\n        \"priority\": \"Medium\",\n        \"type\": \"Internal\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v3/messages/bulk/update"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"942fb179-14d2-443a-ae0a-b5e3cb1caabb"},{"name":"Bulk Delete a batch of messages - Coming soon","id":"1abe348d-b582-4aa6-9e01-9bbe6ea07321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{baseUrl}}/api/v3/messages/bulk/delete","description":"<h2 id=\"description\">Description</h2>\n<p>Delete several existing messages in a single request.</p>\n<p>Once deleted, the messages cannot be retrieved anymore.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The request body must contain the list of messages Ids to delete.</p>\n<h3 id=\"common-fields\">Common fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>messages</td>\n<td>Array of objects</td>\n<td>MANDATORY</td>\n<td>No</td>\n<td>List of messages to delete.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns no content on success.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>204</td>\n<td>No content</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \\\"POST\\\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains at least one not valid message Id</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\":\"invalid.request\"} ] }</code></td>\n</tr>\n<tr>\n<td>At least one message was not found</td>\n<td>404</td>\n<td><code>{ \"messageCode\":\"error.message.not.found\", \"message\":\"Message not found\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","messages","bulk","delete"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cbb704a6-1450-4992-8f49-4ae46399865c","name":"Bulk Delete a batch of messages","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{  \n    \"messages\": [\n        {\"id\": \"8c1a4f07-0077-433f-83c5-3f3834050562\"    },\n        { \"id\": \"6b9d0c2f-81c8-4a59-9d2a-9f1d7d57e201\"   }\n            ]\n}\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v3/messages/bulk/delete"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"1abe348d-b582-4aa6-9e01-9bbe6ea07321"},{"name":"Delete message by Id - Coming soon","id":"268d986d-3d50-4128-9710-4b8adb9216ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/api/v3/messages/{{messageId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete an existing message by its Id.</p>\n<p>Once deleted, the message cannot be retrieved anymore.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns no content on success.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>204</td>\n<td>No content</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \\\"POST\\\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Request contains a not valid message Id</td>\n<td>400</td>\n<td><code>{ \"errors\":[ {\"messageCode\":\"invalid.request\"} ] }</code></td>\n</tr>\n<tr>\n<td>Message not found</td>\n<td>404</td>\n<td><code>{ \"messageCode\":\"error.message.not.found\", \"message\":\"Message not found\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v3","messages","{{messageId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"268d986d-3d50-4128-9710-4b8adb9216ee"}],"id":"6f638e32-0c5b-4e91-a5ee-f4fef4ccae20","description":"<p>Messages are interactions of digital channels.</p>\n","_postman_id":"6f638e32-0c5b-4e91-a5ee-f4fef4ccae20"},{"name":"Private notes","item":[{"name":"Add a private note","id":"d7c2e149-6c29-42c5-8e5e-d4b69ea6bdbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/private-notes","description":"<h2 id=\"description\">Description</h2>\n<p>Append a new private note at the end of the given ticket.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>channel</td>\n<td>String</td>\n<td>NO</td>\n<td>Ticket's channel on which private note must be added. Values can be : MAIL, SMS, RCS, WHATSAPP, CHAT, INSTAGRAM, TASK, FBM</td>\n</tr>\n<tr>\n<td>threadId</td>\n<td>Integer</td>\n<td>NO</td>\n<td>This field must be filled only when channel = 'MAIL'  <br />An integer is expected  <br />  <br />Either threadId or ticketId must be filled. If ticketId is filled, then threadId must be null.</td>\n</tr>\n<tr>\n<td>ticketId</td>\n<td>String</td>\n<td>NO</td>\n<td>This field must be filled only when channel != 'MAIL', so for all other channels. A UUID string is expected.  <br />  <br />Either threadId or ticketId must be filled. If threadId is filled, then ticketId must be null.</td>\n</tr>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>NO</td>\n<td>Text of your private note. You can use HTML. If you do not use any HTML, the system will encapsulate your text around \"  <br />  <br />\" markup (as shown in the example).  <br /><strong>Example</strong>: \"  <br />  <br />This is a private note using HTML  <br />  <br />\"  <br />If your HTML contains double-quote character (or any special character), please do not forget to escape the character with \\\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>If the private note has been added with success, the Id of the private note is provided with the content and the data.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Private note created</td>\n<td>201</td>\n<td>It will return a JSON with the id and the content/data of the private note  <br /><code>{ \"id\": \"b80913b9-853f-4499-836b-726db0b3b884\", \"channel\": \"SMS\", \"ticketId\": \"6049940e-8a9e-44f0-8062-616014a4bf1e\", \"text\": \" This is a private note using HTML \" }</code></td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>Wrong ticket ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Ticket ID does not exist\" , \"messageCode\" : \"error.ticket.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","private-notes"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a8eadf3b-43d0-4490-8cdc-6d4e79ad2e0e","name":"Private note added successfully to a digital channel ticket","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"channel\": \"SMS\",\r\n    \"ticketId\": \"6049940e-8a9e-44f0-8062-616014a4bf1e\",\r\n    \"text\": \"<p>This is a private note using HTML</p>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/private-notes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"b80913b9-853f-4499-836b-726db0b3b884\",\r\n    \"channel\": \"SMS\",\r\n    \"ticketId\": \"6049940e-8a9e-44f0-8062-616014a4bf1e\",\r\n    \"text\": \"<p>This is a private note using HTML</p>\"\r\n}"},{"id":"1fff0d01-f704-403f-8492-c4f36a0cc361","name":"Private note added successfully to an email ticket","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"channel\": \"MAIL\"\r\n    \"threadId\": \"123456\"\r\n    \"text\": \"<p>This is a private note using HTML</p>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/private-notes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"b80913b9-853f-4499-836b-726db0b3b884\",\r\n    \"channel\": \"MAIL\",\r\n    \"threadId\": \"123456\",\r\n    \"text\": \"<p>This is a private note using HTML</p>\"\r\n}"}],"_postman_id":"d7c2e149-6c29-42c5-8e5e-d4b69ea6bdbb"},{"name":"Get private notes","id":"de57c220-b298-4470-bdce-46dedc6db631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"channel\":\"sms\"\r\n    \"ticketId\":\"6049940e-8a9e-44f0-8062-616014a4bf1e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/private-notes/","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve private notes from a ticket (digital channels) or thread (email).</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ticketId</td>\n<td>string</td>\n<td>Mandatory if channel != MAIL</td>\n<td>allow to search only on a specific ticket. It must be filled only when channel != MAIL, and UUID string is needed.</td>\n</tr>\n<tr>\n<td>threadId</td>\n<td>Integer</td>\n<td>Mandatory if channel = MAIL</td>\n<td>allow to search only on a specific email thread. It must be filled only when channl = MAIL. An id is needed</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> records per page starting by the first record ID of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record ID found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>200</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>ID</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON format with 3 fields:</p>\n<ul>\n<li><p>privateNoteIds: an array that contains all the results</p>\n</li>\n<li><p><em>count</em>: an integer that gives you the number of elements in the current page.</p>\n</li>\n<li><p><em>next</em>: the URL to access the next page (<code>null</code> if it is already the last page)</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding private notes.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","private-notes",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ae135509-3f59-469f-bad0-9ea199d8f535","name":"Get private note from a digital channel ticket","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/private-notes?ticketId=7916f2e3-7b86-4b04-bbd7-683945b31f67","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","private-notes"],"query":[{"key":"ticketId","value":"7916f2e3-7b86-4b04-bbd7-683945b31f67"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"privateNotes\": [\r\n        {\r\n            \"id\": \"114926f4-1ad1-4b3f-838a-11c05be8a276\",\r\n            \"channel\": \"SMS\",\r\n            \"ticketId\": \"4edfcbaf-dd1b-4b94-a55b-036ed0ed0950\",\r\n            \"text\": \"<p>test</p>\"\r\n        }\r\n    ],\r\n    \"count\": 1\r\n}"},{"id":"446ded0d-d1eb-4ad7-add6-e5be24b1acea","name":"Get private note from an email ticket","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/private-notes?threadId=12345","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","private-notes"],"query":[{"key":"threadId","value":"12345"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"privateNotes\": [\r\n        {\r\n            \"id\": \"056c524b-9f57-459e-be3e-adacce687ffa\",\r\n            \"channel\": \"MAIL\",\r\n            \"threadId\": 1234,\r\n            \"text\": \"<p>test</p>\"\r\n        }\r\n    ],\r\n    \"count\": 1\r\n}"}],"_postman_id":"de57c220-b298-4470-bdce-46dedc6db631"},{"name":"Delete private note by Id","id":"81ebe3b8-2cf9-44cb-bc66-ba78821be8a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"<p>This is a private note using HTML</p>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/private-notes/{{privateNoteId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete a private note by ID.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the request is successful, the response body will be empty and the HTTP response code will be 200.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>no response body</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","private-notes","{{privateNoteId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b570ac92-70fd-4b8e-a39e-893169cd3a05","name":"Private note deleted successfully","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/private-notes/123456"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81ebe3b8-2cf9-44cb-bc66-ba78821be8a3"},{"name":"Update a private note by id","id":"94041780-de6b-4d29-88ad-64e6dad7d76d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"<p>This is a private note using HTML</p>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/private-notes/{{privateNoteId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Append a new private note at the end of the given ticket.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>NO</td>\n<td>Text of your private note. You can use HTML. If you do not use any HTML, the system will encapsulate your text around \"  <br />  <br />\" markup (as shown in the example).  <br /><strong>Example</strong>: \"  <br />  <br />This is a private note using HTML  <br />  <br />\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>If the private note has been patched with success, the body is returned with the private note id, channel and text.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Private note is updated</td>\n<td>201</td>\n<td>The private note id, channel and context text is returned : {  <br /><code>\"id\": \"b80913b9-853f-4499-836b-726db0b3b884\", \"channel\": \"SMS\", \"ticketId\": \"6049940e-8a9e-44f0-8062-616014a4bf1e\", \"text\": \" This is a private note using HTML \" }</code></td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>Wrong ticket ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Ticket ID does not exist\" , \"messageCode\" : \"error.ticket.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","private-notes","{{privateNoteId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a05b3001-f7f1-4d17-a737-8babc1064491","name":"Private note updated successfully to an email ticket","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"channel\":\"email\"\r\n    \"ticketId\":\"123456\"\r\n    \"text\": \"<p>This is a private note using HTML</p>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/private-notes/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"   {\r\n    \"id\": \"b80913b9-853f-4499-836b-726db0b3b884\",\r\n    \"channel\": \"SMS\",\r\n    \"ticketId\": \"6049940e-8a9e-44f0-8062-616014a4bf1e\",\r\n    \"text\": \"<p>This is a private note using HTML</p>\"\r\n   } "}],"_postman_id":"94041780-de6b-4d29-88ad-64e6dad7d76d"}],"id":"119d9c09-bc1f-418b-8904-a8731a25bb34","_postman_id":"119d9c09-bc1f-418b-8904-a8731a25bb34","description":""},{"name":"Cold statistics","item":[{"name":"Billing","item":[{"name":"Get licenses billed","id":"80cadf3d-d19e-4b33-9413-ae685ec33d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/statistic-cold/billing/licenses?month=YYYY-MM","description":"<p>ℹ️ This endpoint is useful to you only if you are billed with a per-user model, please contact your account manager if you have any doubt.</p>\n<h2 id=\"description\">Description</h2>\n<p>Retrieve data about the licenses billed for a month for the account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset for one specific month, you have to pass a mandatory query parameter.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>month</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The year-month you want to retrieve the users billed (Format: YYYY-MM / ISO8601).  <br /><strong>Example</strong>: ?month=2020-08</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body\">Request body</h2>\n<p>No request body is needed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the billing details about the users billed for your account in a JSON response body. Below are the different elements.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>month</td>\n<td>Date</td>\n<td>YES</td>\n<td>The month (Format: YYYY-MM / ISO8601).  <br /><strong>Example</strong>: 2020-12</td>\n</tr>\n<tr>\n<td>licenseModelBilled</td>\n<td>String</td>\n<td>YES</td>\n<td>The model used for the billing for the given month.  <br /><strong>Example</strong>: \"Connected users\"</td>\n</tr>\n<tr>\n<td>currentAccountLicenseModel</td>\n<td>String</td>\n<td>NO</td>\n<td>The model currently set on the account (contact your account manager if it's not the one of your contract)  <br /><strong>Example</strong>: \"Connected users\"</td>\n</tr>\n<tr>\n<td>details</td>\n<td>Array of objects</td>\n<td>YES</td>\n<td>Array with the details of the users billed.</td>\n</tr>\n<tr>\n<td>model</td>\n<td>String</td>\n<td>YES</td>\n<td>The name of the model.  <br /><strong>Example</strong>: \"Peak Users\"</td>\n</tr>\n<tr>\n<td>count</td>\n<td>Integer</td>\n<td>YES</td>\n<td>The number of users billed for the given model.  <br /><strong>Example</strong>: 3</td>\n</tr>\n<tr>\n<td>users</td>\n<td>Array of strings</td>\n<td>YES</td>\n<td>The usernames corresponding to the \"count\".  <br /><strong>Example</strong>: [\"agent1\", \"agent2\",\"admin_general\"]</td>\n</tr>\n<tr>\n<td>peakDateTime</td>\n<td>Date Time</td>\n<td>YES</td>\n<td>The date time corresponding to the first peak of users during the month. Datetime in UTC (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601). Only used for the \"Peak Users\" model.  <br /><strong>Example</strong>: \"2018-11-19T11:14:03Z\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding month</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not allowed</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","statistic-cold","billing","licenses"],"host":["{{baseUrl}}"],"query":[{"key":"month","value":"YYYY-MM"}],"variable":[]}},"response":[{"id":"3c5c73a9-fe33-4d1a-a112-bd97796d9b0b","name":"Get licenses billed","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/statistic-cold/billing/licenses?month=2021-01","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","statistic-cold","billing","licenses"],"query":[{"key":"month","value":"2021-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 January 2021 09:23:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"month\": \"2021-01\",\n    \"licenseModelBilled\": \"Connected users\",\n    \"currentAccountLicenseModel\": \"Connected users\",\n    \"details\": [\n        {\n            \"model\": \"Connected users\",\n            \"count\": 12,\n            \"peakDateTime\": null,\n            \"users\": [\n                \"brian_chilson\",\n                \"joshua_hughes\",\n                \"dan_elsinger\",\n                \"peggy_logan\",\n                \"larry_austin_supervisor\",\n                \"jacqueline_tucker\",\n                \"ronald_hanneman\",\n                \"chaterine_maedo\",\n                \"philipp_colvin\",\n                \"patricia_alford\",\n                \"anthony_bardnard\",\n                \"administrator_uk\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"80cadf3d-d19e-4b33-9413-ae685ec33d4a"}],"id":"45f72130-9a5b-41d6-8224-1279252b579a","_postman_id":"45f72130-9a5b-41d6-8224-1279252b579a","description":""}],"id":"d74a33bd-bcd8-4e7b-bc72-b8403a741101","_postman_id":"d74a33bd-bcd8-4e7b-bc72-b8403a741101","description":""},{"name":"Real-time statistics","item":[{"name":"Queues list","id":"a82e996f-8fe2-4a1b-8f30-ba3e93728559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"activityIds\": null,\r\n    \"queueIds\": null,\r\n    \"metrics\": [\r\n        \"numberOfAgentsConnected\",\r\n        \"numberOfAgentsAvailable\",\r\n        \"numberOfAgentsWorking\",\r\n        \"numberOfAgentsBusy\",\r\n        \"numberOfContactsPresented\",\r\n        \"numberOfContactsWaiting\",\r\n        \"numberOfContactsHandled\",\r\n        \"numberOfCallsAbandoned\",\r\n        \"numberOfCallsDissuaded\",\r\n        \"numberOfContactsTransferredToAgent\",\r\n        \"numberOfContactsTransferredToQueue\",\r\n        \"numberOfContactsTransferredToExtNumber\",\r\n        \"maxWaitingTime\",\r\n        \"avgHandleTime\",\r\n        \"avgAfterCallWorkTime\",\r\n        \"avgTreatmentTime\",\r\n        \"avgHoldTime\",\r\n        \"handleRate\",\r\n        \"dissuasionRate\",\r\n        \"abandonRate\",\r\n        \"pickupRateLess10s\",\r\n        \"pickupRateLess20s\",\r\n        \"pickupRateLess30s\",\r\n        \"pickupRateLess60s\",\r\n        \"pickupRateLess90s\",\r\n        \"pickupRateLess180s\",\r\n        \"queueAvgWaitingTimeBeforePickup\",\r\n        \"queueAvgWaitingTimeBeforeAbandon\",\r\n        \"queueAvgWaitingTimeBeforeDissuasion\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/real-time-stats/inbound/queues-list","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve real-time statistics about queues list supervision widget.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to set a specific page size (by default, 50, max is 200).  <br /><strong>Example</strong>: ?pageSize=200</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> queues per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of activities you want to apply a filter on. Only queues inside the activity selected will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>queueIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of queues you want to apply a filter on. Only queues selected will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>metrics</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the metrics to be retrieved. You have all available metrics in te example.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding wrapup code(s).</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Something is wrong in your request formatting.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"GET\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>A queue of an activity has not been found.</td>\n<td>404</td>\n<td><code>{ \"message\" : \"No queues found\" , \"messageCode\" : \"error.realtime.queues.not.found\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","real-time-stats","inbound","queues-list"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3943226e-c62d-4629-8192-6a4c9eb57f2f","name":"Queues list with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"activityIds\": null,\r\n    \"queueIds\": null,\r\n    \"metrics\": [\r\n        \"numberOfAgentsConnected\",\r\n        \"numberOfAgentsAvailable\",\r\n        \"numberOfAgentsWorking\",\r\n        \"numberOfAgentsBusy\",\r\n        \"numberOfContactsPresented\",\r\n        \"numberOfContactsWaiting\",\r\n        \"numberOfContactsHandled\",\r\n        \"numberOfCallsAbandoned\",\r\n        \"numberOfCallsDissuaded\",\r\n        \"numberOfContactsTransferredToAgent\",\r\n        \"numberOfContactsTransferredToQueue\",\r\n        \"numberOfContactsTransferredToExtNumber\",\r\n        \"maxWaitingTime\",\r\n        \"avgHandleTime\",\r\n        \"avgAfterCallWorkTime\",\r\n        \"avgTreatmentTime\",\r\n        \"avgHoldTime\",\r\n        \"handleRate\",\r\n        \"dissuasionRate\",\r\n        \"abandonRate\",\r\n        \"pickupRateLess10s\",\r\n        \"pickupRateLess20s\",\r\n        \"pickupRateLess30s\",\r\n        \"pickupRateLess60s\",\r\n        \"pickupRateLess90s\",\r\n        \"pickupRateLess180s\",\r\n        \"queueAvgWaitingTimeBeforePickup\",\r\n        \"queueAvgWaitingTimeBeforeAbandon\",\r\n        \"queueAvgWaitingTimeBeforeDissuasion\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/real-time-stats/inbound/queues-list?page=1","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","real-time-stats","inbound","queues-list"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"previous\": null,\n    \"next\": null,\n    \"values\": [{\n        \"queueId\": 10001,\n        \"queueName\": \"Default_queue\",\n        \"activityId\": 14,\n        \"activityName\": \"Default activity\",\n        \"avgAfterCallWorkTime\": 3622.0,\n        \"handleRate\": 0.3333,\n        \"numberOfContactsPresented\": 3,\n        \"abandonRate\": 0.6667,\n        \"numberOfContactsHandled\": 1,\n        \"queueAvgWaitingTimeBeforePickup\": 802.0,\n        \"numberOfAgentsConnected\": 0,\n        \"numberOfAgentsWorking\": 0,\n        \"numberOfContactsTransferredToAgent\": 0,\n        \"dissuasionRate\": 0.0,\n        \"queueAvgWaitingTimeBeforeAbandon\": 63259.0,\n        \"numberOfContactsTransferredToExtNumber\": 0,\n        \"numberOfAgentsBusy\": 0,\n        \"numberOfAgentsAvailable\": 0,\n        \"pickupRateLess180s\": 1.0,\n        \"pickupRateLess10s\": 1.0,\n        \"pickupRateLess60s\": 1.0,\n        \"numberOfCallsAbandoned\": 2,\n        \"avgHandleTime\": 7390.0,\n        \"numberOfContactsWaiting\": 0,\n        \"avgTreatmentTime\": 3923.0,\n        \"numberOfContactsTransferredToQueue\": 0,\n        \"numberOfCallsDissuaded\": 0,\n        \"avgHoldTime\": 0.0,\n        \"pickupRateLess20s\": 1.0,\n        \"pickupRateLess30s\": 1.0,\n        \"queueAvgWaitingTimeBeforeDissuasion\": 0.0,\n        \"pickupRateLess90s\": 1.0,\n        \"maxWaitingTime\": 0\n    }]\n}"}],"_postman_id":"a82e996f-8fe2-4a1b-8f30-ba3e93728559"},{"name":"Queues availability","id":"0f2b2322-e2db-4786-8d53-8cd963a721b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"activityIds\": null,\r\n    \"queueIds\": null,\r\n    \"statusIds\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/real-time-stats/inbound/queues-availability?aggregated=false","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve real-time statistics about queues availability.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to set a specific page size (by default, 50, max is 200).  <br /><strong>Example</strong>: ?pageSize=200</td>\n</tr>\n<tr>\n<td>aggregated</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Allow to get the metrics in aggregated mode. It means that if you select several activities or queues, it will get all agents in those queues and give their right status.  <br /><strong>Example</strong>: ?aggregated=true</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> queues per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of activities you want to apply a filter on. Only queues inside the activity selected will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>queueIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of queues you want to apply a filter on. Only queues selected will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>statusIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of statuses you want to apply a filter on. Only statuses selected will be retrieved. You need to use that filter if you want to see any value other tha <em>null</em> in metric <em>numberOfAgentsCustomStatus</em>.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<p>Depending if you use the aggregation mode or not, the response body will be slightly different to be more coherent with the data you can receive. In non-aggregated mode, you can receive multiple queues/campaigns, soe there will be multiple elements in <em>values</em> array and you can have the pagination as well. In aggregated mode, as you will receive only one set of data, <em>values</em> is now an object and pagination is disabled.</p>\n<p>Concerning metrics in aggregated mode, if an agent is found in one presence for a queue and another presence for another queue, then we will apply the following order of importance to select which metric should be incremented:</p>\n<ol>\n<li><p>Working (numberOfAgentsWorking)</p>\n</li>\n<li><p>Busy (numberOfAgentsBusy)</p>\n</li>\n<li><p>Away (numberOfAgentsAway)</p>\n</li>\n<li><p>Available (numberOfAgentsAvailable)</p>\n</li>\n<li><p>Unavailable (numberOfAgentsUnavailable)</p>\n</li>\n</ol>\n<p>There is an additional metric that is basically the sum of all the previous ones which is numberOfAgentsConnected.</p>\n<p>Concerning the metric <em>numberOfAgentsCustom</em>:</p>\n<ul>\n<li><p>This metric can only be set if you select at least one status in <em>statusIds</em> filter.</p>\n</li>\n<li><p>In the <em>statusIds</em> filter, you can use any kind of statuses but we discourage you to mix \"Available\" type of status with \"Break\" type of status.</p>\n</li>\n<li><p>Only agents assigned to the queues/campaigns you try to filter on, that are considered as unavailable by the system to handle interactions from those queues/campaigns will be counted in that metric.</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding wrapup code(s).</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Something is wrong in your request formatting.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"GET\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>A queue of an activity has not been found.</td>\n<td>404</td>\n<td><code>{ \"message\" : \"No queues found\" , \"messageCode\" : \"error.realtime.queues.not.found\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","real-time-stats","inbound","queues-availability"],"host":["{{baseUrl}}"],"query":[{"key":"aggregated","value":"false"}],"variable":[]}},"response":[{"id":"cc8ab6c1-4886-4231-9763-22d47baeef1a","name":"Queues availability without aggregation","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"activityIds\": null,\r\n    \"queueIds\": [11,22,33],\r\n    \"statusIds\": null\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/real-time-stats/inbound/queues-availability?page=1&aggregated=false","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","real-time-stats","inbound","queues-availability"],"query":[{"key":"page","value":"1"},{"key":"aggregated","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"previous\": null,\n    \"next\": null,\n    \"values\": [{\n        \"queueId\": 11,\n        \"queueName\": \"Queue 1\",\n        \"activityId\": 14,\n        \"activityName\": \"Default activity\",\n        \"numberOfAgentsUnavailable\": 2,\n        \"numberOfAgentsConnected\": 15,\n        \"numberOfAgentsAvailable\": 4,\n        \"numberOfAgentsWorking\": 6,\n        \"numberOfAgentsBusy\": 2,\n        \"numberOfAgentsAway\": 1,\n        \"numberOfAgentsCustomStatus\": 0\n    }, {\n        \"queueId\": 22,\n        \"queueName\": \"Queue 2\",\n        \"activityId\": 14,\n        \"activityName\": \"Default activity\",\n        \"numberOfAgentsUnavailable\": 2,\n        \"numberOfAgentsConnected\": 15,\n        \"numberOfAgentsAvailable\": 4,\n        \"numberOfAgentsWorking\": 6,\n        \"numberOfAgentsBusy\": 2,\n        \"numberOfAgentsAway\": 1,\n        \"numberOfAgentsCustomStatus\": 0\n    }, {\n        \"queueId\": 11,\n        \"queueName\": \"Queue 3\",\n        \"activityId\": 14,\n        \"activityName\": \"Default activity\",\n        \"numberOfAgentsUnavailable\": 2,\n        \"numberOfAgentsConnected\": 15,\n        \"numberOfAgentsAvailable\": 4,\n        \"numberOfAgentsWorking\": 6,\n        \"numberOfAgentsBusy\": 2,\n        \"numberOfAgentsAway\": 1,\n        \"numberOfAgentsCustomStatus\": 0\n    }]\n}"},{"id":"b23712ff-267b-4776-9858-dd4c0d15125d","name":"Queues availability with aggregation","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"activityIds\": null,\r\n    \"queueIds\": [11,22,33],\r\n    \"statusIds\": [123,456,789]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/real-time-stats/inbound/queues-availability?page=1&aggregated=true","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","real-time-stats","inbound","queues-availability"],"query":[{"key":"page","value":"1"},{"key":"aggregated","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"values\": {\n        \"queueIds\": [11,22,33],\n        \"queueNames\": [\"Queue 1\",\"Queue 2\",\"Queue 3\"],\n        \"activityIds\": [14],\n        \"activityNames\": [\"Default activity\"],\n        \"numberOfAgentsUnavailable\": 2,\n        \"numberOfAgentsConnected\": 15,\n        \"numberOfAgentsAvailable\": 4,\n        \"numberOfAgentsWorking\": 6,\n        \"numberOfAgentsBusy\": 2,\n        \"numberOfAgentsAway\": 1,\n        \"numberOfAgentsCustomStatus\": 1\n    }\n}"}],"_postman_id":"0f2b2322-e2db-4786-8d53-8cd963a721b8"},{"name":"Activities list","id":"d9f943d8-a645-4787-9cc5-155fc799954a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"activityIds\": null,\r\n    \"metrics\": [\r\n        \"numberOfAgentsConnected\",\r\n        \"numberOfAgentsAvailable\",\r\n        \"numberOfAgentsWorking\",\r\n        \"numberOfAgentsBusy\",\r\n        \"numberOfContactsPresented\",\r\n        \"numberOfContactsWaiting\",\r\n        \"numberOfContactsHandled\",\r\n        \"numberOfCallsAbandoned\",\r\n        \"numberOfCallsDissuaded\",\r\n        \"numberOfContactsTransferredToAgent\",\r\n        \"numberOfContactsTransferredToActivity\",\r\n        \"numberOfContactsTransferredToExtNumber\",\r\n        \"maxWaitingTime\",\r\n        \"avgHandleTime\",\r\n        \"avgAfterCallWorkTime\",\r\n        \"avgTreatmentTime\",\r\n        \"avgHoldTime\",\r\n        \"handleRate\",\r\n        \"dissuasionRate\",\r\n        \"abandonRate\",\r\n        \"handleRateLess\",\r\n        \"activityAvgWaitingTimeBeforePickup\",\r\n        \"activityAvgWaitingTimeBeforeAbandon\",\r\n        \"activityAvgWaitingTimeBeforeDissuasion\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/real-time-stats/inbound/activities-list","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve real-time statistics about activities list supervision widget.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to set a specific page size (by default, 50, max is 200).  <br /><strong>Example</strong>: ?pageSize=200</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> activities per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>activityIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of activities you want to apply a filter on. Only activities selected will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>metrics</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the metrics to be retrieved. You have all available metrics in te example.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding wrapup code(s).</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Something is wrong in your request formatting.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"GET\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>An activity has not been found.</td>\n<td>404</td>\n<td><code>{ \"message\" : \"No activities found\" , \"messageCode\" : \"error.realtime.activities.not.found\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","real-time-stats","inbound","activities-list"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"41648c27-6e22-4c66-ac80-c4a292b17dc2","name":"Activities list with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"activityIds\": null,\r\n    \"metrics\": [\r\n        \"numberOfAgentsConnected\",\r\n        \"numberOfAgentsAvailable\",\r\n        \"numberOfAgentsWorking\",\r\n        \"numberOfAgentsBusy\",\r\n        \"numberOfContactsPresented\",\r\n        \"numberOfContactsWaiting\",\r\n        \"numberOfContactsHandled\",\r\n        \"numberOfCallsAbandoned\",\r\n        \"numberOfCallsDissuaded\",\r\n        \"numberOfContactsTransferredToAgent\",\r\n        \"numberOfContactsTransferredToActivity\",\r\n        \"numberOfContactsTransferredToExtNumber\",\r\n        \"maxWaitingTime\",\r\n        \"avgHandleTime\",\r\n        \"avgAfterCallWorkTime\",\r\n        \"avgTreatmentTime\",\r\n        \"avgHoldTime\",\r\n        \"handleRate\",\r\n        \"dissuasionRate\",\r\n        \"abandonRate\",\r\n        \"handleRateLess\",\r\n        \"activityAvgWaitingTimeBeforePickup\",\r\n        \"activityAvgWaitingTimeBeforeAbandon\",\r\n        \"activityAvgWaitingTimeBeforeDissuasion\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/real-time-stats/inbound/activities-list?page=1","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","real-time-stats","inbound","activities-list"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"previous\": null,\n    \"next\": null,\n    \"values\": [{\n        \"activityId\": 890,\n        \"activityName\": \"Test Activity\",\n        \"avgAfterCallWorkTime\": 0.0,\n        \"handleRate\": 0.0,\n        \"numberOfContactsPresented\": 6,\n        \"activityAvgWaitingTimeBeforeAbandon\": 20176.8333,\n        \"abandonRate\": 1.0,\n        \"numberOfContactsHandled\": 0,\n        \"numberOfCallsAbandoned\": 6,\n        \"avgHandleTime\": 0.0,\n        \"numberOfAgentsConnected\": 0,\n        \"numberOfAgentsWorking\": 0,\n        \"numberOfContactsTransferredToAgent\": 0,\n        \"numberOfContactsWaiting\": 0,\n        \"avgTreatmentTime\": 0.0,\n        \"dissuasionRate\": 0.0,\n        \"activityAvgWaitingTimeBeforeDissuasion\": 0.0,\n        \"numberOfCallsDissuaded\": 0,\n        \"numberOfContactsTransferredToExtNumber\": 0,\n        \"avgHoldTime\": 0.0,\n        \"activityAvgWaitingTimeBeforePickup\": 0.0,\n        \"numberOfAgentsBusy\": 0,\n        \"numberOfContactsTransferredToActivity\": 0,\n        \"numberOfAgentsAvailable\": 0,\n        \"maxWaitingTime\": 0,\n        \"handleRateLess\": 0.0\n    }]\n}"}],"_postman_id":"d9f943d8-a645-4787-9cc5-155fc799954a"},{"name":"Agents list","id":"edcc4383-e737-4ab0-ac08-72f4666be574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"agentIds\": null,\r\n    \"queueIds\": null,\r\n    \"campaignIds\": null,\r\n    \"groupIds\": null,\r\n    \"statusIds\": null,\r\n    \"states\": null,\r\n    \"metrics\": [\r\n        \"agentSessionTime\",\r\n        \"agentCurrentTalkTime\",\r\n        \"agentStatus\",\r\n        \"agentCustomStatusName\",\r\n        \"agentCustomStatusId\",\r\n        \"agentStatusTime\",\r\n        \"agentCumulatedConnectedTime\",\r\n        \"agentCumulatedUnavailableTime\",\r\n        \"agentNumberOfHandledContacts\",\r\n        \"agentNumberOfHandledInbound\",\r\n        \"agentAvgTreatmentTime\",\r\n        \"agentAvgWrapUpTime\",\r\n        \"agentAvgHandlingTime\",\r\n        \"agentNumberOfContactsTransferred\",\r\n        \"agentGlobalOccupancyRate\",\r\n        \"agentNumberOfBreaksCumulated\",\r\n        \"agentNumberOfFreeCalls\",\r\n        \"agentNumberOfHandledOutbound\",\r\n        \"agentNumberOfArguedContactsRate\",\r\n        \"agentNumberOfArguedContacts\",\r\n        \"agentNumberOfArguedPositiveContactsRate\",\r\n        \"agentNumberOfArguedPositiveContacts\",\r\n        \"agentNumberOfNonArguedContacts\",\r\n        \"agentArgumentationRate\",\r\n        \"agentTransformationRate\",\r\n        \"agentNumberOfHolds\",\r\n        \"agentAvgHoldTime\",\r\n        \"channelsInfo\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/real-time-stats/agents-list","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve real-time statistics about agents list supervision widget.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to set a specific page size (by default, 50, max is 200).  <br /><strong>Example</strong>: ?pageSize=200</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>200</strong> agents per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>agentIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of agents you want to apply a filter on. Only selected users will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>queueIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of inbound queues you want to apply a filter on. Only users in the selected inbound queues will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>campaignIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of outbound campaigns you want to apply a filter on. Only users in the selected outbound campaigns will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>groupIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of groups you want to apply a filter on. Only users in the selected groups will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>statusIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of statuses you want to apply a filter on. Only users in the selected statuses will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>states</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the states you want to apply a filter on. Only users in the selected states will be retrieved. Accepted values are <em>available</em>, <em>working</em>, <em>break</em>, <em>offline</em> and <em>away</em>  <br /><strong>Example</strong>: [\"available\"]</td>\n</tr>\n<tr>\n<td>metrics</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the metrics to be retrieved. You have all available metrics in te example.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding wrapup code(s).</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Something is wrong in your request formatting.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"GET\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>An agent has not been found.</td>\n<td>404</td>\n<td><code>{ \"message\" : \"No agents found\" , \"messageCode\" : \"error.realtime.agents.not.found\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","real-time-stats","agents-list"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b8ff39ab-71de-4906-9d4f-5a67c880090c","name":"Agents list with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"agentIds\": null,\r\n    \"queueIds\": null,\r\n    \"campaignIds\": null,\r\n    \"groupIds\": null,\r\n    \"statusIds\": null,\r\n    \"states\": null,\r\n    \"metrics\": [\r\n        \"agentSessionTime\",\r\n        \"agentCurrentTalkTime\",\r\n        \"agentStatus\",\r\n        \"agentCustomStatusName\",\r\n        \"agentCustomStatusId\",\r\n        \"agentStatusTime\",\r\n        \"agentCumulatedConnectedTime\",\r\n        \"agentCumulatedUnavailableTime\",\r\n        \"agentNumberOfHandledContacts\",\r\n        \"agentNumberOfHandledInbound\",\r\n        \"agentAvgTreatmentTime\",\r\n        \"agentAvgWrapUpTime\",\r\n        \"agentAvgHandlingTime\",\r\n        \"agentNumberOfContactsTransferred\",\r\n        \"agentGlobalOccupancyRate\",\r\n        \"agentNumberOfBreaksCumulated\",\r\n        \"agentNumberOfFreeCalls\",\r\n        \"agentNumberOfHandledOutbound\",\r\n        \"agentNumberOfArguedContactsRate\",\r\n        \"agentNumberOfArguedContacts\",\r\n        \"agentNumberOfArguedPositiveContactsRate\",\r\n        \"agentNumberOfArguedPositiveContacts\",\r\n        \"agentNumberOfNonArguedContacts\",\r\n        \"agentArgumentationRate\",\r\n        \"agentTransformationRate\",\r\n        \"agentNumberOfHolds\",\r\n        \"agentAvgHoldTime\",\r\n        \"channelsInfo\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/real-time-stats/agents-list?page=1","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","real-time-stats","agents-list"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"previous\": null,\n    \"next\": null,\n    \"values\": [{\n        \"agentId\": 6666,\n        \"agentName\": \"agent_6666\",\n        \"agentFirstName\": \"Agent\",\n        \"agentLastName\": \"6666\",\n        \"agentNumberOfNonArguedContacts\": 0.0,\n        \"agentArgumentationRate\": 0,\n        \"agentStatus\": \"AVAILABLE\",\n        \"agentCustomStatusName\": \"Voice only\",\n        \"agentCustomStatusId\": 13245,\n        \"agentStatusTime\": 0,\n        \"agentAvgHandlingTime\": 13628.1429,\n        \"agentNumberOfFreeCalls\": 0.0,\n        \"agentNumberOfHandledOutbound\": 7,\n        \"agentNumberOfArguedPositiveContactsRate\": 0,\n        \"agentAvgHoldTime\": null,\n        \"agentNumberOfHandledInbound\": 0,\n        \"agentCumulatedUnavailableTime\": 1146800,\n        \"agentNumberOfBreaksCumulated\": 4,\n        \"agentAvgTreatmentTime\": 9435.8571,\n        \"agentNumberOfContactsTransferred\": 0,\n        \"channelsInfo\": null,\n        \"agentGlobalOccupancyRate\": 0.1783,\n        \"agentCurrentTalkTime\": null,\n        \"agentNumberOfArguedContacts\": 0.0,\n        \"agentNumberOfHandledContacts\": 7,\n        \"agentSessionTime\": 0,\n        \"agentNumberOfArguedContactsRate\": 0,\n        \"agentAvgWrapUpTime\": 11558.125,\n        \"agentTransformationRate\": 0,\n        \"agentNumberOfHolds\": 0.0,\n        \"agentCumulatedConnectedTime\": 1848432,\n        \"agentNumberOfArguedPositiveContacts\": 0.0\n    }]\n}"}],"_postman_id":"edcc4383-e737-4ab0-ac08-72f4666be574"},{"name":"Agents activity","id":"f9df0c2d-1e95-4a57-b0be-653952e42416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"groupIds\": null,\r\n    \"metrics\": [\r\n        \"teamNumberOfAgentsWorking\",\r\n        \"teamNumberOfAgentsInBreak\",\r\n        \"teamNumberOfAgentsAvailable\",\r\n        \"teamNumberOfAgentsAway\",\r\n        \"teamOccupancyRate\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/real-time-stats/agents/activity","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve real-time statistics about agents activity supervision widget.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>groupIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of groups you want to apply a filter on. Only metrics for the selected groups will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>metrics</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the metrics to be retrieved. You have all available metrics in te example.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding wrapup code(s).</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Something is wrong in your request formatting.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"GET\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","real-time-stats","agents","activity"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2dedb8d8-a784-4c92-b05c-b576c15d0c73","name":"Agents activity with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"groupIds\": null,\r\n    \"metrics\": [\r\n        \"teamNumberOfAgentsWorking\",\r\n        \"teamNumberOfAgentsInBreak\",\r\n        \"teamNumberOfAgentsAvailable\",\r\n        \"teamNumberOfAgentsAway\",\r\n        \"teamOccupancyRate\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/real-time-stats/agents/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"values\": {\n        \"teamOccupancyRate\": 1.0,\n        \"teamNumberOfAgentsInBreak\": 0,\n        \"teamNumberOfAgentsAvailable\": 0,\n        \"teamNumberOfAgentsAway\": 0,\n        \"teamNumberOfAgentsWorking\": 2\n    }\n}"}],"_postman_id":"f9df0c2d-1e95-4a57-b0be-653952e42416"},{"name":"Incoming calls daily activity","id":"4196edb3-e45f-4263-b9e9-ae88ce07f23e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"serviceIds\": null,\r\n    \"metrics\": [\r\n        \"numberOfIncomingCalls\",\r\n        \"numberOfIncomingHandledCalls\",\r\n        \"numberOfIncomingGiveUpCalls\",\r\n        \"numberOfIncomingDissuadedCalls\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/real-time-stats/inbound/calls/activity","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve real-time statistics about inbound calls activity supervision widget.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of services you want to apply a filter on. Only metrics for the selected services will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>metrics</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the metrics to be retrieved. You have all available metrics in te example.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding wrapup code(s).</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Something is wrong in your request formatting.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"GET\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","real-time-stats","inbound","calls","activity"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fcec7850-f884-4a2d-9293-51c9bb4c6c63","name":"Inbound calls activity with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"serviceIds\": null,\r\n    \"metrics\": [\r\n        \"numberOfIncomingCalls\",\r\n        \"numberOfIncomingHandledCalls\",\r\n        \"numberOfIncomingGiveUpCalls\",\r\n        \"numberOfIncomingDissuadedCalls\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/real-time-stats/inbound/calls/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"values\": {\n        \"numberOfIncomingHandledCalls\": 1,\n        \"numberOfIncomingGiveUpCalls\": 8,\n        \"numberOfIncomingCalls\": 9,\n        \"numberOfIncomingDissuadedCalls\": 0\n    }\n}"}],"_postman_id":"4196edb3-e45f-4263-b9e9-ae88ce07f23e"},{"name":"Incoming calls QoS per service","id":"1c5439fc-9d63-45a8-bcc7-ad30cc40ad43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"serviceIds\": null,\r\n    \"metrics\": [\r\n        \"processingRate\",\r\n        \"abandonRate\",\r\n        \"dissuasionRate\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/real-time-stats/inbound/calls/qos","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve real-time statistics about inbound calls QoS supervision widget.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceIds</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of services you want to apply a filter on. Only metrics for the selected services will be retrieved.  <br /><strong>Example</strong>: [123, 456, 789]</td>\n</tr>\n<tr>\n<td>metrics</td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the metrics to be retrieved. You have all available metrics in te example.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the details in a JSON response body. Please see the data structure of a wrapup code above for more information about the different fields returned.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding wrapup code(s).</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Something is wrong in your request formatting.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"GET\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","real-time-stats","inbound","calls","qos"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"55ce9ce7-5fd1-4a08-8aa2-11599ca83f4d","name":"Inbound calls QoS with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"serviceIds\": null,\r\n    \"metrics\": [\r\n        \"processingRate\",\r\n        \"abandonRate\",\r\n        \"dissuasionRate\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/real-time-stats/inbound/calls/qos"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 21 Jun 2021 10:24:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"values\": {\n        \"abandonRate\": 0.8889,\n        \"dissuasionRate\": 0,\n        \"processingRate\": 0.1111\n    }\n}"}],"_postman_id":"1c5439fc-9d63-45a8-bcc7-ad30cc40ad43"}],"id":"2f8010dc-e4bb-483c-887b-3712903ad0a7","_postman_id":"2f8010dc-e4bb-483c-887b-3712903ad0a7","description":""},{"name":"Archives","item":[{"name":"Voice","item":[{"name":"Recordings","item":[{"name":"Voice interaction recording content by Id","id":"0f7ceb6c-9080-4189-acf3-b8ec8b9e6b62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/recordings/interactions/{{interactionId}}/content","description":"<h2 id=\"description\">Description</h2>\n<p>Get voice interaction recording content.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the voice interaction recording content in its entirety. The response header <code>Content-Type</code> is always filled with the correct MIME type of the recording (<code>audio/mpeg</code>).</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","recordings","interactions","{{interactionId}}","content"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0551c9fa-71af-4ac6-abc4-6ad7cd430386","name":"Get voice interaction content successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/recordings/interactions/12345/content"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"audio/mpeg"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f7ceb6c-9080-4189-acf3-b8ec8b9e6b62"},{"name":"Delete recording by Id","id":"b89c825f-08dc-4706-87ab-2a4caffd9d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/recordings/delete/{{recordingId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete a recording by ID.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>If the request is successful, the response body will be empty and the HTTP response code will be <strong>202 - Accepted</strong>. <em>Note that the request is done asynchronouly, so the recording can be deleted after several seconds.</em></p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Accepted</td>\n<td>202</td>\n<td>The request has been accepted and will be done asynchronously.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>No recording found with that ID</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Recording does not exist\" ,\"messageCode\" : \"\"error.archives.recording.not.exists\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","recordings","delete","{{recordingId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"319af7f4-7d9b-4928-bd98-3ddc06f5068f","name":"File deleted successfully","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/recordings/delete/7f78c127-a606-4a42-88a8-9fc899afa1az"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b89c825f-08dc-4706-87ab-2a4caffd9d90"}],"id":"27e373e5-faea-4a6c-8dab-7233f0e70d12","_postman_id":"27e373e5-faea-4a6c-8dab-7233f0e70d12","description":""},{"name":"Voice interactions by dates","id":"0e47b6f7-8af8-47d4-a4ce-4a6406c92138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userIds\": [\r\n        123,\r\n        456\r\n    ],\r\n    \"groupIds\": null,\r\n    \"queueIds\": [\r\n        1234,\r\n        5678\r\n    ],\r\n    \"activityIds\": null,\r\n    \"displayedNumberIds\": null,\r\n    \"contactPhones\": [\r\n        \"33123456789\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/archive-voice/interactions?startDate=2022-01-01&endDate=2022-01-31&recorded=false","description":"<h2 id=\"description\">Description</h2>\n<p>Show information about voice interactions in the archives. The channel musts be filled.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Starting date in the format YYYY-MM-DD (<strong>or YYYY-MM-DD[T]HH:mm:ssZ)</strong> and before endDate.  <br /><strong>Example</strong>: ?startDate=2022-01-01 (or startDate=2022-01-01T00:00:00Z)</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>End date in the format YYYY-MM-DD (<strong>or YYYY-MM-DD[T]HH:mm:ssZ)</strong> and after startDate. <strong>It is not possible to have more than 31 days after</strong> <em><strong>startDate</strong></em><strong>.</strong>  <br /><strong>Example</strong>: ?endDate=2022-01-31 (or endDate=2022-01-31T23:59:59Z)</td>\n</tr>\n<tr>\n<td>recorded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>If the response musts contain entries with recording or not.  <br /><strong>Example</strong>: ?recorded=false</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>20</strong> interactions per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.<br />Only <strong>100 pages</strong> will be available with the same request, we advise you to use efficiently the filters given to you.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p><strong>At least ONE of the following filters is mandatory to use the API.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of users you want to apply a filter on. You can only place 15 IDs, not more.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>groupIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of groups you want to apply a filter on.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>queueIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of queues you want to apply a filter on.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>activityIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of activities you want to apply a filter on.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>displayedNumberIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of manual outbound displayed numbers you want to apply a filter on.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>manualOutboundNumberIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of manual outbound displayed numbers you want to apply a filter on. <em>Will be available soon</em>  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>contactPhones</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the contact phone numbers you want to apply a filter on.  <br /><strong>Example</strong>: [\"33123456789\"]</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<p>The objects that composed the <em>interactions</em> JSON array reflects the JSON response of the following endpoint (without the time points detail):</p>\n<ul>\n<li><strong>Get voice interaction by Id</strong></li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the interactions found</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not allowed</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Interaction not found</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Interaction does not exist\" ,\"messageCode\" : \"\"error.archives.interactions.not.exists\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","archive-voice","interactions"],"host":["{{baseUrl}}"],"query":[{"key":"startDate","value":"2022-01-01"},{"key":"endDate","value":"2022-01-31"},{"key":"recorded","value":"false"}],"variable":[]}},"response":[{"id":"0b5cbfc6-879e-4e25-b498-045c42e1a846","name":"Voice interactions get with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userIds\": [\r\n        123,\r\n        456\r\n    ],\r\n    \"groupIds\": null,\r\n    \"queueIds\": [\r\n        1234,\r\n        5678\r\n    ],\r\n    \"activityIds\": null,\r\n    \"displayedNumberIds\": null,\r\n    \"contactPhones\": [\r\n        \"33123456789\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/archive-voice/interactions?startDate=2022-01-01&endDate=2022-01-31&recorded=false","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","archive-voice","interactions"],"query":[{"key":"startDate","value":"2022-01-01"},{"key":"endDate","value":"2022-01-31"},{"key":"recorded","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 January 2021 09:23:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"previous\": null,\n    \"next\": null,\n    \"interactions\": [{\n        \"id\": 12345,\n        \"callType\": \"inbound\",\n        \"startedAt\": \"2021-12-25T12:03:56Z\",\n        \"finishedAt\": \"2021-12-25T12:05:56Z\",\n        \"duration\": 120000, // Durations are in milliseconds, and is the sum of all durations below minus dialingDuration\n        \"durationDetails\": {\n            \"dialingDuration\": 10000,\n            \"ivrDuration\": 40000,\n            \"waitDuration\": 10000,\n            \"talkDuration\": 55000,\n            \"holdDuration\": 5000,\n            \"previewDuration\": 0\n        },\n        \"queueId\": 1111,\n        \"campaignId\": null,\n        \"contactId\": null,\n        \"serviceId\": 2222,\n        \"manualOutboundNumberId\": null, // Will be available soon\n        \"contactPhone\": \"33611111111\",\n        \"displayedNumber\": \"33188888888\",\n        \"contactSessionId\": \"11111111-1111-1111-1111-111111111111\",\n        \"wrapups\": [{\n            \"agentId\": 3333,\n            \"wrapupId\": 44444,\n            \"wrapupStatus\": \"tocall\",\n            \"wrapupPath\": \"\",\n            \"wrapupName\": \"Abandoned\",\n            \"wrapupComment\": \"\",\n            \"wrappedAt\": \"2021-12-25T12:05:56Z\"\n        }],\n        \"agentTransfersValidatedCount\": 0,\n        \"agentTransfersCanceledCount\": 0,\n        \"externalTransfersValidatedCount\": 0,\n        \"externalTransfersCanceledCount\": 0,\n        \"ivrTransfersCount\": 0,\n        \"transfersToQueueCount\": 0,\n        \"transfersCount\": 0,\n        \"discardRecording\": false,\n        \"recordings\": [],\n        \"voiceMessages\": [] // Will be available soon\n    }]\n}\n"}],"_postman_id":"0e47b6f7-8af8-47d4-a4ce-4a6406c92138"},{"name":"Requalify call","id":"05608e54-e432-4cf2-82cb-ff3f9c746795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requalifiedWrapupId\": 12345,\r\n    \"requalifiedWrapupComment\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/archive-voice/interactions/{{interactionId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Be able to requalify a call, which means add a new wrapup code and a new wrapup comment in dedicated fields.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<p>No query parameters.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p><strong>At least ONE of the following filters is mandatory to use the API.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>requalifiedWrapupId</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The ID of the new wrapup code. It must be a wrapup code in the same wrapup folder originally used for this call.  <br /><strong>Example</strong>: 12345</td>\n</tr>\n<tr>\n<td>requalifiedWrapupComment</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Yes</td>\n<td>The new wrapup comment for this call.  <br /><strong>Example</strong>: \"test\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<p>The objects that composed the <em>interactions</em> JSON array reflects the JSON response of the following endpoint (without the time points detail):</p>\n<ul>\n<li><strong>Get voice interaction by Id</strong></li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the interactions found</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not allowed</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Interaction not found</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Interaction does not exist\" ,\"messageCode\" : \"\"error.archives.interactions.not.exists\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","archive-voice","interactions","{{interactionId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8534b12a-b74b-487d-91b8-25c43175a498","name":"Call requalified with success","originalRequest":{"method":"PUT","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requalifiedWrapupId\": 12345,\r\n    \"requalifiedWrapupComment\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/archive-voice/interactions/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 January 2021 09:23:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"previous\": null,\n    \"next\": null,\n    \"interactions\": [{\n        \"id\": 12345,\n        \"callType\": \"inbound\",\n        \"startedAt\": \"2021-12-25T12:03:56Z\",\n        \"finishedAt\": \"2021-12-25T12:05:56Z\",\n        \"duration\": 120000, // Durations are in milliseconds, and is the sum of all durations below minus dialingDuration\n        \"durationDetails\": {\n            \"dialingDuration\": 10000,\n            \"ivrDuration\": 40000,\n            \"waitDuration\": 10000,\n            \"talkDuration\": 55000,\n            \"holdDuration\": 5000,\n            \"previewDuration\": 0\n        },\n        \"queueId\": 1111,\n        \"campaignId\": null,\n        \"contactId\": null,\n        \"serviceId\": 2222,\n        \"manualOutboundNumberId\": null,\n        \"contactPhone\": \"33611111111\",\n        \"displayedNumber\": \"33188888888\",\n        \"contactSessionId\": \"11111111-1111-1111-1111-111111111111\",\n        \"requalifiedWrapupId\": 12345,\n        \"requalifiedWrapupComment\": \"test\",\n        \"wrapups\": [{\n            \"agentId\": 3333,\n            \"wrapupId\": 44444,\n            \"wrapupStatus\": \"tocall\",\n            \"wrapupPath\": \"\",\n            \"wrapupName\": \"Abandoned\",\n            \"wrapupComment\": \"\",\n            \"wrappedAt\": \"2021-12-25T12:05:56Z\"\n        }],\n        \"agentTransfersValidatedCount\": 0,\n        \"agentTransfersCanceledCount\": 0,\n        \"externalTransfersValidatedCount\": 0,\n        \"externalTransfersCanceledCount\": 0,\n        \"ivrTransfersCount\": 0,\n        \"transfersToQueueCount\": 0,\n        \"transfersCount\": 0,\n        \"discardRecording\": false,\n        \"recordings\": [],\n        \"voiceMessages\": []\n    }]\n}\n"}],"_postman_id":"05608e54-e432-4cf2-82cb-ff3f9c746795"},{"name":"Voice interactions by phone number","id":"ef032658-44d2-44b3-a320-c828472c8940","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/archive-voice/contact/interactions?contactPhone=33123456789&recorded=false","description":"<h2 id=\"description\">Description</h2>\n<p>Show information about voice interactions in the archives for a specific contact phone number.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>contactPhone</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Exact contact phone number you want to extract the voice interactions from. Phone format accepts with or without a \"+\"  <br /><strong>Example</strong>: ?contactPhone=33123456789 OR ?contactPhone=+33123456789</td>\n</tr>\n<tr>\n<td>recorded</td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>If the response musts contain entries with recording or not.  <br /><strong>Example</strong>: ?recorded=false</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>20</strong> interactions per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.<br />Only <strong>100 pages</strong> will be available with the same request, we advise you to use efficiently the filters given to you.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<p>The objects that composed the <em>interactions</em> JSON array reflects the JSON response of the following endpoint (without the time points detail):</p>\n<ul>\n<li><strong>Get voice interaction by Id</strong></li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the interactions found</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not allowed</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Interaction not found</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Interaction does not exist\" ,\"messageCode\" : \"\"error.archives.interactions.not.exists\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","archive-voice","contact","interactions"],"host":["{{baseUrl}}"],"query":[{"key":"contactPhone","value":"33123456789"},{"key":"recorded","value":"false"}],"variable":[]}},"response":[{"id":"fc8a1368-a3d7-422a-97be-ed8d2974c618","name":"Voice interactions get with success","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/archive-voice/contact/interactions?contactPhone=33123456789&recorded=false","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","archive-voice","contact","interactions"],"query":[{"key":"contactPhone","value":"33123456789"},{"key":"recorded","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 January 2021 09:23:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"previous\": null,\n    \"next\": null,\n    \"interactions\": [{\n        \"id\": 12345,\n        \"callType\": \"inbound\",\n        \"startedAt\": \"2021-12-25T12:03:56Z\",\n        \"finishedAt\": \"2021-12-25T12:05:56Z\",\n        \"duration\": 120000, // Durations are in milliseconds, and is the sum of all durations below minus dialingDuration\n        \"durationDetails\": {\n            \"dialingDuration\": 10000,\n            \"ivrDuration\": 40000,\n            \"waitDuration\": 10000,\n            \"talkDuration\": 55000,\n            \"holdDuration\": 5000,\n            \"previewDuration\": 0\n        },\n        \"queueId\": 1111,\n        \"campaignId\": null,\n        \"contactId\": null,\n        \"serviceId\": 2222,\n        \"manualOutboundNumberId\": null, // Will be available soon\n        \"contactPhone\": \"33123456789\",\n        \"displayedNumber\": \"33188888888\",\n        \"contactSessionId\": \"11111111-1111-1111-1111-111111111111\",\n        \"wrapups\": [{\n            \"agentId\": 3333,\n            \"wrapupId\": 44444,\n            \"wrapupStatus\": \"tocall\",\n            \"wrapupPath\": \"\",\n            \"wrapupName\": \"Abandoned\",\n            \"wrapupComment\": \"\",\n            \"wrappedAt\": \"2021-12-25T12:05:56Z\"\n        }],\n        \"agentTransfersValidated\": 0,\n        \"agentTransfersCanceled\": 0,\n        \"externalTransfersValidated\": 0,\n        \"externalTransfersCanceled\": 0,\n        \"ivrTransfers\": 0,\n        \"transfersToQueue\": 0,\n        \"transfers\": 0,\n        \"discardRecording\": false,\n        \"recordings\": [],\n        \"voiceMessages\": [] // Will be available soon\n    }]\n}\n"}],"_postman_id":"ef032658-44d2-44b3-a320-c828472c8940"},{"name":"Voice interaction by Id","id":"5086aeda-4a08-49ed-819e-5ce93845af68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/archive-voice/interactions/{{interactionId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show information about a voice interaction in the archives.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding voice interaction</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not allowed</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Interaction not found</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Interaction does not exist\" ,\"messageCode\" : \"\"error.archives.interaction.not.exists\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","archive-voice","interactions","{{interactionId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"49f55e37-3e54-434d-ad0c-28c89e006255","name":"Voice interaction get with success","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/archive-voice/interactions/12345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 January 2021 09:23:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 12345,\n    \"callType\": \"inbound\",\n    \"startedAt\": \"2021-11-25T12:03:56Z\",\n    \"finishedAt\": \"2021-11-25T12:05:56Z\",\n    \"duration\": 120000, // Durations are in milliseconds, and is the sum of all durations below minus dialingDuration\n    \"durationDetails\": {\n        \"dialingDuration\": 10000,\n        \"ivrDuration\": 40000,\n        \"waitDuration\": 10000,\n        \"talkDuration\": 55000,\n        \"holdDuration\": 5000,\n        \"previewDuration\": 0\n    },\n    \"queueId\": 1111,\n    \"campaignId\": null,\n    \"contactId\": null,\n    \"serviceId\": 2222,\n    \"manualOutboundNumberId\": null, // Will be available soon\n    \"contactPhone\": \"33611111111\",\n    \"displayedNumber\": \"33188888888\",\n    \"contactSessionId\": \"11111111-1111-1111-1111-111111111111\",\n    \"wrapups\": [{\n        \"agentId\": 3333,\n        \"wrapupId\": 44444,\n        \"wrapupStatus\": \"tocall\",\n        \"wrapupPath\": \"\",\n        \"wrapupName\": \"Abandoned\",\n        \"wrapupComment\": \"\",\n        \"wrappedAt\": \"2021-11-25T12:05:56Z\"\n    }],\n    \"timePoints\": [{\n        \"action\": \"CONFERENCE_STARTED\",\n        \"agentId\": null,\n        \"queueId\": null,\n        \"campaignId\": null,\n        \"time\": \"2021-11-25T12:03:56Z\"\n    }, {\n        \"action\": \"AGENT_HANGED_UP\",\n        \"agentId\": 7777,\n        \"queueId\": 1111,\n        \"campaignId\": null,\n        \"time\": \"2021-11-25T12:05:46Z\"\n    }, {\n        \"action\": \"CONTACT_HANGED_UP\",\n        \"agentId\": null,\n        \"queueId\": null,\n        \"campaignId\": null,\n        \"time\": \"2021-11-25T12:05:56Z\"\n    }, {\n        \"action\": \"CONFERENCE_FINISHED\",\n        \"agentId\": null,\n        \"queueId\": null,\n        \"campaignId\": null,\n        \"time\": \"2021-11-25T12:05:56Z\"\n    }],\n    \"agentTransfersValidated\": 0,\n    \"agentTransfersCanceled\": 0,\n    \"externalTransfersValidated\": 0,\n    \"externalTransfersCanceled\": 0,\n    \"ivrTransfers\": 0,\n    \"transfersToQueue\": 0,\n    \"transfers\": 0,\n    \"discardRecording\": false,\n    \"recordings\": [],\n    \"voiceMessages\": [] // Will be available soon\n}"}],"_postman_id":"5086aeda-4a08-49ed-819e-5ce93845af68"}],"id":"d23a20bc-6693-49c8-980e-f5b7e75eed3c","_postman_id":"d23a20bc-6693-49c8-980e-f5b7e75eed3c","description":""},{"name":"Email","item":[{"name":"Email interactions by dates","id":"991a0048-25d8-47bc-8c75-0d8daf4d1259","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userIds\": [\r\n        123,\r\n        456\r\n    ],\r\n    \"groupIds\": null,\r\n    \"queueIds\": [\r\n        1234\r\n    ],\r\n    \"activityIds\": null,\r\n    \"emailAddresses\": [\r\n        \"no-reply@diabolocom.com\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/archive-mail/interactions?startDate=2021-12-01&endDate=2022-01-31","description":"<h2 id=\"description\">Description</h2>\n<p>Show information about email interactions in the archives. The channel musts be filled.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset, we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow going to a specific page number.  <br /><strong>Example</strong>: ?page=2</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Starting date in the format YYYY-MM-DD and before endDate. <strong>It is not possible to have more than 31 days after</strong> <em><strong>startDate</strong></em><strong>.</strong>  <br /><strong>Example</strong>: ?startDate=2021-12-01</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>End date in the format YYYY-MM-DD and after startDate.  <br /><strong>Example</strong>: ?endDate=2022-01-31</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>20</strong> interactions per page. When the response exceeds the per-page maximum, you can paginate through the records by incrementing the page parameter. Example: ?page=3.<br />Listed results include page and previous URLs in the response body for easier navigation.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.<br />Only <strong>100 pages</strong> will be available with the same request, we advise you to use efficiently the filters given to you.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p><strong>At least ONE of the following filters is mandatory to use the API.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Nullable</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of users you want to apply a filter on. You can only place 15 IDs, not more.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>groupIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of groups you want to apply a filter on.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>queueIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of queues you want to apply a filter on.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>activityIds</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the IDs of activities you want to apply a filter on.  <br /><strong>Example</strong>: [123, 456]</td>\n</tr>\n<tr>\n<td>emailAddresses</td>\n<td>Array</td>\n<td>OPTIONNAL</td>\n<td>Yes</td>\n<td>A JSON array that contains the contact email addresses you want to apply a filter on.  <br /><strong>Example</strong>: [\"<a href=\"mailto:no-reply@diabolocom.com\">no-reply@diabolocom.com</a>\"]</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<p>The objects that composed the <em>interactions</em> JSON array reflects the JSON response of the following endpoint (without the time points detail):</p>\n<ul>\n<li><strong>Get email interaction by Id</strong></li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the interactions found</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not allowed</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Interaction not found</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Interaction does not exist\" ,\"messageCode\" : \"\"error.archives.interactions.not.exists\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","archive-mail","interactions"],"host":["{{baseUrl}}"],"query":[{"key":"startDate","value":"2021-12-01"},{"key":"endDate","value":"2022-01-31"}],"variable":[]}},"response":[{"id":"0dedb522-013e-49b9-b31b-0be2d9d83eb3","name":"Email interactions get with success","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details."},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"userIds\": [\r\n        123,\r\n        456\r\n    ],\r\n    \"groupIds\": null,\r\n    \"queueIds\": [\r\n        1234\r\n    ],\r\n    \"activityIds\": null,\r\n    \"emailAddresses\": [\r\n        \"no-reply@diabolocom.com\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/archive-mail/interactions?startDate=2021-12-01&endDate=2022-01-31","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","archive-mail","interactions"],"query":[{"key":"startDate","value":"2021-12-01"},{"key":"endDate","value":"2022-01-31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 January 2021 09:23:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"previous\": null,\n    \"next\": null,\n    \"interactions\": [{\n        \"id\": 13245,\n        \"threadId\": 999,\n        \"mailType\": \"inbound\",\n        \"startedAt\": \"2021-12-25T12:03:56Z\",\n        \"finishedAt\": \"2021-12-25T12:05:56Z\",\n        \"duration\": 5555,\n        \"queueId\": 1111,\n        \"serviceId\": 2222,\n        \"contactEmail\": \"louis.dupont@gmail.com\",\n        \"displayedEmail\": \"service@diabolocom.com\",\n        \"contactSessionId\": \"11111111-1111-1111-1111-111111111111\",\n        \"wrapups\": [{\n            \"agentId\": 3333,\n            \"wrapupId\": 44444,\n            \"wrapupStatus\": \"tocall\",\n            \"wrapupPath\": \"\",\n            \"wrapupName\": \"Abandoned\",\n            \"wrapupComment\": \"\",\n            \"wrappedAt\": \"2021-12-25T12:05:56Z\"\n        }],\n        \"transfers\": 0,\n        \"tags\": [ // Will be available soon\n            \"00000000-0000-0000-0000-000000000000\",\n            \"11111111-1111-1111-1111-111111111111\"\n        ]\n    }]\n}\n"}],"_postman_id":"991a0048-25d8-47bc-8c75-0d8daf4d1259"},{"name":"Email interaction by Id","id":"d3de3a8d-149d-4136-a738-8e4a37aff332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/archive-mail/interactions/{{interactionId}}/{{contactSessionId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show information about an email interaction in the archives.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding email interaction</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method used is not allowed</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"DELETE\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n<tr>\n<td>Interaction not found</td>\n<td>404</td>\n<td><code>{ \"message\" : \"Interaction does not exist\" ,\"messageCode\" : \"\"error.archives.interaction.not.exists\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","archive-mail","interactions","{{interactionId}}","{{contactSessionId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fdaef440-3d08-4557-9400-6246551f6076","name":"Email interaction get with success","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details."}],"url":"https://public-platform.engage.diabolocom.com/api/v1/archive-mail/interactions/12345/11111111-1111-1111-1111-111111111111"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 January 2021 09:23:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 13245,\n    \"threadId\": 999,\n    \"mailType\": \"inbound\",\n    \"startedAt\": \"2021-11-25T12:03:56Z\",\n    \"finishedAt\": \"2021-11-25T12:05:56Z\",\n    \"duration\": 5555,\n    \"queueId\": 1111,\n    \"serviceId\": 2222,\n    \"contactEmail\": \"louis.dupont@gmail.com\",\n    \"displayedEmail\": \"service@diabolocom.com\",\n    \"contactSessionId\": \"11111111-1111-1111-1111-111111111111\",\n    \"wrapups\": [{\n        \"agentId\": 3333,\n        \"wrapupId\": 44444,\n        \"wrapupStatus\": \"tocall\",\n        \"wrapupPath\": \"\",\n        \"wrapupName\": \"Abandoned\",\n        \"wrapupComment\": \"\",\n        \"wrappedAt\": \"2021-11-25T12:05:56Z\"\n    }],\n    \"timePoints\": [{\n            \"action\": \"MAIL_RECEIVED_BY_SYSTEM\",\n            \"agentId\": null,\n            \"queueId\": null,\n            \"time\": \"2021-11-25T12:03:56Z\"\n        },\n        {\n            \"action\": \"MAIL_WORK_FINISHED\",\n            \"agentId\": null,\n            \"queueId\": null,\n            \"time\": \"2021-11-25T12:05:46Z\"\n        },\n        {\n            \"action\": \"AGENT_PERFORMED_CLOSE\",\n            \"agentId\": 7777,\n            \"queueId\": 1111,\n            \"time\": \"2021-11-25T12:05:56Z\"\n        },\n        {\n            \"action\": \"AGENT_PERFORMED_WRAPUP\",\n            \"agentId\": 7777,\n            \"queueId\": 1111,\n            \"time\": \"2021-11-25T12:03:56Z\"\n        },\n        {\n            \"action\": \"MAIL_WORK_FINISHED\",\n            \"agentId\": null,\n            \"queueId\": null,\n            \"time\": \"2021-11-25T12:05:56Z\"\n        },\n        {\n            \"action\": \"AGENT_PERFORMED_CLOSE\",\n            \"agentId\": 7777,\n            \"queueId\": 1111,\n            \"time\": \"2021-11-25T12:05:56Z\"\n        }\n    ],\n    \"transfers\": 0,\n    \"tags\": [ // Will be available soon\n        \"00000000-0000-0000-0000-000000000000\",\n        \"11111111-1111-1111-1111-111111111111\"\n    ]\n}"}],"_postman_id":"d3de3a8d-149d-4136-a738-8e4a37aff332"}],"id":"4d53f334-415b-4bf9-9024-49c5bc117326","_postman_id":"4d53f334-415b-4bf9-9024-49c5bc117326","description":""}],"id":"2de6e808-e2cf-4daa-bb3e-f8666b7c7a67","_postman_id":"2de6e808-e2cf-4daa-bb3e-f8666b7c7a67","description":""},{"name":"SFTP","item":[{"name":"(Re)generate a SFTP report","id":"ce42bad6-79a2-4f5d-ac99-b2342f4071e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/sftp/{{pathToSFTPReport}}/generate","description":"<h2 id=\"description\">Description</h2>\n<p>If you want to fetch data from a SFTP report (CSV file) and have the latest data available, you may want to force the (re)generation of this specific SFTP report. <em>Note that you cannot regenerate more than 10 reports at the same time (if you request 11 regenerations, the 11th will send you a 429 TOO MANY REQUESTS error).</em></p>\n<p>You can only (re)generate the last CSV file of a folder for daily reports. All CSV files can be (re)generated except the ones in the folders inside <em>/voice/campaigns</em>.</p>\n<p>This endpoint could also be used for requesting the generation of custom SFTP <strong>isolated</strong> reports, when generated the return code will be 202 and the body will return you some information.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<p>No query parameter is required but note that the path of this endpoint (after <code>/api/v1</code>) should be the exact path of your report in the SFTP.</p>\n<p>For <strong>isolated reports</strong>, the file path should contains the <strong>username</strong> of the owner of the Public API token used for this request. The file will be retrieved only for this user and in his SFTP folder.</p>\n<p>Only reports can be used as path for this endpoint, meaning only files in CSV format and in the limit of retention dates set in the solution. Audio files or other types of files cannot be accessed. Only the last date report can be genererated.</p>\n<p>If your SFTP structure is still the old one, note that only paths inside the folder <em>SFTP_2.0</em>. If you do not see the folder <em>SFTP_2.0</em>, you do not need to take into account this note.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>For a non-isolated SFTP report, the status of this regeneration request can be checked by calling the <strong>GET status of a SFTP report regeneration</strong> endpoint (see below).</p>\n<p>The response status code used will be 200. For an isolated report, the response status code will be 202.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>Valid manual generation request for isolated SFTP report</td>\n<td>202</td>\n<td><code>{ \"username\" : \"username of the admin for who the file will be generated\" ,\"generationStartAt\" : \"the date when the file will be placed on queue to be generated format (YYYY-MM-DD[T]HH:mm:ssZ)\" }</code></td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\", \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","sftp","{{pathToSFTPReport}}","generate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a320d4ac-d457-43b3-afa5-3e73600ec0c0","name":"Regeneration requested successfully","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/sftp/voice/call_log/new_callog_v3/2023-04-25_new_calllog_v3.csv/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":""},{"id":"10a657f7-cb31-42a1-9205-587749466b45","name":"Regeneration requested successfully (isolated report)","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/sftp/voice/call_log/new_callog_v3/2023-04-25_new_calllog_v3.myusername.csv/generate"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"username\" : \"myusername\",\r\n    \"generationStartAt\" : \"2026-05-01T18:00:00Z\"\r\n}"}],"_postman_id":"ce42bad6-79a2-4f5d-ac99-b2342f4071e3"},{"name":"Get status of a SFTP report regeneration","id":"9ddd28a0-88ac-42ec-9881-bef322ed946f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/sftp/{{pathToSFTPReport}}/status","description":"<h2 id=\"description\">Description</h2>\n<p>This endpoint needs to be used to know the availability of a specific SFTP report.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<p>No query parameter is required.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in JSON containing the availability status of a SFTP report, only 2 values possible:</p>\n<ul>\n<li><p><em>DONE</em> - It means that this file has its full integrity and can be downloaded</p>\n</li>\n<li><p><em>GENERATING</em> - It means that this file is nt available yet because it's currently being (re)generated.</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>Wrong report</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"Report does not exist\" , \"messageCode\" : \"error.report.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","sftp","{{pathToSFTPReport}}","status"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bd7b2b27-0faf-4a22-8660-0149338083ee","name":"Get status of a SFTP report regeneration successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/sftp/voice/call_log/new_callog_v3/2023-04-25_new_calllog_v3.csv/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"DONE\"\n}"}],"_postman_id":"9ddd28a0-88ac-42ec-9881-bef322ed946f"},{"name":"Download SFTP file","id":"d027d8b0-c7f1-4e2b-9f66-02d516b9ae6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/sftp/{{pathToSFTPReport}}","description":"<h2 id=\"description\">Description</h2>\n<p>Use this endpoint to download any file from the SFTP (CSV, recordings, logs, ...) in their original format.</p>\n<p>This endpoint can be use for 3 purposes (in the code examples, you can find an example for each one of those purposes):</p>\n<ul>\n<li><p>List all folders inside a specific folders (you can use pagination)</p>\n</li>\n<li><p>List all files inside a specific folders (you can use pagination)</p>\n</li>\n<li><p>Fetch the content of a specific file (you obviously cannot use the pagination)</p>\n</li>\n</ul>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<p>All files can be used as path for this endpoint, meaning files in CSV format will be sent as CSV, same for MP3, ... For reports, the limit of retention dates set in the solution will be applied and you can receive an error if the file is not existing in the SFTP.</p>\n<p>If your SFTP structure is still the old one, note that only paths inside the folder <em>SFTP_2.0</em>. If you do not see the folder <em>SFTP_2.0</em>, you do not need to take into account this note.</p>\n<h3 id=\"filtering\">Filtering</h3>\n<p>For filtering the dataset (when you are trying to list the list of folders or files), we can pass various options through query parameters. The different filters can be combined.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fromId</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Allow to search entities starting by a specific name. If not filled, the system will retrieve by default the first record name of this entity for your account.  <br /><strong>Example</strong>: ?fromId=activities_callscripts</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Allow to select a number of records per page (max. 100).  <br /><strong>Example</strong>: ?limit=100</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pagination\">Pagination</h3>\n<p>By default, the endpoint returns a maximum of <strong>100</strong> records per page starting by the first record name of this entity found for your account in the system. When the response exceeds the per-page maximum, you can paginate through the records by using the URL provided in <code>next</code> attribute of your current response.<br /><code>next</code> attribute will automatically fill <code>fromId</code> with the last record name found and <code>limit</code> with the limit you used in your previous request request. The next page will show the next <strong>100</strong> records (or whatever value put in <code>limit</code>) and the first record of this second page is always the one following the last record of the current page.<br />You should stop paging when the <code>next</code> attribute is <code>null</code>.</p>\n<p>Records found are always sorted by their <strong>name</strong>.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns a response body in the content type of the original file containing the content of requested file. If you requested a folder and not a file, you will get the list of all direct children in JSON.</p>\n<p><strong>In the example request you have in this documentation, you can find 2 examples: one for a file, one for a folder.</strong></p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>Wrong file</td>\n<td>404</td>\n<td><code>{ \"message\"\" : \"File does not exist\" , \"messageCode\" : \"error.file.not.exists\"}</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","sftp","{{pathToSFTPReport}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"524e9331-cd36-42fb-9149-26b0b9f79460","name":"SFTP report downloaded successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/sftp/voice/call_log/new_callog_v3/2023-04-25_new_calllog_v3.csv"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"text/csv"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"id;call_type;call_initiative;call_result;call_start;call_end;call_duration;dialing_duration;ivr_duration;wait_duration;talk_duration;hold_duration;payment_duration;\"external_transfer_dialing\";\"external_transfer_conversation\";queue_id;queue_name;campaign_id;campaign_name;campaign_contact_id;contact_phonenumber;try_number;preview_duration;service_phonenumber;service_name;archive_key;displayed_number;displayed_number_name;\"user_id_1\";\"user_login_1\";\"user_group_id_1\";\"user_group_name_1\";\"wrapup_id_1\";\"wrapup_type_1\";\"wrapup_path_1\";\"wrapup_name_1\";\"wrapup_duration_1\";\"wrapup_comment_1\";payment_id;payment_result;payment_result_detail\n8959;inbound;external;DissuasionIVR;\"12/04/2023 14:04:22\";\"12/04/2023 14:04:22\";1;0;1;0;0;0;0;0;0;;;;;;\"33123456789\";1;0;\"33123456789\";\"Service Demo 4.6.0\";\"21576654-e19a-4d10-8f91-ecdc154c4c13\";;;;;;;;;;;;;;;\n8960;inbound;external;DissuasionIVR;\"12/04/2023 14:04:28\";\"12/04/2023 14:04:28\";1;0;1;0;0;0;0;0;0;;;;;;\"33123456789\";1;0;\"33123456789\";\"Service Demo 4.6.0\";\"023bd308-4a98-4774-92fc-52ad56a26c45\";;;;;;;;;;;;;;;\n8961;inbound;external;Handled;\"12/04/2023 14:04:59\";\"12/04/2023 14:05:12\";14;0;1;8;5;0;0;0;0;10780;Testemnaskill;;;;\"33123456789\";1;0;\"33123456789\";\"Service Demo 4.6.0\";\"ce74aab4-b361-45f3-8539-2849a4e2cb41\";;;371;emna_adm;;;23;tocall;\"Codes standards\";Absent;4;;;;\n8962;inbound;external;DissuasionIVR;\"12/04/2023 14:07:56\";\"12/04/2023 14:07:56\";0;0;0;0;0;0;0;0;0;;;;;;\"33123456789\";1;0;\"33123456789\";\"Service Demo 4.6.0\";\"c02017aa-cda4-4391-921e-4c2e0a240f57\";;;;;;;;;;;;;;;\n8963;inbound;external;DissuasionIVR;\"12/04/2023 14:08:01\";\"12/04/2023 14:08:01\";0;0;0;0;0;0;0;0;0;;;;;;\"33123456789\";1;0;\"33123456789\";\"Service Demo 4.6.0\";\"d4b6030a-a25f-4c49-999c-79f8f80de3a9\";;;;;;;;;;;;;;;\n8964;inbound;external;DissuasionIVR;\"12/04/2023 14:11:10\";\"12/04/2023 14:11:10\";0;0;0;0;0;0;0;0;0;;;;;;\"33123456789\";1;0;\"33123456789\";\"Service Demo 4.6.0\";\"cdf23145-2543-4bf4-8e16-a4c305efbde2\";;;;;;;;;;;;;;;\n8965;inbound;external;DissuasionIVR;\"12/04/2023 14:11:17\";\"12/04/2023 14:11:17\";0;0;0;0;0;0;0;0;0;;;;;;\"33123456789\";1;0;\"33123456789\";\"Service Demo 4.6.0\";\"95f79b71-905b-4c2d-aa98-e96931bef0fe\";;;;;;;;;;;;;;;\n8966;inbound;external;Handled;\"12/04/2023 14:11:58\";\"12/04/2023 14:12:29\";31;0;1;4;27;0;0;0;0;10781;Bijoux_English;;;;\"33123456789\";1;0;\"33123456789\";\"Service Demo 4.6.0\";\"27cfe4ff-bdd6-469e-b437-2cbf2ac977a0\";;;371;emna_adm;;;20;arguedpositive;;\"Wrapup interrupted\";244;;;;\n8967;inbound;external;Handled;\"12/04/2023 14:54:56\";\"12/04/2023 14:55:11\";15;0;1;3;12;0;0;0;0;10781;Bijoux_English;;;;\"33123456789\";1;0;\"33123456789\";\"Service Demo 4.6.0\";\"48992408-86c2-4c41-9c5b-5037ad8bf4b8\";;;371;emna_adm;;;25;tocall;\"Codes standards\";\"Answer machine\";4;;;;\n"},{"id":"070902c4-a719-4521-af55-08fc97666984","name":"Folder with folders fetched successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/sftp/voice?fromId=activities_callscripts&limit=100","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","sftp","voice"],"query":[{"key":"fromId","value":"activities_callscripts"},{"key":"limit","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 8,\n    \"data\": [\n        {\n            \"name\": \"activities_callscripts\",\n            \"type\": \"folder\"\n        },\n        {\n            \"name\": \"call_log\",\n            \"type\": \"folder\"\n        },\n        {\n            \"name\": \"campaigns\",\n            \"type\": \"folder\"\n        },\n        {\n            \"name\": \"manual_outbound_callscripts\",\n            \"type\": \"folder\"\n        },\n        {\n            \"name\": \"queue_log\",\n            \"type\": \"folder\"\n        },\n        {\n            \"name\": \"surveys\",\n            \"type\": \"folder\"\n        },\n        {\n            \"name\": \"telecom\",\n            \"type\": \"folder\"\n        },\n        {\n            \"name\": \"variables\",\n            \"type\": \"folder\"\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/sftp/voice?fromId=variables&limit=100\"\n}\n"},{"id":"c40610b2-de63-464d-a104-988601b81614","name":"Folder with files fetched successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":{"raw":"https://public-platform.engage.diabolocom.com/api/v1/sftp/voice/call_log/new_callog_v3?fromId=2023-07-16_new_calllog_v3.csv&limit=100","protocol":"https","host":["public-platform","engage","diabolocom","com"],"path":["api","v1","sftp","voice","call_log","new_callog_v3"],"query":[{"key":"fromId","value":"2023-07-16_new_calllog_v3.csv"},{"key":"limit","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"data\": [\n        {\n            \"name\": \"2023-07-17_new_calllog_v3.csv\",\n            \"type\": \"file\",\n            \"lastUpdatedAt\": \"2023-11-01T16:52:54Z\" // Will be available soon\n        },\n        {\n            \"name\": \"2023-07-18_new_calllog_v3.csv\",\n            \"type\": \"file\",\n            \"lastUpdatedAt\": \"2023-11-01T16:52:54Z\" // Will be available soon\n        }\n    ],\n    \"next\": \"https://public-platform.engage.diabolocom.com/api/v1/sftp/voice/call_log/new_callog_v3?fromId=2023-07-18_new_calllog_v3.csv&limit=100\"\n}\n"}],"_postman_id":"d027d8b0-c7f1-4e2b-9f66-02d516b9ae6d"}],"id":"ec87bd71-b5ba-42ad-bd7d-5e19e3313b21","_postman_id":"ec87bd71-b5ba-42ad-bd7d-5e19e3313b21","description":""},{"name":"Security","item":[{"name":"IP masks whitelist","item":[{"name":"List IP masks whitelist","id":"bd9afd59-dea6-4334-8f32-bf45f8866002","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/permission/whitelist-ip-masks","description":"<h2 id=\"description\">Description</h2>\n<p>List all IP (masks) whitelisted on an account.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the IP mask whitelist details in a JSON response body. Please see the data structure of an IP mask whitelist above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","permission","whitelist-ip-masks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"071c2110-8861-42f2-8ec1-cb48d53e055a","name":"List IP masks whitelisted successfully","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/permission/whitelist-ip-masks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"mask\": \"10.10.10.10\",\n        \"createdAt\": 1662006900.792344000,\n        \"createdBy\": {\n            \"userId\": 12345,\n            \"username\": \"user1\",\n            \"firstname\": \"Louis\",\n            \"lastname\": \"Dupont\",\n            \"role\": \"ADMIN\"\n        },\n        \"updatedAt\": 1662006900.792344000,\n        \"updatedBy\": {\n            \"userId\": 12345,\n            \"username\": \"user1\",\n            \"firstname\": \"Louis\",\n            \"lastname\": \"Dupont\",\n            \"role\": \"ADMIN\"\n        }\n    }\n]"}],"_postman_id":"bd9afd59-dea6-4334-8f32-bf45f8866002"},{"name":"Add new IP mask to whitelist","id":"fcec73f9-8184-40c8-8a72-6f43e728552d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ipMask\": \"10.10.10.10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/permission/whitelist-ip-masks","description":"<h2 id=\"description\">Description</h2>\n<p>Add new IP mask to whitelist.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ipMask</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>The IP you want to whitelist. Ranges are accepted.  <br /><strong>Example</strong>: \"10.10.10.10\" or \"10.0.0.0/8\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the IP mask whitelist details in a JSON response body. Please see the data structure of an IP mask whitelist above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a POST method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"POST\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","permission","whitelist-ip-masks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fdc60812-f8ba-4b31-9c92-1390698794d8","name":"List IP masks whitelisted successfully","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ipMask\": \"10.10.10.10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/permission/whitelist-ip-masks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"mask\": \"10.10.10.10\",\n        \"createdAt\": 1662006900.792344000,\n        \"createdBy\": {\n            \"userId\": 12345,\n            \"username\": \"user1\",\n            \"firstname\": \"Louis\",\n            \"lastname\": \"Dupont\",\n            \"role\": \"ADMIN\"\n        },\n        \"updatedAt\": 1662006900.792344000,\n        \"updatedBy\": {\n            \"userId\": 12345,\n            \"username\": \"user1\",\n            \"firstname\": \"Louis\",\n            \"lastname\": \"Dupont\",\n            \"role\": \"ADMIN\"\n        }\n    }\n]"}],"_postman_id":"fcec73f9-8184-40c8-8a72-6f43e728552d"},{"name":"Delete IP masks whitelist by ID","id":"6cc59f88-7407-43d7-8d67-733286a8266a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/permission/whitelist-ip-masks/{{maskId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Delete IP mask whitelist by ID.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ipMask</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>IP mask whitelisted.  <br /><strong>Example</strong>: \"10.10.10.10\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>No response body.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a DELETE method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","permission","whitelist-ip-masks","{{maskId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1259bbde-2f5b-4522-8f1d-f9e8cfe9865c","name":"IP mask whitelisted successfully deleted","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/permission/whitelist-ip-masks/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6cc59f88-7407-43d7-8d67-733286a8266a"},{"name":"Update IP masks whitelist by ID","id":"a6ca53ca-1783-490b-ac04-5cac8732bfaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ipMask\": \"10.10.10.10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/v1/permission/whitelist-ip-masks/{{maskId}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show user information.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the IP mask whitelist details in a JSON response body. Please see the data structure of an IP mask whitelist above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the corresponding user.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" ,\"messageCode\" : \"\"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a PATCH method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"\"Request method \"PATCH\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","permission","whitelist-ip-masks","{{maskId}}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1ebe53bb-88e7-4180-a89d-5e08d75bf28b","name":"IP mask whitelisted successfully deleted","originalRequest":{"method":"DELETE","header":[{"description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","key":"Private-Token","type":"text","value":"tokenValue"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ipMask\": \"10.10.10.10\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/permission/whitelist-ip-masks/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Mar 2020 17:49:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 1,\r\n        \"mask\": \"10.10.10.10\",\r\n        \"createdAt\": 1662006900.792344000,\r\n        \"createdBy\": {\r\n            \"userId\": 12345,\r\n            \"username\": \"user1\",\r\n            \"firstname\": \"Louis\",\r\n            \"lastname\": \"Dupont\",\r\n            \"role\": \"ADMIN\"\r\n        },\r\n        \"updatedAt\": 1662006900.792344000,\r\n        \"updatedBy\": {\r\n            \"userId\": 12345,\r\n            \"username\": \"user1\",\r\n            \"firstname\": \"Louis\",\r\n            \"lastname\": \"Dupont\",\r\n            \"role\": \"ADMIN\"\r\n        }\r\n    }\r\n]"}],"_postman_id":"a6ca53ca-1783-490b-ac04-5cac8732bfaa"}],"id":"dd72625c-b447-4c02-91f9-9eb57f9086f4","description":"<h2 id=\"data-structure-for-contacts\">Data structure for contacts</h2>\n<p>Using those endpoints, you can control which IPs and/or IP masks can be whitelisted on your account.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>The ID of the IP mask whitelist created.  <br /><strong>Example</strong>: 1234</td>\n</tr>\n<tr>\n<td>mask</td>\n<td>String</td>\n<td>No</td>\n<td>The IP you want to whitelist. Ranges are accepted.  <br /><strong>Example</strong>: \"10.10.10.10\" or \"10.0.0.0/8\"</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>Timestamp</td>\n<td>Yes</td>\n<td>The date of the creation of the IP mask whitelist</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Details of the user who created the IP mask whitelist.</td>\n</tr>\n<tr>\n<td>updatedAt</td>\n<td>Timestamp</td>\n<td>Yes</td>\n<td>The date of the last modification of the IP mask whitelist</td>\n</tr>\n<tr>\n<td>updatedBy</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Details of the user who updated the IP mask whitelist.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"warning\"><strong>WARNING</strong></h3>\n<p>Please note that if you decide to add one or several IP in the whitelist, ALL IP addresses not in that list will be completely blocked. It means that all IP not whitelisted will not be able to login anymore!</p>\n","_postman_id":"dd72625c-b447-4c02-91f9-9eb57f9086f4"}],"id":"01ac74c1-667f-4224-b508-eb43eb34bf56","_postman_id":"01ac74c1-667f-4224-b508-eb43eb34bf56","description":""},{"name":"SSO","item":[{"name":"Get SSO configuration","id":"dd2ce32f-8317-48ad-bd4b-be837e0a47f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/sso/configuration","description":"<h2 id=\"description\">Description</h2>\n<p>Retrieve the SSO configuration of the account.</p>\n<p>The response body is strategy-dependent and can represent either a <strong>SAML</strong> or an <strong>OIDC</strong> configuration.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<p>No query parameter is allowed.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the SSO configuration in JSON format.</p>\n<h3 id=\"common-fields\">Common fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>strategy</td>\n<td>String</td>\n<td>NO</td>\n<td>YES</td>\n<td>Authentication strategy used for the SSO configuration. Allowed values: <code>saml</code>, <code>oidc</code>. <strong>Example</strong>: \"saml\"</td>\n</tr>\n<tr>\n<td>issuer</td>\n<td>String</td>\n<td>NO</td>\n<td>YES</td>\n<td>Issuer of the identity provider. <strong>Example</strong>: \"<a href=\"https://idp.example.com/entity\">https://idp.example.com/entity</a>\"</td>\n</tr>\n<tr>\n<td>loginField</td>\n<td>String</td>\n<td>NO</td>\n<td>YES</td>\n<td>Login field used for authentication. Default value is <code>nameID</code>. <strong>Example</strong>: \"nameID\"</td>\n</tr>\n<tr>\n<td>callbackURL</td>\n<td>String</td>\n<td>NO</td>\n<td>YES</td>\n<td>Callback URL used by the identity provider. If not explicitly configured, it is auto-generated by the system. <strong>Example</strong>: \"<a href=\"https://engage.example.com/sso/acme/assert\">https://engage.example.com/sso/acme/assert</a>\"</td>\n</tr>\n<tr>\n<td>authorizationURL</td>\n<td>String</td>\n<td>NO</td>\n<td>YES</td>\n<td>Authorization URL of the identity provider. For SAML, it corresponds to the IdP entry point. <strong>Example</strong>: \"<a href=\"https://idp.example.com/sso/saml\">https://idp.example.com/sso/saml</a>\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"saml-only-fields\">SAML-only fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>certificate</td>\n<td>String</td>\n<td>NO</td>\n<td>YES</td>\n<td>Identity provider certificate. <strong>Example</strong>: \"MIID\"</td>\n</tr>\n<tr>\n<td>certificateDuration</td>\n<td>Integer</td>\n<td>NO</td>\n<td>YES</td>\n<td>Certificate duration in years (value must be between 1 and 10). Default value is <code>10</code>. <strong>Example</strong>: 10</td>\n</tr>\n<tr>\n<td>identifierFormat</td>\n<td>String</td>\n<td>NO</td>\n<td>YES</td>\n<td>Identifier format used for SAML assertions. Default value is <code>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</code>. <strong>Example</strong>: \"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress\"</td>\n</tr>\n<tr>\n<td>authenticationContext</td>\n<td>String</td>\n<td>NO</td>\n<td>YES</td>\n<td>Authentication context used for SAML assertions. Default value is <code>urn:oasis:names:tc:SAML:2.0:ac:classes:Password</code>. <strong>Example</strong>: \"urn:oasis:names:tc:SAML:2.0:ac:classes:Password\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"oidc-only-fields\">OIDC-only fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientID</td>\n<td>String</td>\n<td>NO</td>\n<td>YES</td>\n<td>Client identifier used for the OIDC configuration. <code>clientSecret</code> is never returned in the response. <strong>Example</strong>: \"client-id\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are detailled below.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with the SSO configuration of the account.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{ \"message\" : \"User is not authorized!\" , \"messageCode\" : \"error.unauthorized\" }</code></td>\n</tr>\n<tr>\n<td>No SSO configuration found for the account</td>\n<td>404</td>\n<td><code>{ \"messageCode\": \"error.account.sso.configuration.not.found\", \"message\": \"SSO configuration not found\" }</code></td>\n</tr>\n<tr>\n<td>The method is different from a GET method.</td>\n<td>405</td>\n<td><code>{ \"message\" : \"Request method \\\"POST\\\" is not supported\" , \"messageCode\" : \"error.method.not.allowed\" }</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","account","sso","configuration"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b2df1712-7b83-4983-963e-0e66a38c1843","name":"Fetched SAML config successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/sso/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"strategy\": \"saml\",\r\n    \"issuer\": \"https://idp.example.com/entity\",\r\n    \"loginField\": \"nameID\",\r\n    \"callbackURL\": \"https://engage.example.com/sso/acme/assert\",\r\n    \"authorizationURL\": \"https://idp.example.com/sso/saml\",\r\n    \"certificate\": \"MIID\",\r\n    \"certificateDuration\": 10,\r\n    \"identifierFormat\": \"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress\",\r\n    \"authenticationContext\": \"urn:oasis:names:tc:SAML:2.0:ac:classes:Password\"\r\n}"},{"id":"41d94c15-7368-471a-a024-aa25ada3b481","name":"Fetched OIDC config successfully","originalRequest":{"method":"GET","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"}],"url":"https://public-platform.engage.diabolocom.com/api/v1/account/sso/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"strategy\": \"oidc\",\n    \"issuer\": \"https://idp.example.com\",\n    \"loginField\": \"nameID\",\n    \"callbackURL\": \"https://engage.example.com/sso/acme/assert\",\n    \"authorizationURL\": \"https://idp.example.com/oauth2/authorize\",\n    \"clientID\": \"client-id\"\n}"}],"_postman_id":"dd2ce32f-8317-48ad-bd4b-be837e0a47f8"},{"name":"Create SSO configuration","id":"27e7cb8f-47f1-4513-be61-27400c83fe3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/sso/configuration","description":"<h2 id=\"description\">Description</h2>\n<p>Create the SSO configuration of the account.</p>\n<p>The configuration can be created with either a <strong>SAML</strong> or an <strong>OIDC</strong> strategy. Only one configuration can exist per account.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<p>No query parameter is allowed.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>The request body must contain the configuration to create. The structure depends on the selected strategy.</p>\n<h3 id=\"common-fields\">Common fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>strategy</td>\n<td>String</td>\n<td>NO</td>\n<td>NO</td>\n<td>Authentication strategy of the SSO configuration. Allowed values: <code>saml</code>, <code>oidc</code>.  <br /><strong>Example</strong>: \"saml\"</td>\n</tr>\n<tr>\n<td>issuer</td>\n<td>String</td>\n<td>NO</td>\n<td>NO</td>\n<td>Issuer of the identity provider.  <br /><strong>Example</strong>: \"<a href=\"https://idp.example.com/entity\">https://idp.example.com/entity</a>\"</td>\n</tr>\n<tr>\n<td>loginField</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Login field used for authentication. If omitted, default value is <code>nameID</code>.  <br /><strong>Example</strong>: \"nameID\"</td>\n</tr>\n<tr>\n<td>callbackURL</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Callback URL used by the identity provider. If omitted, it is auto-generated by the system.  <br /><strong>Example</strong>: \"<a href=\"https://engage.example.com/sso/acme/assert\">https://engage.example.com/sso/acme/assert</a>\"</td>\n</tr>\n<tr>\n<td>authorizationURL</td>\n<td>String</td>\n<td>NO</td>\n<td>NO</td>\n<td>Authorization URL of the identity provider. For SAML, it corresponds to the IdP entry point.  <br /><strong>Example</strong>: \"<a href=\"https://idp.example.com/sso/saml\">https://idp.example.com/sso/saml</a>\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"saml-specific-fields\">SAML-specific fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>certificate</td>\n<td>String</td>\n<td>NO</td>\n<td>NO</td>\n<td>Identity provider certificate. Mandatory when <code>strategy</code> is <code>saml</code>.  <br /><strong>Example</strong>: \"MIID\"</td>\n</tr>\n<tr>\n<td>certificateDuration</td>\n<td>Integer</td>\n<td>YES</td>\n<td>NO</td>\n<td>Certificate duration in years (value must be between 1 and 10). If omitted, default value is <code>10</code>.  <br /><strong>Example</strong>: 10</td>\n</tr>\n<tr>\n<td>identifierFormat</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Identifier format used for SAML assertions. If omitted, a default value is applied by the system.  <br /><strong>Example</strong>: \"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress\"</td>\n</tr>\n<tr>\n<td>authenticationContext</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Authentication context used for SAML assertions. If omitted, a default value is applied by the system.  <br /><strong>Example</strong>: \"urn:oasis:names:tc:SAML:2.0:ac:classes:Password\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"oidc-specific-fields\">OIDC-specific fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientID</td>\n<td>String</td>\n<td>NO</td>\n<td>NO</td>\n<td>Client identifier used for the OIDC configuration. Mandatory when <code>strategy</code> is <code>oidc</code>.  <br /><strong>Example</strong>: \"client-id\"</td>\n</tr>\n<tr>\n<td>clientSecret</td>\n<td>String</td>\n<td>NO</td>\n<td>NO</td>\n<td>Client secret used for the OIDC configuration. Mandatory when <code>strategy</code> is <code>oidc</code>. This field is never returned in the response.  <br /><strong>Example</strong>: \"secret-value\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the created SSO configuration.</p>\n<p><code>clientSecret</code> is never returned in the response body.</p>\n","urlObject":{"path":["api","v1","account","sso","configuration"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"51095926-3bbe-4a22-9dc4-3b2fc41b6506","name":"SAML config created successfully","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"strategy\": \"saml\",\r\n    \"issuer\": \"https://idp.example.com/entity\",\r\n    \"authorizationURL\": \"https://idp.example.com/sso/saml\",\r\n    \"certificate\": \"MIID\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/sso/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"strategy\": \"saml\",\r\n    \"issuer\": \"https://idp.example.com/entity\",\r\n    \"loginField\": \"nameID\",\r\n    \"callbackURL\": \"https://engage.example.com/sso/acme/assert\",\r\n    \"authorizationURL\": \"https://idp.example.com/sso/saml\",\r\n    \"certificate\": \"MIID\",\r\n    \"certificateDuration\": 10,\r\n    \"identifierFormat\": \"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress\",\r\n    \"authenticationContext\": \"urn:oasis:names:tc:SAML:2.0:ac:classes:Password\"\r\n}"},{"id":"42cfb57c-8acc-45fe-a938-32e1c74bae1c","name":"OIDC config created successfully","originalRequest":{"method":"POST","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"strategy\": \"oidc\",\r\n    \"issuer\": \"https://idp.example.com\",\r\n    \"authorizationURL\": \"https://idp.example.com/oauth2/authorize\",\r\n    \"clientID\": \"client-id\",\r\n    \"clientSecret\": \"secret-value\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/sso/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"strategy\": \"oidc\",\r\n    \"issuer\": \"https://idp.example.com\",\r\n    \"loginField\": \"nameID\",\r\n    \"callbackURL\": \"https://engage.example.com/sso/acme/assert\",\r\n    \"authorizationURL\": \"https://idp.example.com/oauth2/authorize\",\r\n    \"clientID\": \"client-id\"\r\n}"}],"_postman_id":"27e7cb8f-47f1-4513-be61-27400c83fe3d"},{"name":"Update SSO configuration","id":"1e8e2df0-0afd-4456-9e75-d18d93e39f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Private-Token","value":"{{privateToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"url":"{{baseUrl}}/api/v1/account/sso/configuration","description":"<h2 id=\"description\">Description</h2>\n<p>Update one or several properties of the SSO configuration of the account.</p>\n<p>This method only updates the properties provided in the request. All other properties remain unchanged.</p>\n<p>The <code>strategy</code> cannot be modified once the SSO configuration has been created.</p>\n<h2 id=\"query-parameters\">Query parameter(s)</h2>\n<p>No query parameter is allowed.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>All fields are optional.</p>\n<p>The request body can contain any subset of the fields below depending on the strategy.</p>\n<h3 id=\"common-fields\">Common fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>strategy</td>\n<td>String</td>\n<td>NO</td>\n<td>NO</td>\n<td>Authentication strategy of the SSO configuration. Strategy change is not allowed on update.  <br /><strong>Example</strong>: \"saml\"</td>\n</tr>\n<tr>\n<td>issuer</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Issuer of the identity provider.  <br /><strong>Example</strong>: \"<a href=\"https://idp.example.com/entity\">https://idp.example.com/entity</a>\"</td>\n</tr>\n<tr>\n<td>loginField</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Login field used for authentication.  <br /><strong>Example</strong>: \"nameID\"</td>\n</tr>\n<tr>\n<td>callbackURL</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Callback URL used by the identity provider. Blank value is ignored.  <br /><strong>Example</strong>: \"<a href=\"https://engage.example.com/sso/acme/assert\">https://engage.example.com/sso/acme/assert</a>\"</td>\n</tr>\n<tr>\n<td>authorizationURL</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Authorization URL of the identity provider. For SAML, it corresponds to the IdP entry point.  <br /><strong>Example</strong>: \"<a href=\"https://idp.example.com/oauth2/authorize-v2\">https://idp.example.com/oauth2/authorize-v2</a>\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"saml-specific-fields\">SAML-specific fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>certificate</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Identity provider certificate.  <br /><strong>Example</strong>: \"UPDATED_CERT\"</td>\n</tr>\n<tr>\n<td>certificateDuration</td>\n<td>Integer</td>\n<td>YES</td>\n<td>NO</td>\n<td>Certificate duration in years (value must be between 1 and 10).  <br /><strong>Example</strong>: 7</td>\n</tr>\n<tr>\n<td>identifierFormat</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Identifier format used for SAML assertions.  <br /><strong>Example</strong>: \"urn:custom:nameid\"</td>\n</tr>\n<tr>\n<td>authenticationContext</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Authentication context used for SAML assertions.  <br /><strong>Example</strong>: \"urn:custom:auth\"</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"oidc-specific-fields\">OIDC-specific fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Nullable</th>\n<th>Read-only</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>clientID</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Client identifier used for the OIDC configuration.  <br /><strong>Example</strong>: \"client-id\"</td>\n</tr>\n<tr>\n<td>clientSecret</td>\n<td>String</td>\n<td>YES</td>\n<td>NO</td>\n<td>Client secret used for the OIDC configuration. This field is accepted but never returned in the response.  <br /><strong>Example</strong>: \"secret-value\"</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the updated SSO configuration.</p>\n<p><code>clientSecret</code> is never returned in the response body.</p>\n","urlObject":{"path":["api","v1","account","sso","configuration"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d76f6998-4cfe-4c87-8ca2-92514774abae","name":"SAML config updated successfully","originalRequest":{"method":"PATCH","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"certificate\": \"UPDATED_CERT\",\r\n    \"certificateDuration\": 7,\r\n    \"identifierFormat\": \"urn:custom:nameid\",\r\n    \"authenticationContext\": \"urn:custom:auth\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/sso/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"strategy\": \"saml\",\n    \"issuer\": \"https://idp.example.com/entity\",\n    \"loginField\": \"nameID\",\n    \"callbackURL\": \"https://engage.example.com/sso/acme/assert\",\n    \"authorizationURL\": \"https://idp.example.com/sso/saml\",\n    \"certificate\": \"UPDATED_CERT\",\n    \"certificateDuration\": 7,\n    \"identifierFormat\": \"urn:custom:nameid\",\n    \"authenticationContext\": \"urn:custom:auth\"\n}"},{"id":"44d078af-6992-4776-bbf7-70149550aea2","name":"OIDC config updated successfully","originalRequest":{"method":"PATCH","header":[{"key":"Private-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"authorizationURL\": \"https://idp.example.com/oauth2/authorize-v2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://public-platform.engage.diabolocom.com/api/v1/account/sso/configuration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"strategy\": \"oidc\",\n    \"issuer\": \"https://idp.example.com\",\n    \"loginField\": \"nameID\",\n    \"callbackURL\": \"https://engage.example.com/sso/acme/assert\",\n    \"authorizationURL\": \"https://idp.example.com/oauth2/authorize-v2\",\n    \"clientID\": \"client-id\"\n}"}],"_postman_id":"1e8e2df0-0afd-4456-9e75-d18d93e39f71"}],"id":"246fa944-ac4c-4aa8-808e-3223c66cef56","_postman_id":"246fa944-ac4c-4aa8-808e-3223c66cef56","description":""}],"id":"1b82c2f6-1a36-42d3-a7a3-8d20189e68a4","description":"<h1 id=\"what-are-public-apis\">What are Public APIs?</h1>\n<p>Public APIs are APIs that provide higher capabilities, flexibility and more security to allow you to integrate more easily with Diabolocom. New endpoints will be added continiuously with the different releases.</p>\n<h1 id=\"conventions\">Conventions</h1>\n<h2 id=\"endpoints\">Endpoints</h2>\n<p>Endpoints are described with an HTTP method and a path. Example:</p>\n<p><code>GET /api/v1/account/users</code></p>\n<p>An API is composed by a base prefix called <em>baseUrl</em> in this documentation, followed by the endpoint itself. If, for example, your platform is <strong>FR4</strong>, your base URL will be:</p>\n<p><a href=\"https://public-fr4.engage.diabolocom.com\"><code>https://public-fr4.engage.diabolocom.com</code></a></p>\n<p>Then you just have to add the endpoint to the end of the base URL. You will have a URL like that for example:</p>\n<p><a href=\"https://public-fr4.engage.diabolocom.com/api/v1/account/users\"><code>https://public-fr4.engage.diabolocom.com/api/v1/account/users</code></a></p>\n<p>Double curly braces, {{}}, in the path of the URL indicate a variable that you must replace.</p>\n<p>Example: in the following endpoint, you should replace {{groupId}} with the id of the group.</p>\n<p><a href=\"https://public-fr4.engage.diabolocom.com/api/v1/account/groups/%7B%7BgroupId%7D%7D\"><code>https://public-fr4.engage.diabolocom.com/api/v1/account/groups/{{groupId}}</code></a></p>\n<h2 id=\"versioning\">Versioning</h2>\n<p>Public APIs support versioning and the version you want to use has to be indicated in the URL. Example:</p>\n<p>\"/api/<strong>v1</strong>\"</p>\n<p>The current version(s) supported are:</p>\n<ul>\n<li><p>v1 (most recent version for most endpoints)</p>\n</li>\n<li><p>v2 (most recent version for <em>Contacts</em>)</p>\n</li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<p>You must have an administrator profile in order to make API requests. You can authorize against the API using API private token.</p>\n<h2 id=\"api-private-token\">API private token</h2>\n<p>API private tokens are managed in the admin interface at Settings &gt; Account &gt; Public APIs. The page lets you create, view or revoke private tokens. More than one token can be active at the same time. Revoking a token removes it permanently.</p>\n<p>To authenticate calls to any Public API, you’ll need to send a <code>Private-token</code> header that contains your private token along with your request. Therefore, it would look something like this:</p>\n<p><code>curl --request GET '</code><a href=\"https://public-%7B%7Bplatform%7D%7D.engage.diabolocom.com/api/v1/account/users'\"><code>https://public-{{platform}}.engage.diabolocom.com/api/v1/account/users'</code></a> <code>\\`` `` ``--header 'Private-Token: {{privateToken}}' \\</code></p>\n<p>⚠️<strong>Important Note</strong>: As passwords, API private tokens can be used to impersonate any administrator in the account. You are responsible for the security of your API token; we do recommend that you store it in a secure location on your server. Delete any unused tokens. Delete a token at once if you suspect it's been compromised and create another one if necessary.</p>\n<h1 id=\"request-format\">Request format</h1>\n<p>Public APIs are REST APIs.<br />You must use a <code>Content-Type: application/json</code> header in POST, PATCH and PUT requests.<br />You must set an <code>Accept: application/json</code> header on all requests.</p>\n<p>The properties for this API are case sensitive. For example, <strong>contactID</strong> won't work if <strong>contactId</strong> is expected in the JSON request body.</p>\n<p>For each endpoint below, the request body is described in a table. Each table provides a resource's properties, their types, whether or not they're required, and descriptions.</p>\n<p>All endpoints have a limitation of <strong>2MB</strong> size for the request body. If you go over this limit, you will receive an adequate error message.</p>\n<h1 id=\"response-format\">Response format</h1>\n<p>Public APIs respond to successful requests with HTTP status codes in the 200 range.</p>\n<p>When you create or update a resource, the API returns the resulting JSON representation in the response body.<br />For each endpoint below, the response body is described in a table. Each table provides a resource's properties, their types and descriptions.</p>\n<h1 id=\"data-types\">Data Types</h1>\n<p>API return and accept JSON values: strings in double quotes, numbers, objects, arrays, true or false, or null.</p>\n<h2 id=\"time-stamps\">Time stamps</h2>\n<p>Time stamps are formatted as strings, following the standard <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO 8601</a>.</p>\n<p>Example: <strong>2019-03-22T08:43:37Z</strong> (UTC).</p>\n<p>Example: <strong>2018-01-16T09:59:09+02:00</strong> (UTC+2, Paris Time during summer time for instance).</p>\n","event":[{"listen":"prerequest","script":{"id":"664b4e9d-a3e0-491f-b024-245865c24156","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4d4819df-61c4-419a-b28a-766818e2a5e8","type":"text/javascript","exec":[""]}}],"_postman_id":"1b82c2f6-1a36-42d3-a7a3-8d20189e68a4"},{"name":"AI APIs","item":[{"name":"AI Platform","item":[{"name":"Public API","item":[{"name":"Audio","item":[{"name":"Endpoints description","item":[{"name":"api/job/tasks | form-data","id":"87871e24-7d46-4e51-b26a-b15ca23f221b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_tasks[0]","value":"actions-extraction","type":"default"},{"key":"insight_tasks[1]","value":"call-reason-extraction","type":"default"},{"key":"insight_tasks[2]","value":"summarization","type":"default"},{"key":"generate_tags_with_summary","value":"1","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p><strong>Relevant use cases</strong> :</p>\n<ul>\n<li>File upload, using <code>file</code> (<code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>)</li>\n</ul>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/tasks</code></p>\n<p><strong>Request method</strong> : POST</p>\n<h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>task</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>AI Task to perform  <br />  <br />Possible values:  <br />- <code>'transcription'</code> : Transcription task for input audio  <br />- <code>'ai-insight'</code> : AI analyses task for existing transcription task job ID  <br />- <code>'transcription-to-ai-insight'</code> : Transcription and AI analyses for input audio</td>\n<td><code>task:'transcription-to-ai-insight'</code></td>\n</tr>\n<tr>\n<td><code>insight_task</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>insight_tasks</code> not present</td>\n<td>AI Analysis to perform (single analysis) -&gt; technical name (id)  <br />  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>insight_task:'summarization'</code></td>\n</tr>\n<tr>\n<td><code>insight_tasks</code></td>\n<td>Array of String (among possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>insight_task</code> not present</td>\n<td>AI Analyses to perform (multiple analyses) -&gt; technical name (id)  <br />  <br />Only available for paid plans: More details in dedicated section <a href=\"#d9033624-d950-47f4-9cbb-cddd120e3a46\">Run multiple AI analyses</a>  <br />  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>insight_tasks[0]:'summarization'</code>  <br /><code>insight_tasks[1]:'call-reason-extraction'</code>  <br /><code>insight_tasks[2]:'nps-estimation'</code>  <br /><code>insight_tasks[3]:'actions-extraction'</code>  <br /><code>insight_tasks[4]:'sequencing'</code></td>\n</tr>\n<tr>\n<td><code>generate_tags_with_summary</code></td>\n<td>Boolean  <br />(\"1\" for True, \"0\" for False)</td>\n<td>OPTIONAL  <br />  <br />Only active when AI analysis <code>summarization</code> is performed:  <br />- <code>insight_task</code> : <code>'summarization'</code>  <br />- <code>insight_tasks[i]</code> : <code>'summarization'</code></td>\n<td>Option to enable the tags generation , dedicated to AI analysis <code>'summarization'</code>  <br />  <br />Default :  <br />False (\"0\")  <br />  <br />More details in dedicated section <a href=\"#6455ba13-0dcc-43ef-a21b-1ae908e73e1f\">Summarize a call</a></td>\n<td><code>generate_tags_with_summary:'1'</code></td>\n</tr>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code></td>\n<td>Unique Identifier of existing transcription task job</td>\n<td><code>job_id:'6b4e3482-0074-480c-bc00-267a40571a7d'</code></td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td>File  <br />  <br />Must not be greater than 60 MB  <br />  <br />Audio file (mp3, wav), 16kHz 16 bits works the best</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>Input audio  <br />  <br />Default :  <br />- Stereo audio file  <br />- Left channel : Contact  <br />- Right channel : Agent  <br />  <br />Mono audio file, when enabled (<code>voicemail:'1'</code>)</td>\n<td><code>file:@'/path/to/file'</code></td>\n</tr>\n<tr>\n<td><code>voicemail</code></td>\n<td>Boolean  <br />(\"1\" for True, \"0\" for False)</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Option to enable mono channel audio transcription for single speaker audio. When used with <code>diabolocom_call_id</code>, it automatically fetches the most recent voicemail for that call from the CCaaS platform.  <br />  <br />Default :  <br />False (\"0\")  <br />  <br />List of available AI Analyses for single speaker voicemail : <code>'call-reason-extraction'</code>, <code>'summarization'</code>, <code>'contact-reason-classification'</code>  <br />Constraint: This parameter cannot be used at the same time as <code>diarize_audio</code>.</td>\n<td><code>voicemail:'1'</code></td>\n</tr>\n<tr>\n<td><code>diarize_audio</code></td>\n<td>Boolean  <br />(\"1\" for True, \"0\" for False)</td>\n<td></td>\n<td>Option to enable speaker diarization (identifying different speakers) before transcription. Routes the job to the diarization queue.  <br />Active only for tasks: <code>transcription</code>, <code>transcription-to-ai-insight</code>.  <br />  <br />Default: \"0\" (False)  <br />  <br />Constraint: This parameter cannot be used at the same time as <code>voicemail</code>.</td>\n<td><code>diarize_audio: '1'</code></td>\n</tr>\n<tr>\n<td><code>swap_audio_channels</code></td>\n<td>Boolean  <br />(\"1\" for True, \"0\" for False)</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Option to invert the default stereo channel mapping for transcription.  <br />  <br />Default if omitted or set to False (\"0\") :  <br />- Left channel = <code>client</code>  <br />- Right channel = <code>agent</code>  <br />  <br />If set to True (\"1\") :  <br />- Left channel = <code>agent</code>  <br />- Right channel = <code>client</code>  <br />  <br />Ignored when <code>voicemail:'1'</code> or <code>diarize_audio:'1'</code>, as the stereo channel mapping is not used in those cases.</td>\n<td><code>swap_audio_channels:'1'</code></td>\n</tr>\n<tr>\n<td><code>keep_audio_after_analysis</code></td>\n<td>Boolean  <br />(\"1\" for True, \"0\" for False)</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>Option to enable the audio file secure storage, to be accessed on demand and consumed in advanced transcription web components or via API  <br />  <br />Default :  <br />False (\"0\")</td>\n<td><code>keep_audio_after_analysis:'1'</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>original_call_id:'call_id_123456'</code></td>\n</tr>\n<tr>\n<td><code>diabolocom_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Diabolocom CCaaS call ID, for non native integration with Diabolocom CCaaS (Public API flow)  <br />  <br />- Used for call recording file remote retrieval (without storage), call breaks and metadata retrieval  <br />- Stored as <code>original_call_id</code> when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>diabolocom_call_id:'52036592'</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>meta</code> keys are automatically converted to Lower Case format <em>(e.g.</em> <code>Thread_Id</code> <em>is converted to</em> <code>thread_id</code><em>)</em>.  <br />It is recommended to define keys in Lower Case format, to have identical meta keys for both input and output payloads (content of <code>meta</code> object)</td>\n<td><code>meta[thread_id]:'8954264'</code>  <br /><code>meta[crm_ticket_id]:'crm_123456'</code></td>\n</tr>\n<tr>\n<td><code>results_webhook_callback_url</code></td>\n<td>String (URL)</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>URL of public endpoint to receive a webhook callback (POST request) on successful transcription or/and AI analyses  <br />  <br />Payload Format: More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></td>\n<td><code>results_webhook_callback_url:'https://my-webhook-url.io/further-details/diabolocom?requestId=yourRequestUuid'</code></td>\n</tr>\n<tr>\n<td><code>configuration</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Configuration Object to setup transcription parameters and AI analyses parameters</strong></td>\n<td><code>configuration[company_name]:'Company A'</code>  <br /><code>configuration[vocabulary]:'Company sector, products names, industry'</code>  <br /><code>configuration[asr][prompt]:'Inbound call for customer service'</code>  <br /><code>configuration[asr][lang]:'en'</code>  <br /><code>configuration[insights][output_lang]:'en'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company_name</code></td>\n<td>String  <br />  <br />Must not be greater than 50 characters</td>\n<td>REQUIRED</td>\n<td>Company name to provide to transcription/analyses model, for better recognition</td>\n<td><code>configuration[company_name]:'Company A'</code></td>\n</tr>\n<tr>\n<td><code>vocabulary</code></td>\n<td>String  <br />  <br />Must not be greater than 300 characters  <br />  <br />Can have up to 15 entries (separated by comma), each entry must not be greater than 30 characters</td>\n<td>REQUIRED</td>\n<td>Specific vocabulary to provide to transcription/analyses model, for better recognition</td>\n<td><code>configuration[vocabulary]:'Company sector, products names, industry'</code></td>\n</tr>\n<tr>\n<td><code>asr</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>Only active when :  <br />-</strong> <strong><code>task</code></strong> <strong>:</strong> <strong><code>'transcription'</code></strong> <strong>or</strong> <strong><code>'transcription-to-ai-insight'</code></strong></td>\n<td><strong>Configuration Object to setup transcription dedicated parameters</strong></td>\n<td><code>configuration[asr][prompt]:'Inbound call for customer service'</code>  <br /><code>configuration[asr][lang]:'en'</code>  <br /><code>configuration[asr][output_lang]:['fr']</code></td>\n</tr>\n<tr>\n<td><code>insights</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL  <br />  <br />REQUIRED only when AI analysis requires dedicated task parameters</strong> <em><strong>(e.g.</strong></em> <strong><code>contact-reason-classification</code></strong><em><strong>)</strong></em>  <br />  <br /><strong>Only active when :  <br />-</strong> <strong><code>task</code></strong> <strong>:</strong> <strong><code>'ai-insight'</code></strong> <strong>or</strong> <strong><code>'transcription-to-ai-insight'</code></strong></td>\n<td><strong>Configuration Object to setup AI analyses dedicated parameters</strong></td>\n<td><code>configuration[insights][output_lang]:'en'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]:'New product purchase'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]:'Issue with delivery, delivery request'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]:'Request to return delivered products'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.asr</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prompt</code></td>\n<td>String  <br />  <br />Must not be greater than 400 characters</td>\n<td>OPTIONAL</td>\n<td>Brief context of input audio to provide to transcription model</td>\n<td><code>configuration[asr][prompt]:'Inbound call for customer service'</code></td>\n</tr>\n<tr>\n<td><code>lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the input audio  <br />(ISO 639-1 language code)  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td><code>configuration[asr][lang]:'en'</code></td>\n</tr>\n<tr>\n<td><code>output_lang</code></td>\n<td>List (One or many of possible values)</td>\n<td>OPTIONAL</td>\n<td>List of Languages for the transcription to be translated into  <br />(ISO 639-1 language code)  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available translation languages</a></td>\n<td><code>configuration[asr][output_lang][0]:'fr'</code></td>\n</tr>\n<tr>\n<td><code>segments_to_crop</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>OPTIONAL</strong></td>\n<td><strong>Configuration Object to setup specific parts of input audio to remove, in order to improve the quality of transcription</strong></td>\n<td><code>configuration[asr][segments_to_crop][0][start]:'0'</code>  <br /><code>configuration[asr][segments_to_crop][0][end]:'83012'</code>  <br /><code>configuration[asr][segments_to_crop][1][start]:'490005'</code>  <br /><code>configuration[asr][segments_to_crop][1][end]:'593014</code>'</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.asr.segments_to_crop[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Start time in milliseconds of the segment to remove  <br />  <br /><em>e.g.  <br />0 =&gt; Crop start time 00:00:00 (0 min 0 s 0ms)  <br />490005 =&gt; Crop start time 08:10:05 (8 min 10 s 05 ms)</em></td>\n<td><code>configuration[asr][segments_to_crop][0][start]:'0'</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>End time in milliseconds of the segment to remove  <br />  <br /><em>e.g.  <br />83012 =&gt; Crop end time 01:23:12 (1 min 23 s 12ms)  <br />593014 =&gt; Crop end time 09:53:14 (9 min 53 s 14 ms)</em></td>\n<td><code>configuration[asr][segments_to_crop][0][end]:'83012'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.insights</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>output_lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the AI analyses results language  <br />(ISO 639-1 language code)  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>configuration[insights][output_lang]:'en'</code></td>\n</tr>\n<tr>\n<td><code>tasks_parameters</code></td>\n<td>Object</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when AI analysis requires dedicated task parameters <em>(e.g.</em> <code>contact-reason-classification</code><em>)</em></td>\n<td>Configuration Object to setup AI analyses dedicated input parameters, depending on models specific requirements  <br />  <br />Payload Format: More details in API documentation for each model with input parameters</td>\n<td><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]:'New product purchase'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]:'Issue with delivery, delivery request'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]:'Request to return delivered products'</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'2e08ec1f-ea75-406d-9516-9ad16381e975'</code></td>\n</tr>\n<tr>\n<td><code>job_status_endpoint_url</code></td>\n<td>String (URL)</td>\n<td>1h lasting signed URL that can polled for progress/result of task's job</td>\n<td><code>job_status_endpoint_url:'{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&amp;task=transcription-to-ai-insight&amp;signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's input audio</td>\n<td><code>audio_id:'119cd0d4-0b53-4142-8d8c-dc7aadc67bd6'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"59ed5dda-722e-465f-bd60-1467bf2784d0","name":"api/job/tasks | form-data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_tasks[0]","value":"actions-extraction","type":"default"},{"key":"insight_tasks[1]","value":"call-reason-extraction","type":"default"},{"key":"insight_tasks[2]","value":"summarization","type":"default"},{"key":"generate_tags_with_summary","value":"1","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"87871e24-7d46-4e51-b26a-b15ca23f221b"},{"name":"api/job/tasks | json","id":"45f823ea-7021-468a-bd2f-7e384fd6040c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"transcription-to-ai-insight\",\n    \"insight_tasks\": [\n        \"actions-extraction\",\n        \"call-reason-extraction\",\n        \"summarization\"\n    ],\n    \"generate_tags_with_summary\": true,\n    \"diabolocom_call_id\": \"{{callId}}\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"asr\": {\n            \"prompt\": \"Inbound call for customer service\",\n            \"lang\": \"en\"\n        },\n        \"insights\": {\n            \"output_lang\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p><strong>Relevant use cases</strong> :</p>\n<ul>\n<li><p>AI analyses performed on existing transcription task job ID, using <code>job_id</code> (<code>task</code> : <code>'ai-insight'</code>)</p>\n</li>\n<li><p>API integration with Diabolocom CCaaS, using <code>diabolocom_call_id</code> (<code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>)</p>\n</li>\n</ul>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/tasks</code></p>\n<p><strong>Request method</strong> : POST</p>\n<h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code><br /><code>Content-Type</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>task</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>AI Task to perform  <br />  <br />Possible values:  <br />- <code>'transcription'</code> : Transcription task for input audio  <br />- <code>'ai-insight'</code> : AI analyses task for existing transcription task job ID  <br />- <code>'transcription-to-ai-insight'</code> : Transcription and AI analyses for input audio</td>\n<td><code>task:'transcription-to-ai-insight'</code></td>\n</tr>\n<tr>\n<td><code>insight_task</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>insight_tasks</code> not present</td>\n<td>AI Analysis to perform (single analysis) -&gt; technical name (id)  <br />  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>insight_task:'summarization'</code></td>\n</tr>\n<tr>\n<td><code>insight_tasks</code></td>\n<td>Array of String (among possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>insight_task</code> not present</td>\n<td>AI Analyses to perform (multiple analyses) -&gt; technical name (id)  <br />  <br />Only available for paid plans: More details in dedicated section <a href=\"#d9033624-d950-47f4-9cbb-cddd120e3a46\">Run multiple AI analyses</a>  <br />  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>insight_tasks:['summarization','call-reason-extraction','nps-estimation','actions-extraction','sequencing']</code></td>\n</tr>\n<tr>\n<td><code>generate_tags_with_summary</code></td>\n<td>Boolean</td>\n<td>OPTIONAL  <br />  <br />Only active when AI analysis <code>summarization</code> is performed:  <br />- <code>insight_task</code> : <code>'summarization'</code>  <br />- <code>insight_tasks[i]</code> : <code>'summarization'</code></td>\n<td>Option to enable the tags generation , dedicated to AI analysis <code>'summarization'</code>  <br />  <br />Default :  <br />False  <br />  <br />More details in dedicated section <a href=\"#6455ba13-0dcc-43ef-a21b-1ae908e73e1f\">Summarize a call</a></td>\n<td><code>generate_tags_with_summary:true</code></td>\n</tr>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code></td>\n<td>ID of existing transcription task job</td>\n<td><code>job_id:'6b4e3482-0074-480c-bc00-267a40571a7d'</code></td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td>File  <br />  <br />Must not be greater than 60 MB  <br />  <br />Audio file (mp3, wav), 16kHz 16 bits works the best</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>Input audio  <br />  <br />Default :  <br />- Stereo audio file  <br />- Left channel : Contact  <br />- Right channel : Agent  <br />  <br />Mono audio file, when enabled (<code>voicemail:'1'</code>)</td>\n<td><code>file:@'/path/to/file'</code></td>\n</tr>\n<tr>\n<td><code>voicemail</code></td>\n<td>Boolean</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Option to enable mono channel audio transcription for single speaker audio. When used with <code>diabolocom_call_id</code>, it automatically fetches the most recent voicemail for that call from the CCaaS platform.  <br />  <br />Default :  <br />False  <br />  <br />List of available AI Analyses for single speaker voicemail : <code>'call-reason-extraction'</code>, <code>'summarization'</code>, <code>'contact-reason-classification'</code>  <br />  <br />Constraint: This parameter cannot be used at the same time as <code>diarize_audio</code>.</td>\n<td><code>voicemail:true</code></td>\n</tr>\n<tr>\n<td><code>diarize_audio</code></td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Option to enable speaker diarization (identifying different speakers) before transcription.  <br />Active only for tasks: <code>transcription</code>, <code>transcription-to-ai-insight</code>.  <br />  <br />Default:  <br />False  <br />  <br />Constraint: This parameter cannot be used at the same time as <code>voicemail</code>.</td>\n<td><code>diarize_audio:true</code></td>\n</tr>\n<tr>\n<td><code>keep_audio_after_analysis</code></td>\n<td>Boolean</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>Option to enable the audio file secure storage, to be accessed on demand and consumed in advanced transcription web components or via API  <br />  <br />Default :  <br />False</td>\n<td><code>keep_audio_after_analysis:true</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>original_call_id:'call_id_123456'</code></td>\n</tr>\n<tr>\n<td><code>diabolocom_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Diabolocom CCaaS call ID, for non native integration with Diabolocom CCaaS (Public API flow)  <br />  <br />- Used for call recording file remote retrieval (without storage), call breaks and metadata retrieval  <br />- Stored as <code>original_call_id</code> when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>diabolocom_call_id:'52036592'</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>meta</code> keys are automatically converted to Lower Case format <em>(e.g.</em> <code>Thread_Id</code> <em>is converted to</em> <code>thread_id</code><em>)</em>.  <br />It is recommended to define keys in Lower Case format, to have identical meta keys for both input and output payloads (content of <code>meta</code> object)</td>\n<td><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456'}</code></td>\n</tr>\n<tr>\n<td><code>results_webhook_callback_url</code></td>\n<td>String (URL)</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>URL of public endpoint to receive a webhook callback (POST request) on successful transcription or/and AI analyses  <br />  <br />Payload Format: More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></td>\n<td><code>results_webhook_callback_url:'https://my-webhook-url.io/further-details/diabolocom?requestId=yourRequestUuid'</code></td>\n</tr>\n<tr>\n<td><code>configuration</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Configuration Object to setup transcription parameters and AI analyses parameters</strong></td>\n<td><code>configuration:</code>  <br /><code>{'company_name':'Company A','vocabulary':'Company sector, products names, industry','asr':{'prompt':'Inbound call for customer service','lang':'en'},'insights':{'output_lang':'en'}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company_name</code></td>\n<td>String  <br />  <br />Must not be greater than 50 characters</td>\n<td>REQUIRED</td>\n<td>Company name to provide to transcription/analyses model, for better recognition</td>\n<td><code>company_name:'Company A'</code></td>\n</tr>\n<tr>\n<td><code>vocabulary</code></td>\n<td>String  <br />  <br />Must not be greater than 300 characters  <br />  <br />Can have up to 15 entries (separated by comma), each entry must not be greater than 30 characters</td>\n<td>REQUIRED</td>\n<td>Specific vocabulary to provide to transcription/analyses model, for better recognition</td>\n<td><code>vocabulary:'Company sector, products names, industry'</code></td>\n</tr>\n<tr>\n<td><code>asr</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>Only active when :  <br />-</strong> <strong><code>task</code></strong> <strong>:</strong> <strong><code>'transcription'</code></strong> <strong>or</strong> <strong><code>'transcription-to-ai-insight'</code></strong></td>\n<td><strong>Configuration Object to setup transcription dedicated parameters</strong></td>\n<td><code>asr:</code>  <br /><code>{'prompt':'Inbound call for customer service','lang':'en', 'output_lang':['fr']}</code></td>\n</tr>\n<tr>\n<td><code>insights</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL  <br />  <br />REQUIRED only when AI analysis requires dedicated task parameters</strong> <em><strong>(e.g.</strong></em> <strong><code>contact-reason-classification</code></strong><em><strong>)</strong></em>  <br />  <br /><strong>Only active when :  <br />-</strong> <strong><code>task</code></strong> <strong>:</strong> <strong><code>'ai-insight'</code></strong> <strong>or</strong> <strong><code>'transcription-to-ai-insight'</code></strong></td>\n<td><strong>Configuration Object to setup AI analyses dedicated parameters</strong></td>\n<td><code>insights:</code>  <br /><code>{'output_lang':'en','tasks_parameters':{'input_parameters':{'contact_reason_classification':{'reasons':{'Order':'New product purchase','Delivery':'Issue with delivery, delivery request','Return':'Request to return delivered products'}}}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.asr</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prompt</code></td>\n<td>String  <br />  <br />Must not be greater than 400 characters</td>\n<td>OPTIONAL</td>\n<td>Brief context of input audio to provide to transcription model</td>\n<td><code>prompt:'Inbound call for customer service'</code></td>\n</tr>\n<tr>\n<td><code>lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the input audio  <br />(ISO 639-1 language code)  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td><code>lang:'en'</code></td>\n</tr>\n<tr>\n<td><code>output_lang</code></td>\n<td>List (One or many of possible values)</td>\n<td>OPTIONAL</td>\n<td>List of Languages for the transcription to be translated into  <br />(ISO 639-1 language code)  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available translation languages</a></td>\n<td><code>configuration[asr][output_lang]:'fr'</code></td>\n</tr>\n<tr>\n<td><code>segments_to_crop</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>OPTIONAL</strong></td>\n<td><strong>Configuration Object to setup specific parts of input audio to remove, in order to improve the quality of transcription</strong></td>\n<td><code>segments_to_crop:</code>  <br /><code>[{'start':0,'end':83012},{'start':490005,'end':593014}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.asr.segments_to_crop[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Start time in milliseconds of the segment to remove  <br />  <br /><em>e.g.  <br />0 =&gt; Crop start time 00:00:00 (0 min 0 s 0ms)  <br />490005 =&gt; Crop start time 08:10:05 (8 min 10 s 05 ms)</em></td>\n<td><code>start:0</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>End time in milliseconds of the segment to remove  <br />  <br /><em>e.g.  <br />83012 =&gt; Crop end time 01:23:12 (1 min 23 s 12ms)  <br />593014 =&gt; Crop end time 09:53:14 (9 min 53 s 14 ms)</em></td>\n<td><code>end:83012</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.insights</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>output_lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the AI analyses results language  <br />(ISO 639-1 language code)  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>output_lang:'en'</code></td>\n</tr>\n<tr>\n<td><code>tasks_parameters</code></td>\n<td>Object</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when AI analysis requires dedicated task parameters <em>(e.g.</em> <code>contact-reason-classification</code><em>)</em></td>\n<td>Configuration Object to setup AI analyses dedicated input parameters, depending on models specific requirements  <br />  <br />Payload Format: More details in API documentation for each model with input parameters</td>\n<td><code>tasks_parameters:</code>  <br /><code>{'input_parameters':{'contact_reason_classification':{'reasons':{'Order':'New product purchase','Delivery':'Issue with delivery, delivery request','Return':'Request to return delivered products'}}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'2e08ec1f-ea75-406d-9516-9ad16381e975'</code></td>\n</tr>\n<tr>\n<td><code>job_status_endpoint_url</code></td>\n<td>String (URL)</td>\n<td>1h lasting signed URL that can be polled for progress/result of task's job</td>\n<td><code>job_status_endpoint_url:'{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&amp;task=transcription-to-ai-insight&amp;signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's input audio</td>\n<td><code>audio_id:'119cd0d4-0b53-4142-8d8c-dc7aadc67bd6'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6bf510b7-6888-4c45-a573-1d006283e733","name":"api/job/tasks | json","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"transcription-to-ai-insight\",\n    \"insight_tasks\": [\n        \"actions-extraction\",\n        \"call-reason-extraction\",\n        \"summarization\"\n    ],\n    \"generate_tags_with_summary\": true,\n    \"diabolocom_call_id\": \"{{callId}}\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"asr\": {\n            \"prompt\": \"Inbound call for customer service\",\n            \"lang\": \"en\"\n        },\n        \"insights\": {\n            \"output_lang\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"45f823ea-7021-468a-bd2f-7e384fd6040c"},{"name":"api/job/status/{job_id}","id":"f1250de2-2324-4dab-84a9-58002fd2374c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/status/</code></p>\n<p><strong>Request method</strong> : GET</p>\n<h2 id=\"query-parameters\">Query parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'2e08ec1f-ea75-406d-9516-9ad16381e975'</code>  <br />-&gt;  <br /><code>api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body allowed</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Data object</strong></td>\n<td><code>data:</code>  <br /><code>{'id':'735818ea-0f50-4339-8cfd-66a24ac2338d','original_call_id':'51755978','audio_id':'20d3820d-6ae8-48ab-b35e-bca5bc79ee2a','status':'success','meta':{'thread_id':'8954264','crm_ticket_id':'crm_123456','generate_tags_with_summary':true},'results':{'audio':{'duration':64260},'transcript':{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]},'ai-insights':{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]},'tags':['client_satisfaction','home_network','internet_service_provider','technical_support']}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>id:'735818ea-0f50-4339-8cfd-66a24ac2338d'</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>original_call_id</code> or <code>diabolocom_call_id</code> specified in task request (based on input audio)</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>original_call_id:'51755978'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only for tasks based on input audio</td>\n<td>Unique identifier of task's input audio</td>\n<td><code>audio_id:'20d3820d-6ae8-48ab-b35e-bca5bc79ee2a'</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Status of task's job  <br />  <br />Possible values:  <br />- <code>'pending'</code> : Initial status of task's job  <br />- <code>'uploading_audio'</code> : Audio upload in progress  <br />- <code>'transcribing'</code> : Audio transcription in progress  <br />- <code>'transcript-available'</code> : Audio transcription finished  <br />- <code>'queued'</code> : AI analyses in progress  <br />- <code>'success'</code> : AI analyses finished with successful results  <br />- <code>'failed'</code> : AI analyses finished with failure (no results)</td>\n<td><code>status:'transcript-available'</code>  <br />  <br /><code>status:'queued'</code>  <br />  <br /><code>status:'success'</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>meta</code> specified in task request  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>'generate_tags_with_summary':true</code> key-value pair added automatically when tags generation enabled (<code>generate_tags_with_summary</code> specified in task request)</td>\n<td><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456','generate_tags_with_summary':true}</code></td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>[] (empty Array) when empty  <br /></strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI task's job results data object (not empty in case of successful results)</strong></td>\n<td><code>results:</code>  <br /><code>{'audio':{'duration':64260},'transcript':{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]},'ai-insights':{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]},'tags':['client_satisfaction','home_network','internet_service_provider','technical_support']}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audio</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for tasks based on input audio (successful transcription)</strong></td>\n<td><strong>Task's input audio data object</strong></td>\n<td><code>audio:</code>  <br /><code>{'duration':64260}</code></td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for tasks based on input audio (successful transcription)</strong></td>\n<td><strong>Transcription results data object (timestamped transcription)</strong></td>\n<td><code>transcript:</code>  <br /><code>{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]}</code></td>\n</tr>\n<tr>\n<td><code>ai-insights</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>Key-Value Pairs :  <br />- The key represents the name of a specific AI analysis result  <br />- The value is an object that contains the results data specific to AI analysis</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for successful transcription and/or successful AI analyses</strong></td>\n<td><strong>AI analyses results data object</strong> <strong>(not empty in case of successful AI analyses)</strong>  <br />  <br /><strong>Payload Format (depending on AI analysis): More details in API documentation for each model</strong></td>\n<td><code>ai-insights:[]</code>  <br />  <br /><code>ai-insights:</code>  <br /><code>{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]}</code></td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td>Array of tags generated, dedicated to AI analysis <code>'summarization'</code> (not empty in case of successful AI analyses)</td>\n<td><code>tags:</code>  <br /><code>['client_satisfaction','home_network','internet_service_provider','technical_support']</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.audio</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Input audio duration in milliseconds</td>\n<td><code>duration:64260</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript</td>\n<td><code>text:'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>diarized_text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Transcript including Agent/Client conversation lines (turns)  <br />  <br />- Conversation line (turn) separator : <code>'\\n\\n'</code>  <br />  <br />- Conversation line (turn) for Client starting with <code>Client:</code>  <br />  <br />- Conversation line (turn) for Agent starting with <code>Agent:</code></td>\n<td><code>diarized_text:'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>segments</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td>Transcript timestampted segments : Objects including plain text, speaker identification, start/end timestamps, duration, words <em>(Objects with data structure similar to transcript segment)</em> for fine-grained transcript usage</td>\n<td><code>segments:</code>  <br /><code>[{'id':'4413ba41-3c85-410c-bc1c-200974bad26d','text':'Oui, mes identifiants clients c'est 52 86 22-3F, non','start':30170,'end':42080,'duration':11910,'speaker':'first','words':[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}],'start_end_timestamps':'00:30-00:42'}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript.segments[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment</td>\n<td><code>text:'Oui, mes identifiants clients c'est 52 86 22-3F, non'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment</td>\n<td><code>end:42080,</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment</td>\n<td><code>duration:11910</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>words</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcript segment words : Objects with data structure similar to transcript segment</strong></td>\n<td><code>words:</code>  <br /><code>[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}]</code></td>\n</tr>\n<tr>\n<td><code>start_end_timestamps</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Timestamps of start and end time of transcript segment  <br />  <br />Format :  <br /><code>'start-end'</code>  <br />- start in <code>MM:SS</code>  <br />- end in <code>MM:SS</code></td>\n<td><code>start_end_timestamps:'00:30-00:42'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript.segments[i].words[j]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment's word</td>\n<td><code>id:'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment's word</td>\n<td><code>text:' Oui,'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment's word</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment's word</td>\n<td><code>end:30530</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment's word</td>\n<td><code>duration:360</code></td>\n</tr>\n<tr>\n<td><code>probability</code></td>\n<td>Double (2 decimals)</td>\n<td>REQUIRED</td>\n<td>Probability of transcript segment's word</td>\n<td><code>probability:0.95</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment's word  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>segment_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>segment_id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b009195f-fd3c-440d-bfe3-b3abf0472753","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/735818ea-0f50-4339-8cfd-66a24ac2338d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"735818ea-0f50-4339-8cfd-66a24ac2338d\",\n        \"original_call_id\": \"51755978\",\n        \"audio_id\": \"20d3820d-6ae8-48ab-b35e-bca5bc79ee2a\",\n        \"status\": \"success\",\n        \"meta\": {\n            \"thread_id\": \"8954264\",\n            \"crm_ticket_id\": \"crm_123456\",\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 64260\n            },\n            \"transcript\": {\n                \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ? Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ? Oui, mes identifiants clients c'est 52 86 22-3F, non Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ? ça ira, merci de résoudre le problème dès que possible, au revoir.\",\n                \"diarized_text\": \"Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\\n\\nAgent: Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\\n\\nClient: Oui, mes identifiants clients c'est 52 86 22-3F, non\\n\\nAgent: Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ?\\n\\nClient: ça ira, merci de résoudre le problème dès que possible, au revoir.\",\n                \"segments\": [\n                    {\n                        \"id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\",\n                        \"text\": \"Oui, mes identifiants clients c'est 52 86 22-3F, non\",\n                        \"start\": 30170,\n                        \"end\": 42080,\n                        \"duration\": 11910,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0ec8b928-ebb1-4907-997f-7fb2a8f0d97a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 30170,\n                                \"end\": 30530,\n                                \"duration\": 360,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"3d58ead9-c004-4603-9a1a-6313c56989a1\",\n                                \"text\": \" 22-3F,\",\n                                \"start\": 36720,\n                                \"end\": 40310,\n                                \"duration\": 3590,\n                                \"probability\": 0.94,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"3f4c9caf-8dd3-4dd0-9d5a-aa9523492c64\",\n                                \"text\": \" 52\",\n                                \"start\": 33930,\n                                \"end\": 35050,\n                                \"duration\": 1120,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"5291f517-bcae-4b27-b862-4571eed04b8d\",\n                                \"text\": \" non\",\n                                \"start\": 41260,\n                                \"end\": 42080,\n                                \"duration\": 820,\n                                \"probability\": 0.58,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"62a3ed7d-358e-4bd0-ba3e-2d6c1796b9ae\",\n                                \"text\": \" 86\",\n                                \"start\": 35050,\n                                \"end\": 36490,\n                                \"duration\": 1440,\n                                \"probability\": 0.84,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"6ab63149-179a-42d6-887c-013268ddfd96\",\n                                \"text\": \" clients\",\n                                \"start\": 32390,\n                                \"end\": 32790,\n                                \"duration\": 400,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"aa463726-417e-4069-ad9c-7e67be349c9a\",\n                                \"text\": \" identifiants\",\n                                \"start\": 31730,\n                                \"end\": 32390,\n                                \"duration\": 660,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"ac559c5b-7b89-46d8-a002-b02a09d46bcf\",\n                                \"text\": \" c'est\",\n                                \"start\": 32790,\n                                \"end\": 33930,\n                                \"duration\": 1140,\n                                \"probability\": 0.78,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"e6b68760-010a-4f16-9d75-ba5bf726d5bc\",\n                                \"text\": \" mes\",\n                                \"start\": 30650,\n                                \"end\": 31730,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:30-00:42\"\n                    },\n                    {\n                        \"id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\",\n                        \"text\": \"Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ?\",\n                        \"start\": 44780,\n                        \"end\": 55100,\n                        \"duration\": 10320,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"07e4fe10-b2f7-4fbe-9a12-7f45923cb62b\",\n                                \"text\": \" crée\",\n                                \"start\": 48900,\n                                \"end\": 49200,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"083ca4c6-5407-4af0-9695-74284617f5d1\",\n                                \"text\": \" technique\",\n                                \"start\": 50460,\n                                \"end\": 50740,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"12c0beb2-f992-44a1-9bc5-9679c1e2ca74\",\n                                \"text\": \" d'autre\",\n                                \"start\": 54320,\n                                \"end\": 54540,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"357b08d9-fd48-49b7-b010-1edbbd3eb960\",\n                                \"text\": \" je\",\n                                \"start\": 48580,\n                                \"end\": 48900,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"3c43e01a-7e57-493e-8a90-94e47ae0047e\",\n                                \"text\": \" l'équipe\",\n                                \"start\": 50080,\n                                \"end\": 50460,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"474ebd01-4d01-464d-822f-f7e69cfd755d\",\n                                \"text\": \" à\",\n                                \"start\": 47740,\n                                \"end\": 47820,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"554424cb-8dcc-422d-8672-129a9b592f44\",\n                                \"text\": \" ticket\",\n                                \"start\": 49300,\n                                \"end\": 49580,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"57213e8a-a661-4200-99fb-8864352be181\",\n                                \"text\": \" besoin\",\n                                \"start\": 54100,\n                                \"end\": 54320,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"59757c4e-4e47-42d3-b400-43880a147373\",\n                                \"text\": \" de\",\n                                \"start\": 49960,\n                                \"end\": 50080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"6725b793-6445-46ad-9a7a-1f04df19a7d4\",\n                                \"text\": \" le\",\n                                \"start\": 49200,\n                                \"end\": 49300,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"67315070-6f7c-40fe-b85c-50b0bad88aab\",\n                                \"text\": \" un\",\n                                \"start\": 45200,\n                                \"end\": 45800,\n                                \"duration\": 600,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"6da39f45-3425-49b7-b6f3-d77e75873981\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 53440,\n                                \"end\": 54100,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"6ed0ecff-f1a0-460c-9ac4-35c9cf63c093\",\n                                \"text\": \" auprès\",\n                                \"start\": 49580,\n                                \"end\": 49960,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"75550b7c-8249-413f-9787-38577bf9a47f\",\n                                \"text\": \" ?\",\n                                \"start\": 54900,\n                                \"end\": 55100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"8606b777-ae07-402e-8c76-128e9816ec42\",\n                                \"text\": \" pour\",\n                                \"start\": 50740,\n                                \"end\": 51460,\n                                \"duration\": 720,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"a32a1317-c52d-4e61-aa3a-fa588ad6fe0e\",\n                                \"text\": \" bien\",\n                                \"start\": 47560,\n                                \"end\": 47740,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"b4636dbb-a8f7-4490-921c-8b492470a344\",\n                                \"text\": \" résolution\",\n                                \"start\": 51460,\n                                \"end\": 52100,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"c27f7276-2381-4568-a566-a74b8cd11156\",\n                                \"text\": \" dans\",\n                                \"start\": 52100,\n                                \"end\": 52720,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"c9ce4efd-0725-48b6-9754-b40d93bd44ca\",\n                                \"text\": \" l'immédiat.\",\n                                \"start\": 52720,\n                                \"end\": 53360,\n                                \"duration\": 640,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"cb486d7b-a79c-427e-9166-ee3eb745c821\",\n                                \"text\": \" j'accède\",\n                                \"start\": 46580,\n                                \"end\": 47560,\n                                \"duration\": 980,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"d6560d37-63fc-4473-b0e7-dc927790aa07\",\n                                \"text\": \" dossier,\",\n                                \"start\": 47980,\n                                \"end\": 48540,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"db651e44-3e2e-4f60-abc3-6c67350a32c6\",\n                                \"text\": \" Merci,\",\n                                \"start\": 44780,\n                                \"end\": 45120,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"e9e8a40c-bed4-47e8-be21-63ca07a4815c\",\n                                \"text\": \" votre\",\n                                \"start\": 47820,\n                                \"end\": 47980,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"fc2861e8-66d2-4a54-bd0d-414617ba371f\",\n                                \"text\": \" chose\",\n                                \"start\": 54540,\n                                \"end\": 54900,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"ffb5b0fa-9c08-4aa6-9a7b-de25636c6d22\",\n                                \"text\": \" instant,\",\n                                \"start\": 45800,\n                                \"end\": 46200,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:44-00:55\"\n                    },\n                    {\n                        \"id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\",\n                        \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\",\n                        \"start\": 1390,\n                        \"end\": 6390,\n                        \"duration\": 5000,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"08dca108-f099-4abd-aec8-9fd27c47699e\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 1390,\n                                \"end\": 1950,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"0d2e9576-3347-475f-af22-41e847bb593a\",\n                                \"text\": \" vous\",\n                                \"start\": 5310,\n                                \"end\": 5450,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"0fec0d49-0804-48f6-b38d-3234a955822c\",\n                                \"text\": \" ?\",\n                                \"start\": 5670,\n                                \"end\": 6390,\n                                \"duration\": 720,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"169b44eb-1fa2-4f67-8dd7-b010c8d218ec\",\n                                \"text\": \" comment\",\n                                \"start\": 4630,\n                                \"end\": 4990,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"3b66aedf-8feb-4f01-b482-ddee66b9dfe6\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3950,\n                                \"end\": 4450,\n                                \"duration\": 500,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"75764e6a-d3bc-4c5f-9a72-1bd0264050cf\",\n                                \"text\": \" aider\",\n                                \"start\": 5450,\n                                \"end\": 5670,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"7e9f2848-148c-44b4-a484-635fa20a2f3e\",\n                                \"text\": \" peux\",\n                                \"start\": 5170,\n                                \"end\": 5310,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"979ed6c9-56f7-487d-b869-fa9cc406c5a8\",\n                                \"text\": \" je\",\n                                \"start\": 4990,\n                                \"end\": 5170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"9b4d25d7-cae7-4b56-8ad3-08c179b668f5\",\n                                \"text\": \" André\",\n                                \"start\": 2850,\n                                \"end\": 3270,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"c5a39e68-81d7-4280-90ed-419856d929e6\",\n                                \"text\": \" de\",\n                                \"start\": 3270,\n                                \"end\": 3470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"d1eec12f-81f3-48a8-b9ec-f7f24b05c844\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3470,\n                                \"end\": 3950,\n                                \"duration\": 480,\n                                \"probability\": 0.79,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"ffbab7d9-2b41-402b-8636-cb5292d945b4\",\n                                \"text\": \" c'est\",\n                                \"start\": 2290,\n                                \"end\": 2850,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:01-00:06\"\n                    },\n                    {\n                        \"id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\",\n                        \"text\": \"Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\",\n                        \"start\": 7600,\n                        \"end\": 16640,\n                        \"duration\": 9040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0406b85f-737d-4666-874b-25dfd021a275\",\n                                \"text\": \" fonctionne\",\n                                \"start\": 12980,\n                                \"end\": 13360,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"1b71d751-d326-43b8-89ef-2c0c1058716a\",\n                                \"text\": \" problème\",\n                                \"start\": 9200,\n                                \"end\": 9500,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"243bdb13-ea40-42ae-bc47-f4cf77a66dfa\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 7600,\n                                \"end\": 8080,\n                                \"duration\": 480,\n                                \"probability\": 0.94,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"2b9f194e-3f24-4f91-b2f0-416132bae160\",\n                                \"text\": \" j'ai\",\n                                \"start\": 8420,\n                                \"end\": 9100,\n                                \"duration\": 680,\n                                \"probability\": 0.78,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"2ef5aadb-5f12-49ef-b7de-340f57edaaff\",\n                                \"text\": \" ce\",\n                                \"start\": 14340,\n                                \"end\": 14640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"304fdcda-1324-4173-8ba7-ec77c39b5ce5\",\n                                \"text\": \" ne\",\n                                \"start\": 12800,\n                                \"end\": 12980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"495c8958-6e8a-46f9-a9f1-ef32f6375e12\",\n                                \"text\": \" box\",\n                                \"start\": 10200,\n                                \"end\": 10860,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"4d75d49a-0a37-4367-ab38-387246a3bacf\",\n                                \"text\": \" ma\",\n                                \"start\": 9860,\n                                \"end\": 10200,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"6e61f017-5eef-47c3-a319-3fede08ae3a0\",\n                                \"text\": \" Internet,\",\n                                \"start\": 10860,\n                                \"end\": 11220,\n                                \"duration\": 360,\n                                \"probability\": 0.28,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"7ace3456-40c4-4079-a351-25fad8cb5b90\",\n                                \"text\": \" ça\",\n                                \"start\": 11860,\n                                \"end\": 12800,\n                                \"duration\": 940,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"7d21bd1f-7072-44fe-bae8-9ee0a830e335\",\n                                \"text\": \" ?\",\n                                \"start\": 16300,\n                                \"end\": 16640,\n                                \"duration\": 340,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"839b2961-5652-4e66-804e-581208613a0d\",\n                                \"text\": \" depuis\",\n                                \"start\": 13820,\n                                \"end\": 14340,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"857ce546-ab61-468a-9ace-3de07ae22f4f\",\n                                \"text\": \" matin,\",\n                                \"start\": 14640,\n                                \"end\": 14900,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"a0eec800-2935-47ee-88cb-243ca94b57f7\",\n                                \"text\": \" avec\",\n                                \"start\": 9500,\n                                \"end\": 9860,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"c5f99fd0-8afc-4e75-ab1d-1bf9fa965784\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 15160,\n                                \"end\": 16059,\n                                \"duration\": 899,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"d6d4ba89-082f-4f55-981a-637dbff740d9\",\n                                \"text\": \" plus\",\n                                \"start\": 13360,\n                                \"end\": 13820,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"da1fb580-2f2b-4809-a75b-ae948e8df454\",\n                                \"text\": \" un\",\n                                \"start\": 9100,\n                                \"end\": 9200,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"e5c2c75c-3c6d-4aaa-804e-2a144b90b85f\",\n                                \"text\": \" m'aider\",\n                                \"start\": 16059,\n                                \"end\": 16300,\n                                \"duration\": 241,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:07-00:16\"\n                    },\n                    {\n                        \"id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\",\n                        \"text\": \"Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\",\n                        \"start\": 18460,\n                        \"end\": 28860,\n                        \"duration\": 10400,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"22355204-b755-4da3-a500-3123cae60370\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 20660,\n                                \"end\": 21000,\n                                \"duration\": 340,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"32794ba9-7c88-4f34-ad08-70f175f43c97\",\n                                \"text\": \" désolé\",\n                                \"start\": 19920,\n                                \"end\": 20320,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"32812e55-c37b-4ad1-af5c-b6a38ea131c8\",\n                                \"text\": \" pour\",\n                                \"start\": 20320,\n                                \"end\": 20500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"3c0deb3f-6ca5-40de-8468-7658762eeaa5\",\n                                \"text\": \" pour\",\n                                \"start\": 21340,\n                                \"end\": 21960,\n                                \"duration\": 620,\n                                \"probability\": 0.71,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"54998993-334b-42c6-8ac4-d260cbec8aa4\",\n                                \"text\": \" à\",\n                                \"start\": 23380,\n                                \"end\": 23960,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"58e296a2-3277-4792-85a5-34674782dafa\",\n                                \"text\": \" il\",\n                                \"start\": 25380,\n                                \"end\": 25580,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"60d21415-06b2-4d6e-b399-0baca57cfeee\",\n                                \"text\": \" clients,\",\n                                \"start\": 26980,\n                                \"end\": 27200,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"6dfa6507-9495-48f7-a5f7-529aea3c616c\",\n                                \"text\": \" ?\",\n                                \"start\": 28560,\n                                \"end\": 28860,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"6f48c8b7-cb93-4878-b13e-f1109c68325b\",\n                                \"text\": \" pouvoir\",\n                                \"start\": 21960,\n                                \"end\": 22460,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"73e78c88-b329-4e42-ab34-e7938657cb7c\",\n                                \"text\": \" me\",\n                                \"start\": 27880,\n                                \"end\": 28000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"7763e9a1-5f23-4ced-ae85-b98c50cce052\",\n                                \"text\": \" faudrait\",\n                                \"start\": 25680,\n                                \"end\": 26120,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"7cc7a548-0ff7-4db4-8d5d-4c6f3955501d\",\n                                \"text\": \" procéder\",\n                                \"start\": 22460,\n                                \"end\": 23380,\n                                \"duration\": 920,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"a73a3548-f421-4fa0-8f46-974ac439b480\",\n                                \"text\": \" me\",\n                                \"start\": 25580,\n                                \"end\": 25680,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"af74a632-4710-4713-8f8b-55583097daba\",\n                                \"text\": \" suis\",\n                                \"start\": 19720,\n                                \"end\": 19920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"b985aa38-6e9b-4ecd-a3e9-d515e8a4125e\",\n                                \"text\": \" vous\",\n                                \"start\": 20500,\n                                \"end\": 20660,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"c5754857-ad9f-4714-a30f-c1ca13dca562\",\n                                \"text\": \" l'analyse,\",\n                                \"start\": 23960,\n                                \"end\": 25360,\n                                \"duration\": 1400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"cbc33353-c37e-40b9-88d9-b165154c9f11\",\n                                \"text\": \" préciser\",\n                                \"start\": 28100,\n                                \"end\": 28560,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"cdf40503-4305-42bd-818d-39ed2cde14f9\",\n                                \"text\": \" je\",\n                                \"start\": 19040,\n                                \"end\": 19720,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"d7e6fa4f-6866-4f48-9e19-99d3cf5648a3\",\n                                \"text\": \" les\",\n                                \"start\": 28000,\n                                \"end\": 28100,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"dcaa8ca3-9327-4db5-8e80-05b6cdb022fd\",\n                                \"text\": \" identifiants\",\n                                \"start\": 26320,\n                                \"end\": 26980,\n                                \"duration\": 660,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"ea90856a-5863-4d38-aa02-22269b5ec3b1\",\n                                \"text\": \" vos\",\n                                \"start\": 26120,\n                                \"end\": 26320,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"eefa8b56-6e8b-447e-8ab3-0366dfcc3502\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 27380,\n                                \"end\": 27880,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"fc45ded3-9757-455a-8208-17d1aaa3bafa\",\n                                \"text\": \" Oui,\",\n                                \"start\": 18460,\n                                \"end\": 19000,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:18-00:28\"\n                    },\n                    {\n                        \"id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\",\n                        \"text\": \"ça ira, merci de résoudre le problème dès que possible, au revoir.\",\n                        \"start\": 56380,\n                        \"end\": 62640,\n                        \"duration\": 6260,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"001c91ce-548c-4880-afdf-d48a57ea60cf\",\n                                \"text\": \" revoir.\",\n                                \"start\": 62340,\n                                \"end\": 62640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"247ecbb3-d1c6-4155-ad04-a2241d5afea8\",\n                                \"text\": \" dès\",\n                                \"start\": 59380,\n                                \"end\": 60280,\n                                \"duration\": 900,\n                                \"probability\": 0.66,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"2eb666b2-f75e-4be4-9428-50467f8a7fce\",\n                                \"text\": \" problème\",\n                                \"start\": 59040,\n                                \"end\": 59380,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"4c4ae23e-9a4d-4e50-ab85-bb679c0c533f\",\n                                \"text\": \" le\",\n                                \"start\": 58920,\n                                \"end\": 59040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"5e2f7989-ee18-451a-99c2-985a3143ccb3\",\n                                \"text\": \" de\",\n                                \"start\": 58020,\n                                \"end\": 58380,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"649a93e6-7232-4800-b2e3-6ceb8bb88ae8\",\n                                \"text\": \" possible,\",\n                                \"start\": 60340,\n                                \"end\": 60780,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"6d591a5a-b0b4-4f9f-afa7-186d30fa3342\",\n                                \"text\": \" merci\",\n                                \"start\": 57080,\n                                \"end\": 58020,\n                                \"duration\": 940,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"72adc83f-989c-4617-a4f9-e9ea157ae2bf\",\n                                \"text\": \" ira,\",\n                                \"start\": 56720,\n                                \"end\": 57000,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"76cd6e8a-4294-468b-a945-f292ac4e2edb\",\n                                \"text\": \" ça\",\n                                \"start\": 56380,\n                                \"end\": 56720,\n                                \"duration\": 340,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"99dddf09-3d28-4d9d-8301-643bf6dfcac9\",\n                                \"text\": \" au\",\n                                \"start\": 61000,\n                                \"end\": 61920,\n                                \"duration\": 920,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"cc7e0831-a301-457f-a741-edf76f731337\",\n                                \"text\": \" que\",\n                                \"start\": 60280,\n                                \"end\": 60340,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"f1b51b0d-bb7c-41cd-9a92-1c0977d67779\",\n                                \"text\": \" résoudre\",\n                                \"start\": 58380,\n                                \"end\": 58920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:56-01:02\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"0a7cd97a-f353-4794-a06b-b184c79657e8\",\n                        \"text\": \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\\\\n-The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\\\\n-The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\",\n                        \"object\": [\n                            \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\",\n                            \"The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\",\n                            \"The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"call-reason\": [\n                    {\n                        \"id\": \"33b2549c-1635-473e-bf23-f4bebf0573ba\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.\",\n                            \"needs\": \"Client requires immediate resolution for the non-functioning Internet box.\",\n                            \"request\": \"Client requests assistance with their Internet box.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"4079f7e0-28de-4305-af74-69013ef51ee2\",\n                        \"text\": \"Client: Diabolo Telecom Internet Box Non-Functional\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"actions\": [\n                    {\n                        \"id\": \"83278670-0841-4d57-8a63-c795d66654d7\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Client reported a problem with their Internet box\",\n                                \"steps\": [\n                                    \"Verify customer's issue\",\n                                    \"(Create support ticket)\"\n                                ],\n                                \"title\": \"Identify and Address Internet Connection Issue\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To access the client's file and confirm ticket creation\",\n                                \"steps\": [\n                                    \"Obtain client's identifiers\",\n                                    \"Access client's account\"\n                                ],\n                                \"title\": \"Client Information and Account Access\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Ticket created, technicians will be notified\",\n                                \"steps\": [\n                                    \"Confirm ticket submission\",\n                                    \"Inform client of resolution progress\"\n                                ],\n                                \"title\": \"Resolution and Client Communication\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Possible follow-up actions for the client\",\n                                \"steps\": [\n                                    \"Monitor connection status\",\n                                    \"Notify technical team of issues\"\n                                ],\n                                \"title\": \"Client's Additional Steps\",\n                                \"completed\": false\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"8859c1c6-7d6e-42af-a610-c705670119fb\",\n                        \"text\": \"A client contacted the Diabolo Telecom support team due to a non-functional Internet box, experiencing the issue since morning. The agent obtained the client's credentials (52 86 22-3F) to review their account. The agent then informed the client that they created and escalated a ticket to the technical team, aiming for an immediate resolution. During the call, the client clarified they did not require additional assistance, and the agent reassured them of their ongoing commitment to resolving the issue. The call concluded with the client appreciating the agent's assistance.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"call-sequence\": [\n                    {\n                        \"id\": \"8c15e40a-711f-485e-9417-f7b48eecd8b7\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"title\": \"Initial problem disclosure\",\n                                \"client_nps\": 3,\n                                \"complete_summary\": \"Client shares the issue with Internet box\",\n                                \"essential_elements\": [\n                                    \"Client disclosed the issue with Internet box\",\n                                    \"André responds professionally\"\n                                ],\n                                \"comment_on_agent_handling\": \"André greets the client and provides necessary professional assistance\",\n                                \"comment_on_client_satisfaction\": \"Client seems concerned, but expectant of a solution\"\n                            },\n                            {\n                                \"title\": \"Identifiers provided and case assigned\",\n                                \"client_nps\": 4,\n                                \"complete_summary\": \"Client shares the identifiers, case assigned to tech team\",\n                                \"essential_elements\": [\n                                    \"Client provided identifiers\",\n                                    \"André creates a case for tech team resolution\"\n                                ],\n                                \"comment_on_agent_handling\": \"André ensures a prompt case assignment to resolve the issue\",\n                                \"comment_on_client_satisfaction\": \"Client expresses satisfaction with the case assignment and André's professionalism\"\n                            }\n                        ],\n                        \"type\": \"call-sequence\"\n                    }\n                ],\n                \"client-nps\": [\n                    {\n                        \"id\": \"a613b49c-efda-49bb-86cb-e734e9d557a6\",\n                        \"text\": null,\n                        \"object\": {\n                            \"end_score\": 4,\n                            \"reasoning\": \"The caller expressed dissatisfaction with their Internet box, indicating that it hasn't been functioning since morning.\\\\n-Client's dissatisfaction level was at the maximum due to the inconvenience caused by the Internet box's failure.\\\\n-Agent's assistance and responsiveness in addressing the issue may have helped improve the caller's sentiments during the conversation.\\\\n-Client mentioned the Internet box's issue briefly at the beginning and throughout the call, and didn't raise other negative points about the service.\\\\n-The issue will be escalated to the technical team, and no further issues were addressed during the call.\\\\n-No additional details are available to provide a more precise rating for the caller's satisfaction, other than the improvement during the call due to the agent's prompt attention.\",\n                            \"end_feeling\": \"The agent's assistance and the imminent resolution of the issue due to the ticket created for the technical team might have boosted the caller's satisfaction during the last 5-10 turns.\",\n                            \"start_score\": 2,\n                            \"start_feeling\": \"The caller was experiencing inconvenience due to the Internet box problem, resulting in a lower satisfaction level at the start of the call.\"\n                        },\n                        \"type\": \"client-nps\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"client_satisfaction\",\n                \"home_network\",\n                \"internet_service_provider\",\n                \"technical_support\"\n            ]\n        }\n    }\n}"},{"id":"25309b7d-9092-4311-8a81-5477a8bd2e42","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/735818ea-0f50-4339-8cfd-66a24ac2338d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"735818ea-0f50-4339-8cfd-66a24ac2338d\",\n        \"original_call_id\": \"51755978\",\n        \"audio_id\": \"20d3820d-6ae8-48ab-b35e-bca5bc79ee2a\",\n        \"status\": \"success\",\n        \"meta\": {\n            \"thread_id\": \"8954264\",\n            \"crm_ticket_id\": \"crm_123456\",\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 64260\n            },\n            \"transcript\": {\n                \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ? Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ? Oui, mes identifiants clients c'est 52 86 22-3F, non Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ? ça ira, merci de résoudre le problème dès que possible, au revoir.\",\n                \"diarized_text\": \"Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\\n\\nAgent: Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\\n\\nClient: Oui, mes identifiants clients c'est 52 86 22-3F, non\\n\\nAgent: Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ?\\n\\nClient: ça ira, merci de résoudre le problème dès que possible, au revoir.\",\n                \"segments\": [\n                    {\n                        \"id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\",\n                        \"text\": \"Oui, mes identifiants clients c'est 52 86 22-3F, non\",\n                        \"start\": 30170,\n                        \"end\": 42080,\n                        \"duration\": 11910,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0ec8b928-ebb1-4907-997f-7fb2a8f0d97a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 30170,\n                                \"end\": 30530,\n                                \"duration\": 360,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"3d58ead9-c004-4603-9a1a-6313c56989a1\",\n                                \"text\": \" 22-3F,\",\n                                \"start\": 36720,\n                                \"end\": 40310,\n                                \"duration\": 3590,\n                                \"probability\": 0.94,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"3f4c9caf-8dd3-4dd0-9d5a-aa9523492c64\",\n                                \"text\": \" 52\",\n                                \"start\": 33930,\n                                \"end\": 35050,\n                                \"duration\": 1120,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"5291f517-bcae-4b27-b862-4571eed04b8d\",\n                                \"text\": \" non\",\n                                \"start\": 41260,\n                                \"end\": 42080,\n                                \"duration\": 820,\n                                \"probability\": 0.58,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"62a3ed7d-358e-4bd0-ba3e-2d6c1796b9ae\",\n                                \"text\": \" 86\",\n                                \"start\": 35050,\n                                \"end\": 36490,\n                                \"duration\": 1440,\n                                \"probability\": 0.84,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"6ab63149-179a-42d6-887c-013268ddfd96\",\n                                \"text\": \" clients\",\n                                \"start\": 32390,\n                                \"end\": 32790,\n                                \"duration\": 400,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"aa463726-417e-4069-ad9c-7e67be349c9a\",\n                                \"text\": \" identifiants\",\n                                \"start\": 31730,\n                                \"end\": 32390,\n                                \"duration\": 660,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"ac559c5b-7b89-46d8-a002-b02a09d46bcf\",\n                                \"text\": \" c'est\",\n                                \"start\": 32790,\n                                \"end\": 33930,\n                                \"duration\": 1140,\n                                \"probability\": 0.78,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            },\n                            {\n                                \"id\": \"e6b68760-010a-4f16-9d75-ba5bf726d5bc\",\n                                \"text\": \" mes\",\n                                \"start\": 30650,\n                                \"end\": 31730,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:30-00:42\"\n                    },\n                    {\n                        \"id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\",\n                        \"text\": \"Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ?\",\n                        \"start\": 44780,\n                        \"end\": 55100,\n                        \"duration\": 10320,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"07e4fe10-b2f7-4fbe-9a12-7f45923cb62b\",\n                                \"text\": \" crée\",\n                                \"start\": 48900,\n                                \"end\": 49200,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"083ca4c6-5407-4af0-9695-74284617f5d1\",\n                                \"text\": \" technique\",\n                                \"start\": 50460,\n                                \"end\": 50740,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"12c0beb2-f992-44a1-9bc5-9679c1e2ca74\",\n                                \"text\": \" d'autre\",\n                                \"start\": 54320,\n                                \"end\": 54540,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"357b08d9-fd48-49b7-b010-1edbbd3eb960\",\n                                \"text\": \" je\",\n                                \"start\": 48580,\n                                \"end\": 48900,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"3c43e01a-7e57-493e-8a90-94e47ae0047e\",\n                                \"text\": \" l'équipe\",\n                                \"start\": 50080,\n                                \"end\": 50460,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"474ebd01-4d01-464d-822f-f7e69cfd755d\",\n                                \"text\": \" à\",\n                                \"start\": 47740,\n                                \"end\": 47820,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"554424cb-8dcc-422d-8672-129a9b592f44\",\n                                \"text\": \" ticket\",\n                                \"start\": 49300,\n                                \"end\": 49580,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"57213e8a-a661-4200-99fb-8864352be181\",\n                                \"text\": \" besoin\",\n                                \"start\": 54100,\n                                \"end\": 54320,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"59757c4e-4e47-42d3-b400-43880a147373\",\n                                \"text\": \" de\",\n                                \"start\": 49960,\n                                \"end\": 50080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"6725b793-6445-46ad-9a7a-1f04df19a7d4\",\n                                \"text\": \" le\",\n                                \"start\": 49200,\n                                \"end\": 49300,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"67315070-6f7c-40fe-b85c-50b0bad88aab\",\n                                \"text\": \" un\",\n                                \"start\": 45200,\n                                \"end\": 45800,\n                                \"duration\": 600,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"6da39f45-3425-49b7-b6f3-d77e75873981\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 53440,\n                                \"end\": 54100,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"6ed0ecff-f1a0-460c-9ac4-35c9cf63c093\",\n                                \"text\": \" auprès\",\n                                \"start\": 49580,\n                                \"end\": 49960,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"75550b7c-8249-413f-9787-38577bf9a47f\",\n                                \"text\": \" ?\",\n                                \"start\": 54900,\n                                \"end\": 55100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"8606b777-ae07-402e-8c76-128e9816ec42\",\n                                \"text\": \" pour\",\n                                \"start\": 50740,\n                                \"end\": 51460,\n                                \"duration\": 720,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"a32a1317-c52d-4e61-aa3a-fa588ad6fe0e\",\n                                \"text\": \" bien\",\n                                \"start\": 47560,\n                                \"end\": 47740,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"b4636dbb-a8f7-4490-921c-8b492470a344\",\n                                \"text\": \" résolution\",\n                                \"start\": 51460,\n                                \"end\": 52100,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"c27f7276-2381-4568-a566-a74b8cd11156\",\n                                \"text\": \" dans\",\n                                \"start\": 52100,\n                                \"end\": 52720,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"c9ce4efd-0725-48b6-9754-b40d93bd44ca\",\n                                \"text\": \" l'immédiat.\",\n                                \"start\": 52720,\n                                \"end\": 53360,\n                                \"duration\": 640,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"cb486d7b-a79c-427e-9166-ee3eb745c821\",\n                                \"text\": \" j'accède\",\n                                \"start\": 46580,\n                                \"end\": 47560,\n                                \"duration\": 980,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"d6560d37-63fc-4473-b0e7-dc927790aa07\",\n                                \"text\": \" dossier,\",\n                                \"start\": 47980,\n                                \"end\": 48540,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"db651e44-3e2e-4f60-abc3-6c67350a32c6\",\n                                \"text\": \" Merci,\",\n                                \"start\": 44780,\n                                \"end\": 45120,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"e9e8a40c-bed4-47e8-be21-63ca07a4815c\",\n                                \"text\": \" votre\",\n                                \"start\": 47820,\n                                \"end\": 47980,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"fc2861e8-66d2-4a54-bd0d-414617ba371f\",\n                                \"text\": \" chose\",\n                                \"start\": 54540,\n                                \"end\": 54900,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            },\n                            {\n                                \"id\": \"ffb5b0fa-9c08-4aa6-9a7b-de25636c6d22\",\n                                \"text\": \" instant,\",\n                                \"start\": 45800,\n                                \"end\": 46200,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:44-00:55\"\n                    },\n                    {\n                        \"id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\",\n                        \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\",\n                        \"start\": 1390,\n                        \"end\": 6390,\n                        \"duration\": 5000,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"08dca108-f099-4abd-aec8-9fd27c47699e\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 1390,\n                                \"end\": 1950,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"0d2e9576-3347-475f-af22-41e847bb593a\",\n                                \"text\": \" vous\",\n                                \"start\": 5310,\n                                \"end\": 5450,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"0fec0d49-0804-48f6-b38d-3234a955822c\",\n                                \"text\": \" ?\",\n                                \"start\": 5670,\n                                \"end\": 6390,\n                                \"duration\": 720,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"169b44eb-1fa2-4f67-8dd7-b010c8d218ec\",\n                                \"text\": \" comment\",\n                                \"start\": 4630,\n                                \"end\": 4990,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"3b66aedf-8feb-4f01-b482-ddee66b9dfe6\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3950,\n                                \"end\": 4450,\n                                \"duration\": 500,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"75764e6a-d3bc-4c5f-9a72-1bd0264050cf\",\n                                \"text\": \" aider\",\n                                \"start\": 5450,\n                                \"end\": 5670,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"7e9f2848-148c-44b4-a484-635fa20a2f3e\",\n                                \"text\": \" peux\",\n                                \"start\": 5170,\n                                \"end\": 5310,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"979ed6c9-56f7-487d-b869-fa9cc406c5a8\",\n                                \"text\": \" je\",\n                                \"start\": 4990,\n                                \"end\": 5170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"9b4d25d7-cae7-4b56-8ad3-08c179b668f5\",\n                                \"text\": \" André\",\n                                \"start\": 2850,\n                                \"end\": 3270,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"c5a39e68-81d7-4280-90ed-419856d929e6\",\n                                \"text\": \" de\",\n                                \"start\": 3270,\n                                \"end\": 3470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"d1eec12f-81f3-48a8-b9ec-f7f24b05c844\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3470,\n                                \"end\": 3950,\n                                \"duration\": 480,\n                                \"probability\": 0.79,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            },\n                            {\n                                \"id\": \"ffbab7d9-2b41-402b-8636-cb5292d945b4\",\n                                \"text\": \" c'est\",\n                                \"start\": 2290,\n                                \"end\": 2850,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:01-00:06\"\n                    },\n                    {\n                        \"id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\",\n                        \"text\": \"Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\",\n                        \"start\": 7600,\n                        \"end\": 16640,\n                        \"duration\": 9040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0406b85f-737d-4666-874b-25dfd021a275\",\n                                \"text\": \" fonctionne\",\n                                \"start\": 12980,\n                                \"end\": 13360,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"1b71d751-d326-43b8-89ef-2c0c1058716a\",\n                                \"text\": \" problème\",\n                                \"start\": 9200,\n                                \"end\": 9500,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"243bdb13-ea40-42ae-bc47-f4cf77a66dfa\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 7600,\n                                \"end\": 8080,\n                                \"duration\": 480,\n                                \"probability\": 0.94,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"2b9f194e-3f24-4f91-b2f0-416132bae160\",\n                                \"text\": \" j'ai\",\n                                \"start\": 8420,\n                                \"end\": 9100,\n                                \"duration\": 680,\n                                \"probability\": 0.78,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"2ef5aadb-5f12-49ef-b7de-340f57edaaff\",\n                                \"text\": \" ce\",\n                                \"start\": 14340,\n                                \"end\": 14640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"304fdcda-1324-4173-8ba7-ec77c39b5ce5\",\n                                \"text\": \" ne\",\n                                \"start\": 12800,\n                                \"end\": 12980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"495c8958-6e8a-46f9-a9f1-ef32f6375e12\",\n                                \"text\": \" box\",\n                                \"start\": 10200,\n                                \"end\": 10860,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"4d75d49a-0a37-4367-ab38-387246a3bacf\",\n                                \"text\": \" ma\",\n                                \"start\": 9860,\n                                \"end\": 10200,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"6e61f017-5eef-47c3-a319-3fede08ae3a0\",\n                                \"text\": \" Internet,\",\n                                \"start\": 10860,\n                                \"end\": 11220,\n                                \"duration\": 360,\n                                \"probability\": 0.28,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"7ace3456-40c4-4079-a351-25fad8cb5b90\",\n                                \"text\": \" ça\",\n                                \"start\": 11860,\n                                \"end\": 12800,\n                                \"duration\": 940,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"7d21bd1f-7072-44fe-bae8-9ee0a830e335\",\n                                \"text\": \" ?\",\n                                \"start\": 16300,\n                                \"end\": 16640,\n                                \"duration\": 340,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"839b2961-5652-4e66-804e-581208613a0d\",\n                                \"text\": \" depuis\",\n                                \"start\": 13820,\n                                \"end\": 14340,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"857ce546-ab61-468a-9ace-3de07ae22f4f\",\n                                \"text\": \" matin,\",\n                                \"start\": 14640,\n                                \"end\": 14900,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"a0eec800-2935-47ee-88cb-243ca94b57f7\",\n                                \"text\": \" avec\",\n                                \"start\": 9500,\n                                \"end\": 9860,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"c5f99fd0-8afc-4e75-ab1d-1bf9fa965784\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 15160,\n                                \"end\": 16059,\n                                \"duration\": 899,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"d6d4ba89-082f-4f55-981a-637dbff740d9\",\n                                \"text\": \" plus\",\n                                \"start\": 13360,\n                                \"end\": 13820,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"da1fb580-2f2b-4809-a75b-ae948e8df454\",\n                                \"text\": \" un\",\n                                \"start\": 9100,\n                                \"end\": 9200,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            },\n                            {\n                                \"id\": \"e5c2c75c-3c6d-4aaa-804e-2a144b90b85f\",\n                                \"text\": \" m'aider\",\n                                \"start\": 16059,\n                                \"end\": 16300,\n                                \"duration\": 241,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:07-00:16\"\n                    },\n                    {\n                        \"id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\",\n                        \"text\": \"Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\",\n                        \"start\": 18460,\n                        \"end\": 28860,\n                        \"duration\": 10400,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"22355204-b755-4da3-a500-3123cae60370\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 20660,\n                                \"end\": 21000,\n                                \"duration\": 340,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"32794ba9-7c88-4f34-ad08-70f175f43c97\",\n                                \"text\": \" désolé\",\n                                \"start\": 19920,\n                                \"end\": 20320,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"32812e55-c37b-4ad1-af5c-b6a38ea131c8\",\n                                \"text\": \" pour\",\n                                \"start\": 20320,\n                                \"end\": 20500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"3c0deb3f-6ca5-40de-8468-7658762eeaa5\",\n                                \"text\": \" pour\",\n                                \"start\": 21340,\n                                \"end\": 21960,\n                                \"duration\": 620,\n                                \"probability\": 0.71,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"54998993-334b-42c6-8ac4-d260cbec8aa4\",\n                                \"text\": \" à\",\n                                \"start\": 23380,\n                                \"end\": 23960,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"58e296a2-3277-4792-85a5-34674782dafa\",\n                                \"text\": \" il\",\n                                \"start\": 25380,\n                                \"end\": 25580,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"60d21415-06b2-4d6e-b399-0baca57cfeee\",\n                                \"text\": \" clients,\",\n                                \"start\": 26980,\n                                \"end\": 27200,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"6dfa6507-9495-48f7-a5f7-529aea3c616c\",\n                                \"text\": \" ?\",\n                                \"start\": 28560,\n                                \"end\": 28860,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"6f48c8b7-cb93-4878-b13e-f1109c68325b\",\n                                \"text\": \" pouvoir\",\n                                \"start\": 21960,\n                                \"end\": 22460,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"73e78c88-b329-4e42-ab34-e7938657cb7c\",\n                                \"text\": \" me\",\n                                \"start\": 27880,\n                                \"end\": 28000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"7763e9a1-5f23-4ced-ae85-b98c50cce052\",\n                                \"text\": \" faudrait\",\n                                \"start\": 25680,\n                                \"end\": 26120,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"7cc7a548-0ff7-4db4-8d5d-4c6f3955501d\",\n                                \"text\": \" procéder\",\n                                \"start\": 22460,\n                                \"end\": 23380,\n                                \"duration\": 920,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"a73a3548-f421-4fa0-8f46-974ac439b480\",\n                                \"text\": \" me\",\n                                \"start\": 25580,\n                                \"end\": 25680,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"af74a632-4710-4713-8f8b-55583097daba\",\n                                \"text\": \" suis\",\n                                \"start\": 19720,\n                                \"end\": 19920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"b985aa38-6e9b-4ecd-a3e9-d515e8a4125e\",\n                                \"text\": \" vous\",\n                                \"start\": 20500,\n                                \"end\": 20660,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"c5754857-ad9f-4714-a30f-c1ca13dca562\",\n                                \"text\": \" l'analyse,\",\n                                \"start\": 23960,\n                                \"end\": 25360,\n                                \"duration\": 1400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"cbc33353-c37e-40b9-88d9-b165154c9f11\",\n                                \"text\": \" préciser\",\n                                \"start\": 28100,\n                                \"end\": 28560,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"cdf40503-4305-42bd-818d-39ed2cde14f9\",\n                                \"text\": \" je\",\n                                \"start\": 19040,\n                                \"end\": 19720,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"d7e6fa4f-6866-4f48-9e19-99d3cf5648a3\",\n                                \"text\": \" les\",\n                                \"start\": 28000,\n                                \"end\": 28100,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"dcaa8ca3-9327-4db5-8e80-05b6cdb022fd\",\n                                \"text\": \" identifiants\",\n                                \"start\": 26320,\n                                \"end\": 26980,\n                                \"duration\": 660,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"ea90856a-5863-4d38-aa02-22269b5ec3b1\",\n                                \"text\": \" vos\",\n                                \"start\": 26120,\n                                \"end\": 26320,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"eefa8b56-6e8b-447e-8ab3-0366dfcc3502\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 27380,\n                                \"end\": 27880,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            },\n                            {\n                                \"id\": \"fc45ded3-9757-455a-8208-17d1aaa3bafa\",\n                                \"text\": \" Oui,\",\n                                \"start\": 18460,\n                                \"end\": 19000,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:18-00:28\"\n                    },\n                    {\n                        \"id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\",\n                        \"text\": \"ça ira, merci de résoudre le problème dès que possible, au revoir.\",\n                        \"start\": 56380,\n                        \"end\": 62640,\n                        \"duration\": 6260,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"001c91ce-548c-4880-afdf-d48a57ea60cf\",\n                                \"text\": \" revoir.\",\n                                \"start\": 62340,\n                                \"end\": 62640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"247ecbb3-d1c6-4155-ad04-a2241d5afea8\",\n                                \"text\": \" dès\",\n                                \"start\": 59380,\n                                \"end\": 60280,\n                                \"duration\": 900,\n                                \"probability\": 0.66,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"2eb666b2-f75e-4be4-9428-50467f8a7fce\",\n                                \"text\": \" problème\",\n                                \"start\": 59040,\n                                \"end\": 59380,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"4c4ae23e-9a4d-4e50-ab85-bb679c0c533f\",\n                                \"text\": \" le\",\n                                \"start\": 58920,\n                                \"end\": 59040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"5e2f7989-ee18-451a-99c2-985a3143ccb3\",\n                                \"text\": \" de\",\n                                \"start\": 58020,\n                                \"end\": 58380,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"649a93e6-7232-4800-b2e3-6ceb8bb88ae8\",\n                                \"text\": \" possible,\",\n                                \"start\": 60340,\n                                \"end\": 60780,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"6d591a5a-b0b4-4f9f-afa7-186d30fa3342\",\n                                \"text\": \" merci\",\n                                \"start\": 57080,\n                                \"end\": 58020,\n                                \"duration\": 940,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"72adc83f-989c-4617-a4f9-e9ea157ae2bf\",\n                                \"text\": \" ira,\",\n                                \"start\": 56720,\n                                \"end\": 57000,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"76cd6e8a-4294-468b-a945-f292ac4e2edb\",\n                                \"text\": \" ça\",\n                                \"start\": 56380,\n                                \"end\": 56720,\n                                \"duration\": 340,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"99dddf09-3d28-4d9d-8301-643bf6dfcac9\",\n                                \"text\": \" au\",\n                                \"start\": 61000,\n                                \"end\": 61920,\n                                \"duration\": 920,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"cc7e0831-a301-457f-a741-edf76f731337\",\n                                \"text\": \" que\",\n                                \"start\": 60280,\n                                \"end\": 60340,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            },\n                            {\n                                \"id\": \"f1b51b0d-bb7c-41cd-9a92-1c0977d67779\",\n                                \"text\": \" résoudre\",\n                                \"start\": 58380,\n                                \"end\": 58920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:56-01:02\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"0a7cd97a-f353-4794-a06b-b184c79657e8\",\n                        \"text\": \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\\\\n-The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\\\\n-The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\",\n                        \"object\": [\n                            \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\",\n                            \"The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\",\n                            \"The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"call-reason\": [\n                    {\n                        \"id\": \"33b2549c-1635-473e-bf23-f4bebf0573ba\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.\",\n                            \"needs\": \"Client requires immediate resolution for the non-functioning Internet box.\",\n                            \"request\": \"Client requests assistance with their Internet box.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"4079f7e0-28de-4305-af74-69013ef51ee2\",\n                        \"text\": \"Client: Diabolo Telecom Internet Box Non-Functional\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"actions\": [\n                    {\n                        \"id\": \"83278670-0841-4d57-8a63-c795d66654d7\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Client reported a problem with their Internet box\",\n                                \"steps\": [\n                                    \"Verify customer's issue\",\n                                    \"(Create support ticket)\"\n                                ],\n                                \"title\": \"Identify and Address Internet Connection Issue\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To access the client's file and confirm ticket creation\",\n                                \"steps\": [\n                                    \"Obtain client's identifiers\",\n                                    \"Access client's account\"\n                                ],\n                                \"title\": \"Client Information and Account Access\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Ticket created, technicians will be notified\",\n                                \"steps\": [\n                                    \"Confirm ticket submission\",\n                                    \"Inform client of resolution progress\"\n                                ],\n                                \"title\": \"Resolution and Client Communication\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Possible follow-up actions for the client\",\n                                \"steps\": [\n                                    \"Monitor connection status\",\n                                    \"Notify technical team of issues\"\n                                ],\n                                \"title\": \"Client's Additional Steps\",\n                                \"completed\": false\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"8859c1c6-7d6e-42af-a610-c705670119fb\",\n                        \"text\": \"A client contacted the Diabolo Telecom support team due to a non-functional Internet box, experiencing the issue since morning. The agent obtained the client's credentials (52 86 22-3F) to review their account. The agent then informed the client that they created and escalated a ticket to the technical team, aiming for an immediate resolution. During the call, the client clarified they did not require additional assistance, and the agent reassured them of their ongoing commitment to resolving the issue. The call concluded with the client appreciating the agent's assistance.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"call-sequence\": [\n                    {\n                        \"id\": \"8c15e40a-711f-485e-9417-f7b48eecd8b7\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"title\": \"Initial problem disclosure\",\n                                \"client_nps\": 3,\n                                \"complete_summary\": \"Client shares the issue with Internet box\",\n                                \"essential_elements\": [\n                                    \"Client disclosed the issue with Internet box\",\n                                    \"André responds professionally\"\n                                ],\n                                \"comment_on_agent_handling\": \"André greets the client and provides necessary professional assistance\",\n                                \"comment_on_client_satisfaction\": \"Client seems concerned, but expectant of a solution\"\n                            },\n                            {\n                                \"title\": \"Identifiers provided and case assigned\",\n                                \"client_nps\": 4,\n                                \"complete_summary\": \"Client shares the identifiers, case assigned to tech team\",\n                                \"essential_elements\": [\n                                    \"Client provided identifiers\",\n                                    \"André creates a case for tech team resolution\"\n                                ],\n                                \"comment_on_agent_handling\": \"André ensures a prompt case assignment to resolve the issue\",\n                                \"comment_on_client_satisfaction\": \"Client expresses satisfaction with the case assignment and André's professionalism\"\n                            }\n                        ],\n                        \"type\": \"call-sequence\"\n                    }\n                ],\n                \"client-nps\": [\n                    {\n                        \"id\": \"a613b49c-efda-49bb-86cb-e734e9d557a6\",\n                        \"text\": null,\n                        \"object\": {\n                            \"end_score\": 4,\n                            \"reasoning\": \"The caller expressed dissatisfaction with their Internet box, indicating that it hasn't been functioning since morning.\\\\n-Client's dissatisfaction level was at the maximum due to the inconvenience caused by the Internet box's failure.\\\\n-Agent's assistance and responsiveness in addressing the issue may have helped improve the caller's sentiments during the conversation.\\\\n-Client mentioned the Internet box's issue briefly at the beginning and throughout the call, and didn't raise other negative points about the service.\\\\n-The issue will be escalated to the technical team, and no further issues were addressed during the call.\\\\n-No additional details are available to provide a more precise rating for the caller's satisfaction, other than the improvement during the call due to the agent's prompt attention.\",\n                            \"end_feeling\": \"The agent's assistance and the imminent resolution of the issue due to the ticket created for the technical team might have boosted the caller's satisfaction during the last 5-10 turns.\",\n                            \"start_score\": 2,\n                            \"start_feeling\": \"The caller was experiencing inconvenience due to the Internet box problem, resulting in a lower satisfaction level at the start of the call.\"\n                        },\n                        \"type\": \"client-nps\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"client_satisfaction\",\n                \"home_network\",\n                \"internet_service_provider\",\n                \"technical_support\"\n            ]\n        }\n    }\n}"},{"id":"b8faa2a2-2b60-4943-a70c-e96381bf356c","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx","name":"Server","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","type":"text"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"","type":"text"},{"key":"Vary","value":"Origin","name":"Vary","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","type":"text"},{"key":"Date","value":"Wed, 12 Mar 2025 12:46:11 GMT","name":"Date","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"","type":"text"},{"key":"X-RateLimit-Remaining","value":"58","name":"X-RateLimit-Remaining","description":"","type":"text"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"","type":"text"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"","type":"text"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"transcribing\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"tags\": []\n        }\n    }\n}"},{"id":"805073da-dab3-4556-b5c6-0d717ddbbd26","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx","name":"Server","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","type":"text"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"","type":"text"},{"key":"Vary","value":"Origin","name":"Vary","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","type":"text"},{"key":"Date","value":"Wed, 12 Mar 2025 12:46:21 GMT","name":"Date","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"","type":"text"},{"key":"X-RateLimit-Remaining","value":"56","name":"X-RateLimit-Remaining","description":"","type":"text"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"","type":"text"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"","type":"text"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"transcript-available\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\n                                \"text\": \" mais\",\n                                \"start\": 67440,\n                                \"end\": 68160,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65900,\n                                \"duration\": 581,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65900,\n                                \"end\": 66380,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1400,\n                                \"end\": 1800,\n                                \"duration\": 400,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\n                                \"text\": \" Oui\",\n                                \"start\": 940,\n                                \"end\": 1400,\n                                \"duration\": 460,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\n                                \"text\": \" comment\",\n                                \"start\": 4000,\n                                \"end\": 4140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\n                                \"text\": \" au\",\n                                \"start\": 165480,\n                                \"end\": 165760,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    },\n                    {\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153390,\n                                \"end\": 153690,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152230,\n                                \"duration\": 920,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\n                                \"text\": \" Merci\",\n                                \"start\": 152830,\n                                \"end\": 153390,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:27-02:33\"\n                    },\n                    {\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\n                                \"text\": \" je\",\n                                \"start\": 24990,\n                                \"end\": 25650,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 24530,\n                                \"end\": 24810,\n                                \"duration\": 280,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\n                                \"text\": \" me\",\n                                \"start\": 28270,\n                                \"end\": 28370,\n                                \"duration\": 100,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.24,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\n                                \"text\": \" problèmes\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26870,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\n                                \"text\": \" s'il\",\n                                \"start\": 30650,\n                                \"end\": 31230,\n                                \"duration\": 580,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\n                                \"text\": \" internet\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28270,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\n                                \"text\": \" Il\",\n                                \"start\": 85900,\n                                \"end\": 86040,\n                                \"duration\": 140,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\n                                \"text\": \" votre\",\n                                \"start\": 97360,\n                                \"end\": 97480,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97360,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\n                                \"text\": \" un\",\n                                \"start\": 86860,\n                                \"end\": 86960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86860,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\n                                \"text\": \" Alain\",\n                                \"start\": 7340,\n                                \"end\": 7720,\n                                \"duration\": 380,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9960,\n                                \"duration\": 140,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10180,\n                                \"duration\": 220,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\n                                \"text\": \" client\",\n                                \"start\": 14780,\n                                \"end\": 15140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11740,\n                                \"end\": 12120,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18560,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\n                                \"text\": \" C'est\",\n                                \"start\": 18000,\n                                \"end\": 18500,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13980,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\n                                \"text\": \" un\",\n                                \"start\": 9020,\n                                \"end\": 9080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9020,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\n                                \"text\": \" C'est\",\n                                \"start\": 20220,\n                                \"end\": 20700,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57330,\n                        \"duration\": 7620,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54830,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\n                                \"text\": \" informations\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\n                                \"text\": \" ?\",\n                                \"start\": 56890,\n                                \"end\": 57330,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53990,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51310,\n                                \"end\": 51670,\n                                \"duration\": 360,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\n                                \"text\": \" je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\n                                \"text\": \" détail\",\n                                \"start\": 54830,\n                                \"end\": 55130,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100840,\n                        \"end\": 107820,\n                        \"duration\": 6980,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\n                                \"text\": \" la\",\n                                \"start\": 102520,\n                                \"end\": 102600,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102520,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100840,\n                                \"end\": 101160,\n                                \"duration\": 320,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\n                        \"start\": 132420,\n                        \"end\": 164840,\n                        \"duration\": 32420,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159220,\n                                \"end\": 159460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\n                                \"text\": \" client\",\n                                \"start\": 161140,\n                                \"end\": 161860,\n                                \"duration\": 720,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\n                                \"text\": \" passez\",\n                                \"start\": 162880,\n                                \"end\": 163440,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\n                                \"text\": \" au\",\n                                \"start\": 163980,\n                                \"end\": 164840,\n                                \"duration\": 860,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\n                                \"text\": \" Diabolos\",\n                                \"start\": 161860,\n                                \"end\": 162360,\n                                \"duration\": 500,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\n                                \"text\": \" Télécom\",\n                                \"start\": 162360,\n                                \"end\": 162880,\n                                \"duration\": 520,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157020,\n                                \"end\": 157780,\n                                \"duration\": 760,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\n                                \"text\": \" merci\",\n                                \"start\": 155160,\n                                \"end\": 155640,\n                                \"duration\": 480,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155640,\n                                \"end\": 156000,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\n                                \"text\": \" d'accord\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:44\"\n                    },\n                    {\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\n                        \"text\": \"revoir merci\",\n                        \"start\": 166920,\n                        \"end\": 167400,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            },\n                            {\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\n                                \"text\": \" revoir\",\n                                \"start\": 166920,\n                                \"end\": 167260,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72260,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.53,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\n                                \"text\": \" Internet,\",\n                                \"start\": 123270,\n                                \"end\": 123490,\n                                \"duration\": 220,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119850,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 141080,\n                        \"end\": 145960,\n                        \"duration\": 4880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.59,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\n                                \"text\": \" Ah,\",\n                                \"start\": 141080,\n                                \"end\": 141360,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143840,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141940,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:21-02:25\"\n                    }\n                ]\n            },\n            \"tags\": []\n        }\n    }\n}"},{"id":"dcb23720-692e-4012-9f46-62a4d3b4eb10","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx","name":"Server","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","type":"text"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"","type":"text"},{"key":"Vary","value":"Origin","name":"Vary","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","type":"text"},{"key":"Date","value":"Wed, 12 Mar 2025 12:46:32 GMT","name":"Date","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"","type":"text"},{"key":"X-RateLimit-Remaining","value":"55","name":"X-RateLimit-Remaining","description":"","type":"text"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"","type":"text"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"","type":"text"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"queued\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\n                                \"text\": \" mais\",\n                                \"start\": 67440,\n                                \"end\": 68160,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65900,\n                                \"duration\": 581,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65900,\n                                \"end\": 66380,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1400,\n                                \"end\": 1800,\n                                \"duration\": 400,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\n                                \"text\": \" Oui\",\n                                \"start\": 940,\n                                \"end\": 1400,\n                                \"duration\": 460,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\n                                \"text\": \" comment\",\n                                \"start\": 4000,\n                                \"end\": 4140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\n                                \"text\": \" au\",\n                                \"start\": 165480,\n                                \"end\": 165760,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    },\n                    {\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153390,\n                                \"end\": 153690,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152230,\n                                \"duration\": 920,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\n                                \"text\": \" Merci\",\n                                \"start\": 152830,\n                                \"end\": 153390,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:27-02:33\"\n                    },\n                    {\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\n                                \"text\": \" je\",\n                                \"start\": 24990,\n                                \"end\": 25650,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 24530,\n                                \"end\": 24810,\n                                \"duration\": 280,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\n                                \"text\": \" me\",\n                                \"start\": 28270,\n                                \"end\": 28370,\n                                \"duration\": 100,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.24,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\n                                \"text\": \" problèmes\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26870,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\n                                \"text\": \" s'il\",\n                                \"start\": 30650,\n                                \"end\": 31230,\n                                \"duration\": 580,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\n                                \"text\": \" internet\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28270,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\n                                \"text\": \" Il\",\n                                \"start\": 85900,\n                                \"end\": 86040,\n                                \"duration\": 140,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\n                                \"text\": \" votre\",\n                                \"start\": 97360,\n                                \"end\": 97480,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97360,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\n                                \"text\": \" un\",\n                                \"start\": 86860,\n                                \"end\": 86960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86860,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\n                                \"text\": \" Alain\",\n                                \"start\": 7340,\n                                \"end\": 7720,\n                                \"duration\": 380,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9960,\n                                \"duration\": 140,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10180,\n                                \"duration\": 220,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\n                                \"text\": \" client\",\n                                \"start\": 14780,\n                                \"end\": 15140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11740,\n                                \"end\": 12120,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18560,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\n                                \"text\": \" C'est\",\n                                \"start\": 18000,\n                                \"end\": 18500,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13980,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\n                                \"text\": \" un\",\n                                \"start\": 9020,\n                                \"end\": 9080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9020,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\n                                \"text\": \" C'est\",\n                                \"start\": 20220,\n                                \"end\": 20700,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57330,\n                        \"duration\": 7620,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54830,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\n                                \"text\": \" informations\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\n                                \"text\": \" ?\",\n                                \"start\": 56890,\n                                \"end\": 57330,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53990,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51310,\n                                \"end\": 51670,\n                                \"duration\": 360,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\n                                \"text\": \" je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\n                                \"text\": \" détail\",\n                                \"start\": 54830,\n                                \"end\": 55130,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100840,\n                        \"end\": 107820,\n                        \"duration\": 6980,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\n                                \"text\": \" la\",\n                                \"start\": 102520,\n                                \"end\": 102600,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102520,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100840,\n                                \"end\": 101160,\n                                \"duration\": 320,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\n                        \"start\": 132420,\n                        \"end\": 164840,\n                        \"duration\": 32420,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159220,\n                                \"end\": 159460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\n                                \"text\": \" client\",\n                                \"start\": 161140,\n                                \"end\": 161860,\n                                \"duration\": 720,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\n                                \"text\": \" passez\",\n                                \"start\": 162880,\n                                \"end\": 163440,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\n                                \"text\": \" au\",\n                                \"start\": 163980,\n                                \"end\": 164840,\n                                \"duration\": 860,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\n                                \"text\": \" Diabolos\",\n                                \"start\": 161860,\n                                \"end\": 162360,\n                                \"duration\": 500,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\n                                \"text\": \" Télécom\",\n                                \"start\": 162360,\n                                \"end\": 162880,\n                                \"duration\": 520,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157020,\n                                \"end\": 157780,\n                                \"duration\": 760,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\n                                \"text\": \" merci\",\n                                \"start\": 155160,\n                                \"end\": 155640,\n                                \"duration\": 480,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155640,\n                                \"end\": 156000,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\n                                \"text\": \" d'accord\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:44\"\n                    },\n                    {\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\n                        \"text\": \"revoir merci\",\n                        \"start\": 166920,\n                        \"end\": 167400,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            },\n                            {\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\n                                \"text\": \" revoir\",\n                                \"start\": 166920,\n                                \"end\": 167260,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72260,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.53,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\n                                \"text\": \" Internet,\",\n                                \"start\": 123270,\n                                \"end\": 123490,\n                                \"duration\": 220,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119850,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 141080,\n                        \"end\": 145960,\n                        \"duration\": 4880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.59,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\n                                \"text\": \" Ah,\",\n                                \"start\": 141080,\n                                \"end\": 141360,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143840,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141940,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:21-02:25\"\n                    }\n                ]\n            },\n            \"tags\": []\n        }\n    }\n}"},{"id":"49f59e02-a025-458d-9368-8086e7767994","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx","name":"Server","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","type":"text"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"","type":"text"},{"key":"Vary","value":"Origin","name":"Vary","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","type":"text"},{"key":"Date","value":"Wed, 12 Mar 2025 12:46:53 GMT","name":"Date","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"","type":"text"},{"key":"X-RateLimit-Remaining","value":"53","name":"X-RateLimit-Remaining","description":"","type":"text"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"","type":"text"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"","type":"text"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"queued\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\n                                \"text\": \" mais\",\n                                \"start\": 67440,\n                                \"end\": 68160,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65900,\n                                \"duration\": 581,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65900,\n                                \"end\": 66380,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1400,\n                                \"end\": 1800,\n                                \"duration\": 400,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\n                                \"text\": \" Oui\",\n                                \"start\": 940,\n                                \"end\": 1400,\n                                \"duration\": 460,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\n                                \"text\": \" comment\",\n                                \"start\": 4000,\n                                \"end\": 4140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\n                                \"text\": \" au\",\n                                \"start\": 165480,\n                                \"end\": 165760,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    },\n                    {\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153390,\n                                \"end\": 153690,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152230,\n                                \"duration\": 920,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\n                                \"text\": \" Merci\",\n                                \"start\": 152830,\n                                \"end\": 153390,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:27-02:33\"\n                    },\n                    {\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\n                                \"text\": \" je\",\n                                \"start\": 24990,\n                                \"end\": 25650,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 24530,\n                                \"end\": 24810,\n                                \"duration\": 280,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\n                                \"text\": \" me\",\n                                \"start\": 28270,\n                                \"end\": 28370,\n                                \"duration\": 100,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.24,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\n                                \"text\": \" problèmes\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26870,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\n                                \"text\": \" s'il\",\n                                \"start\": 30650,\n                                \"end\": 31230,\n                                \"duration\": 580,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\n                                \"text\": \" internet\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28270,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\n                                \"text\": \" Il\",\n                                \"start\": 85900,\n                                \"end\": 86040,\n                                \"duration\": 140,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\n                                \"text\": \" votre\",\n                                \"start\": 97360,\n                                \"end\": 97480,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97360,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\n                                \"text\": \" un\",\n                                \"start\": 86860,\n                                \"end\": 86960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86860,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\n                                \"text\": \" Alain\",\n                                \"start\": 7340,\n                                \"end\": 7720,\n                                \"duration\": 380,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9960,\n                                \"duration\": 140,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10180,\n                                \"duration\": 220,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\n                                \"text\": \" client\",\n                                \"start\": 14780,\n                                \"end\": 15140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11740,\n                                \"end\": 12120,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18560,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\n                                \"text\": \" C'est\",\n                                \"start\": 18000,\n                                \"end\": 18500,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13980,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\n                                \"text\": \" un\",\n                                \"start\": 9020,\n                                \"end\": 9080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9020,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\n                                \"text\": \" C'est\",\n                                \"start\": 20220,\n                                \"end\": 20700,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57330,\n                        \"duration\": 7620,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54830,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\n                                \"text\": \" informations\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\n                                \"text\": \" ?\",\n                                \"start\": 56890,\n                                \"end\": 57330,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53990,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51310,\n                                \"end\": 51670,\n                                \"duration\": 360,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\n                                \"text\": \" je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\n                                \"text\": \" détail\",\n                                \"start\": 54830,\n                                \"end\": 55130,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100840,\n                        \"end\": 107820,\n                        \"duration\": 6980,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\n                                \"text\": \" la\",\n                                \"start\": 102520,\n                                \"end\": 102600,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102520,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100840,\n                                \"end\": 101160,\n                                \"duration\": 320,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\n                        \"start\": 132420,\n                        \"end\": 164840,\n                        \"duration\": 32420,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159220,\n                                \"end\": 159460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\n                                \"text\": \" client\",\n                                \"start\": 161140,\n                                \"end\": 161860,\n                                \"duration\": 720,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\n                                \"text\": \" passez\",\n                                \"start\": 162880,\n                                \"end\": 163440,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\n                                \"text\": \" au\",\n                                \"start\": 163980,\n                                \"end\": 164840,\n                                \"duration\": 860,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\n                                \"text\": \" Diabolos\",\n                                \"start\": 161860,\n                                \"end\": 162360,\n                                \"duration\": 500,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\n                                \"text\": \" Télécom\",\n                                \"start\": 162360,\n                                \"end\": 162880,\n                                \"duration\": 520,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157020,\n                                \"end\": 157780,\n                                \"duration\": 760,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\n                                \"text\": \" merci\",\n                                \"start\": 155160,\n                                \"end\": 155640,\n                                \"duration\": 480,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155640,\n                                \"end\": 156000,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\n                                \"text\": \" d'accord\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:44\"\n                    },\n                    {\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\n                        \"text\": \"revoir merci\",\n                        \"start\": 166920,\n                        \"end\": 167400,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            },\n                            {\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\n                                \"text\": \" revoir\",\n                                \"start\": 166920,\n                                \"end\": 167260,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72260,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.53,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\n                                \"text\": \" Internet,\",\n                                \"start\": 123270,\n                                \"end\": 123490,\n                                \"duration\": 220,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119850,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 141080,\n                        \"end\": 145960,\n                        \"duration\": 4880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.59,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\n                                \"text\": \" Ah,\",\n                                \"start\": 141080,\n                                \"end\": 141360,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143840,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141940,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:21-02:25\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"036c9a36-8e16-41d5-b69d-5acc4e46b060\",\n                        \"text\": \"The customer, Alain Dupont, contacted the company to report an issue with his internet box. He has been experiencing connection issues for the past few days and has had to rely on his mobile data. He is understandably frustrated with the situation. The agent, André, assured the customer that he would do his best to help and requested the customer's account number and box ID.\\\\n-Alain provided the required details and described the problem in more detail. The agent then placed the customer on hold to check the status of his connection. Upon returning, the agent informed Alain that there was a technical issue with his connection and created a ticket for the technical team to address.\\\\n-The agent then recommended an extension of Alain's mobile data as a temporary solution. Alain agreed to this and provided his phone number to receive the additional data. The agent provided Alain with a reference number and informed him that a technician would contact him later that day for further assistance.\",\n                        \"object\": [\n                            \"The customer, Alain Dupont, contacted the company to report an issue with his internet box. He has been experiencing connection issues for the past few days and has had to rely on his mobile data. He is understandably frustrated with the situation. The agent, André, assured the customer that he would do his best to help and requested the customer's account number and box ID.\",\n                            \"Alain provided the required details and described the problem in more detail. The agent then placed the customer on hold to check the status of his connection. Upon returning, the agent informed Alain that there was a technical issue with his connection and created a ticket for the technical team to address.\",\n                            \"The agent then recommended an extension of Alain's mobile data as a temporary solution. Alain agreed to this and provided his phone number to receive the additional data. The agent provided Alain with a reference number and informed him that a technician would contact him later that day for further assistance.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"1da9d670-d6db-4973-94d6-4fd91220ba47\",\n                        \"text\": \"Alain Dupont contacted the company regarding issues with his internet connection, which had been occurring for the past few days. The agent, André, collected necessary details, placed Alain on hold, and discovered a technical issue with his connection. A ticket was created for the technical team, and Alain was offered a temporary solution of extended mobile data. Alain accepted, and a reference number was provided for future communication.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"call-reason\": [\n                    {\n                        \"id\": \"4a2e27bc-96d0-44ab-b163-88dcad96a025\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"He is experiencing recurring connection problems, leading to his call for assistance.\",\n                            \"needs\": \"He requires help in fixing his Diabolo Telecom internet box issue, which has left him unable to connect.\",\n                            \"request\": \"The customer requests assistance with his internet connection.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"52758802-3da0-417e-9d9f-a6646964b0ee\",\n                        \"text\": \"Customer reports internet connection issues, receives temporary mobile data\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"actions\": [\n                    {\n                        \"id\": \"70a82031-7682-4c6e-86e7-98b12c2de948\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To establish a connection with the client\",\n                                \"steps\": [\n                                    \"Greet client and establish identity\"\n                                ],\n                                \"title\": \"Agent Identification\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To understand the problem and determine a solution\",\n                                \"steps\": [\n                                    \"Ask the client for a detailed explanation of the problem\",\n                                    \"(Reboot the client's box)\",\n                                    \"Create a ticket for the technical team to investigate the issue\",\n                                    \"Offer extended mobile data plan for the client\"\n                                ],\n                                \"title\": \"Client Issue Identification\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"client\",\n                                    \"agent\"\n                                ],\n                                \"why\": \"To access client's account and box information\",\n                                \"steps\": [\n                                    \"Client provides account number and box identifier\"\n                                ],\n                                \"title\": \"Client Information Collection\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"To provide additional mobile data to cover the interruption\",\n                                \"steps\": [\n                                    \"Client requests for data extension\"\n                                ],\n                                \"title\": \"Client Request for Data Extension\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To report and investigate the technical issue\",\n                                \"steps\": [\n                                    \"Create a technical ticket\",\n                                    \"Provide tracking number to client\"\n                                ],\n                                \"title\": \"Technical Ticket Creation\",\n                                \"completed\": false\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"technician_follow_up\",\n                \"reference_number\",\n                \"technical_problem\",\n                \"internet_connection_issues\",\n                \"ticket_created\",\n                \"customer_frustration\",\n                \"temporary_solution\",\n                \"mobile_data_extension\"\n            ]\n        }\n    }\n}"},{"id":"42009bbb-c0c1-41fd-acda-e770dccaead2","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx","name":"Server","description":"","type":"text"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"","type":"text"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"","type":"text"},{"key":"Vary","value":"Accept-Encoding","name":"Vary","description":"","type":"text"},{"key":"Vary","value":"Origin","name":"Vary","description":"","type":"text"},{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"","type":"text"},{"key":"Date","value":"Wed, 12 Mar 2025 12:47:12 GMT","name":"Date","description":"","type":"text"},{"key":"X-RateLimit-Limit","value":"60","name":"X-RateLimit-Limit","description":"","type":"text"},{"key":"X-RateLimit-Remaining","value":"59","name":"X-RateLimit-Remaining","description":"","type":"text"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"","type":"text"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"","type":"text"},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"","type":"text"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"success\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\n                                \"text\": \" mais\",\n                                \"start\": 67440,\n                                \"end\": 68160,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65900,\n                                \"duration\": 581,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65900,\n                                \"end\": 66380,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1400,\n                                \"end\": 1800,\n                                \"duration\": 400,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\n                                \"text\": \" Oui\",\n                                \"start\": 940,\n                                \"end\": 1400,\n                                \"duration\": 460,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\n                                \"text\": \" comment\",\n                                \"start\": 4000,\n                                \"end\": 4140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\n                                \"text\": \" au\",\n                                \"start\": 165480,\n                                \"end\": 165760,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    },\n                    {\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153390,\n                                \"end\": 153690,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152230,\n                                \"duration\": 920,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\n                                \"text\": \" Merci\",\n                                \"start\": 152830,\n                                \"end\": 153390,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:27-02:33\"\n                    },\n                    {\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\n                                \"text\": \" je\",\n                                \"start\": 24990,\n                                \"end\": 25650,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 24530,\n                                \"end\": 24810,\n                                \"duration\": 280,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\n                                \"text\": \" me\",\n                                \"start\": 28270,\n                                \"end\": 28370,\n                                \"duration\": 100,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.24,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\n                                \"text\": \" problèmes\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26870,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\n                                \"text\": \" s'il\",\n                                \"start\": 30650,\n                                \"end\": 31230,\n                                \"duration\": 580,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\n                                \"text\": \" internet\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28270,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\n                                \"text\": \" Il\",\n                                \"start\": 85900,\n                                \"end\": 86040,\n                                \"duration\": 140,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\n                                \"text\": \" votre\",\n                                \"start\": 97360,\n                                \"end\": 97480,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97360,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\n                                \"text\": \" un\",\n                                \"start\": 86860,\n                                \"end\": 86960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86860,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\n                                \"text\": \" Alain\",\n                                \"start\": 7340,\n                                \"end\": 7720,\n                                \"duration\": 380,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9960,\n                                \"duration\": 140,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10180,\n                                \"duration\": 220,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\n                                \"text\": \" client\",\n                                \"start\": 14780,\n                                \"end\": 15140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11740,\n                                \"end\": 12120,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18560,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\n                                \"text\": \" C'est\",\n                                \"start\": 18000,\n                                \"end\": 18500,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13980,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\n                                \"text\": \" un\",\n                                \"start\": 9020,\n                                \"end\": 9080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9020,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\n                                \"text\": \" C'est\",\n                                \"start\": 20220,\n                                \"end\": 20700,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57330,\n                        \"duration\": 7620,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54830,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\n                                \"text\": \" informations\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\n                                \"text\": \" ?\",\n                                \"start\": 56890,\n                                \"end\": 57330,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53990,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51310,\n                                \"end\": 51670,\n                                \"duration\": 360,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\n                                \"text\": \" je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\n                                \"text\": \" détail\",\n                                \"start\": 54830,\n                                \"end\": 55130,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100840,\n                        \"end\": 107820,\n                        \"duration\": 6980,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\n                                \"text\": \" la\",\n                                \"start\": 102520,\n                                \"end\": 102600,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102520,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100840,\n                                \"end\": 101160,\n                                \"duration\": 320,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\n                        \"start\": 132420,\n                        \"end\": 164840,\n                        \"duration\": 32420,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159220,\n                                \"end\": 159460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\n                                \"text\": \" client\",\n                                \"start\": 161140,\n                                \"end\": 161860,\n                                \"duration\": 720,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\n                                \"text\": \" passez\",\n                                \"start\": 162880,\n                                \"end\": 163440,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\n                                \"text\": \" au\",\n                                \"start\": 163980,\n                                \"end\": 164840,\n                                \"duration\": 860,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\n                                \"text\": \" Diabolos\",\n                                \"start\": 161860,\n                                \"end\": 162360,\n                                \"duration\": 500,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\n                                \"text\": \" Télécom\",\n                                \"start\": 162360,\n                                \"end\": 162880,\n                                \"duration\": 520,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157020,\n                                \"end\": 157780,\n                                \"duration\": 760,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\n                                \"text\": \" merci\",\n                                \"start\": 155160,\n                                \"end\": 155640,\n                                \"duration\": 480,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155640,\n                                \"end\": 156000,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\n                                \"text\": \" d'accord\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:44\"\n                    },\n                    {\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\n                        \"text\": \"revoir merci\",\n                        \"start\": 166920,\n                        \"end\": 167400,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            },\n                            {\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\n                                \"text\": \" revoir\",\n                                \"start\": 166920,\n                                \"end\": 167260,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72260,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.53,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\n                                \"text\": \" Internet,\",\n                                \"start\": 123270,\n                                \"end\": 123490,\n                                \"duration\": 220,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119850,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 141080,\n                        \"end\": 145960,\n                        \"duration\": 4880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.59,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\n                                \"text\": \" Ah,\",\n                                \"start\": 141080,\n                                \"end\": 141360,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143840,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141940,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:21-02:25\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"036c9a36-8e16-41d5-b69d-5acc4e46b060\",\n                        \"text\": \"The customer, Alain Dupont, contacted the company to report an issue with his internet box. He has been experiencing connection issues for the past few days and has had to rely on his mobile data. He is understandably frustrated with the situation. The agent, André, assured the customer that he would do his best to help and requested the customer's account number and box ID.\\\\n-Alain provided the required details and described the problem in more detail. The agent then placed the customer on hold to check the status of his connection. Upon returning, the agent informed Alain that there was a technical issue with his connection and created a ticket for the technical team to address.\\\\n-The agent then recommended an extension of Alain's mobile data as a temporary solution. Alain agreed to this and provided his phone number to receive the additional data. The agent provided Alain with a reference number and informed him that a technician would contact him later that day for further assistance.\",\n                        \"object\": [\n                            \"The customer, Alain Dupont, contacted the company to report an issue with his internet box. He has been experiencing connection issues for the past few days and has had to rely on his mobile data. He is understandably frustrated with the situation. The agent, André, assured the customer that he would do his best to help and requested the customer's account number and box ID.\",\n                            \"Alain provided the required details and described the problem in more detail. The agent then placed the customer on hold to check the status of his connection. Upon returning, the agent informed Alain that there was a technical issue with his connection and created a ticket for the technical team to address.\",\n                            \"The agent then recommended an extension of Alain's mobile data as a temporary solution. Alain agreed to this and provided his phone number to receive the additional data. The agent provided Alain with a reference number and informed him that a technician would contact him later that day for further assistance.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"1da9d670-d6db-4973-94d6-4fd91220ba47\",\n                        \"text\": \"Alain Dupont contacted the company regarding issues with his internet connection, which had been occurring for the past few days. The agent, André, collected necessary details, placed Alain on hold, and discovered a technical issue with his connection. A ticket was created for the technical team, and Alain was offered a temporary solution of extended mobile data. Alain accepted, and a reference number was provided for future communication.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"call-reason\": [\n                    {\n                        \"id\": \"4a2e27bc-96d0-44ab-b163-88dcad96a025\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"He is experiencing recurring connection problems, leading to his call for assistance.\",\n                            \"needs\": \"He requires help in fixing his Diabolo Telecom internet box issue, which has left him unable to connect.\",\n                            \"request\": \"The customer requests assistance with his internet connection.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"52758802-3da0-417e-9d9f-a6646964b0ee\",\n                        \"text\": \"Customer reports internet connection issues, receives temporary mobile data\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"actions\": [\n                    {\n                        \"id\": \"70a82031-7682-4c6e-86e7-98b12c2de948\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To establish a connection with the client\",\n                                \"steps\": [\n                                    \"Greet client and establish identity\"\n                                ],\n                                \"title\": \"Agent Identification\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To understand the problem and determine a solution\",\n                                \"steps\": [\n                                    \"Ask the client for a detailed explanation of the problem\",\n                                    \"(Reboot the client's box)\",\n                                    \"Create a ticket for the technical team to investigate the issue\",\n                                    \"Offer extended mobile data plan for the client\"\n                                ],\n                                \"title\": \"Client Issue Identification\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"client\",\n                                    \"agent\"\n                                ],\n                                \"why\": \"To access client's account and box information\",\n                                \"steps\": [\n                                    \"Client provides account number and box identifier\"\n                                ],\n                                \"title\": \"Client Information Collection\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"To provide additional mobile data to cover the interruption\",\n                                \"steps\": [\n                                    \"Client requests for data extension\"\n                                ],\n                                \"title\": \"Client Request for Data Extension\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To report and investigate the technical issue\",\n                                \"steps\": [\n                                    \"Create a technical ticket\",\n                                    \"Provide tracking number to client\"\n                                ],\n                                \"title\": \"Technical Ticket Creation\",\n                                \"completed\": false\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"technician_follow_up\",\n                \"reference_number\",\n                \"technical_problem\",\n                \"internet_connection_issues\",\n                \"ticket_created\",\n                \"customer_frustration\",\n                \"temporary_solution\",\n                \"mobile_data_extension\"\n            ]\n        }\n    }\n}"}],"_postman_id":"f1250de2-2324-4dab-84a9-58002fd2374c"}],"id":"c8178fae-82fc-4699-87c7-82d90fc1c1d0","_postman_id":"c8178fae-82fc-4699-87c7-82d90fc1c1d0","description":""},{"name":"Audio transcription","item":[{"name":"Transcribe stereo phone call","id":"b8d26a6f-076a-4ce6-ad14-9d6a558da419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and have the resulting transcript in the language of your choice</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6e04146c-563a-4475-8a08-3e826bf508dd","name":"Transcribe stereo phone call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360?expires=1710334592&task=transcription&signature=3b31573b11aab274add6a5adc446fa74af7c879a32b07b81272e68d282c1bff4\",\n    \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\"\n}"}],"_postman_id":"b8d26a6f-076a-4ce6-ad14-9d6a558da419"},{"name":"Transcribe mono phone call","id":"116dde85-ec17-474c-ac16-85ddfef131b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"default"},{"key":"file","type":"file","value":null},{"key":"diarize_audio","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as single channel audio (mono audio), and have the resulting transcript in the language of your choice</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3a46c994-174b-4d0d-88a7-d1f23e5de5ad","name":"Transcribe mono phone call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360?expires=1710334592&task=transcription&signature=3b31573b11aab274add6a5adc446fa74af7c879a32b07b81272e68d282c1bff4\",\n    \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\"\n}"}],"_postman_id":"116dde85-ec17-474c-ac16-85ddfef131b6"},{"name":"Transcribe single speaker voicemail","id":"8141428c-6bbd-4a87-b4a1-797c559f3764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"default"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"default"},{"key":"configuration[asr][lang]","value":"pl","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and have the resulting transcript in the language of your choice</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"921d1465-d417-4bdd-a57a-5ae036db0781","name":"Transcribe single speaker voicemail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"832279bb-2d1f-4e78-882a-65fbed723264\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/832279bb-2d1f-4e78-882a-65fbed723264?expires=1710341040&task=transcription&signature=0cc414fec4a160110e6d074fa03e4f9b6da4a21fe43fe011e8a9a16371d468e3\",\n    \"audio_id\": \"501aa5ad-cb18-4e5a-8003-a1e59af1fa05\"\n}"}],"_postman_id":"8141428c-6bbd-4a87-b4a1-797c559f3764"},{"name":"Get transcription status/result","id":"35c0b9fc-45cb-4067-b0de-aa91f73a9737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1e48aedc-9365-4bf3-bf82-909180fd25d8","name":"Get transcription status/result (stereo phone call)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"transcript-available\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\n                                \"text\": \" mais\",\n                                \"start\": 67440,\n                                \"end\": 68160,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65900,\n                                \"duration\": 581,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65900,\n                                \"end\": 66380,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1400,\n                                \"end\": 1800,\n                                \"duration\": 400,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\n                                \"text\": \" Oui\",\n                                \"start\": 940,\n                                \"end\": 1400,\n                                \"duration\": 460,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\n                                \"text\": \" comment\",\n                                \"start\": 4000,\n                                \"end\": 4140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\n                                \"text\": \" au\",\n                                \"start\": 165480,\n                                \"end\": 165760,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    },\n                    {\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153390,\n                                \"end\": 153690,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152230,\n                                \"duration\": 920,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\n                                \"text\": \" Merci\",\n                                \"start\": 152830,\n                                \"end\": 153390,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:27-02:33\"\n                    },\n                    {\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\n                                \"text\": \" je\",\n                                \"start\": 24990,\n                                \"end\": 25650,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 24530,\n                                \"end\": 24810,\n                                \"duration\": 280,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\n                                \"text\": \" me\",\n                                \"start\": 28270,\n                                \"end\": 28370,\n                                \"duration\": 100,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.24,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\n                                \"text\": \" problèmes\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26870,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\n                                \"text\": \" s'il\",\n                                \"start\": 30650,\n                                \"end\": 31230,\n                                \"duration\": 580,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\n                                \"text\": \" internet\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28270,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\n                                \"text\": \" Il\",\n                                \"start\": 85900,\n                                \"end\": 86040,\n                                \"duration\": 140,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\n                                \"text\": \" votre\",\n                                \"start\": 97360,\n                                \"end\": 97480,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97360,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\n                                \"text\": \" un\",\n                                \"start\": 86860,\n                                \"end\": 86960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86860,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\n                                \"text\": \" Alain\",\n                                \"start\": 7340,\n                                \"end\": 7720,\n                                \"duration\": 380,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9960,\n                                \"duration\": 140,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10180,\n                                \"duration\": 220,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\n                                \"text\": \" client\",\n                                \"start\": 14780,\n                                \"end\": 15140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11740,\n                                \"end\": 12120,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18560,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\n                                \"text\": \" C'est\",\n                                \"start\": 18000,\n                                \"end\": 18500,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13980,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\n                                \"text\": \" un\",\n                                \"start\": 9020,\n                                \"end\": 9080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9020,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\n                                \"text\": \" C'est\",\n                                \"start\": 20220,\n                                \"end\": 20700,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57330,\n                        \"duration\": 7620,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54830,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\n                                \"text\": \" informations\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\n                                \"text\": \" ?\",\n                                \"start\": 56890,\n                                \"end\": 57330,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53990,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51310,\n                                \"end\": 51670,\n                                \"duration\": 360,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\n                                \"text\": \" je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\n                                \"text\": \" détail\",\n                                \"start\": 54830,\n                                \"end\": 55130,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100840,\n                        \"end\": 107820,\n                        \"duration\": 6980,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\n                                \"text\": \" la\",\n                                \"start\": 102520,\n                                \"end\": 102600,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102520,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100840,\n                                \"end\": 101160,\n                                \"duration\": 320,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\n                        \"start\": 132420,\n                        \"end\": 164840,\n                        \"duration\": 32420,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159220,\n                                \"end\": 159460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\n                                \"text\": \" client\",\n                                \"start\": 161140,\n                                \"end\": 161860,\n                                \"duration\": 720,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\n                                \"text\": \" passez\",\n                                \"start\": 162880,\n                                \"end\": 163440,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\n                                \"text\": \" au\",\n                                \"start\": 163980,\n                                \"end\": 164840,\n                                \"duration\": 860,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\n                                \"text\": \" Diabolos\",\n                                \"start\": 161860,\n                                \"end\": 162360,\n                                \"duration\": 500,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\n                                \"text\": \" Télécom\",\n                                \"start\": 162360,\n                                \"end\": 162880,\n                                \"duration\": 520,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157020,\n                                \"end\": 157780,\n                                \"duration\": 760,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\n                                \"text\": \" merci\",\n                                \"start\": 155160,\n                                \"end\": 155640,\n                                \"duration\": 480,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155640,\n                                \"end\": 156000,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\n                                \"text\": \" d'accord\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:44\"\n                    },\n                    {\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\n                        \"text\": \"revoir merci\",\n                        \"start\": 166920,\n                        \"end\": 167400,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            },\n                            {\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\n                                \"text\": \" revoir\",\n                                \"start\": 166920,\n                                \"end\": 167260,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72260,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.53,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\n                                \"text\": \" Internet,\",\n                                \"start\": 123270,\n                                \"end\": 123490,\n                                \"duration\": 220,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119850,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 141080,\n                        \"end\": 145960,\n                        \"duration\": 4880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.59,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\n                                \"text\": \" Ah,\",\n                                \"start\": 141080,\n                                \"end\": 141360,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143840,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141940,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:21-02:25\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"f656f2b9-30fc-4705-b156-2d7906fd0ed3","name":"Get transcription status/result (single speaker voicemail)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/832279bb-2d1f-4e78-882a-65fbed723264"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"832279bb-2d1f-4e78-882a-65fbed723264\",\n        \"audio_id\": \"501aa5ad-cb18-4e5a-8003-a1e59af1fa05\",\n        \"status\": \"transcript-available\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 60336\n            },\n            \"transcript\": {\n                \"text\": \"Poulpe Assurance Bonjour, c'est Alain Dupont à l'appareil. En fait, j'essaie de joindre votre service client parce que depuis ce matin, j'ai un problème avec ma box internet. Je n'arrive pas à me connecter à internet. Je suis client chez vous et là, je suis obligé d'utiliser la 4G pour me connecter. C'est la troisième fois que ça m'arrive ce mois-ci. Je trouve ça inacceptable. table. J'ai beau essayer de redémarrer la box plusieurs fois, ce n'a pas résolu le problème. C'est pour cela que je vous appelle afin de solutionner le problème. Donc si vous recevez mon message vocal, n'hésitez pas à me rappeler et sinon de mon côté aussi, je vais rappeler ultérieurement. Merci, au revoir.\",\n                \"diarized_text\": \"Client: Poulpe Assurance Bonjour, c'est Alain Dupont à l'appareil. En fait, j'essaie de joindre votre service client parce que depuis ce matin, j'ai un problème avec ma box internet. Je n'arrive pas à me connecter à internet. Je suis client chez vous et là, je suis obligé d'utiliser la 4G pour me connecter. C'est la troisième fois que ça m'arrive ce mois-ci. Je trouve ça inacceptable. table. J'ai beau essayer de redémarrer la box plusieurs fois, ce n'a pas résolu le problème. C'est pour cela que je vous appelle afin de solutionner le problème. Donc si vous recevez mon message vocal, n'hésitez pas à me rappeler et sinon de mon côté aussi, je vais rappeler ultérieurement. Merci, au revoir.\",\n                \"segments\": [\n                    {\n                        \"id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\",\n                        \"text\": \"Poulpe Assurance Bonjour, c'est Alain Dupont à l'appareil. En fait, j'essaie de joindre votre service client parce que depuis ce matin, j'ai un problème avec ma box internet. Je n'arrive pas à me connecter à internet. Je suis client chez vous et là, je suis obligé d'utiliser la 4G pour me connecter. C'est la troisième fois que ça m'arrive ce mois-ci. Je trouve ça inacceptable. table. J'ai beau essayer de redémarrer la box plusieurs fois, ce n'a pas résolu le problème. C'est pour cela que je vous appelle afin de solutionner le problème. Donc si vous recevez mon message vocal, n'hésitez pas à me rappeler et sinon de mon côté aussi, je vais rappeler ultérieurement. Merci, au revoir.\",\n                        \"start\": 1140,\n                        \"end\": 54300,\n                        \"duration\": 53160,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"08930b11-c281-4707-afc0-2842327cf259\",\n                                \"text\": \" j'ai\",\n                                \"start\": 11380,\n                                \"end\": 11620,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"09531b33-7c19-460f-ab7d-4955bbd3b159\",\n                                \"text\": \" Assurance\",\n                                \"start\": 1900,\n                                \"end\": 1900,\n                                \"duration\": 0,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"0be3ee08-7a08-4554-b478-1c22ec45fa48\",\n                                \"text\": \" problème\",\n                                \"start\": 11680,\n                                \"end\": 11980,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"0f8f17a4-6303-4d10-b02a-f0a1a64485d2\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 4780,\n                                \"end\": 5260,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"107c81d5-4759-4370-9bfc-e0e5332672cc\",\n                                \"text\": \" connecter.\",\n                                \"start\": 23340,\n                                \"end\": 24000,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"10ba4104-8695-44c8-88da-bccd3c7f4afe\",\n                                \"text\": \" connecter\",\n                                \"start\": 15540,\n                                \"end\": 16000,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"11acda98-b931-47f4-81e4-288444cbe52e\",\n                                \"text\": \" résolu\",\n                                \"start\": 35100,\n                                \"end\": 35480,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"12c5d4ca-e908-40ec-a5ce-0b6deb58bd06\",\n                                \"text\": \" chez\",\n                                \"start\": 17600,\n                                \"end\": 17780,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"12e25759-a0be-4700-98da-82fc1979c0cc\",\n                                \"text\": \" me\",\n                                \"start\": 15500,\n                                \"end\": 15540,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"16641778-6030-4707-84b5-ad6e116799b0\",\n                                \"text\": \" Alain\",\n                                \"start\": 4000,\n                                \"end\": 4340,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"1a060694-b1e5-42a4-9fe4-2065ec9a9eee\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 31980,\n                                \"end\": 32640,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"1c6d5d87-daa5-4436-af29-4a3915617aae\",\n                                \"text\": \" joindre\",\n                                \"start\": 7400,\n                                \"end\": 7740,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"1cd2b4b1-61aa-4062-843f-dcbebab62b31\",\n                                \"text\": \" essayer\",\n                                \"start\": 31160,\n                                \"end\": 31600,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"2022693e-af83-4ee0-9a4d-b7fec8fded92\",\n                                \"text\": \" fait,\",\n                                \"start\": 5900,\n                                \"end\": 6140,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"20259e03-9760-4c9a-8420-df72875ead7b\",\n                                \"text\": \" ce\",\n                                \"start\": 33940,\n                                \"end\": 34740,\n                                \"duration\": 800,\n                                \"probability\": 0.51,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"207b40b5-7a7e-47b3-ac50-f9af798431a9\",\n                                \"text\": \" de\",\n                                \"start\": 7200,\n                                \"end\": 7400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"236fc14f-11b6-4fe5-9db1-d6b766ab0c41\",\n                                \"text\": \" la\",\n                                \"start\": 32640,\n                                \"end\": 32759,\n                                \"duration\": 119,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"24009e6d-4723-492f-a89a-b3a80bd80258\",\n                                \"text\": \" revoir.\",\n                                \"start\": 53980,\n                                \"end\": 54300,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"2791415b-7d41-4c68-a1b4-80dab9dc4ce2\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 26260,\n                                \"end\": 26680,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"2a6c425d-45bf-4b9f-984d-247a3da25a76\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 27840,\n                                \"end\": 28320,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"2c67935d-54ad-4444-bed4-a65deee87e23\",\n                                \"text\": \" je\",\n                                \"start\": 50440,\n                                \"end\": 50600,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"351b720e-2b91-4922-b922-5dd71ec41471\",\n                                \"text\": \" suis\",\n                                \"start\": 19660,\n                                \"end\": 19760,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"3c5d4fcd-462e-414c-a2a6-a636a170457c\",\n                                \"text\": \" ultérieurement.\",\n                                \"start\": 51140,\n                                \"end\": 52120,\n                                \"duration\": 980,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"3fdf760e-7cd1-4db9-9989-81754952e8fe\",\n                                \"text\": \" le\",\n                                \"start\": 35480,\n                                \"end\": 35620,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"41b20d0b-54d2-47d8-874c-ff0a1cb99052\",\n                                \"text\": \" ma\",\n                                \"start\": 12360,\n                                \"end\": 12560,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"426adde9-9307-4b0a-ad4e-333bbd4b4052\",\n                                \"text\": \" problème.\",\n                                \"start\": 43540,\n                                \"end\": 43940,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"428bdaa9-9808-4d57-86b0-d8bec3a9e5f6\",\n                                \"text\": \" message\",\n                                \"start\": 46100,\n                                \"end\": 46400,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"4546b8f1-df57-49d5-9d84-1fbf8215825d\",\n                                \"text\": \" pour\",\n                                \"start\": 37600,\n                                \"end\": 37700,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"4c31278f-36ea-4a11-a77b-88ed53648372\",\n                                \"text\": \" là,\",\n                                \"start\": 19120,\n                                \"end\": 19560,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"4c78f7b1-abd9-4b92-9203-4b2fa4bf107c\",\n                                \"text\": \" mon\",\n                                \"start\": 45960,\n                                \"end\": 46100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"4d1a9bb4-eabd-4237-a5b1-996c856137ff\",\n                                \"text\": \" Poulpe\",\n                                \"start\": 1140,\n                                \"end\": 1900,\n                                \"duration\": 760,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"55333b5c-8d7b-4e0f-81d0-5d4f83b02d1e\",\n                                \"text\": \" si\",\n                                \"start\": 45080,\n                                \"end\": 45320,\n                                \"duration\": 240,\n                                \"probability\": 0.41,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"55b64940-77b4-4ea9-8954-edee6a78a58a\",\n                                \"text\": \" m'arrive\",\n                                \"start\": 25500,\n                                \"end\": 25780,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"55eeb5d8-2066-4b7a-ac91-ef9dda6813fe\",\n                                \"text\": \" C'est\",\n                                \"start\": 36860,\n                                \"end\": 37600,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"58cfab6d-e370-4cec-b106-a12e86c65bd4\",\n                                \"text\": \" afin\",\n                                \"start\": 40760,\n                                \"end\": 41620,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"5b57aaf4-06a2-424c-8255-c8353f85db6b\",\n                                \"text\": \" à\",\n                                \"start\": 16000,\n                                \"end\": 16020,\n                                \"duration\": 20,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"601f9571-c460-45a1-be41-c33432bedd08\",\n                                \"text\": \" parce\",\n                                \"start\": 9260,\n                                \"end\": 10300,\n                                \"duration\": 1040,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"63154600-be2c-43f7-84e5-709993b1d733\",\n                                \"text\": \" le\",\n                                \"start\": 43440,\n                                \"end\": 43540,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"67656327-26f5-4407-b479-dd4a9b607fdc\",\n                                \"text\": \" me\",\n                                \"start\": 48080,\n                                \"end\": 48100,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"696a9b94-f8a2-4355-8b60-50bf47ed9f9d\",\n                                \"text\": \" internet.\",\n                                \"start\": 16020,\n                                \"end\": 16379,\n                                \"duration\": 359,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"6b6b8c45-6fc0-416a-a0d6-c6e2817adb97\",\n                                \"text\": \" la\",\n                                \"start\": 21220,\n                                \"end\": 21420,\n                                \"duration\": 200,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"6badfe40-4d02-440b-9696-7fd42797995a\",\n                                \"text\": \" box\",\n                                \"start\": 32759,\n                                \"end\": 33020,\n                                \"duration\": 261,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"6e867c05-7ef0-4f73-a9d8-fddf5c35a89a\",\n                                \"text\": \" je\",\n                                \"start\": 38340,\n                                \"end\": 40060,\n                                \"duration\": 1720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"6e8928c7-00e8-49d0-b975-39632ba2e6cb\",\n                                \"text\": \" me\",\n                                \"start\": 23140,\n                                \"end\": 23340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"7442487f-5f75-466d-94be-d346f3d73f5f\",\n                                \"text\": \" client\",\n                                \"start\": 17300,\n                                \"end\": 17600,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"75b42f3c-3abe-40fc-9223-8639999e594b\",\n                                \"text\": \" table.\",\n                                \"start\": 28320,\n                                \"end\": 28620,\n                                \"duration\": 300,\n                                \"probability\": 0.43,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"760e358f-43a8-4ff1-8a3b-9f2f2fa3f5f9\",\n                                \"text\": \" troisième\",\n                                \"start\": 24700,\n                                \"end\": 25020,\n                                \"duration\": 320,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"7727d14d-f6e1-47a4-ae61-79d0d851c5a3\",\n                                \"text\": \" beau\",\n                                \"start\": 30960,\n                                \"end\": 31160,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"7909475b-06f3-4607-8922-a7df4ea8cf6a\",\n                                \"text\": \" à\",\n                                \"start\": 15440,\n                                \"end\": 15500,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"7a91baf8-16cd-46e2-aeae-12ef35a51395\",\n                                \"text\": \" service\",\n                                \"start\": 8440,\n                                \"end\": 8820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"7cc1e787-ba45-4599-bd95-4bc8e092f1f5\",\n                                \"text\": \" pas\",\n                                \"start\": 15220,\n                                \"end\": 15440,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"8066ab85-1ee7-4d30-8c44-da8b76e60163\",\n                                \"text\": \" et\",\n                                \"start\": 48520,\n                                \"end\": 49020,\n                                \"duration\": 500,\n                                \"probability\": 0.86,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"81cf1f5d-7795-4ac2-9462-e31f0c3da853\",\n                                \"text\": \" matin,\",\n                                \"start\": 11040,\n                                \"end\": 11280,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"867f62e8-a548-44f8-97bb-cfb787915ebf\",\n                                \"text\": \" obligé\",\n                                \"start\": 19760,\n                                \"end\": 20380,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"86a0ed7f-aeaa-4bae-9c88-8be2a233b574\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 33020,\n                                \"end\": 33400,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"881deefc-405b-44ba-9a0b-519a1156fbe0\",\n                                \"text\": \" pas\",\n                                \"start\": 47720,\n                                \"end\": 48020,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"896a32b3-2762-43b9-a082-c6f79502d9c2\",\n                                \"text\": \" à\",\n                                \"start\": 4680,\n                                \"end\": 4780,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"8b825b53-07cb-4f2b-b1d8-6e70ff663d98\",\n                                \"text\": \" et\",\n                                \"start\": 18080,\n                                \"end\": 19120,\n                                \"duration\": 1040,\n                                \"probability\": 0.94,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"90bc6771-0ad1-495d-99d6-f8b9bd92f744\",\n                                \"text\": \" vous\",\n                                \"start\": 40060,\n                                \"end\": 40420,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"90f34eb6-614a-4e31-91d3-dee32d2a2107\",\n                                \"text\": \" vous\",\n                                \"start\": 45320,\n                                \"end\": 45480,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"93ac5b7c-0928-4b2f-b407-cf0978fe03d1\",\n                                \"text\": \" En\",\n                                \"start\": 5420,\n                                \"end\": 5900,\n                                \"duration\": 480,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"94174676-3b80-49d1-82eb-91e99ccb86e5\",\n                                \"text\": \" recevez\",\n                                \"start\": 45480,\n                                \"end\": 45960,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"9524eb95-f2e8-4dde-8b89-5e5ffdc65feb\",\n                                \"text\": \" Merci,\",\n                                \"start\": 52580,\n                                \"end\": 53180,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"97d70b29-602c-4782-a7b5-56310a265cad\",\n                                \"text\": \" ça\",\n                                \"start\": 27680,\n                                \"end\": 27840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"97fe8566-6a83-45a4-a754-2404598d08e1\",\n                                \"text\": \" à\",\n                                \"start\": 48020,\n                                \"end\": 48080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"99b98912-4c90-450f-b763-cb504c5f46d5\",\n                                \"text\": \" rappeler\",\n                                \"start\": 50740,\n                                \"end\": 51140,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"9bd80aac-8e46-4e96-8fc7-6b4cbec5d8b0\",\n                                \"text\": \" un\",\n                                \"start\": 11620,\n                                \"end\": 11680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"9c170a5d-c1cc-4659-b44f-4758e33d0851\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 47020,\n                                \"end\": 47720,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"9c2496c5-9273-437a-9bd5-aa3567e714bb\",\n                                \"text\": \" de\",\n                                \"start\": 41620,\n                                \"end\": 42040,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"9d1c5d60-f6db-4415-942d-3bbcf1303edc\",\n                                \"text\": \" fois,\",\n                                \"start\": 33400,\n                                \"end\": 33800,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"a4d98e40-05b3-4406-a5c2-d75c1cf25d8f\",\n                                \"text\": \" Dupont\",\n                                \"start\": 4340,\n                                \"end\": 4680,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"a962436c-048f-4c8e-83d9-476e7ac4ad67\",\n                                \"text\": \" j'essaie\",\n                                \"start\": 6180,\n                                \"end\": 7200,\n                                \"duration\": 1020,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"a980f397-0b7a-4439-9825-9740cd612e13\",\n                                \"text\": \" fois\",\n                                \"start\": 25020,\n                                \"end\": 25220,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"ad59cf07-33f7-4cf9-973b-553ef91fcb60\",\n                                \"text\": \" problème.\",\n                                \"start\": 35620,\n                                \"end\": 36020,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"ad6456da-ba51-4c5b-95d6-0e11f66f7ffa\",\n                                \"text\": \" la\",\n                                \"start\": 24680,\n                                \"end\": 24700,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"aeea0633-f267-4232-8b4b-ec08a80915e0\",\n                                \"text\": \" mon\",\n                                \"start\": 49640,\n                                \"end\": 49780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"af0d4294-c1ef-4db4-8176-ded99d9913aa\",\n                                \"text\": \" je\",\n                                \"start\": 19580,\n                                \"end\": 19660,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"b2228850-4f5e-4e32-8b1f-ea3899db23a1\",\n                                \"text\": \" trouve\",\n                                \"start\": 27480,\n                                \"end\": 27680,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"b4f2e1e4-ebaa-47c1-9c69-9b333ca73ab4\",\n                                \"text\": \" aussi,\",\n                                \"start\": 50080,\n                                \"end\": 50360,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"b52a7a66-af4e-4b8c-8537-fe2377963814\",\n                                \"text\": \" cela\",\n                                \"start\": 37700,\n                                \"end\": 38000,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"b6d807cf-40ae-41e5-8855-3cb003abdbe3\",\n                                \"text\": \" c'est\",\n                                \"start\": 2260,\n                                \"end\": 4000,\n                                \"duration\": 1740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"bce7de6a-89fd-4022-96dc-9ef9b393b2fe\",\n                                \"text\": \" ce\",\n                                \"start\": 25780,\n                                \"end\": 26260,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"bf974bdd-3f7e-43ff-89fe-02ffdc64a929\",\n                                \"text\": \" avec\",\n                                \"start\": 11980,\n                                \"end\": 12360,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"c496a9cb-b432-41ae-a33e-aa36b1719edb\",\n                                \"text\": \" suis\",\n                                \"start\": 17080,\n                                \"end\": 17300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"c5f046df-a890-4e09-a994-ec0ad29fd210\",\n                                \"text\": \" Je\",\n                                \"start\": 27000,\n                                \"end\": 27480,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"cc1b6a3e-a0f6-4f81-b5df-f45a687ec074\",\n                                \"text\": \" vais\",\n                                \"start\": 50600,\n                                \"end\": 50740,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"cc459e1e-5c5e-4d25-823d-2487114e097b\",\n                                \"text\": \" Je\",\n                                \"start\": 14520,\n                                \"end\": 15000,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"ccb1bb8f-6381-4a5a-b045-54a944d464c0\",\n                                \"text\": \" appelle\",\n                                \"start\": 40420,\n                                \"end\": 40760,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"cd1e08c4-123b-4781-b061-03423f99bb89\",\n                                \"text\": \" de\",\n                                \"start\": 49420,\n                                \"end\": 49640,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"cd74beed-9b95-47fe-b3f9-43583082c8bd\",\n                                \"text\": \" internet.\",\n                                \"start\": 12780,\n                                \"end\": 13420,\n                                \"duration\": 640,\n                                \"probability\": 0.34,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"ce34f13b-7613-4c31-87d8-e473d4aa36df\",\n                                \"text\": \" de\",\n                                \"start\": 31600,\n                                \"end\": 31980,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"ce44e037-8824-4df2-b000-4b62da0c9653\",\n                                \"text\": \" que\",\n                                \"start\": 25220,\n                                \"end\": 25380,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"cfb964d3-b351-4051-87b7-1df947d1a102\",\n                                \"text\": \" sinon\",\n                                \"start\": 49020,\n                                \"end\": 49420,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"d06c54a7-e472-46ac-a675-191067558500\",\n                                \"text\": \" que\",\n                                \"start\": 10300,\n                                \"end\": 10560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"d0c27cc2-c142-4555-9306-a5288aff51e5\",\n                                \"text\": \" solutionner\",\n                                \"start\": 42040,\n                                \"end\": 43440,\n                                \"duration\": 1400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"d1e14fb5-52bb-4d02-8374-dc040305565a\",\n                                \"text\": \" C'est\",\n                                \"start\": 24100,\n                                \"end\": 24680,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"d281ce30-922a-4881-9bd6-8bcbcd1dbdcc\",\n                                \"text\": \" pas\",\n                                \"start\": 34980,\n                                \"end\": 35100,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"d67c7613-dd02-4bb6-9706-96ae3e448371\",\n                                \"text\": \" que\",\n                                \"start\": 38000,\n                                \"end\": 38340,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"dbdfaa89-2cdd-491d-ba8f-2b79bd21472b\",\n                                \"text\": \" vous\",\n                                \"start\": 17780,\n                                \"end\": 18080,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"dc295375-ad64-4d74-affb-9b5291f3235f\",\n                                \"text\": \" depuis\",\n                                \"start\": 10560,\n                                \"end\": 10880,\n                                \"duration\": 320,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"de0ec5ee-caf7-476c-8ae2-9019cff626a8\",\n                                \"text\": \" client\",\n                                \"start\": 8820,\n                                \"end\": 9260,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"df318576-0145-468f-8698-5c2a3a0ae551\",\n                                \"text\": \" J'ai\",\n                                \"start\": 30200,\n                                \"end\": 30960,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"df53de14-fd18-4081-8844-49788558b957\",\n                                \"text\": \" ce\",\n                                \"start\": 10880,\n                                \"end\": 11040,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"e138203a-4ee6-43c6-b468-95e6dda71622\",\n                                \"text\": \" votre\",\n                                \"start\": 7740,\n                                \"end\": 8440,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"e27fc3a3-d83b-4f60-ade5-48e936a7ce9f\",\n                                \"text\": \" pour\",\n                                \"start\": 22840,\n                                \"end\": 23140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"e359c7ec-408a-4715-977b-cfd36eb6f317\",\n                                \"text\": \" Donc\",\n                                \"start\": 44480,\n                                \"end\": 45080,\n                                \"duration\": 600,\n                                \"probability\": 0.93,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"e5ba047c-116a-456d-b662-15244433c522\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 15000,\n                                \"end\": 15220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"e5d8e252-f071-4830-bfc0-73b6c45a600a\",\n                                \"text\": \" ça\",\n                                \"start\": 25380,\n                                \"end\": 25500,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"e8691c8e-c768-462f-b265-bd1c1c89422a\",\n                                \"text\": \" n'a\",\n                                \"start\": 34740,\n                                \"end\": 34980,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"e8861213-a907-46da-9764-58021d25dfd9\",\n                                \"text\": \" rappeler\",\n                                \"start\": 48100,\n                                \"end\": 48520,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"e97a0707-3477-471b-8fd7-06e83caa6d72\",\n                                \"text\": \" box\",\n                                \"start\": 12560,\n                                \"end\": 12780,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"ea5e75f3-2a94-4d44-9798-f622f2431c36\",\n                                \"text\": \" 4G\",\n                                \"start\": 21420,\n                                \"end\": 22840,\n                                \"duration\": 1420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"f622d4f5-00ca-486f-a26c-eea939beb55e\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 1900,\n                                \"end\": 1900,\n                                \"duration\": 0,\n                                \"probability\": 0,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"f6e730d5-6b4d-473b-b82f-275c02d07eb4\",\n                                \"text\": \" Je\",\n                                \"start\": 16600,\n                                \"end\": 17080,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"f855e317-4f64-403a-a81b-f37b445b8cea\",\n                                \"text\": \" côté\",\n                                \"start\": 49780,\n                                \"end\": 50080,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"f8607f66-fa43-4cd7-a1cf-c512b3f42cb2\",\n                                \"text\": \" au\",\n                                \"start\": 53420,\n                                \"end\": 53980,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"fa076a72-ff9a-4af9-b0c0-11def8e82396\",\n                                \"text\": \" vocal,\",\n                                \"start\": 46400,\n                                \"end\": 46740,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            },\n                            {\n                                \"id\": \"fe7a9974-be8d-4d52-9d09-dc3d3613b0ee\",\n                                \"text\": \" d'utiliser\",\n                                \"start\": 20380,\n                                \"end\": 21220,\n                                \"duration\": 840,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:01-00:54\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"35c0b9fc-45cb-4067-b0de-aa91f73a9737"}],"id":"8226f1bd-4a06-47d4-8b7a-788734749bab","_postman_id":"8226f1bd-4a06-47d4-8b7a-788734749bab","description":""},{"name":"Transcription-based analysis","item":[{"name":"Constrained object completion","item":[{"name":"Constrained object completion from previously transcribed audio","item":[{"name":"Constrained object completion from previously transcribed audio","event":[{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["let response = res.getBody();","bru.setGlobalEnvVar('job_id', response.job_id);"],"id":"4dbd5144-a89c-4a83-bcf7-091ce0ad789c"}}],"id":"a7176471-2fea-49f0-84c9-45723059a26b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"constrained-object-completion\",\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\",\n            \"tasks_parameters\": {\n                \"input_parameters\": {\n                    \"constrained_object_completion\": {\n                        \"schema\": {\n                          \"call_reason\": {\n                              \"title\": \"Primary reason for the call\",\n                              \"type\": \"any_of\",\n                              \"items\": [\n                                \"Internet outage\",\n                                \"TV outage\",\n                                \"Phone service outage\",\n                                \"Billing issue\",\n                                \"Plan change\",\n                                \"Other\"\n                              ],\n                              \"description\": \"What is the main reason for your call today?\",\n                              \"comment\": \"Select the primary reason only. In this case: Internet outage.\"\n                          },\n                          \"service_impacted\": {\n                              \"title\": \"Impacted service\",\n                              \"type\": \"any_of\",\n                              \"items\": [\n                                \"Internet\",\n                                \"Wi-Fi\",\n                                \"Ethernet\",\n                                \"Mobile network\",\n                                \"Not specified\"\n                              ],\n                              \"description\": \"Which service is not working (internet, Wi-Fi, etc.)?\",\n                              \"comment\": \"If 'no internet access' → Internet. If Wi-Fi explicitly mentioned → Wi-Fi.\"\n                          },\n                          \"severity_level\": {\n                              \"title\": \"Severity level\",\n                              \"enum\": [\"Blocking\", \"Degraded\", \"Intermittent\", \"Not specified\"],\n                              \"description\": \"Is the impact total, intermittent, or degraded?\",\n                              \"comment\": \"If 'cannot connect at all' → Blocking.\"\n                          },\n                          \"is_recurring_issue\": {\n                              \"title\": \"Recurring incident\",\n                              \"type\": \"boolean\",\n                              \"description\": \"Has this issue happened before recently?\",\n                              \"comment\": \"true if the customer mentions multiple occurrences.\"\n                          },\n                          \"recurring_count_this_month\": {\n                              \"title\": \"Number of occurrences this month\",\n                              \"type\": \"integer\",\n                              \"description\": \"How many times has the issue occurred this month?\",\n                              \"comment\": \"Set only if explicitly mentioned (e.g. 'third time this month').\"\n                          },\n                          \"issue_start_date\": {\n                              \"title\": \"Incident start date\",\n                              \"type\": \"date\",\n                              \"description\": \"When did the issue start? (exact date if known)\",\n                              \"comment\": \"Return null if the exact date is not provided.\"\n                          },\n                          \"issue_start_context\": {\n                              \"title\": \"Incident start context\",\n                              \"type\": \"string\",\n                              \"description\": \"Describe when the issue started (e.g. 'this morning', 'last night').\",\n                              \"comment\": \"Free text when an exact date is not available.\"\n                          },\n                          \"customer_name\": {\n                              \"title\": \"Customer name\",\n                              \"type\": \"string\",\n                              \"description\": \"What is the customer's name?\",\n                              \"comment\": \"Extract the name stated by the customer.\"\n                          },\n                          \"agent_name\": {\n                              \"title\": \"Agent name\",\n                              \"type\": \"string\",\n                              \"description\": \"What is the agent's name?\",\n                              \"comment\": \"Extract the agent name if mentioned.\"\n                          },\n                          \"account_number\": {\n                              \"title\": \"Account number\",\n                              \"type\": \"integer\",\n                              \"description\": \"What is the customer's account number?\",\n                              \"comment\": \"Extract digits only.\"\n                          },\n                          \"router_id\": {\n                              \"title\": \"Router identifier\",\n                              \"type\": \"integer\",\n                              \"description\": \"What is the router / modem identifier?\",\n                              \"comment\": \"Extract digits only; ignore transcription artefacts.\"\n                          },\n                          \"troubleshooting_action\": {\n                              \"title\": \"Troubleshooting actions performed\",\n                              \"type\": \"any_of\",\n                              \"items\": [\n                                \"Router restart\",\n                                \"Factory reset\",\n                                \"Cable check\",\n                                \"Port / socket change\",\n                                \"Test with another device\",\n                                \"Not performed\",\n                                \"Not specified\"\n                              ],\n                              \"description\": \"Which troubleshooting steps were attempted?\",\n                              \"comment\": \"Multiple selections allowed if several actions are mentioned.\"\n                          },\n                          \"troubleshooting_success\": {\n                              \"title\": \"Troubleshooting resolved the issue\",\n                              \"type\": \"boolean\",\n                              \"description\": \"Did the troubleshooting steps resolve the issue?\",\n                              \"comment\": \"false if the customer explicitly states it did not work.\"\n                          },\n                          \"ticket_created\": {\n                              \"title\": \"Incident ticket created\",\n                              \"type\": \"boolean\",\n                              \"description\": \"Was a support ticket created by the agent?\",\n                              \"comment\": \"true if the agent announces ticket creation.\"\n                          },\n                          \"ticket_reference\": {\n                              \"title\": \"Ticket / tracking reference\",\n                              \"type\": \"string\",\n                              \"description\": \"What tracking or reference number was provided?\",\n                              \"comment\": \"Free format (e.g. '343A').\"\n                          },\n                          \"promised_callback\": {\n                              \"title\": \"Callback promised\",\n                              \"type\": \"boolean\",\n                              \"description\": \"Was a callback or follow-up promised?\",\n                              \"comment\": \"true if the agent commits to future contact.\"\n                          },\n                          \"callback_deadline\": {\n                              \"title\": \"Callback deadline\",\n                              \"type\": \"string\",\n                              \"description\": \"When is the customer supposed to be contacted?\",\n                              \"comment\": \"Free text (e.g. 'by this evening').\"\n                          },\n                          \"compensation_offered\": {\n                              \"title\": \"Compensation offered\",\n                              \"type\": \"any_of\",\n                              \"items\": [\n                                \"Mobile data extension\",\n                                \"Commercial goodwill gesture\",\n                                \"Billing discount\",\n                                \"None\",\n                                \"Not specified\"\n                              ],\n                              \"description\": \"Was any compensation offered to the customer?\",\n                              \"comment\": \"Here: mobile data extension.\"\n                          },\n                          \"compensation_accepted\": {\n                              \"title\": \"Compensation accepted\",\n                              \"type\": \"boolean\",\n                              \"description\": \"Did the customer accept the compensation?\"\n                          },\n                          \"msisdn_to_credit\": {\n                              \"title\": \"Mobile number to credit\",\n                              \"type\": \"string\",\n                              \"description\": \"Which mobile number should receive the data extension?\",\n                              \"comment\": \"Keep as string to preserve leading zeros and spacing.\"\n                          },\n                          \"customer_sentiment\": {\n                              \"title\": \"Customer sentiment\",\n                              \"type\": \"any_of\",\n                              \"items\": [\n                                \"Very dissatisfied\",\n                                \"Dissatisfied\",\n                                \"Neutral\",\n                                \"Satisfied\",\n                                \"Very satisfied\"\n                              ],\n                              \"description\": \"What is the overall customer sentiment?\",\n                              \"comment\": \"Infer from language (e.g. 'unacceptable').\"\n                          },\n                          \"contact_channel\": {\n                              \"title\": \"Contact channel\",\n                              \"enum\": [\"Phone\", \"Chat\", \"Email\", \"Not specified\"],\n                              \"description\": \"Which channel did the customer use to contact support?\",\n                              \"comment\": \"Here: Phone.\"\n                          }\n                       }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Extract structured data from transcription based on a provided JSON schema.</p>\n<p>You can provide the schema:</p>\n<ol>\n<li><strong>Inline (JSON)</strong>: Directly in the <code>configuration.insights.tasks_parameters.input_parameters.constrained_object_completion.schema</code> field.</li>\n</ol>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"52623f98-4eb5-4a22-8d32-e141f5c0e343","name":"Constrained object completion (JSON Schema)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"constrained-object-completion\",\n    \"job_id\": \"71f5c3b9-1758-4f43-b6f9-447b26a83ca5\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"fr\",\n            \"tasks_parameters\": {\n                \"input_parameters\": {\n                    \"constrained_object_completion\": {\n                        \"schema\": {\n                          \"call_reason\": {\n                              \"title\": \"Primary reason for the call\",\n                              \"type\": \"any_of\",\n                              \"items\": [\n                              \"Internet outage\",\n                              \"TV outage\",\n                              \"Phone service outage\",\n                              \"Billing issue\",\n                              \"Plan change\",\n                              \"Other\"\n                              ],\n                              \"description\": \"What is the main reason for your call today?\",\n                              \"comment\": \"Select the primary reason only. In this case: Internet outage.\"\n                          },\n                          \"service_impacted\": {\n                              \"title\": \"Impacted service\",\n                              \"type\": \"any_of\",\n                              \"items\": [\n                              \"Internet\",\n                              \"Wi-Fi\",\n                              \"Ethernet\",\n                              \"Mobile network\",\n                              \"Not specified\"\n                              ],\n                              \"description\": \"Which service is not working (internet, Wi-Fi, etc.)?\",\n                              \"comment\": \"If 'no internet access' → Internet. If Wi-Fi explicitly mentioned → Wi-Fi.\"\n                          },\n                          \"is_recurring_issue\": {\n                              \"title\": \"Recurring incident\",\n                              \"type\": \"boolean\",\n                              \"description\": \"Has this issue happened before recently?\",\n                              \"comment\": \"true if the customer mentions multiple occurrences.\"\n                          },\n                          \"customer_name\": {\n                              \"title\": \"Customer name\",\n                              \"type\": \"string\",\n                              \"description\": \"What is the customer's name?\",\n                              \"comment\": \"Extract the name stated by the customer.\"\n                          },\n                          \"agent_name\": {\n                              \"title\": \"Agent name\",\n                              \"type\": \"string\",\n                              \"description\": \"What is the agent's name?\",\n                              \"comment\": \"Extract the agent name if mentioned.\"\n                          },\n                          \"account_number\": {\n                              \"title\": \"Account number\",\n                              \"type\": \"integer\",\n                              \"description\": \"What is the customer's account number?\",\n                              \"comment\": \"Extract digits only.\"\n                          },\n                          \"router_id\": {\n                              \"title\": \"Router identifier\",\n                              \"type\": \"integer\",\n                              \"description\": \"What is the router / modem identifier?\",\n                              \"comment\": \"Extract digits only; ignore transcription artefacts.\"\n                          },\n                          \"troubleshooting_success\": {\n                              \"title\": \"Troubleshooting resolved the issue\",\n                              \"type\": \"boolean\",\n                              \"description\": \"Did the troubleshooting steps resolve the issue?\",\n                              \"comment\": \"false if the customer explicitly states it did not work.\"\n                          },\n                          \"ticket_created\": {\n                              \"title\": \"Incident ticket created\",\n                              \"type\": \"boolean\",\n                              \"description\": \"Was a support ticket created by the agent?\",\n                              \"comment\": \"true if the agent announces ticket creation.\"\n                          },\n                          \"ticket_reference\": {\n                              \"title\": \"Ticket / tracking reference\",\n                              \"type\": \"string\",\n                              \"description\": \"What tracking or reference number was provided?\",\n                              \"comment\": \"Free format (e.g. '343A').\"\n                          },\n                          \"contact_channel\": {\n                              \"title\": \"Contact channel\",\n                              \"enum\": [\"Phone\", \"Chat\", \"Email\", \"Not specified\"],\n                              \"description\": \"Which channel did the customer use to contact support?\",\n                              \"comment\": \"Here: Phone.\"\n                          }\n                      }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"71f5c3b9-1758-4f43-b6f9-447b26a83ca5\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/71f5c3b9-1758-4f43-b6f9-447b26a83ca5\",\n    \"audio_id\": \"dbe64019bb87\"\n}"}],"_postman_id":"a7176471-2fea-49f0-84c9-45723059a26b"},{"name":"Get constrained object completion status/result","id":"90e5466a-2d50-4250-af93-b17963108294","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of constrained object completion task</p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cf19e0fd-102b-4890-8fc8-25a2648070ce","name":"Get constrained object completion status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/71f5c3b9-1758-4f43-b6f9-447b26a83ca5"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"71f3239-1758-4f43-b6f9-447b26a83ca5\",\n        \"audio_id\": \"ae71f221-7517-42e9-9017-50380926890d\",\n        \"correlation_id\": \"bb76533d-23dd-488e-b629-be267be4ea85\",\n        \"status\": \"success\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 271920\n            },\n            \"transcript\": {\n                \"text\": \"Hello, you are in communication with Andre for Diabolo Telecom. How can I help you today? Hello, Alain Dupont on the phone. I have a problem with my internet router. Since this morning, I have not been able to connect to the internet. I'm a customer of yours and I'm obliged to use my 4G to connect. This is the third time this month. It's unacceptable. I'm sorry to hear that you are having problems. I will do my best to help you. Can you provide me with your account number and the identifier of your internet router, please? Yes, of course. My account number is 1415926. My router ID is 299792458. 8. Thank you for this information, Alan. I will check your account. In the meantime, could you please describe to me in more detail the problem you are having with your internet connection? This morning, the connection was suddenly interrupted, and since then, I have been unable to re-establish it. I restarted the router several times, but that did not solve the problem. I understand. I will first check your connection status from our system. Please wait a moment. I'll put you on hold for a moment. There appears to be a technical problem with your connection. I will create a ticket to report this problem to our technical teams. In the meantime, can you try restarting the router again? And I will give you a tracking number for your request. Okay, I'm going to restart the router. Thank you for your help. I restart my router. Your tracking number is 343A. an advisor will contact you by this evening to give you the progress of your file. Can I offer you a mobile data extension during this time while waiting for the fault to be repaired? Yeah, thank you very much. yes Can you give me the number to credit the data too? it will be 0 6 1 7 0 0 0 0 0 0 0 thank you very much thank You're welcome Mr. Dupont. Do not hesitate to contact us if you need help help later. It was Andre from Diabolo Telecom Customer Service. Have a great day. you goodbye Goodbye.\",\n                \"diarized_text\": \"Agent: Hello, you are in communication with Andre for Diabolo Telecom. How can I help you today?\\n\\nClient: Hello, Alain Dupont on the phone. I have a problem with my internet router. Since this morning, I have not been able to connect to the internet. I'm a customer of yours and I'm obliged to use my 4G to connect. This is the third time this month. It's unacceptable.\\n\\nAgent: I'm sorry to hear that you are having problems. I will do my best to help you. Can you provide me with your account number and the identifier of your internet router, please?\\n\\nClient: Yes, of course. My account number is 1415926.\\n\\nClient: My router ID is 299792458. 8.\\n\\nAgent: Thank you for this information, Alan. I will check your account. In the meantime, could you please describe to me in more detail the problem you are having with your internet connection?\\n\\nClient: This morning, the connection was suddenly interrupted, and since then, I have been unable to re-establish it. I restarted the router several times, but that did not solve the problem.\\n\\nAgent: I understand. I will first check your connection status from our system. Please wait a moment. I'll put you on hold for a moment.\\n\\nAgent: There appears to be a technical problem with your connection. I will create a ticket to report this problem to our technical teams. In the meantime, can you try restarting the router again? And I will give you a tracking number for your request.\\n\\nClient: Okay, I'm going to restart the router. Thank you for your help. I restart my router.\\n\\nAgent: Your tracking number is 343A. an advisor will contact you by this evening to give you the progress of your file. Can I offer you a mobile data extension during this time while waiting for the fault to be repaired?\\n\\nClient: Yeah, thank you very much. yes\\n\\nAgent: Can you give me the number to credit the data too?\\n\\nClient: it will be 0 6 1 7 0 0 0 0 0 0 0 thank you very much thank\\n\\nAgent: You're welcome Mr. Dupont. Do not hesitate to contact us if you need help help later. It was Andre from Diabolo Telecom Customer Service. Have a great day.\\n\\nClient: you goodbye\\n\\nAgent: Goodbye.\"\n            },\n            \"ai-insights\": {\n                \"constrained-object-completion\": [\n                    {\n                        \"id\": \"feb2f617-522d-4dce-9df1-be22501c3266\",\n                        \"text\": null,\n                        \"object\": {\n                            \"metadata\": [],\n                            \"object_completion\": {\n                                \"router_id\": 2997924588,\n                                \"agent_name\": \"Andre\",\n                                \"call_reason\": [],\n                                \"customer_name\": \"Alain Dupont\",\n                                \"account_number\": 1415926,\n                                \"severity_level\": \"Blocking\",\n                                \"ticket_created\": true,\n                                \"contact_channel\": \"Phone\",\n                                \"issue_start_date\": null,\n                                \"msisdn_to_credit\": \"06170000000\",\n                                \"service_impacted\": [\n                                    \"Internet\"\n                                ],\n                                \"ticket_reference\": \"343A\",\n                                \"callback_deadline\": \"by this evening\",\n                                \"promised_callback\": true,\n                                \"customer_sentiment\": [],\n                                \"is_recurring_issue\": true,\n                                \"issue_start_context\": \"this morning\",\n                                \"compensation_offered\": [\n                                    \"Mobile data extension\"\n                                ],\n                                \"compensation_accepted\": true,\n                                \"troubleshooting_action\": [\n                                    \"Router restart\"\n                                ],\n                                \"troubleshooting_success\": null,\n                                \"recurring_count_this_month\": 3\n                            }\n                        },\n                        \"type\": \"constrained-object-completion\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"router\",\n                \"4g fallback\",\n                \"ticket created\",\n                \"recurring outage\",\n                \"follow‑up promised\",\n                \"temporary data extension\"\n            ]\n        }\n    }\n}"}],"_postman_id":"90e5466a-2d50-4250-af93-b17963108294"}],"id":"96579e6d-ff16-4607-95b4-035dcab5df31","_postman_id":"96579e6d-ff16-4607-95b4-035dcab5df31","description":""},{"name":"Transcribe audio and Constrained object completion","item":[{"name":"Transcribe audio and Constrained object completion","event":[{"listen":"test","script":{"id":"3cad0af4-a6c7-4f52-960c-68f54c41054e","exec":["let response = res.getBody();","bru.setGlobalEnvVar('job_id', response.job_id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"777b42cd-7605-4f53-bb02-b4f233121058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_tasks[0]","value":"constrained-object-completion","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Diabolocom","type":"default"},{"key":"configuration[vocabulary]","value":"Internet Provider","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][constrained_object_completion][schema_source][type]","value":"file","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][constrained_object_completion][schema_source][part]","value":"schema_file","type":"default"},{"key":"schema_file","type":"file","value":null}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe an audio file and perform constrained object completion in a single request using <code>multipart/form-data</code>.</p>\n<p>This request requires:</p>\n<ul>\n<li>An audio file (<code>file</code>).</li>\n<li>A JSON schema file (<code>schema_file</code>).</li>\n<li><code>task</code> set to <code>transcription-to-ai-insight</code>.</li>\n<li><code>insight_tasks[0]</code> set to <code>constrained-object-completion</code>.</li>\n</ul>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fb90d214-cc22-4889-bb9b-550e7f9077c8","name":"Transcribe audio and Constrained object completion (Multipart)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"\"transcription-to-ai-insight\"","type":"default"},{"key":"insight_tasks[0]","value":"\"constrained-object-completion\"","type":"default"},{"key":"file","value":["/Users/paschalispelitaris/Documents/Audio for Test/AI Team - Audio files/EN/EN_audio_stereo_agent_RightChannel_1.mp3"],"type":"default"},{"key":"configuration[company_name]","value":"\"Diabolocom\"","type":"default"},{"key":"configuration[vocabulary]","value":"\"Internet Provider\"","type":"default"},{"key":"configuration[asr][prompt]","value":"\"Inbound call for customer service\"","type":"default"},{"key":"configuration[asr][lang]","value":"\"en\"","type":"default"},{"key":"configuration[insights][output_lang]","value":"\"en\"","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][constrained_object_completion][schema_source][type]","value":"\"file\"","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][constrained_object_completion][schema_source][part]","value":"\"schema_file\"","type":"default"},{"key":"schema_file","value":["/Users/paschalispelitaris/Documents/Audio for Test/AI Team - Audio files/EN/example_schema.md"],"type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"832279bb-2d1f-4e78-882a-65fbed723264\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/832279bb-2d1f-4e78-882a-65fbed723264\",\n    \"audio_id\": \"501aa5ad-cb18-4e5a-8003-a1e59af1fa05\"\n}"}],"_postman_id":"777b42cd-7605-4f53-bb02-b4f233121058"},{"name":"Get constrained object completion status/result","id":"55e54abc-95dc-4c59-acd5-45d480edea88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of constrained object completion task</p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"339be4b6-ef8a-4f2f-8b09-274f0c59e31d","name":"Get constrained object completion status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/71f5c3b9-1758-4f43-b6f9-447b26a83ca5"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"71f5c3b9-1758-4f43-b6f9-447b26a83ca5\",\n        \"audio_id\": \"ae71f5d1-7517-42e9-9017-50380926890d\",\n        \"correlation_id\": \"bb74366d-23dd-488e-b629-be267be4ea85\",\n        \"status\": \"success\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 271920\n            },\n            \"transcript\": {\n                \"text\": \"Hello, you are in communication with Andre for Diabolo Telecom. How can I help you today? Hello, Alain Dupont on the phone. I have a problem with my internet router. Since this morning, I have not been able to connect to the internet. I'm a customer of yours and I'm obliged to use my 4G to connect. This is the third time this month. It's unacceptable. I'm sorry to hear that you are having problems. I will do my best to help you. Can you provide me with your account number and the identifier of your internet router, please? Yes, of course. My account number is 1415926. My router ID is 299792458. 8. Thank you for this information, Alan. I will check your account. In the meantime, could you please describe to me in more detail the problem you are having with your internet connection? This morning, the connection was suddenly interrupted, and since then, I have been unable to re-establish it. I restarted the router several times, but that did not solve the problem. I understand. I will first check your connection status from our system. Please wait a moment. I'll put you on hold for a moment. There appears to be a technical problem with your connection. I will create a ticket to report this problem to our technical teams. In the meantime, can you try restarting the router again? And I will give you a tracking number for your request. Okay, I'm going to restart the router. Thank you for your help. I restart my router. Your tracking number is 343A. an advisor will contact you by this evening to give you the progress of your file. Can I offer you a mobile data extension during this time while waiting for the fault to be repaired? Yeah, thank you very much. yes Can you give me the number to credit the data too? it will be 0 6 1 7 0 0 0 0 0 0 0 thank you very much thank You're welcome Mr. Dupont. Do not hesitate to contact us if you need help help later. It was Andre from Diabolo Telecom Customer Service. Have a great day. you goodbye Goodbye.\",\n                \"diarized_text\": \"Agent: Hello, you are in communication with Andre for Diabolo Telecom. How can I help you today?\\n\\nClient: Hello, Alain Dupont on the phone. I have a problem with my internet router. Since this morning, I have not been able to connect to the internet. I'm a customer of yours and I'm obliged to use my 4G to connect. This is the third time this month. It's unacceptable.\\n\\nAgent: I'm sorry to hear that you are having problems. I will do my best to help you. Can you provide me with your account number and the identifier of your internet router, please?\\n\\nClient: Yes, of course. My account number is 1415926.\\n\\nClient: My router ID is 299792458. 8.\\n\\nAgent: Thank you for this information, Alan. I will check your account. In the meantime, could you please describe to me in more detail the problem you are having with your internet connection?\\n\\nClient: This morning, the connection was suddenly interrupted, and since then, I have been unable to re-establish it. I restarted the router several times, but that did not solve the problem.\\n\\nAgent: I understand. I will first check your connection status from our system. Please wait a moment. I'll put you on hold for a moment.\\n\\nAgent: There appears to be a technical problem with your connection. I will create a ticket to report this problem to our technical teams. In the meantime, can you try restarting the router again? And I will give you a tracking number for your request.\\n\\nClient: Okay, I'm going to restart the router. Thank you for your help. I restart my router.\\n\\nAgent: Your tracking number is 343A. an advisor will contact you by this evening to give you the progress of your file. Can I offer you a mobile data extension during this time while waiting for the fault to be repaired?\\n\\nClient: Yeah, thank you very much. yes\\n\\nAgent: Can you give me the number to credit the data too?\\n\\nClient: it will be 0 6 1 7 0 0 0 0 0 0 0 thank you very much thank\\n\\nAgent: You're welcome Mr. Dupont. Do not hesitate to contact us if you need help help later. It was Andre from Diabolo Telecom Customer Service. Have a great day.\\n\\nClient: you goodbye\\n\\nAgent: Goodbye.\"\n            },\n            \"ai-insights\": {\n                \"constrained-object-completion\": [\n                    {\n                        \"id\": \"feb2f617-522d-4dce-9df1-be22501c3266\",\n                        \"text\": null,\n                        \"object\": {\n                            \"metadata\": [],\n                            \"object_completion\": {\n                                \"router_id\": 2997924588,\n                                \"agent_name\": \"Andre\",\n                                \"call_reason\": [],\n                                \"customer_name\": \"Alain Dupont\",\n                                \"account_number\": 1415926,\n                                \"severity_level\": \"Blocking\",\n                                \"ticket_created\": true,\n                                \"contact_channel\": \"Phone\",\n                                \"issue_start_date\": null,\n                                \"msisdn_to_credit\": \"06170000000\",\n                                \"service_impacted\": [\n                                    \"Internet\"\n                                ],\n                                \"ticket_reference\": \"343A\",\n                                \"callback_deadline\": \"by this evening\",\n                                \"promised_callback\": true,\n                                \"customer_sentiment\": [],\n                                \"is_recurring_issue\": true,\n                                \"issue_start_context\": \"this morning\",\n                                \"compensation_offered\": [\n                                    \"Mobile data extension\"\n                                ],\n                                \"compensation_accepted\": true,\n                                \"troubleshooting_action\": [\n                                    \"Router restart\"\n                                ],\n                                \"troubleshooting_success\": null,\n                                \"recurring_count_this_month\": 3\n                            }\n                        },\n                        \"type\": \"constrained-object-completion\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"router\",\n                \"4g fallback\",\n                \"ticket created\",\n                \"recurring outage\",\n                \"follow‑up promised\",\n                \"temporary data extension\"\n            ]\n        }\n    }\n}"}],"_postman_id":"55e54abc-95dc-4c59-acd5-45d480edea88"}],"id":"1fa78934-0f98-4fd8-9d81-b2394c740aac","_postman_id":"1fa78934-0f98-4fd8-9d81-b2394c740aac","description":""}],"id":"27c68f80-ad69-48c0-8984-4b98039fefc9","_postman_id":"27c68f80-ad69-48c0-8984-4b98039fefc9","description":""},{"name":"Detect the reason for contact","item":[{"name":"Detect the reason for contact from previously transcribed audio","item":[{"name":"Detect the reason for contact from previously transcribed audio","id":"e30266c3-ae50-4914-b09c-cdfe58f070ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"contact-reason-classification\",\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\",\n            \"tasks_parameters\": {\n                \"input_parameters\": {\n                    \"contact_reason_classification\": {\n                        \"reasons\": {\n                            \"Order\": \"New product purchase\",\n                            \"Delivery\": \"Issue with delivery, delivery request\",\n                            \"Return\": \"Request to return delivered products\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-reason-for-contact-detection\">WebHook callback reception on successful reason for contact detection</h5>\n<p>Detect the main reason for contact of your customer requests, from an input set of reasons, from previously transcribed audio, and receive a webhook callback (POST request) on successful reason for contact detection, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful reason for contact detection, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"94e39557-9bc5-4c07-9c7d-e5189922b6be","name":"Detect the reason for contact from previously transcribed audio (Object input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"contact-reason-classification\",\n    \"job_id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\",\n            \"tasks_parameters\": {\n                \"input_parameters\": {\n                    \"contact_reason_classification\": {\n                        \"reasons\": {\n                            \"Car Accident\": \"Car accident\",\n                            \"Internet Issue\": \"Internet issue\",\n                            \"other\": \"Another topic\"\n                        }\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4?expires=1742575237&task=transcription-to-ai-insight&signature=9521207a5b9e8ab26b8e88206b7cd9950230600d483e86da9747386aaa466570\",\n    \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\"\n}"},{"id":"d4a684a1-cfbf-4a39-bced-c92033c7b30e","name":"Detect the reason for contact from previously transcribed audio (Array input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"contact-reason-classification\",\n    \"job_id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\",\n            \"tasks_parameters\": {\n                \"input_parameters\": {\n                    \"contact_reason_classification\": {\n                        \"reasons\": [\n                            \"Car accident\",\n                            \"Internet issue\",\n                            \"Another topic\"\n                        ]\n                    }\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b?expires=1742575485&task=transcription-to-ai-insight&signature=4c4eb45af9a9ee6acca9051d5dfd073cee61bcdecb09ae6845fdf0bb49ab0144\",\n    \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\"\n}"}],"_postman_id":"e30266c3-ae50-4914-b09c-cdfe58f070ac"},{"name":"Get reason for contact detection status/result","id":"45c67f4d-31de-4640-914e-5cf3d63d156e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3560d37a-810b-4d36-b49b-887a8296a6ec","name":"Get reason for contact detection status/result (Object input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\n        \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 333461\n            },\n            \"transcript\": {\n                \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\n                \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\",\n                \"segments\": [\n                    {\n                        \"id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\",\n                        \"text\": \"D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\",\n                        \"start\": 96070,\n                        \"end\": 105600,\n                        \"duration\": 9530,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0e0564f6-cb57-4b1e-9631-c97c07255a94\",\n                                \"text\": \" été\",\n                                \"start\": 98440,\n                                \"end\": 98680,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"151afb7e-b83a-4a44-a50f-e36f707d1af0\",\n                                \"text\": \" été\",\n                                \"start\": 104900,\n                                \"end\": 105040,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"1abdeb2f-a1f6-4d6d-bb96-dc7346d6356e\",\n                                \"text\": \" A-t-il\",\n                                \"start\": 104320,\n                                \"end\": 104900,\n                                \"duration\": 580,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"1d7b0425-76ab-4c2d-8a67-2989ed0a1812\",\n                                \"text\": \" sur\",\n                                \"start\": 103660,\n                                \"end\": 103800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"1dc1cced-c2d0-420a-a7b6-f16d99f19dcc\",\n                                \"text\": \" place\",\n                                \"start\": 103800,\n                                \"end\": 104040,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"22eaee42-b5b2-418d-b4ad-1855cc50b866\",\n                                \"text\": \" d'apprendre\",\n                                \"start\": 97340,\n                                \"end\": 97660,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"24072f8a-8643-4255-ace5-355c2eb7a16d\",\n                                \"text\": \" je\",\n                                \"start\": 96660,\n                                \"end\": 96800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"31353533-e47f-4ffb-8b67-068641c9a750\",\n                                \"text\": \" amiable\",\n                                \"start\": 101860,\n                                \"end\": 102200,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"3d9751b4-1a03-434c-8fc4-6ed72a890fac\",\n                                \"text\": \" avec\",\n                                \"start\": 102200,\n                                \"end\": 102620,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"436fd9a1-dcd6-4568-abb1-2010bb3ae2bf\",\n                                \"text\": \" constat\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"43a16622-8b71-4bb0-a30f-aedfd30c7af4\",\n                                \"text\": \" ?\",\n                                \"start\": 104040,\n                                \"end\": 104320,\n                                \"duration\": 280,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"5ea61375-9aeb-478a-8e26-5a61b1910615\",\n                                \"text\": \" détails.\",\n                                \"start\": 99780,\n                                \"end\": 100140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"681dd8e2-d68d-4518-a216-c125028c9d74\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 96070,\n                                \"end\": 96480,\n                                \"duration\": 410,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"6b8cc239-5cb4-4510-8410-ec46437f3878\",\n                                \"text\": \" heureux\",\n                                \"start\": 96920,\n                                \"end\": 97340,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"74291255-19c9-478b-a043-a7669cbf32ef\",\n                                \"text\": \" ?\",\n                                \"start\": 105380,\n                                \"end\": 105600,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"76580923-3d1c-431e-acb9-5e23da48a850\",\n                                \"text\": \" un\",\n                                \"start\": 101340,\n                                \"end\": 101420,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"865ec8ae-c146-43a4-af1b-5ef9499c6a94\",\n                                \"text\": \" n'avez\",\n                                \"start\": 98040,\n                                \"end\": 98240,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"87bc7cba-6a79-4f9a-b7a0-6b8cf9d55e77\",\n                                \"text\": \" blessé\",\n                                \"start\": 105040,\n                                \"end\": 105380,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"87e61591-a18e-4ff8-bee1-a0a351e0a884\",\n                                \"text\": \" vous\",\n                                \"start\": 97900,\n                                \"end\": 98040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"a1b5b9b6-6042-42f5-9ba7-a18c24f4a214\",\n                                \"text\": \" conducteur\",\n                                \"start\": 103040,\n                                \"end\": 103660,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"a70bd99b-e124-41f6-baae-085e7ca043de\",\n                                \"text\": \" pour\",\n                                \"start\": 99440,\n                                \"end\": 99620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"ba4df583-d745-447b-9d3c-07fbdb5347ad\",\n                                \"text\": \" Merci\",\n                                \"start\": 99140,\n                                \"end\": 99440,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"d7472ba4-691f-4f70-aaa9-611dfe852bb6\",\n                                \"text\": \" suis\",\n                                \"start\": 96800,\n                                \"end\": 96920,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"da24fb5b-c41c-4c23-82fc-6fbc3c19a76b\",\n                                \"text\": \" rempli\",\n                                \"start\": 100960,\n                                \"end\": 101340,\n                                \"duration\": 380,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"dcd255a8-65e9-4f1d-9cf3-ebeebc94f6f3\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 100540,\n                                \"end\": 100960,\n                                \"duration\": 420,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"e0e942ce-3164-4eea-8fd3-c3ada7503855\",\n                                \"text\": \" que\",\n                                \"start\": 97660,\n                                \"end\": 97900,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"e217dbf8-fd95-4c75-b4d9-de3f69996f2d\",\n                                \"text\": \" l'autre\",\n                                \"start\": 102620,\n                                \"end\": 103040,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"f17b4243-aa8b-4955-a410-3ae98604966a\",\n                                \"text\": \" ces\",\n                                \"start\": 99620,\n                                \"end\": 99780,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"fc07e068-01e0-4f27-af91-7641b0e8648c\",\n                                \"text\": \" pas\",\n                                \"start\": 98240,\n                                \"end\": 98440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"fe5bdae2-a80e-464f-8427-21d9cfefb268\",\n                                \"text\": \" blessé.\",\n                                \"start\": 98680,\n                                \"end\": 99100,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:36-01:45\"\n                    },\n                    {\n                        \"id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\",\n                        \"text\": \"Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\",\n                        \"start\": 106460,\n                        \"end\": 116000,\n                        \"duration\": 9540,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"01a549c4-2bb6-4004-8ebe-f1aab715cfa8\",\n                                \"text\": \" reconnu\",\n                                \"start\": 111460,\n                                \"end\": 111860,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"28984b08-e943-4aa8-b611-7b4ef0f16369\",\n                                \"text\": \" un\",\n                                \"start\": 108520,\n                                \"end\": 108640,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"2f2d1d3c-9cb4-4db5-a70c-c48d5fd27435\",\n                                \"text\": \" sa\",\n                                \"start\": 111860,\n                                \"end\": 112040,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"332cd690-35bb-4dfe-b9e0-fd111ed4d5e6\",\n                                \"text\": \" L'autre\",\n                                \"start\": 110000,\n                                \"end\": 110480,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"3d39a529-24d7-4028-92d9-51cc63d21f5e\",\n                                \"text\": \" n'est\",\n                                \"start\": 112820,\n                                \"end\": 112980,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"3ed038bd-fff5-4917-8146-72065a44ccfa\",\n                                \"text\": \" pas\",\n                                \"start\": 112980,\n                                \"end\": 113080,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"6c7b9cfb-a8b8-44d6-9b9a-8132ddd2290f\",\n                                \"text\": \" rempli\",\n                                \"start\": 107960,\n                                \"end\": 108520,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"7ec1c253-bc7c-45ef-b04f-3b4655c6033f\",\n                                \"text\": \" nous\",\n                                \"start\": 107060,\n                                \"end\": 107660,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"808775ce-bd61-4cda-829f-67e90c134e7d\",\n                                \"text\": \" constat\",\n                                \"start\": 108640,\n                                \"end\": 109200,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"85daca22-ea96-45a3-98ae-4e4b62e7846c\",\n                                \"text\": \" blessé.\",\n                                \"start\": 113080,\n                                \"end\": 113440,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"88509ea1-1a81-4a65-ac3c-ea2e16a73ca9\",\n                                \"text\": \" et\",\n                                \"start\": 112420,\n                                \"end\": 112820,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"88684f7c-7c87-4c75-b4c4-dc02d79eaedf\",\n                                \"text\": \" pris\",\n                                \"start\": 114220,\n                                \"end\": 114420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"8e70f1ce-b5b7-4e89-8360-0742a18adaf2\",\n                                \"text\": \" du\",\n                                \"start\": 115120,\n                                \"end\": 115220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"9064c3fb-c89a-4829-a5ef-31714c66bc5e\",\n                                \"text\": \" copie\",\n                                \"start\": 114720,\n                                \"end\": 115120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"96283e39-d383-4228-9b97-df981f29ee62\",\n                                \"text\": \" a\",\n                                \"start\": 111380,\n                                \"end\": 111460,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"9fe7020a-269c-4111-b38d-2a4d18d6e503\",\n                                \"text\": \" amiable.\",\n                                \"start\": 109200,\n                                \"end\": 109720,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"c17f554a-8726-4530-80f2-9052d2feaa56\",\n                                \"text\": \" constat\",\n                                \"start\": 115220,\n                                \"end\": 115660,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"c226d5b7-d738-4506-92cd-c0c7a95a49e0\",\n                                \"text\": \" une\",\n                                \"start\": 114420,\n                                \"end\": 114720,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"d224bd4b-24a2-49ff-a421-14dfa862d554\",\n                                \"text\": \" J'ai\",\n                                \"start\": 113580,\n                                \"end\": 114220,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"d5a03779-8484-4bf3-9257-20a3878b0d30\",\n                                \"text\": \" avons\",\n                                \"start\": 107660,\n                                \"end\": 107960,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"d75a802a-bb72-49ab-8506-8ee4f315e36d\",\n                                \"text\": \" signé.\",\n                                \"start\": 115660,\n                                \"end\": 116000,\n                                \"duration\": 340,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"e48ad4b1-d539-43de-b61c-d4dacb4e5e99\",\n                                \"text\": \" conducteur\",\n                                \"start\": 110480,\n                                \"end\": 111380,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"ee57c636-e2c0-4917-a6d0-dc97dab8061a\",\n                                \"text\": \" faute\",\n                                \"start\": 112040,\n                                \"end\": 112420,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"f372faa6-aa4f-4bba-8511-6572146496a5\",\n                                \"text\": \" Oui,\",\n                                \"start\": 106460,\n                                \"end\": 107000,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:46-01:56\"\n                    },\n                    {\n                        \"id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\",\n                        \"text\": \"Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\",\n                        \"start\": 235160,\n                        \"end\": 246600,\n                        \"duration\": 11440,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00cc3fc3-a058-4a83-b20f-ed24158e3c76\",\n                                \"text\": \" d'abord\",\n                                \"start\": 238560,\n                                \"end\": 238740,\n                                \"duration\": 180,\n                                \"probability\": 0.71,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"0806177d-6281-4b9d-ba1f-8feea90787f5\",\n                                \"text\": \" vous\",\n                                \"start\": 246060,\n                                \"end\": 246120,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"0920e69b-714a-4f17-b81e-10b945cc12b8\",\n                                \"text\": \" vienne\",\n                                \"start\": 241620,\n                                \"end\": 241820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"0bc06819-22f4-4a17-8468-a2bcabdd254a\",\n                                \"text\": \" routière\",\n                                \"start\": 240320,\n                                \"end\": 240720,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"0d527181-93df-4456-80a6-cc7b14def76e\",\n                                \"text\": \" service\",\n                                \"start\": 239460,\n                                \"end\": 239840,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"1165ebc9-7e3e-4c7b-8d59-0287291842a0\",\n                                \"text\": \" Pas\",\n                                \"start\": 235160,\n                                \"end\": 235360,\n                                \"duration\": 200,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"1330e9f2-6925-40d1-b08a-66c8cf77032b\",\n                                \"text\": \" Est-ce\",\n                                \"start\": 243140,\n                                \"end\": 243540,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"208615e5-b5ba-453c-a5d6-59995228549d\",\n                                \"text\": \" s'il\",\n                                \"start\": 245920,\n                                \"end\": 246060,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"29ffc3d7-f91e-4f1c-9245-a9bb267c3ede\",\n                                \"text\": \" en\",\n                                \"start\": 236340,\n                                \"end\": 236480,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"30916819-3567-4e48-abd9-a184da70088b\",\n                                \"text\": \" nous\",\n                                \"start\": 236180,\n                                \"end\": 236340,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"35d0456d-7814-4e41-8ddb-1af7b744114c\",\n                                \"text\": \" récupérer\",\n                                \"start\": 241820,\n                                \"end\": 242280,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"4206a82c-e6f4-4cb9-ad86-b3d30f779694\",\n                                \"text\": \" trouve\",\n                                \"start\": 245260,\n                                \"end\": 245440,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"426cb52a-045c-46a0-bed2-eccecaa14a5c\",\n                                \"text\": \" où\",\n                                \"start\": 244920,\n                                \"end\": 245140,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"4c53502b-85f2-4656-bafe-7af311a469cd\",\n                                \"text\": \" la\",\n                                \"start\": 245440,\n                                \"end\": 245580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"51733157-266d-42f2-bfa4-148c92ce6868\",\n                                \"text\": \" ensemble.\",\n                                \"start\": 236840,\n                                \"end\": 237220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"615e6982-e8fc-42ed-b629-84c6cf1d2889\",\n                                \"text\": \" vais\",\n                                \"start\": 238400,\n                                \"end\": 238560,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"629f3e21-aa80-4753-8db2-4938bac24f5c\",\n                                \"text\": \" occuper\",\n                                \"start\": 236480,\n                                \"end\": 236840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"639ebdf4-aaff-474c-92c6-6e2faeae0762\",\n                                \"text\": \" notre\",\n                                \"start\": 239180,\n                                \"end\": 239460,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"77dcbe19-bd2c-41d4-bdf4-04e8112454b8\",\n                                \"text\": \" nous\",\n                                \"start\": 235840,\n                                \"end\": 235960,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"77f2c636-45be-4e33-8648-d967e6651620\",\n                                \"text\": \" Je\",\n                                \"start\": 238000,\n                                \"end\": 238400,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"7ce7353a-5c60-4c01-96a7-76b01088166c\",\n                                \"text\": \" allons\",\n                                \"start\": 235960,\n                                \"end\": 236180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"8385dd5e-0ea8-4625-8f72-5e4e847757e5\",\n                                \"text\": \" de\",\n                                \"start\": 235360,\n                                \"end\": 235420,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"83c58c0e-1d7b-43e9-a916-1811d0f12871\",\n                                \"text\": \" contacter\",\n                                \"start\": 238740,\n                                \"end\": 239180,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"8458d6f7-12d5-4062-889f-771f8128d6a4\",\n                                \"text\": \" voiture.\",\n                                \"start\": 242460,\n                                \"end\": 242800,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"915a0f72-a124-4ad4-b212-dacabbe6fb53\",\n                                \"text\": \" que\",\n                                \"start\": 243540,\n                                \"end\": 243600,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"93ebcb08-97bb-4676-a837-6a93b18f3c67\",\n                                \"text\": \" confirmer\",\n                                \"start\": 244100,\n                                \"end\": 244560,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"9e15a35b-16f1-40b9-ad6e-e0a4d7e01495\",\n                                \"text\": \" l'adresse\",\n                                \"start\": 244560,\n                                \"end\": 244920,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"a3ebc75a-d24e-401b-8e7b-551520fbfe75\",\n                                \"text\": \" dépanneur\",\n                                \"start\": 241140,\n                                \"end\": 241620,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"aa7bc432-57bd-4d01-a5ba-6fa5fcd178df\",\n                                \"text\": \" plaît\",\n                                \"start\": 246120,\n                                \"end\": 246320,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"b5e95c3a-2ffe-4d89-bb2e-790aa2bb1029\",\n                                \"text\": \" qu'un\",\n                                \"start\": 240920,\n                                \"end\": 241140,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"c20d48c5-c30b-45ee-a6b4-48cac16b56d3\",\n                                \"text\": \" d'assistance\",\n                                \"start\": 239840,\n                                \"end\": 240320,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"c3d75c05-237e-4492-97f4-468590da53d2\",\n                                \"text\": \" vous\",\n                                \"start\": 243600,\n                                \"end\": 243780,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"c5dfc087-de75-44d2-bca1-6cc2bd8fea0b\",\n                                \"text\": \" souci,\",\n                                \"start\": 235420,\n                                \"end\": 235780,\n                                \"duration\": 360,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"d2030057-efc7-42b0-9d91-ef539dda32c6\",\n                                \"text\": \" se\",\n                                \"start\": 245140,\n                                \"end\": 245260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"d4c82370-32c0-4230-9dee-bb9efa4245de\",\n                                \"text\": \" voiture,\",\n                                \"start\": 245580,\n                                \"end\": 245800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"e3dcb282-839a-44d5-9d7b-684ed21a6c16\",\n                                \"text\": \" votre\",\n                                \"start\": 242280,\n                                \"end\": 242460,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"e9a6d55a-f770-4c3b-9972-33a7bad9900b\",\n                                \"text\": \" pour\",\n                                \"start\": 240720,\n                                \"end\": 240920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"f24a7040-0658-4d39-bc23-31883a720886\",\n                                \"text\": \" ?\",\n                                \"start\": 246320,\n                                \"end\": 246600,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"fa1fe95f-82f4-4b90-8a9b-baeb84a121bd\",\n                                \"text\": \" pourriez\",\n                                \"start\": 243780,\n                                \"end\": 244100,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:55-04:06\"\n                    },\n                    {\n                        \"id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\",\n                        \"text\": \"Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\",\n                        \"start\": 118060,\n                        \"end\": 126460,\n                        \"duration\": 8400,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01e4204c-3a8f-4d20-82cf-d8ca5dc364de\",\n                                \"text\": \" faire\",\n                                \"start\": 125840,\n                                \"end\": 126100,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"0cec5e49-baa3-492b-90d2-f0fc0ee630e5\",\n                                \"text\": \" vous\",\n                                \"start\": 125100,\n                                \"end\": 125260,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"0e4dc169-f17e-469b-9585-5560160e4ddd\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 121400,\n                                \"end\": 122020,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"17a6d672-60b8-4b25-9a0e-beb2366c3754\",\n                                \"text\": \" le\",\n                                \"start\": 119540,\n                                \"end\": 119660,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"17afaa55-6038-462a-8f1d-39896c11aeb8\",\n                                \"text\": \" déjà\",\n                                \"start\": 122020,\n                                \"end\": 122240,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"190413c7-4011-4886-81ea-22959a9eb645\",\n                                \"text\": \" je\",\n                                \"start\": 124980,\n                                \"end\": 125100,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"2abb274f-2ef4-4f92-9593-edbd4ca3706c\",\n                                \"text\": \" constat\",\n                                \"start\": 122780,\n                                \"end\": 123220,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"3d28f456-391c-4f32-a759-7f4e57db7dfb\",\n                                \"text\": \" votre\",\n                                \"start\": 120300,\n                                \"end\": 120500,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"401852bf-6812-4322-8ebf-6b28b3c64e69\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120500,\n                                \"end\": 121000,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"4ebd699b-1304-4576-b7a1-29d5f5a11bf4\",\n                                \"text\": \" ?\",\n                                \"start\": 126100,\n                                \"end\": 126460,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"54018794-eb62-4c15-875e-666d95057e48\",\n                                \"text\": \" ou\",\n                                \"start\": 123940,\n                                \"end\": 124340,\n                                \"duration\": 400,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"63b66164-12f8-4061-a86a-87968d0311a8\",\n                                \"text\": \" que\",\n                                \"start\": 124880,\n                                \"end\": 124980,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"7a4b070c-7b08-4687-88ac-490ceb0f9c15\",\n                                \"text\": \" de\",\n                                \"start\": 120080,\n                                \"end\": 120300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"7feea130-6dfa-48ee-86f8-15dcd2734a0f\",\n                                \"text\": \" ce\",\n                                \"start\": 122660,\n                                \"end\": 122780,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"8b3a8b69-47e5-46ab-9131-ae8d5f2401ff\",\n                                \"text\": \" traitement\",\n                                \"start\": 119660,\n                                \"end\": 120080,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"abd908d7-40e6-414f-ada9-7c29baa47484\",\n                                \"text\": \" notre\",\n                                \"start\": 123300,\n                                \"end\": 123480,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"b39cee43-bc97-49c2-917c-ca0ccf31aa7c\",\n                                \"text\": \" à\",\n                                \"start\": 123220,\n                                \"end\": 123300,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"b8360286-b5e8-40ae-928c-106b127e085a\",\n                                \"text\": \" le\",\n                                \"start\": 125700,\n                                \"end\": 125840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"cc0422bd-2121-4241-8251-0c2351a86a5c\",\n                                \"text\": \" cela\",\n                                \"start\": 118580,\n                                \"end\": 118880,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"de8db80b-e0b5-48a6-81f0-903862e30ce8\",\n                                \"text\": \" pour\",\n                                \"start\": 125520,\n                                \"end\": 125700,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"dff3066d-78f2-496a-8fa1-fd47a8400f7f\",\n                                \"text\": \" service\",\n                                \"start\": 123480,\n                                \"end\": 123940,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"e0ac026b-4054-464a-91bf-8d71b63f2487\",\n                                \"text\": \" envoyé\",\n                                \"start\": 122240,\n                                \"end\": 122660,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"e0d9a807-4eb3-4df9-9adc-cc90c951cdda\",\n                                \"text\": \" souhaitez-vous\",\n                                \"start\": 124340,\n                                \"end\": 124880,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"ee9a0565-e17f-466d-b977-1621092c79d2\",\n                                \"text\": \" guide\",\n                                \"start\": 125260,\n                                \"end\": 125520,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"f244ee06-0d0e-409b-b943-d69d76d04dcd\",\n                                \"text\": \" facilitera\",\n                                \"start\": 118880,\n                                \"end\": 119540,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"fff729b2-3f8f-4eee-8ba4-7bf668c7497a\",\n                                \"text\": \" Parfait,\",\n                                \"start\": 118060,\n                                \"end\": 118540,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:58-02:06\"\n                    },\n                    {\n                        \"id\": \"27bd3792-a540-46ba-993a-8b422379e071\",\n                        \"text\": \"Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\",\n                        \"start\": 277790,\n                        \"end\": 285970,\n                        \"duration\": 8180,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"15e0fda1-acbf-4dfc-bb8c-b62396ceaf5d\",\n                                \"text\": \" la\",\n                                \"start\": 280470,\n                                \"end\": 280610,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"1dddf49f-11a5-4495-b20f-28db5342086f\",\n                                \"text\": \" autre\",\n                                \"start\": 284970,\n                                \"end\": 285150,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"2728c3ba-47c0-48a7-8856-dcad7fe25f85\",\n                                \"text\": \" vers\",\n                                \"start\": 282730,\n                                \"end\": 283190,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"28d43e39-f936-4654-bb85-ed97709b7c0e\",\n                                \"text\": \" votre\",\n                                \"start\": 285590,\n                                \"end\": 285690,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"37b972a6-5ebe-4c9d-8ce5-0aceb81500ae\",\n                                \"text\": \" l'envoyer\",\n                                \"start\": 281930,\n                                \"end\": 282470,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"3f1d2e7f-0ece-4cf5-8a02-6d732b42174c\",\n                                \"text\": \" M.\",\n                                \"start\": 278270,\n                                \"end\": 278390,\n                                \"duration\": 120,\n                                \"probability\": 0.44,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"4044ce66-e120-426e-934d-0a70661e93af\",\n                                \"text\": \" bien,\",\n                                \"start\": 278050,\n                                \"end\": 278270,\n                                \"duration\": 220,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"5415f001-a165-4e79-b285-9da83f076b1d\",\n                                \"text\": \" ou\",\n                                \"start\": 282470,\n                                \"end\": 282730,\n                                \"duration\": 260,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"5960bc26-1dfe-4ee2-b26d-d36d3411fc72\",\n                                \"text\": \" garage\",\n                                \"start\": 283330,\n                                \"end\": 283630,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"5a24fd90-bc35-43b1-b58f-8c7d17af40df\",\n                                \"text\": \" à\",\n                                \"start\": 284570,\n                                \"end\": 284810,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"61b1049e-7a1e-4dee-8cdc-b5d64a5b647b\",\n                                \"text\": \" Nous\",\n                                \"start\": 281390,\n                                \"end\": 281710,\n                                \"duration\": 320,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"64fe5a8c-61f0-499a-820b-478f85a9d6f4\",\n                                \"text\": \" Bien\",\n                                \"start\": 277790,\n                                \"end\": 278050,\n                                \"duration\": 260,\n                                \"probability\": 0.18,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"6dbd7fe8-4963-4f92-9dc5-c7858a516eab\",\n                                \"text\": \" ou\",\n                                \"start\": 284130,\n                                \"end\": 284570,\n                                \"duration\": 440,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"6e363f95-5518-400d-a39d-5d774925e133\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 278910,\n                                \"end\": 279350,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"75355080-fd2b-4c02-b9f2-b012a58faa0b\",\n                                \"text\": \" pouvons\",\n                                \"start\": 281710,\n                                \"end\": 281930,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"848ad096-6878-4cdb-bc1c-ee5822c7889b\",\n                                \"text\": \" une\",\n                                \"start\": 279350,\n                                \"end\": 279550,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"86272ed2-b4b3-4264-b920-e3e445ce2031\",\n                                \"text\": \" une\",\n                                \"start\": 284810,\n                                \"end\": 284970,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"86ebe404-e8a4-443b-b33f-a093245baaf4\",\n                                \"text\": \" ?\",\n                                \"start\": 280990,\n                                \"end\": 281390,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"99333bc9-95a1-452c-825a-3627d3f91242\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 278470,\n                                \"end\": 278690,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"a4059626-c9ee-48dc-8eeb-3930fd64b733\",\n                                \"text\": \" de\",\n                                \"start\": 285430,\n                                \"end\": 285590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"b12362c5-136c-4043-b7d1-0bbe78a9eb78\",\n                                \"text\": \" un\",\n                                \"start\": 283190,\n                                \"end\": 283330,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"b7f252ab-1575-406f-9d4d-3fed2a6bc1b1\",\n                                \"text\": \" préférence\",\n                                \"start\": 279550,\n                                \"end\": 280210,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"d1b7d16c-9b40-4844-9164-6a9c045f984f\",\n                                \"text\": \" adresse\",\n                                \"start\": 285150,\n                                \"end\": 285430,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"d2c78531-cf8f-41d4-b93b-9fdb60a2e622\",\n                                \"text\": \" destination\",\n                                \"start\": 280610,\n                                \"end\": 280990,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"df1c29fc-2d81-416e-a484-44bf1af9d446\",\n                                \"text\": \" agréé\",\n                                \"start\": 283630,\n                                \"end\": 284130,\n                                \"duration\": 500,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"efdbf225-f632-4aeb-88ce-fed717ababc4\",\n                                \"text\": \" pour\",\n                                \"start\": 280210,\n                                \"end\": 280470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"f5ab0ff7-f540-4c4f-a3cf-389412af9384\",\n                                \"text\": \" choix.\",\n                                \"start\": 285690,\n                                \"end\": 285970,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:37-04:45\"\n                    },\n                    {\n                        \"id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\",\n                        \"text\": \"Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\",\n                        \"start\": 30180,\n                        \"end\": 41100,\n                        \"duration\": 10920,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0da7479d-f185-4a5e-a08d-8ea9d6c684eb\",\n                                \"text\": \" est\",\n                                \"start\": 35720,\n                                \"end\": 36220,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"136f0856-e287-40c1-9cd6-a3848b181014\",\n                                \"text\": \" 14\",\n                                \"start\": 36400,\n                                \"end\": 37280,\n                                \"duration\": 880,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"20c12230-e027-42a4-934b-8168a33a89c6\",\n                                \"text\": \" mon\",\n                                \"start\": 34540,\n                                \"end\": 34740,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"224b9ffe-841c-42fa-a2eb-a5301f2a5cc9\",\n                                \"text\": \" 6\",\n                                \"start\": 39420,\n                                \"end\": 40380,\n                                \"duration\": 960,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"26278b7c-d971-444a-b8d9-6bb0e4901686\",\n                                \"text\": \" sûr.\",\n                                \"start\": 31120,\n                                \"end\": 31480,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"264760c3-25f5-476d-98b3-6f6edfb88f21\",\n                                \"text\": \" Oui,\",\n                                \"start\": 30180,\n                                \"end\": 30760,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"2b43f475-d0ca-4a75-9bd4-43890f5eee33\",\n                                \"text\": \" de\",\n                                \"start\": 35080,\n                                \"end\": 35360,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"38754c75-1385-422d-be99-f6c3e23168a6\",\n                                \"text\": \" numéro\",\n                                \"start\": 34740,\n                                \"end\": 35080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"60753e71-82ca-4352-9551-df3b7dabe6f2\",\n                                \"text\": \" m'appelle\",\n                                \"start\": 32280,\n                                \"end\": 32759,\n                                \"duration\": 479,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"64980c54-3e2b-4792-8759-a1138c073fa2\",\n                                \"text\": \" Je\",\n                                \"start\": 31700,\n                                \"end\": 32280,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"6bb27729-dbc9-4923-88e6-f973fb862aa6\",\n                                \"text\": \" contrat\",\n                                \"start\": 35360,\n                                \"end\": 35720,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"818d3a7f-67b9-41f9-9cb0-642d43f43e29\",\n                                \"text\": \" Bernard\",\n                                \"start\": 33440,\n                                \"end\": 33900,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"9c4dbfae-9c68-4d91-9dab-010e0ffcf9ba\",\n                                \"text\": \" 15\",\n                                \"start\": 37280,\n                                \"end\": 38140,\n                                \"duration\": 860,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"a6dd34f9-63b5-4239-aa3f-6c229cd9fd4e\",\n                                \"text\": \" Michel\",\n                                \"start\": 32759,\n                                \"end\": 33440,\n                                \"duration\": 681,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"ae82594c-8c9c-4290-b220-f638c8d386b3\",\n                                \"text\": \" le\",\n                                \"start\": 36220,\n                                \"end\": 36400,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"b7a6c421-5fd1-4987-9b7c-59fd57e0a92d\",\n                                \"text\": \" et\",\n                                \"start\": 33900,\n                                \"end\": 34540,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"bc55327c-5447-49e7-a1ce-98d670959eac\",\n                                \"text\": \" 92\",\n                                \"start\": 38140,\n                                \"end\": 39420,\n                                \"duration\": 1280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"dfe6d366-2180-4497-8611-e89500b9f175\",\n                                \"text\": \" bien\",\n                                \"start\": 30840,\n                                \"end\": 31120,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"ea503397-c06d-4173-a158-bd6499528ee9\",\n                                \"text\": \" R.\",\n                                \"start\": 40380,\n                                \"end\": 41100,\n                                \"duration\": 720,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:30-00:41\"\n                    },\n                    {\n                        \"id\": \"2b76753d-f215-4682-b456-71b27387fdb4\",\n                        \"text\": \"Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\",\n                        \"start\": 68120,\n                        \"end\": 81000,\n                        \"duration\": 12880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0b0b3a5f-a35e-4f78-a055-9e15328ee021\",\n                                \"text\": \" pour\",\n                                \"start\": 71660,\n                                \"end\": 71940,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"0c4b8161-cf06-4c6c-8863-cd9bbce305fc\",\n                                \"text\": \" voiture\",\n                                \"start\": 79300,\n                                \"end\": 79660,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"130a2c0f-83de-4dce-ac5c-3881638451a7\",\n                                \"text\": \" m'a\",\n                                \"start\": 76760,\n                                \"end\": 77040,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"20b4054a-7792-470a-9602-54567c8d2ce7\",\n                                \"text\": \" travailler\",\n                                \"start\": 72140,\n                                \"end\": 72440,\n                                \"duration\": 300,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"26edce77-10a3-4756-9286-1820916aca1a\",\n                                \"text\": \" et\",\n                                \"start\": 73200,\n                                \"end\": 73740,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"3dc86032-48a3-40ea-a1fc-d10c8dcfb15d\",\n                                \"text\": \" sortais\",\n                                \"start\": 70680,\n                                \"end\": 71180,\n                                \"duration\": 500,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"3e20d871-fe54-433b-9b79-76aa977ab2bb\",\n                                \"text\": \" moi\",\n                                \"start\": 71400,\n                                \"end\": 71660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"435f99e8-e356-43a4-b547-390800ad5bec\",\n                                \"text\": \" Levallois\",\n                                \"start\": 72760,\n                                \"end\": 73200,\n                                \"duration\": 440,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"44bb8b62-aebe-4285-a68d-2111951aafc8\",\n                                \"text\": \" a\",\n                                \"start\": 74480,\n                                \"end\": 74940,\n                                \"duration\": 460,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"470fbe94-1013-497a-bef2-303a099f0117\",\n                                \"text\": \" côté\",\n                                \"start\": 77880,\n                                \"end\": 78120,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"4a821734-ab51-4752-a38d-f523f52bae29\",\n                                \"text\": \" sérieusement\",\n                                \"start\": 79880,\n                                \"end\": 80440,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"4cf96d14-664d-4e53-b97d-a6acfc9fd483\",\n                                \"text\": \" voiture\",\n                                \"start\": 74080,\n                                \"end\": 74480,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"50eb817a-820a-4577-b996-4e5f20b57e68\",\n                                \"text\": \" sur\",\n                                \"start\": 77540,\n                                \"end\": 77740,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"55166077-e232-4854-befc-6e61cdeaadc0\",\n                                \"text\": \" endommagée.\",\n                                \"start\": 80440,\n                                \"end\": 81000,\n                                \"duration\": 560,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"5d9b5bc2-7b5f-4480-b43a-ff59cb5d0a59\",\n                                \"text\": \" à\",\n                                \"start\": 72440,\n                                \"end\": 72760,\n                                \"duration\": 320,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"68ad745b-f3ee-4b62-b5c0-4244514bb9f3\",\n                                \"text\": \" long\",\n                                \"start\": 69460,\n                                \"end\": 69660,\n                                \"duration\": 200,\n                                \"probability\": 0.37,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"6d33009b-761e-492a-96c5-d406c6ac159a\",\n                                \"text\": \" je\",\n                                \"start\": 70200,\n                                \"end\": 70680,\n                                \"duration\": 480,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"9319c9e5-62d0-4789-bbd7-a276dfc91027\",\n                                \"text\": \" tout\",\n                                \"start\": 68700,\n                                \"end\": 69280,\n                                \"duration\": 580,\n                                \"probability\": 0.5,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"a28d9e08-e7b5-4ebf-bb92-c4037485f19d\",\n                                \"text\": \" le\",\n                                \"start\": 77740,\n                                \"end\": 77880,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"a34c216c-7bab-434b-9b9b-1d4ade664914\",\n                                \"text\": \" du\",\n                                \"start\": 69660,\n                                \"end\": 69900,\n                                \"duration\": 240,\n                                \"probability\": 0.33,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ab233c08-90f9-4005-acc9-56def2b94786\",\n                                \"text\": \" Elle\",\n                                \"start\": 75880,\n                                \"end\": 76760,\n                                \"duration\": 880,\n                                \"probability\": 0.49,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ac679810-c502-4c94-8727-a1e87e7a18b3\",\n                                \"text\": \" grillé\",\n                                \"start\": 74940,\n                                \"end\": 75280,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ae8a10d4-9897-43c8-b004-1811ef61e2a7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 68120,\n                                \"end\": 68700,\n                                \"duration\": 580,\n                                \"probability\": 0.79,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"b90df1b0-c758-41fb-93b4-3f87e4539d56\",\n                                \"text\": \" de\",\n                                \"start\": 71180,\n                                \"end\": 71280,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"b91848d8-5595-4b70-9f48-d0ec69ee5845\",\n                                \"text\": \" feu\",\n                                \"start\": 75380,\n                                \"end\": 75540,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"c423056c-edaa-4f41-84ef-66c1bd3815de\",\n                                \"text\": \" chez\",\n                                \"start\": 71280,\n                                \"end\": 71400,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"cb4751a0-1a36-4c08-986b-311b3e6b4348\",\n                                \"text\": \" droit.\",\n                                \"start\": 78120,\n                                \"end\": 78420,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"cf04cc6b-3af8-440f-a34c-07940fe60589\",\n                                \"text\": \" un\",\n                                \"start\": 75280,\n                                \"end\": 75380,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"d48951dd-6df6-4ad6-8b8c-379c13dc52d0\",\n                                \"text\": \" percuté\",\n                                \"start\": 77040,\n                                \"end\": 77540,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"d7f7ff47-884a-47ae-961c-359a3d0c0124\",\n                                \"text\": \" rouge.\",\n                                \"start\": 75540,\n                                \"end\": 75880,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ddea171d-d3d3-42de-89a9-18882ae8ea9d\",\n                                \"text\": \" aller\",\n                                \"start\": 71940,\n                                \"end\": 72140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ddf13992-522b-4419-807b-13c608b4fce4\",\n                                \"text\": \" Ma\",\n                                \"start\": 78760,\n                                \"end\": 79300,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"de93d7bf-e81f-456b-bc7f-74f57b9474a2\",\n                                \"text\": \" au\",\n                                \"start\": 69280,\n                                \"end\": 69460,\n                                \"duration\": 180,\n                                \"probability\": 0.84,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ec18a1f5-fcf1-46c6-aab6-8aafbf1abc95\",\n                                \"text\": \" est\",\n                                \"start\": 79660,\n                                \"end\": 79880,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ee2fa687-86f8-40a6-9787-b878cd457725\",\n                                \"text\": \" jour,\",\n                                \"start\": 69900,\n                                \"end\": 70200,\n                                \"duration\": 300,\n                                \"probability\": 0.26,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"f6dae3e2-8b4a-40be-b24c-9030d4b151c2\",\n                                \"text\": \" une\",\n                                \"start\": 73740,\n                                \"end\": 74080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:08-01:21\"\n                    },\n                    {\n                        \"id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\",\n                        \"text\": \"« Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\",\n                        \"start\": 185370,\n                        \"end\": 193410,\n                        \"duration\": 8040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"013ce372-24f5-487d-973b-ccc3d0992175\",\n                                \"text\": \" utile.\",\n                                \"start\": 187270,\n                                \"end\": 187750,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"05a133e6-6e42-484f-8cd3-2c3ecd8546d4\",\n                                \"text\": \" réussi\",\n                                \"start\": 190710,\n                                \"end\": 190910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"08d62336-6788-4b26-897b-c4496caa9d1e\",\n                                \"text\": \" «\",\n                                \"start\": 185370,\n                                \"end\": 185990,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"08ebd7f0-209f-435d-a87a-50e4bb8cb1b0\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 188990,\n                                \"end\": 189710,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"12f3061b-1a6f-40e9-89ee-58d29dc35e00\",\n                                \"text\": \" Ma\",\n                                \"start\": 187950,\n                                \"end\": 188390,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"14bc902f-8a84-4e7d-970d-67b55f33c440\",\n                                \"text\": \" ça\",\n                                \"start\": 186170,\n                                \"end\": 186610,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"368f59cd-a2ac-4fa0-b96f-1520cc6cee7e\",\n                                \"text\": \" me\",\n                                \"start\": 186610,\n                                \"end\": 186730,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"37a0aee8-393f-4536-bdbf-2a93479efe98\",\n                                \"text\": \" garer\",\n                                \"start\": 191270,\n                                \"end\": 191590,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"4d22ae28-2578-406a-82ae-c60f4b21d209\",\n                                \"text\": \" moment.\",\n                                \"start\": 189930,\n                                \"end\": 190210,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"4e53dca9-0d54-46e2-bda0-6511e60a6ba3\",\n                                \"text\": \" »\",\n                                \"start\": 192970,\n                                \"end\": 193410,\n                                \"duration\": 440,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"6e837341-2649-4f77-8930-1a82bb186b20\",\n                                \"text\": \" bas-côté.\",\n                                \"start\": 192210,\n                                \"end\": 192730,\n                                \"duration\": 520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"8aa37c63-f1d7-4225-a7a7-0f648f2ef70c\",\n                                \"text\": \" est\",\n                                \"start\": 188730,\n                                \"end\": 188990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"8c1975e7-d7f5-4670-8b8f-857dfebcdf58\",\n                                \"text\": \" Oui,\",\n                                \"start\": 185990,\n                                \"end\": 186030,\n                                \"duration\": 40,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"8fa0cda7-8545-4066-9350-5330a1d164c4\",\n                                \"text\": \" serait\",\n                                \"start\": 186730,\n                                \"end\": 187010,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"a5ce9baf-1f2f-422d-8511-0ba53b4b2c78\",\n                                \"text\": \" sur\",\n                                \"start\": 191590,\n                                \"end\": 192030,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"b80f5e83-83e0-49d9-bd3b-35721f8cdc15\",\n                                \"text\": \" J'ai\",\n                                \"start\": 190390,\n                                \"end\": 190710,\n                                \"duration\": 320,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"c49269de-c7fb-43da-b533-152453b7b780\",\n                                \"text\": \" la\",\n                                \"start\": 191130,\n                                \"end\": 191270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"cfa27ae7-8f56-4da8-a19e-1b3b73b417bb\",\n                                \"text\": \" voiture\",\n                                \"start\": 188390,\n                                \"end\": 188730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"d3c1ae57-d7e4-485a-a1e2-2a83a7be4114\",\n                                \"text\": \" très\",\n                                \"start\": 187010,\n                                \"end\": 187270,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"d6f5331b-baf8-4f98-bb89-bdb2716a1ae2\",\n                                \"text\": \" ce\",\n                                \"start\": 189810,\n                                \"end\": 189930,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"e351c3cb-5086-4d21-a810-f4a488577aaa\",\n                                \"text\": \" en\",\n                                \"start\": 189710,\n                                \"end\": 189810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"f741eef4-6988-4e2a-b458-85adaa9ae794\",\n                                \"text\": \" à\",\n                                \"start\": 190910,\n                                \"end\": 191130,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"fd1e343e-7e6d-479d-bd7e-6b1c58cca0a9\",\n                                \"text\": \" le\",\n                                \"start\": 192030,\n                                \"end\": 192210,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:05-03:13\"\n                    },\n                    {\n                        \"id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\",\n                        \"text\": \"D'accord. Je vais le scanner et l'envoyer cet après-midi. »\",\n                        \"start\": 159020,\n                        \"end\": 162620,\n                        \"duration\": 3600,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1fffd9fb-2302-4b89-8028-17665ab9cdc8\",\n                                \"text\": \" vais\",\n                                \"start\": 160340,\n                                \"end\": 160500,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"22b7d914-4317-4044-9716-61732006d54d\",\n                                \"text\": \" après-midi.\",\n                                \"start\": 161700,\n                                \"end\": 162200,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"4e4432f5-1d9d-43bc-a84d-4c1042eef5a5\",\n                                \"text\": \" »\",\n                                \"start\": 162400,\n                                \"end\": 162620,\n                                \"duration\": 220,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"537adfaf-1e0c-4d69-adba-4d2e54a05d3d\",\n                                \"text\": \" et\",\n                                \"start\": 160940,\n                                \"end\": 161080,\n                                \"duration\": 140,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"8b62f6c9-3ef5-4d79-b723-e1ec4e67119c\",\n                                \"text\": \" cet\",\n                                \"start\": 161540,\n                                \"end\": 161700,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"8c1fe7ca-5c34-41b3-807c-7b42867e06ec\",\n                                \"text\": \" l'envoyer\",\n                                \"start\": 161080,\n                                \"end\": 161540,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"8f9c70b4-f266-42ba-9751-ee772bc8f5f3\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 159020,\n                                \"end\": 159560,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"aa0325a2-cf65-45af-a598-1bd4c966103b\",\n                                \"text\": \" scanner\",\n                                \"start\": 160600,\n                                \"end\": 160940,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"af9a08be-9b89-4645-8c9d-9bbdbed4f793\",\n                                \"text\": \" le\",\n                                \"start\": 160500,\n                                \"end\": 160600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"fdf348e1-c245-44c3-869c-b51dc3061b9b\",\n                                \"text\": \" Je\",\n                                \"start\": 159900,\n                                \"end\": 160340,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:39-02:42\"\n                    },\n                    {\n                        \"id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\",\n                        \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 3060,\n                        \"end\": 8760,\n                        \"duration\": 5700,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"066cbc1d-8de6-434d-aec6-b501e41bda9a\",\n                                \"text\": \" client\",\n                                \"start\": 5420,\n                                \"end\": 5700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"07b58df4-868e-4a13-8815-377566ee73a6\",\n                                \"text\": \" Assurance.\",\n                                \"start\": 6080,\n                                \"end\": 6520,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"0b18b571-d43a-49c3-bcdc-16d84e35795a\",\n                                \"text\": \" aider\",\n                                \"start\": 7900,\n                                \"end\": 8080,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"25f9e207-6565-44a0-8653-0c0a1a781592\",\n                                \"text\": \" bien\",\n                                \"start\": 4440,\n                                \"end\": 4520,\n                                \"duration\": 80,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"2d00d815-a48e-4003-b77e-ba7ddb9c4ad2\",\n                                \"text\": \" ?\",\n                                \"start\": 8500,\n                                \"end\": 8760,\n                                \"duration\": 260,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"37ac6d6e-3d84-4089-bc68-b2d8b292f30a\",\n                                \"text\": \" comment\",\n                                \"start\": 7400,\n                                \"end\": 7560,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"491aa80b-5aaf-4886-980b-ec620aa0a3de\",\n                                \"text\": \" vous\",\n                                \"start\": 3980,\n                                \"end\": 4260,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"53bb25e2-dbe0-4c8a-ab7e-cde6ad703e7e\",\n                                \"text\": \" Je\",\n                                \"start\": 6620,\n                                \"end\": 6760,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"585be8fe-f5af-490b-a6c8-1ef342fa0a39\",\n                                \"text\": \" Poulpe\",\n                                \"start\": 5860,\n                                \"end\": 6080,\n                                \"duration\": 220,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"5f9cafc4-87d0-4844-878c-c145db772f76\",\n                                \"text\": \" avec\",\n                                \"start\": 4820,\n                                \"end\": 5060,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"70dc4052-e143-4c5a-b79d-1db0e1d7889b\",\n                                \"text\": \" puis-je\",\n                                \"start\": 7560,\n                                \"end\": 7800,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"7f9f399b-e702-4712-b36d-3ba3c8dbb813\",\n                                \"text\": \" m'appelle\",\n                                \"start\": 6760,\n                                \"end\": 7020,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"8a989fb7-ff23-4e0d-a019-b3ebef378fd5\",\n                                \"text\": \" service\",\n                                \"start\": 5180,\n                                \"end\": 5420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"920f35db-ff1b-4fad-9413-a284a22fcdf4\",\n                                \"text\": \" Rémi,\",\n                                \"start\": 7020,\n                                \"end\": 7260,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"939c5427-ad4e-4a2f-a263-d2d58fafbc25\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 8080,\n                                \"end\": 8500,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"981a14fc-8b42-4d88-ac4f-999c3ba540d4\",\n                                \"text\": \" le\",\n                                \"start\": 5060,\n                                \"end\": 5180,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"9d565fd4-ab68-4ae8-8dfa-0a23dd6457be\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 3060,\n                                \"end\": 3640,\n                                \"duration\": 580,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"a06d3f37-0f93-40bf-b56f-215ff2c2fb38\",\n                                \"text\": \" êtes\",\n                                \"start\": 4260,\n                                \"end\": 4440,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"a43d7084-5839-4199-bccd-96fe175ff0e5\",\n                                \"text\": \" vous\",\n                                \"start\": 7800,\n                                \"end\": 7900,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"e378360d-2ce1-459f-9962-5ca5799a91df\",\n                                \"text\": \" en\",\n                                \"start\": 4520,\n                                \"end\": 4620,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"efe45b4d-28f8-459e-9858-e52f61f27b39\",\n                                \"text\": \" de\",\n                                \"start\": 5700,\n                                \"end\": 5860,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"f5915641-701c-4d2e-b005-2d4931906c98\",\n                                \"text\": \" contact\",\n                                \"start\": 4620,\n                                \"end\": 4820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:03-00:08\"\n                    },\n                    {\n                        \"id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\",\n                        \"text\": \"D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\",\n                        \"start\": 83080,\n                        \"end\": 86930,\n                        \"duration\": 3850,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0477d0d9-0afb-4df4-8430-21950322eff5\",\n                                \"text\": \" médicale\",\n                                \"start\": 85910,\n                                \"end\": 86670,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"2a05a3b3-155b-4025-ae8d-b1b980a3f8e3\",\n                                \"text\": \" ou\",\n                                \"start\": 84810,\n                                \"end\": 84950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"405bdc64-68a4-4eeb-acec-a5c33c46b996\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 83550,\n                                \"end\": 83790,\n                                \"duration\": 240,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"68c4b441-5906-4510-b5dc-b9ad6a812707\",\n                                \"text\": \" ?\",\n                                \"start\": 86670,\n                                \"end\": 86930,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"86f0cf3c-c7b4-4536-beaf-bee009887408\",\n                                \"text\": \" avez-vous\",\n                                \"start\": 84950,\n                                \"end\": 85270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"89074183-43d9-4b77-aa80-c1d240f33818\",\n                                \"text\": \" assistance\",\n                                \"start\": 85710,\n                                \"end\": 85910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"b4687738-3bd0-420a-811f-ec55d8ad445b\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 83080,\n                                \"end\": 83490,\n                                \"duration\": 410,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"c2f586e8-a6eb-4930-b940-fa68036b9715\",\n                                \"text\": \" Êtes-vous\",\n                                \"start\": 83970,\n                                \"end\": 84330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"db370e33-aa6b-426d-acad-72f5924243b6\",\n                                \"text\": \" d'une\",\n                                \"start\": 85550,\n                                \"end\": 85710,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"ecd3756c-e81c-4098-aded-158ef440520f\",\n                                \"text\": \" besoin\",\n                                \"start\": 85270,\n                                \"end\": 85550,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"f2014f51-12c9-499d-aaae-d26cf633f807\",\n                                \"text\": \" blessé\",\n                                \"start\": 84330,\n                                \"end\": 84810,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:26\"\n                    },\n                    {\n                        \"id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\",\n                        \"text\": \"Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\",\n                        \"start\": 133810,\n                        \"end\": 157670,\n                        \"duration\": 23860,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04ad62a9-6577-4e51-9a67-071fa49766cc\",\n                                \"text\": \" transmettre\",\n                                \"start\": 155130,\n                                \"end\": 155610,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"0706baf0-ea9f-4cde-9274-f9071c6d6df1\",\n                                \"text\": \" fois\",\n                                \"start\": 150870,\n                                \"end\": 151030,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"07787a51-953d-433f-a63a-ba0dff245d46\",\n                                \"text\": \" Je\",\n                                \"start\": 153930,\n                                \"end\": 154450,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"084f4a19-f10b-49bc-bd56-99a3e700738c\",\n                                \"text\": \" le\",\n                                \"start\": 155070,\n                                \"end\": 155130,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"18e36685-a3e1-434c-8e2c-ffa36ae9fd3a\",\n                                \"text\": \" et\",\n                                \"start\": 139890,\n                                \"end\": 140110,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"19e21673-27d5-4d00-8421-476ea0f0eaba\",\n                                \"text\": \" par\",\n                                \"start\": 147470,\n                                \"end\": 147590,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"1dced378-30af-4825-8441-621e2b6752e1\",\n                                \"text\": \" ligne,\",\n                                \"start\": 141770,\n                                \"end\": 141990,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"226c2906-f4cd-4c44-8a52-6460bbdd9213\",\n                                \"text\": \" reçu,\",\n                                \"start\": 151030,\n                                \"end\": 151470,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"2baef30b-dd1c-4c2a-9be7-b91717aef0cd\",\n                                \"text\": \" l'envoyant\",\n                                \"start\": 140230,\n                                \"end\": 140650,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"2fdb2c7f-008f-4b7d-a8e9-e1f48cf728a4\",\n                                \"text\": \" d'experts\",\n                                \"start\": 152290,\n                                \"end\": 152710,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"304cb424-dea5-4f7c-b406-5a47926e7b77\",\n                                \"text\": \" en\",\n                                \"start\": 141570,\n                                \"end\": 141770,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"32be63bc-3543-48b1-b38f-8e1ceee6e30a\",\n                                \"text\": \" possible\",\n                                \"start\": 156050,\n                                \"end\": 156370,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"35a5d78f-c6ab-4677-9e56-631eaa538cda\",\n                                \"text\": \" nous\",\n                                \"start\": 135710,\n                                \"end\": 135850,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"37831be5-3182-4036-8720-f9fe8923d8aa\",\n                                \"text\": \" procédure.\",\n                                \"start\": 157210,\n                                \"end\": 157670,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"38f82931-da18-42c7-8427-1f06a0c03e4d\",\n                                \"text\": \" équipe\",\n                                \"start\": 151930,\n                                \"end\": 152290,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"39062a6d-bd92-423a-be69-3ccf89943820\",\n                                \"text\": \" l'une\",\n                                \"start\": 137170,\n                                \"end\": 137410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"3c1ff134-1008-4d91-8494-03f6a6f9b9d9\",\n                                \"text\": \" pouvez\",\n                                \"start\": 135390,\n                                \"end\": 135710,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"413dca26-16a6-401b-9b83-4625a798384b\",\n                                \"text\": \" sur\",\n                                \"start\": 148890,\n                                \"end\": 149030,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"4283b205-7685-4f37-9f78-11c5a6410b60\",\n                                \"text\": \" indiquée\",\n                                \"start\": 148530,\n                                \"end\": 148890,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"4555da2c-5d31-4d10-a845-1bccae8d5ade\",\n                                \"text\": \" votre\",\n                                \"start\": 149030,\n                                \"end\": 149230,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"48f7933f-d843-4d2a-842f-10d7fd5a0f08\",\n                                \"text\": \" votre\",\n                                \"start\": 140770,\n                                \"end\": 140930,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"50fa29e4-73cf-4582-9b71-f03e2e6e8a20\",\n                                \"text\": \" des\",\n                                \"start\": 137410,\n                                \"end\": 137550,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"55e70eb3-ec4e-4d2d-8af7-6a4995edd4f2\",\n                                \"text\": \" document.\",\n                                \"start\": 153410,\n                                \"end\": 153730,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"585d4270-c339-4e27-8057-a9d752b67255\",\n                                \"text\": \" pour\",\n                                \"start\": 156370,\n                                \"end\": 156630,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"59be84f8-a0b9-4ca0-8cca-ef5a7f5e7beb\",\n                                \"text\": \" agences\",\n                                \"start\": 145110,\n                                \"end\": 145410,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"5b9f1027-e508-4918-853b-753be2661bcc\",\n                                \"text\": \" l'adresse\",\n                                \"start\": 148210,\n                                \"end\": 148530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"63d200a5-6623-4254-bab6-753d6d67cbf9\",\n                                \"text\": \" accélérer\",\n                                \"start\": 156630,\n                                \"end\": 157030,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"6a1051b4-4938-448b-bd48-4756d9b0c41a\",\n                                \"text\": \" scannant\",\n                                \"start\": 139390,\n                                \"end\": 139890,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"6cb77152-d900-4189-81e2-5bfe32d540a5\",\n                                \"text\": \" méthodes\",\n                                \"start\": 137550,\n                                \"end\": 137910,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"6d942a96-1ca6-4d73-a5b6-4ded667d70c6\",\n                                \"text\": \" dès\",\n                                \"start\": 155610,\n                                \"end\": 155950,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"6e3e7f81-ac38-49a7-a6e4-dbd061e61e90\",\n                                \"text\": \" à\",\n                                \"start\": 147950,\n                                \"end\": 148210,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"713713d8-9718-405d-a18b-52962b064c96\",\n                                \"text\": \" via\",\n                                \"start\": 140650,\n                                \"end\": 140770,\n                                \"duration\": 120,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"75e13b02-23cf-40ee-8dcc-ea13ca00b9ed\",\n                                \"text\": \" l'une\",\n                                \"start\": 144710,\n                                \"end\": 144830,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"7d569893-4f66-4ea8-98d3-276ffc3778b2\",\n                                \"text\": \" la\",\n                                \"start\": 157030,\n                                \"end\": 157210,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"7e25905f-bacf-43da-82f4-67dd9ed55178\",\n                                \"text\": \" de\",\n                                \"start\": 144830,\n                                \"end\": 144970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"7ff932bf-2265-41de-a2ba-b6108c189325\",\n                                \"text\": \" le\",\n                                \"start\": 143370,\n                                \"end\": 143510,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"83cf2349-e55f-4199-a5ad-a59a1e3745f7\",\n                                \"text\": \" le\",\n                                \"start\": 136310,\n                                \"end\": 136490,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"8cd4e800-dc66-457e-94d3-b601100c3e06\",\n                                \"text\": \" vous\",\n                                \"start\": 154450,\n                                \"end\": 154550,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"91700ee1-9700-4253-973c-fa0c168e414b\",\n                                \"text\": \" le\",\n                                \"start\": 139250,\n                                \"end\": 139390,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"91b720af-5921-45d7-bc00-b20124818e95\",\n                                \"text\": \" Une\",\n                                \"start\": 150350,\n                                \"end\": 150870,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"94cfc2f5-da75-45ee-a49f-9b7ff358c33e\",\n                                \"text\": \" conseille\",\n                                \"start\": 154550,\n                                \"end\": 154990,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"9a96d9db-41af-4d00-a07a-760ca4127b98\",\n                                \"text\": \" client\",\n                                \"start\": 141310,\n                                \"end\": 141570,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"9be28434-18d8-4907-9db9-243048147689\",\n                                \"text\": \" de\",\n                                \"start\": 154990,\n                                \"end\": 155070,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a21a816a-601a-466c-8782-9df748002123\",\n                                \"text\": \" l'envoyant\",\n                                \"start\": 147030,\n                                \"end\": 147470,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a2ae960f-2cf4-46bc-ba9c-95f1c8992101\",\n                                \"text\": \" en\",\n                                \"start\": 143070,\n                                \"end\": 143370,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a32669f6-01db-46c1-8c00-62f4de514ff2\",\n                                \"text\": \" constat\",\n                                \"start\": 136490,\n                                \"end\": 136950,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a3b7c7e3-f144-44bf-8eb1-1e9a98a82823\",\n                                \"text\": \" physiques,\",\n                                \"start\": 145410,\n                                \"end\": 145930,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a75eb9cf-6a2f-42c0-83e6-c6723a2a0b27\",\n                                \"text\": \" courrier\",\n                                \"start\": 147590,\n                                \"end\": 147950,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a8952716-3f5f-412e-9df8-a95a1a9e24e3\",\n                                \"text\": \" ou\",\n                                \"start\": 142570,\n                                \"end\": 142810,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"ac4a5aa2-93ea-488d-b2df-fbd8eb7909c3\",\n                                \"text\": \" Bernard,\",\n                                \"start\": 134610,\n                                \"end\": 134910,\n                                \"duration\": 300,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"ac9c1cf2-c284-4b4f-8674-cbeafc1e5b83\",\n                                \"text\": \" alors\",\n                                \"start\": 142810,\n                                \"end\": 143070,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"ad4a64d2-ff23-4477-a4b0-c07a712fb0ad\",\n                                \"text\": \" par\",\n                                \"start\": 136950,\n                                \"end\": 137170,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"adc56b5c-f5e9-4b85-8c16-1eb6737c33e9\",\n                                \"text\": \" en\",\n                                \"start\": 140110,\n                                \"end\": 140230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"b012781a-03ab-4071-8314-35cc0d152832\",\n                                \"text\": \" le\",\n                                \"start\": 153290,\n                                \"end\": 153410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"b723d89d-e4ed-404b-b1c0-058072305cff\",\n                                \"text\": \" contrat.\",\n                                \"start\": 149230,\n                                \"end\": 149630,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"c4a59079-1bb5-49d5-84e5-9f85b9468a7d\",\n                                \"text\": \" en\",\n                                \"start\": 146850,\n                                \"end\": 147030,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"c6010226-e9f9-4ae7-bf48-f789c5f80f3d\",\n                                \"text\": \" alors\",\n                                \"start\": 146670,\n                                \"end\": 146850,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"c71f975e-62e5-470d-b93a-95349148e20a\",\n                                \"text\": \" sûr,\",\n                                \"start\": 134050,\n                                \"end\": 134410,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"cdf3fef5-db4c-40db-8f90-c4e57e2c3fe4\",\n                                \"text\": \" directement\",\n                                \"start\": 143970,\n                                \"end\": 144270,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"cfe100be-0032-4783-a80c-a97d75633c95\",\n                                \"text\": \" M.\",\n                                \"start\": 134410,\n                                \"end\": 134490,\n                                \"duration\": 80,\n                                \"probability\": 0.54,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"d4e2c749-e03b-4606-8fc4-f652551ba73a\",\n                                \"text\": \" déposant\",\n                                \"start\": 143510,\n                                \"end\": 143970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"d92387f2-8b87-473c-8a80-06b115d80389\",\n                                \"text\": \" Bien\",\n                                \"start\": 133810,\n                                \"end\": 134050,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"dad3f085-4f9d-4916-aa47-5273cf8da0dc\",\n                                \"text\": \" ou\",\n                                \"start\": 145930,\n                                \"end\": 146670,\n                                \"duration\": 740,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"e64b1bab-cf1f-4806-b106-86f142d91150\",\n                                \"text\": \" transmettre\",\n                                \"start\": 135850,\n                                \"end\": 136310,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"e96f8eca-3ec7-477c-9649-139823f8ae2c\",\n                                \"text\": \" suivantes.\",\n                                \"start\": 137910,\n                                \"end\": 138470,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"e9de933a-c312-4546-923f-53dd6118e653\",\n                                \"text\": \" que\",\n                                \"start\": 155950,\n                                \"end\": 156050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"ef4a02f3-892e-4e76-93cd-e9e97f87d3e1\",\n                                \"text\": \" analysera\",\n                                \"start\": 152710,\n                                \"end\": 153290,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"f3ee3e99-686f-463a-b1f1-2da65be230a8\",\n                                \"text\": \" nos\",\n                                \"start\": 144970,\n                                \"end\": 145110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"f5a38564-1351-4751-b1fe-d5f6a4ce1b44\",\n                                \"text\": \" notre\",\n                                \"start\": 151550,\n                                \"end\": 151930,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"f730aad6-ebb5-455a-8083-2b34ffadddc1\",\n                                \"text\": \" En\",\n                                \"start\": 138770,\n                                \"end\": 139250,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"f7543075-e791-4c0d-9f4c-015eeaddfbb5\",\n                                \"text\": \" espace\",\n                                \"start\": 140930,\n                                \"end\": 141310,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"fade9bfa-b749-4cbe-89f0-3b8b50436e7c\",\n                                \"text\": \" dans\",\n                                \"start\": 144270,\n                                \"end\": 144710,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"fb499521-972e-41f1-89be-4c3fd3b40c1d\",\n                                \"text\": \" vous\",\n                                \"start\": 135150,\n                                \"end\": 135390,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:13-02:37\"\n                    },\n                    {\n                        \"id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\",\n                        \"text\": \"D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\",\n                        \"start\": 219450,\n                        \"end\": 227790,\n                        \"duration\": 8340,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0a129dd3-d387-4fce-9397-f9dd1595c2ba\",\n                                \"text\": \" d'un\",\n                                \"start\": 222610,\n                                \"end\": 222790,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"0bcddbad-b830-48cb-a420-39ae82a8661c\",\n                                \"text\": \" que\",\n                                \"start\": 226470,\n                                \"end\": 226570,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"0d2de4fa-e7f5-4eec-9c53-c92a9c1d16c0\",\n                                \"text\": \" bien.\",\n                                \"start\": 220090,\n                                \"end\": 220290,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"17aa9634-839f-4f1e-a387-3a5f252531b0\",\n                                \"text\": \" inclus.\",\n                                \"start\": 224730,\n                                \"end\": 225110,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"180a7960-b81a-4554-8bd2-dedd2e345f9f\",\n                                \"text\": \" avec\",\n                                \"start\": 223510,\n                                \"end\": 223990,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"2bc8fd98-a00f-4e8f-be93-a8956bb23075\",\n                                \"text\": \" bénéficiez\",\n                                \"start\": 222110,\n                                \"end\": 222610,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"2d1efbae-7d3a-4ae2-bec6-b4fd581c276e\",\n                                \"text\": \" j'organise\",\n                                \"start\": 226570,\n                                \"end\": 227090,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"36e3dd51-e6ad-4274-bce2-29c37af39975\",\n                                \"text\": \" service\",\n                                \"start\": 222790,\n                                \"end\": 222970,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"39a62a03-b89b-4633-ab23-f1e947267b40\",\n                                \"text\": \" ?\",\n                                \"start\": 227590,\n                                \"end\": 227790,\n                                \"duration\": 200,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"3b73d8e3-6346-483b-b45c-cb7c4eb37558\",\n                                \"text\": \" remorquage\",\n                                \"start\": 223990,\n                                \"end\": 224730,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"40269a3b-9bfc-47f1-89d0-732f4f36518c\",\n                                \"text\": \" vois\",\n                                \"start\": 220910,\n                                \"end\": 221150,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"5a061067-87a2-4720-bb55-b2e16e3a0433\",\n                                \"text\": \" d'assistance\",\n                                \"start\": 222970,\n                                \"end\": 223510,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"6cc804de-a1a3-4733-86eb-3990c5f20558\",\n                                \"text\": \" que\",\n                                \"start\": 221870,\n                                \"end\": 222030,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"75564ba6-7554-4bf8-8be9-03cfff9836d9\",\n                                \"text\": \" très\",\n                                \"start\": 219950,\n                                \"end\": 220090,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"77a05a1e-33ec-45f9-85aa-6a3b337dded4\",\n                                \"text\": \" vous\",\n                                \"start\": 227430,\n                                \"end\": 227590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"78584621-c430-4a4e-a4e0-a4bed45dbff2\",\n                                \"text\": \" votre\",\n                                \"start\": 221310,\n                                \"end\": 221490,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"a6c1b1d9-80d3-4af9-8865-4e6be6c6d28e\",\n                                \"text\": \" dans\",\n                                \"start\": 221150,\n                                \"end\": 221310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"aaca1eb7-efb5-4064-8659-6b9b245ed64b\",\n                                \"text\": \" contrat\",\n                                \"start\": 221490,\n                                \"end\": 221870,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"ae00ff56-30a0-4c93-ab63-596046dd7a05\",\n                                \"text\": \" pour\",\n                                \"start\": 227230,\n                                \"end\": 227430,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"b713e727-56af-4341-9e94-9673e4dbadac\",\n                                \"text\": \" Je\",\n                                \"start\": 220510,\n                                \"end\": 220910,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"b8497691-c0ed-471d-9f58-4309061d212b\",\n                                \"text\": \" Souhaitez-vous\",\n                                \"start\": 225890,\n                                \"end\": 226470,\n                                \"duration\": 580,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"cbbefd5c-c994-4fbf-9819-c1d58dd580b3\",\n                                \"text\": \" vous\",\n                                \"start\": 222030,\n                                \"end\": 222110,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"cebd3855-f631-4a0f-ac7d-cb47bea08787\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 219450,\n                                \"end\": 219830,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"ec888dee-6b7d-4c6f-a341-6ca13162d7d6\",\n                                \"text\": \" cela\",\n                                \"start\": 227090,\n                                \"end\": 227230,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:39-03:47\"\n                    },\n                    {\n                        \"id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\",\n                        \"text\": \"Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\",\n                        \"start\": 88140,\n                        \"end\": 93740,\n                        \"duration\": 5600,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0617772c-dbd1-4c5c-b3f4-bc3890b442fe\",\n                                \"text\": \" le\",\n                                \"start\": 92840,\n                                \"end\": 93000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"06cde95a-93a9-41f7-b66b-e16204ef05a8\",\n                                \"text\": \" sur\",\n                                \"start\": 92520,\n                                \"end\": 92840,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"177595f9-da6c-41f4-9381-5a500069e626\",\n                                \"text\": \" venue\",\n                                \"start\": 92040,\n                                \"end\": 92220,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"1e05dab8-00e2-437b-8ce4-84ee2ed1eb69\",\n                                \"text\": \" je\",\n                                \"start\": 89760,\n                                \"end\": 89940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"4da5ea77-01ad-4c12-8614-5dcaf4446636\",\n                                \"text\": \" passager.\",\n                                \"start\": 93260,\n                                \"end\": 93740,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"51e67bce-7e9c-401a-929f-e61e1869fa03\",\n                                \"text\": \" que\",\n                                \"start\": 91140,\n                                \"end\": 91300,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"52a08144-1233-4f30-ab08-baf825bf6da1\",\n                                \"text\": \" heureusement,\",\n                                \"start\": 89220,\n                                \"end\": 89760,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"55b90655-6d43-4c14-9771-d56b74a53599\",\n                                \"text\": \" est\",\n                                \"start\": 91780,\n                                \"end\": 92040,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"59299572-afd4-490c-a71a-26a5af49afa5\",\n                                \"text\": \" voiture\",\n                                \"start\": 91440,\n                                \"end\": 91780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"673c5614-db11-4616-bdd5-8d553158e160\",\n                                \"text\": \" taper\",\n                                \"start\": 92220,\n                                \"end\": 92520,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"82209369-f0f5-4390-9004-1b110b4e6799\",\n                                \"text\": \" vu\",\n                                \"start\": 90380,\n                                \"end\": 91140,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"af6e9057-59ea-4b34-9c00-48736f32f0fd\",\n                                \"text\": \" côté\",\n                                \"start\": 93000,\n                                \"end\": 93260,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"bdd82556-960d-47d3-95e6-efe272df4aee\",\n                                \"text\": \" n'ai\",\n                                \"start\": 89940,\n                                \"end\": 90060,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"cd76e3ce-4c1d-4957-83c4-d718d356ae2d\",\n                                \"text\": \" fort\",\n                                \"start\": 88680,\n                                \"end\": 89220,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"ce8137a6-1a1a-4826-8100-b5edea8f65ef\",\n                                \"text\": \" Non,\",\n                                \"start\": 88140,\n                                \"end\": 88680,\n                                \"duration\": 540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"d658f48e-e726-4f83-bfd2-f08b2dff41f6\",\n                                \"text\": \" la\",\n                                \"start\": 91300,\n                                \"end\": 91440,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"de8197f5-7374-4fcd-85cb-67ba77cf3123\",\n                                \"text\": \" rien,\",\n                                \"start\": 90060,\n                                \"end\": 90320,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:28-01:33\"\n                    },\n                    {\n                        \"id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\",\n                        \"text\": \"Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\",\n                        \"start\": 195180,\n                        \"end\": 212780,\n                        \"duration\": 17600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05cc9455-0f75-4c2c-88f4-02c56482f353\",\n                                \"text\": \" votre\",\n                                \"start\": 198800,\n                                \"end\": 199000,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"0a5e9a05-5c02-40db-925d-fc96f5937a34\",\n                                \"text\": \" cette\",\n                                \"start\": 196660,\n                                \"end\": 196860,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"0cb69785-ee97-413f-a9f4-c59b3494a2a6\",\n                                \"text\": \" Maintenant,\",\n                                \"start\": 207640,\n                                \"end\": 208040,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"105d36ac-6aa7-4aa0-8a56-33f66444e285\",\n                                \"text\": \" demande\",\n                                \"start\": 196860,\n                                \"end\": 197220,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"1270848c-2d71-4b72-9f19-8c3ee878397a\",\n                                \"text\": \" la\",\n                                \"start\": 201480,\n                                \"end\": 201600,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"16d50a84-1c7c-4488-bef0-91e6809d5ad1\",\n                                \"text\": \" ?\",\n                                \"start\": 212440,\n                                \"end\": 212780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"1abd1ee6-366d-406f-9395-4c7cd7af549b\",\n                                \"text\": \" à\",\n                                \"start\": 197220,\n                                \"end\": 197400,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"294f91e9-ddd1-47e8-8d70-d8175b7a9766\",\n                                \"text\": \" bien,\",\n                                \"start\": 195600,\n                                \"end\": 195740,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"2b07779c-3587-490b-95de-9b0e655ee014\",\n                                \"text\": \" de\",\n                                \"start\": 210920,\n                                \"end\": 211000,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"2cde55ee-eff2-47ce-8585-4c463b368e62\",\n                                \"text\": \" vais\",\n                                \"start\": 196160,\n                                \"end\": 196300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"2d80ea33-1acb-4fa4-888e-abc601c62145\",\n                                \"text\": \" véhicule.\",\n                                \"start\": 202640,\n                                \"end\": 203100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"341bf371-55db-48c4-891d-1eecc4a509dd\",\n                                \"text\": \" fois\",\n                                \"start\": 198660,\n                                \"end\": 198800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"3b0b7652-dd71-46c8-a19e-f96beb99732c\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 209900,\n                                \"end\": 210480,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"3ef2fc12-16cb-4e67-9ddb-de0d8bb7c716\",\n                                \"text\": \" nous\",\n                                \"start\": 199860,\n                                \"end\": 200060,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"43e6da99-f4b1-4413-afdf-6ecb7d152106\",\n                                \"text\": \" un\",\n                                \"start\": 211840,\n                                \"end\": 212000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"55e8f844-f900-439b-96b9-1e4877c64167\",\n                                \"text\": \" je\",\n                                \"start\": 195860,\n                                \"end\": 196160,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"5c43ff3f-3dd1-4b70-bd5a-ef3478c0da11\",\n                                \"text\": \" finaliser\",\n                                \"start\": 200360,\n                                \"end\": 200880,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6378687e-8f92-4a5f-b313-28fb30cda361\",\n                                \"text\": \" pour\",\n                                \"start\": 201340,\n                                \"end\": 201480,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6c0f0a53-03cd-49aa-bcdc-6d20cd2ff084\",\n                                \"text\": \" plus\",\n                                \"start\": 205600,\n                                \"end\": 205800,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6d7b8cf6-d68d-4251-8c54-b0a9be0d92e9\",\n                                \"text\": \" votre\",\n                                \"start\": 197400,\n                                \"end\": 197540,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6ea3c4dc-b4ca-4942-ab12-ac6c5cef28c3\",\n                                \"text\": \" mise\",\n                                \"start\": 201600,\n                                \"end\": 201760,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6f1df9f9-6aa6-4d59-abd5-962f2e21b72f\",\n                                \"text\": \" voiture,\",\n                                \"start\": 208600,\n                                \"end\": 208960,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"76ebdc3b-7e46-499e-a461-f6cef2abe0bc\",\n                                \"text\": \" pourrons\",\n                                \"start\": 200060,\n                                \"end\": 200360,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"802247e7-6575-4bab-a948-1a11382a9b4e\",\n                                \"text\": \" l'accident\",\n                                \"start\": 211000,\n                                \"end\": 211440,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"819cfcc3-21d9-4f43-8f30-e3f4461cc060\",\n                                \"text\": \" le\",\n                                \"start\": 210660,\n                                \"end\": 210760,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"870c57e8-92cc-40ba-9693-3d1de642c52d\",\n                                \"text\": \" ou\",\n                                \"start\": 211440,\n                                \"end\": 211680,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"8c375e65-b49b-4683-bd71-594d2a6790b4\",\n                                \"text\": \" Très\",\n                                \"start\": 195180,\n                                \"end\": 195600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"920bccc1-ae4f-46f7-a966-303bfc696d9c\",\n                                \"text\": \" Une\",\n                                \"start\": 198260,\n                                \"end\": 198660,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"965800db-ef7d-440f-abe6-a7a80704d31d\",\n                                \"text\": \" 48\",\n                                \"start\": 204820,\n                                \"end\": 205200,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"9979cdc4-59dc-4e0c-96e8-828cbb4afc00\",\n                                \"text\": \" lieu\",\n                                \"start\": 210760,\n                                \"end\": 210920,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"a1de9d26-ab7a-4ad0-85ed-cdb1fc952770\",\n                                \"text\": \" serez\",\n                                \"start\": 204020,\n                                \"end\": 204220,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"a21ec7b3-0653-4cbb-bba4-9fada252ecb1\",\n                                \"text\": \" sous\",\n                                \"start\": 204720,\n                                \"end\": 204820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"a687c94c-b024-46f3-8c98-e2605f8822a1\",\n                                \"text\": \" endroit\",\n                                \"start\": 212180,\n                                \"end\": 212440,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"adbb76f6-5352-4e8e-9107-d30fa90121c6\",\n                                \"text\": \" avec\",\n                                \"start\": 205420,\n                                \"end\": 205600,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"af0b4159-b756-4190-9e4c-b7dd56da4bda\",\n                                \"text\": \" à\",\n                                \"start\": 201760,\n                                \"end\": 201880,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"b17058e3-bb5c-4862-8559-0f0e8a4821f7\",\n                                \"text\": \" les\",\n                                \"start\": 200880,\n                                \"end\": 201000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"c12e3488-96c6-4a38-924c-157fb09d5e3a\",\n                                \"text\": \" sur\",\n                                \"start\": 210480,\n                                \"end\": 210660,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"c19dcd93-a795-4137-b836-034f73339d34\",\n                                \"text\": \" disposition\",\n                                \"start\": 201880,\n                                \"end\": 202300,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"c4112607-069c-45f1-a4ae-99a39f8790a6\",\n                                \"text\": \" détails.\",\n                                \"start\": 205940,\n                                \"end\": 206300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"c81e2302-8bbf-4718-8c22-1cef3a59bf9a\",\n                                \"text\": \" contacté\",\n                                \"start\": 204220,\n                                \"end\": 204720,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"cb9f1a02-589f-4399-87df-039ac05a8800\",\n                                \"text\": \" dossier.\",\n                                \"start\": 197540,\n                                \"end\": 197980,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"cbc23f0c-1e31-4f29-8ebb-50ad10dfcc23\",\n                                \"text\": \" heures\",\n                                \"start\": 205200,\n                                \"end\": 205420,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"cd2813e1-9131-43aa-85a4-68884fcd5239\",\n                                \"text\": \" dans\",\n                                \"start\": 211680,\n                                \"end\": 211840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"cfe75875-0dcb-4cba-bc86-aba69ec6586a\",\n                                \"text\": \" autre\",\n                                \"start\": 212000,\n                                \"end\": 212180,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"d24de4e8-bc26-4c7c-ae0c-e1b8270f2cd0\",\n                                \"text\": \" actuellement\",\n                                \"start\": 209540,\n                                \"end\": 209900,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"d3926246-7dfe-4e8a-822a-42f72cf78269\",\n                                \"text\": \" ajouter\",\n                                \"start\": 196300,\n                                \"end\": 196660,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"d5946300-a14c-4847-9a6c-d2114ba87f2b\",\n                                \"text\": \" étapes\",\n                                \"start\": 201000,\n                                \"end\": 201340,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"d6e57500-8c5a-49d5-b418-bdde49e68545\",\n                                \"text\": \" est-elle\",\n                                \"start\": 209180,\n                                \"end\": 209540,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"dd33dea3-bbd7-43f4-b2b1-61fdebaa5424\",\n                                \"text\": \" Vous\",\n                                \"start\": 203620,\n                                \"end\": 204020,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"dd4f2dc3-438b-42c2-b646-fcbc22a93551\",\n                                \"text\": \" constat\",\n                                \"start\": 199000,\n                                \"end\": 199480,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"e56fd9c1-6b75-4362-9e70-2c79827c138a\",\n                                \"text\": \" de\",\n                                \"start\": 205800,\n                                \"end\": 205940,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"e9f32863-5d5d-44c2-8010-2452626f051b\",\n                                \"text\": \" reçu,\",\n                                \"start\": 199480,\n                                \"end\": 199780,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"eb946b28-815d-4c90-b265-8485c48bf41f\",\n                                \"text\": \" votre\",\n                                \"start\": 208440,\n                                \"end\": 208600,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"f1a9a87d-0e5c-4de2-a11a-f270d78bd69e\",\n                                \"text\": \" concernant\",\n                                \"start\": 208040,\n                                \"end\": 208440,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"f916eefc-a5e8-46ea-815d-55a98a407f99\",\n                                \"text\": \" d'un\",\n                                \"start\": 202300,\n                                \"end\": 202640,\n                                \"duration\": 340,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:15-03:32\"\n                    },\n                    {\n                        \"id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\",\n                        \"text\": \"Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\",\n                        \"start\": 256540,\n                        \"end\": 273840,\n                        \"duration\": 17300,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04704b4b-dde2-4a1a-aac6-bbb9cea3a8b4\",\n                                \"text\": \" avec\",\n                                \"start\": 261899,\n                                \"end\": 262240,\n                                \"duration\": 341,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"0ca58b37-9224-4ff3-8e43-725011e303df\",\n                                \"text\": \" recevrez\",\n                                \"start\": 261079,\n                                \"end\": 261540,\n                                \"duration\": 461,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"0ebf057a-09d2-4e4c-9d06-dde351e612a1\",\n                                \"text\": \" un\",\n                                \"start\": 261540,\n                                \"end\": 261640,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"0f1f25cf-de36-4f10-a0a1-076a96bc9eae\",\n                                \"text\": \" maximum\",\n                                \"start\": 259380,\n                                \"end\": 259740,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"12842f5e-fb57-4ea8-88aa-a72f758d326d\",\n                                \"text\": \" est-il\",\n                                \"start\": 265300,\n                                \"end\": 265760,\n                                \"duration\": 460,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"1e071562-ae92-4824-95ff-a34d4c31d56e\",\n                                \"text\": \" beaucoup,\",\n                                \"start\": 256940,\n                                \"end\": 257180,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"283b653d-8c31-4beb-a212-79409416ee9f\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 257279,\n                                \"end\": 257519,\n                                \"duration\": 240,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"4efee1a4-1a6c-4e05-a3b1-241bbbfe72ee\",\n                                \"text\": \" 0601-02-03-04-05\",\n                                \"start\": 266330,\n                                \"end\": 273420,\n                                \"duration\": 7090,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"52dd8bb7-9e39-475e-b443-0998ae86feec\",\n                                \"text\": \" heures.\",\n                                \"start\": 260200,\n                                \"end\": 260440,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"70a15f9d-78fe-433f-9586-fe49d4b050d2\",\n                                \"text\": \" délai\",\n                                \"start\": 259140,\n                                \"end\": 259380,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"7c1a3a6d-6110-4524-bfcd-121f0191f9b4\",\n                                \"text\": \" et\",\n                                \"start\": 262940,\n                                \"end\": 263200,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"81c32268-57aa-449a-915f-d3b578c6b7ec\",\n                                \"text\": \" ?\",\n                                \"start\": 273420,\n                                \"end\": 273840,\n                                \"duration\": 420,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"8849a14e-a3bb-41c4-bc00-278a3aa115a6\",\n                                \"text\": \" envoyé\",\n                                \"start\": 258440,\n                                \"end\": 258880,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"8b57efef-1dc1-48af-98c9-7ae8c6ebe034\",\n                                \"text\": \" coordonnées\",\n                                \"start\": 262440,\n                                \"end\": 262940,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"8d31ba53-940a-4e9d-a3ae-dddab00e8006\",\n                                \"text\": \" toujours\",\n                                \"start\": 265760,\n                                \"end\": 266020,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"907fd51c-42ed-44b8-9d1b-86fb494817ab\",\n                                \"text\": \" numéro\",\n                                \"start\": 265040,\n                                \"end\": 265300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"94d7c9bf-0297-4b1c-ba39-550c8b547b9c\",\n                                \"text\": \" un\",\n                                \"start\": 259000,\n                                \"end\": 259140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"9594e6a0-e8c6-4fa6-86cb-85f284cf6b01\",\n                                \"text\": \" SMS\",\n                                \"start\": 261640,\n                                \"end\": 261899,\n                                \"duration\": 259,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"97f81e9c-a7f6-45fe-a0d6-3672fcbbc3b3\",\n                                \"text\": \" dépanneur\",\n                                \"start\": 257839,\n                                \"end\": 258240,\n                                \"duration\": 401,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"9d2d27f2-906d-4ac3-8fa8-f523e85b09b2\",\n                                \"text\": \" ses\",\n                                \"start\": 262240,\n                                \"end\": 262440,\n                                \"duration\": 200,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"b1bba709-cb89-40cd-97bf-65e8e2acbd2e\",\n                                \"text\": \" Merci\",\n                                \"start\": 256540,\n                                \"end\": 256940,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"c36be06a-5b27-491d-857f-b141ca164bfb\",\n                                \"text\": \" Vous\",\n                                \"start\": 260680,\n                                \"end\": 261079,\n                                \"duration\": 399,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"c656f07f-17f5-43c7-b9b6-1bb1cd7bc489\",\n                                \"text\": \" Votre\",\n                                \"start\": 264780,\n                                \"end\": 265040,\n                                \"duration\": 260,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"d210cd19-79f3-4e9e-8c3e-c547bb269ab7\",\n                                \"text\": \" l'heure\",\n                                \"start\": 263200,\n                                \"end\": 263340,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"da0cfd0a-7d8f-450d-b173-9fa382bbb80a\",\n                                \"text\": \" de\",\n                                \"start\": 259740,\n                                \"end\": 260019,\n                                \"duration\": 279,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"db434e62-9e1d-4096-b348-383f656dc32b\",\n                                \"text\": \" exacte\",\n                                \"start\": 263340,\n                                \"end\": 263760,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"e091ceb4-b56a-4c95-92f9-8eb7ba7adfcd\",\n                                \"text\": \" d'arrivée.\",\n                                \"start\": 263760,\n                                \"end\": 264200,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"e568a539-cc9a-4557-aafe-b715ce118876\",\n                                \"text\": \" le\",\n                                \"start\": 266020,\n                                \"end\": 266320,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"ec516846-e2db-4e64-a2a2-2cf462a62818\",\n                                \"text\": \" deux\",\n                                \"start\": 260019,\n                                \"end\": 260200,\n                                \"duration\": 181,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"efa209a7-85c6-4018-8821-463d0cbd1fd2\",\n                                \"text\": \" sera\",\n                                \"start\": 258240,\n                                \"end\": 258440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"f05917e2-beb0-4657-b781-789efe59c894\",\n                                \"text\": \" dans\",\n                                \"start\": 258880,\n                                \"end\": 259000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"f0fdb01a-ab72-4310-bb1c-61ef7f9f2f1c\",\n                                \"text\": \" Un\",\n                                \"start\": 257640,\n                                \"end\": 257839,\n                                \"duration\": 199,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:16-04:33\"\n                    },\n                    {\n                        \"id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\",\n                        \"text\": \"Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\",\n                        \"start\": 9390,\n                        \"end\": 16650,\n                        \"duration\": 7260,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"01db7864-6bc7-43cf-a404-4843973d1bf0\",\n                                \"text\": \" et\",\n                                \"start\": 13250,\n                                \"end\": 14030,\n                                \"duration\": 780,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"05a8839a-d11a-466e-a205-33ea1ea9932b\",\n                                \"text\": \" voiture\",\n                                \"start\": 12950,\n                                \"end\": 13250,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"10c1aeb6-a4b0-48a9-9e57-b632b1851d7b\",\n                                \"text\": \" savoir\",\n                                \"start\": 14350,\n                                \"end\": 14690,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"1840b97e-188d-4e94-ba9f-d60905aa6804\",\n                                \"text\": \" je\",\n                                \"start\": 10130,\n                                \"end\": 10690,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"32462527-ac28-49f2-9458-5994417dfb8b\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 9390,\n                                \"end\": 9910,\n                                \"duration\": 520,\n                                \"probability\": 0.86,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"490d5e98-3b77-41a7-bb2b-bbb6203613a6\",\n                                \"text\": \" de\",\n                                \"start\": 12690,\n                                \"end\": 12950,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"4a64aa4a-50cb-4b4a-82b1-cdcb81e6231b\",\n                                \"text\": \" vais\",\n                                \"start\": 15670,\n                                \"end\": 15810,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"6ba21c28-965a-43a8-927d-5d5b80148c81\",\n                                \"text\": \" d'avoir\",\n                                \"start\": 11950,\n                                \"end\": 12170,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"6c389716-91fb-44d9-b048-d215f4d8c265\",\n                                \"text\": \" indemnisé.\",\n                                \"start\": 15970,\n                                \"end\": 16650,\n                                \"duration\": 680,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"74f90324-5eb2-420a-85f1-0c40ac008a21\",\n                                \"text\": \" accident\",\n                                \"start\": 12410,\n                                \"end\": 12690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"7725a3b8-2a0a-4e81-8f0d-ca74df670f89\",\n                                \"text\": \" si\",\n                                \"start\": 14690,\n                                \"end\": 15550,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"aa8d790f-763c-421d-b6f7-0ba89e7389f0\",\n                                \"text\": \" vous\",\n                                \"start\": 10690,\n                                \"end\": 10850,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"b0e38c70-6da8-4e8d-ac93-50eb65a4fde2\",\n                                \"text\": \" appelle\",\n                                \"start\": 10850,\n                                \"end\": 11130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"caa9029e-df62-4836-a5cd-59b735f57ed9\",\n                                \"text\": \" je\",\n                                \"start\": 11610,\n                                \"end\": 11730,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"d3e91cac-3823-4981-8b91-6c4fb92a822a\",\n                                \"text\": \" je\",\n                                \"start\": 14030,\n                                \"end\": 14150,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"dae95613-b17d-43a4-bcc0-1a11fd75fc12\",\n                                \"text\": \" viens\",\n                                \"start\": 11730,\n                                \"end\": 11950,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"e2c7c655-1cc8-49ed-8064-24acc1c3595c\",\n                                \"text\": \" parce\",\n                                \"start\": 11130,\n                                \"end\": 11430,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"e7040540-ebee-4bc2-95d1-5e6a6891e605\",\n                                \"text\": \" être\",\n                                \"start\": 15810,\n                                \"end\": 15970,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"f3450fe1-c438-499d-929e-7081588e0815\",\n                                \"text\": \" je\",\n                                \"start\": 15550,\n                                \"end\": 15670,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"f7455a9c-9689-44b7-8636-ce96f69b0d8b\",\n                                \"text\": \" voulais\",\n                                \"start\": 14150,\n                                \"end\": 14350,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"f7ac3f68-b5eb-4782-bb5e-79cd3d82b93f\",\n                                \"text\": \" un\",\n                                \"start\": 12170,\n                                \"end\": 12410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"f930cb6e-55ac-4083-ae11-4eea938fd65f\",\n                                \"text\": \" que\",\n                                \"start\": 11430,\n                                \"end\": 11610,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:09-00:16\"\n                    },\n                    {\n                        \"id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\",\n                        \"text\": \"Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\",\n                        \"start\": 316610,\n                        \"end\": 324910,\n                        \"duration\": 8300,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"081ab7d8-0824-4a8a-ad87-773460355f10\",\n                                \"text\": \" appel.\",\n                                \"start\": 319270,\n                                \"end\": 319530,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"0adcbf85-bb1f-4cda-91ef-443e3e634474\",\n                                \"text\": \" M.\",\n                                \"start\": 317370,\n                                \"end\": 317450,\n                                \"duration\": 80,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"0b3b24ea-6b57-4e3f-9aed-70cee16833fe\",\n                                \"text\": \" courage\",\n                                \"start\": 324130,\n                                \"end\": 324430,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"170b2dee-f8ac-4462-8096-b4f89f01a4d8\",\n                                \"text\": \" Je\",\n                                \"start\": 318130,\n                                \"end\": 318490,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"23a07835-65e0-45fd-9537-40c2d729d637\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 321230,\n                                \"end\": 321610,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"301f2f7f-0f03-494e-9a3c-40baa92c2771\",\n                                \"text\": \" journée\",\n                                \"start\": 323430,\n                                \"end\": 323730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"34afdea3-1aee-4eeb-a499-89cf4dd21197\",\n                                \"text\": \" avez\",\n                                \"start\": 320290,\n                                \"end\": 320490,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"39951238-75d6-403b-b311-016d9e7d3447\",\n                                \"text\": \" la\",\n                                \"start\": 324590,\n                                \"end\": 324690,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"43335f12-d78b-423c-8067-09aeadcb4750\",\n                                \"text\": \" pour\",\n                                \"start\": 324430,\n                                \"end\": 324590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"4b31cc32-6006-4f6f-accc-9fcfce6c0278\",\n                                \"text\": \" d'autres\",\n                                \"start\": 320490,\n                                \"end\": 320690,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"74cc7887-3436-4779-8e2b-d6defc6eaac4\",\n                                \"text\": \" pas\",\n                                \"start\": 321610,\n                                \"end\": 321910,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"82ec269a-e895-447e-ab32-f88bdacc1d62\",\n                                \"text\": \" Si\",\n                                \"start\": 319770,\n                                \"end\": 320130,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"83790d8e-3ff2-4af9-a6b6-e3b0aa320f8d\",\n                                \"text\": \" Avec\",\n                                \"start\": 316610,\n                                \"end\": 316970,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"83dfde12-5ccc-4158-8634-4f6f92e706eb\",\n                                \"text\": \" vais\",\n                                \"start\": 318490,\n                                \"end\": 318710,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"87606da9-de24-4138-805a-4f256708cce7\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 317590,\n                                \"end\": 317850,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"96c429c3-241c-4ee3-b1d7-c3a0b3c7cc38\",\n                                \"text\": \" et\",\n                                \"start\": 323730,\n                                \"end\": 324010,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"970a1565-9168-4847-8d50-25c2f671949a\",\n                                \"text\": \" vous\",\n                                \"start\": 320130,\n                                \"end\": 320290,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"9f107b97-4c7a-4be5-9439-69161b04bd3d\",\n                                \"text\": \" recontacter.\",\n                                \"start\": 322030,\n                                \"end\": 322490,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"b8353de6-503b-4272-96e2-831c999a8826\",\n                                \"text\": \" plaisir,\",\n                                \"start\": 316970,\n                                \"end\": 317330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"b906b91d-11b4-433b-8152-22670549d71f\",\n                                \"text\": \" questions,\",\n                                \"start\": 320690,\n                                \"end\": 321070,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"c032e6c9-c1fa-4d3a-9a9d-865a8b628584\",\n                                \"text\": \" Bonne\",\n                                \"start\": 323070,\n                                \"end\": 323430,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"c2a6c4b6-1355-49d8-9841-3dc1cd4e64bd\",\n                                \"text\": \" bon\",\n                                \"start\": 324010,\n                                \"end\": 324130,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"d7975661-585c-4133-8ed5-fd0bda8a6f63\",\n                                \"text\": \" suite.\",\n                                \"start\": 324690,\n                                \"end\": 324910,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"da5c2cca-8fd2-40aa-b790-4971f81ad70d\",\n                                \"text\": \" clôturer\",\n                                \"start\": 318710,\n                                \"end\": 319130,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"e5ac0afc-e668-43ed-ac08-0581ceb286aa\",\n                                \"text\": \" cet\",\n                                \"start\": 319130,\n                                \"end\": 319270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"ea188a7f-9623-47c6-b679-f4cad19b81e8\",\n                                \"text\": \" nous\",\n                                \"start\": 321950,\n                                \"end\": 322030,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"f8f2023a-da18-4183-bff4-926c3734a629\",\n                                \"text\": \" à\",\n                                \"start\": 321910,\n                                \"end\": 321950,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:16-05:24\"\n                    },\n                    {\n                        \"id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\",\n                        \"text\": \"Oui, c'est exact.\",\n                        \"start\": 274550,\n                        \"end\": 275790,\n                        \"duration\": 1240,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"28428353-12df-455d-a01f-9c21d6a25162\",\n                                \"text\": \" exact.\",\n                                \"start\": 275530,\n                                \"end\": 275790,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\n                            },\n                            {\n                                \"id\": \"4e398b6d-824a-46fb-8000-45e31034abf9\",\n                                \"text\": \" Oui,\",\n                                \"start\": 274550,\n                                \"end\": 275270,\n                                \"duration\": 720,\n                                \"probability\": 0.85,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\n                            },\n                            {\n                                \"id\": \"e8d41999-46e5-4299-87d3-314c7d2a144b\",\n                                \"text\": \" c'est\",\n                                \"start\": 275290,\n                                \"end\": 275530,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:34-04:35\"\n                    },\n                    {\n                        \"id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\",\n                        \"text\": \"« Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\",\n                        \"start\": 247150,\n                        \"end\": 254870,\n                        \"duration\": 7720,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"131aeed2-a622-4161-8de9-850502c470b7\",\n                                \"text\": \" 002\",\n                                \"start\": 252330,\n                                \"end\": 253950,\n                                \"duration\": 1620,\n                                \"probability\": 0.75,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"194c516f-974f-4be8-8b8c-41f17da159c1\",\n                                \"text\": \" Paix,\",\n                                \"start\": 251190,\n                                \"end\": 251470,\n                                \"duration\": 280,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"3001c9ac-5f01-4383-b3cb-fa5aa9112e27\",\n                                \"text\": \" Oui,\",\n                                \"start\": 247650,\n                                \"end\": 247790,\n                                \"duration\": 140,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"3674c707-52d3-4610-9dc2-8b447b791cf2\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 248610,\n                                \"end\": 249470,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"3e5d5fc9-2e09-4c53-b772-461f62440b2f\",\n                                \"text\": \" elle\",\n                                \"start\": 247930,\n                                \"end\": 248410,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"408bdc43-3271-49cc-9320-c7e29a68608f\",\n                                \"text\": \" »\",\n                                \"start\": 254630,\n                                \"end\": 254870,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"4805a26f-d6c2-453e-ac39-1571fc91092c\",\n                                \"text\": \" la\",\n                                \"start\": 251110,\n                                \"end\": 251190,\n                                \"duration\": 80,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"648c9306-e8b8-4b81-a0b0-52d914ebbdb7\",\n                                \"text\": \" rue\",\n                                \"start\": 250510,\n                                \"end\": 250950,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"83a68dc9-930e-4e11-a661-4dc564246be1\",\n                                \"text\": \" 75\",\n                                \"start\": 251550,\n                                \"end\": 252330,\n                                \"duration\": 780,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"8e59474d-94bf-4115-b23a-0a550087a846\",\n                                \"text\": \" «\",\n                                \"start\": 247150,\n                                \"end\": 247650,\n                                \"duration\": 500,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"a91c798f-4ad0-40c0-83d7-56904b6dfc78\",\n                                \"text\": \" est\",\n                                \"start\": 248410,\n                                \"end\": 248610,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"f080fff1-1d74-41a6-a577-536e0323d5b2\",\n                                \"text\": \" 20\",\n                                \"start\": 250090,\n                                \"end\": 250510,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"f1223709-a540-48c8-8546-bf50da85afc8\",\n                                \"text\": \" de\",\n                                \"start\": 250950,\n                                \"end\": 251110,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"f964e9a5-5a33-4204-91ca-8afc49bb872b\",\n                                \"text\": \" Paris.\",\n                                \"start\": 253950,\n                                \"end\": 254430,\n                                \"duration\": 480,\n                                \"probability\": 0.86,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"ff4d20b2-93f6-4bdc-b4d6-6012a9a8b2f6\",\n                                \"text\": \" au\",\n                                \"start\": 249470,\n                                \"end\": 250090,\n                                \"duration\": 620,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:07-04:14\"\n                    },\n                    {\n                        \"id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\",\n                        \"text\": \"« Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\",\n                        \"start\": 213860,\n                        \"end\": 217400,\n                        \"duration\": 3540,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a8726f-0634-4d69-9897-f12e7577599c\",\n                                \"text\": \" est\",\n                                \"start\": 214060,\n                                \"end\": 214180,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"2a8ab496-ccb8-4cf5-8c78-0ceaa86c31b4\",\n                                \"text\": \" toujours\",\n                                \"start\": 214180,\n                                \"end\": 214440,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"3e336d11-61c8-4c0e-90e0-7d1c76fdb14b\",\n                                \"text\": \" l'accident.\",\n                                \"start\": 215300,\n                                \"end\": 215820,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"4da4dd03-5d97-4770-9498-ca3924fc7e73\",\n                                \"text\": \" n'ai\",\n                                \"start\": 216260,\n                                \"end\": 216400,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"506c91a6-63c7-4161-8839-9897bfbf3e66\",\n                                \"text\": \" pas\",\n                                \"start\": 216400,\n                                \"end\": 216520,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"519e0c1f-e051-4708-b5d5-d6e7c99dbdd3\",\n                                \"text\": \" le\",\n                                \"start\": 214780,\n                                \"end\": 214960,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"53d1f794-aefb-47d9-b932-30c2a210f995\",\n                                \"text\": \" Elle\",\n                                \"start\": 214040,\n                                \"end\": 214060,\n                                \"duration\": 20,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"8ee7b25f-bf7f-461b-9f3a-138330a59cfe\",\n                                \"text\": \" «\",\n                                \"start\": 213860,\n                                \"end\": 214040,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"98596b96-03f8-4e1e-b33c-f2dc3cf5f1fc\",\n                                \"text\": \" lieu\",\n                                \"start\": 214960,\n                                \"end\": 215160,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"a6d489db-94d0-4dba-b329-f3e0777e989c\",\n                                \"text\": \" déplacer.\",\n                                \"start\": 216880,\n                                \"end\": 217400,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"cb932d4f-8a70-492b-805e-a1cd4ec8c59f\",\n                                \"text\": \" pu\",\n                                \"start\": 216520,\n                                \"end\": 216720,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"d164ed47-c88c-4458-b8f8-f4e7356d9aea\",\n                                \"text\": \" sur\",\n                                \"start\": 214440,\n                                \"end\": 214780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"d5a13fc4-cc62-4560-be15-25ff25c51611\",\n                                \"text\": \" Je\",\n                                \"start\": 215940,\n                                \"end\": 216260,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"e2ee931e-bbca-41a3-bb71-44b242d68c48\",\n                                \"text\": \" de\",\n                                \"start\": 215160,\n                                \"end\": 215300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"ff2a0e7d-5b3a-4172-b482-969cb42aac80\",\n                                \"text\": \" la\",\n                                \"start\": 216720,\n                                \"end\": 216880,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:33-03:37\"\n                    },\n                    {\n                        \"id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 330560,\n                        \"end\": 331520,\n                        \"duration\": 960,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"6364bf42-fce8-46e7-83cb-2a5d1728a5fb\",\n                                \"text\": \" au\",\n                                \"start\": 331100,\n                                \"end\": 331260,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\n                            },\n                            {\n                                \"id\": \"9195f92e-9113-4136-b4b4-3c1202d3bb88\",\n                                \"text\": \" Merci,\",\n                                \"start\": 330560,\n                                \"end\": 330920,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\n                            },\n                            {\n                                \"id\": \"9ed65d12-74f9-4855-a4a1-a2e397da00bb\",\n                                \"text\": \" revoir.\",\n                                \"start\": 331260,\n                                \"end\": 331520,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:30-05:31\"\n                    },\n                    {\n                        \"id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\",\n                        \"text\": \"Un garage agréé proche de chez moi serait parfait.\",\n                        \"start\": 287890,\n                        \"end\": 291550,\n                        \"duration\": 3660,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0402a54c-5578-447d-aa37-b9ad05aa4dfc\",\n                                \"text\": \" parfait.\",\n                                \"start\": 291170,\n                                \"end\": 291550,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"1c4a82fe-3013-4d05-ae43-996d0dc4f6f6\",\n                                \"text\": \" Un\",\n                                \"start\": 287890,\n                                \"end\": 288450,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"3914ff01-7586-4422-8c0a-6a69223604a1\",\n                                \"text\": \" agréé\",\n                                \"start\": 289070,\n                                \"end\": 289870,\n                                \"duration\": 800,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"6035796c-678c-4ca8-ad55-62ee239d76a8\",\n                                \"text\": \" de\",\n                                \"start\": 290330,\n                                \"end\": 290550,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"b7ec7855-f059-43c3-9cad-2376af8a55cf\",\n                                \"text\": \" serait\",\n                                \"start\": 290930,\n                                \"end\": 291170,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"ba033ffb-007e-438f-8991-3407ae701114\",\n                                \"text\": \" moi\",\n                                \"start\": 290710,\n                                \"end\": 290930,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"ccf18f22-5b73-492b-9146-23d8416ccbd0\",\n                                \"text\": \" proche\",\n                                \"start\": 289870,\n                                \"end\": 290330,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"e2714e99-b2b3-4929-b8c9-885e76a9af10\",\n                                \"text\": \" garage\",\n                                \"start\": 288450,\n                                \"end\": 289070,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"ed614668-80de-4fd7-98d2-64fa279b9a00\",\n                                \"text\": \" chez\",\n                                \"start\": 290550,\n                                \"end\": 290710,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:47-04:51\"\n                    },\n                    {\n                        \"id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\",\n                        \"text\": \"Merci. Bonne journée à vous aussi.\",\n                        \"start\": 326840,\n                        \"end\": 328840,\n                        \"duration\": 2000,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1f186fa8-0b43-4167-8c1b-f49accb44bcb\",\n                                \"text\": \" Merci.\",\n                                \"start\": 326840,\n                                \"end\": 327400,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"29cc6661-1b3f-4efe-88ea-199125e80149\",\n                                \"text\": \" vous\",\n                                \"start\": 328420,\n                                \"end\": 328560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"5a70a76b-2ecd-45de-9324-c94e1962b1a2\",\n                                \"text\": \" journée\",\n                                \"start\": 327960,\n                                \"end\": 328260,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"a019a45c-b9a0-4d0c-821c-ee8aa7e71a85\",\n                                \"text\": \" Bonne\",\n                                \"start\": 327400,\n                                \"end\": 327960,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"cffe493f-f453-457d-b666-43556c79459d\",\n                                \"text\": \" à\",\n                                \"start\": 328260,\n                                \"end\": 328420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"d7c138da-a2e2-459d-a0f6-9fa26f3a208e\",\n                                \"text\": \" aussi.\",\n                                \"start\": 328560,\n                                \"end\": 328840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:26-05:28\"\n                    },\n                    {\n                        \"id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\",\n                        \"text\": \"Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\",\n                        \"start\": 164970,\n                        \"end\": 185040,\n                        \"duration\": 20070,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0d59b595-e636-42b7-b51c-14547a2d26df\",\n                                \"text\": \" la\",\n                                \"start\": 170670,\n                                \"end\": 170830,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"0ed2d525-c05c-4605-af4c-0d211f596181\",\n                                \"text\": \" question\",\n                                \"start\": 166630,\n                                \"end\": 167030,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"2d0a1ff3-1790-4056-b105-d931aeca9baa\",\n                                \"text\": \" responsabilité\",\n                                \"start\": 170830,\n                                \"end\": 171630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"32655a21-36b2-4394-9630-f6de50bde936\",\n                                \"text\": \" que\",\n                                \"start\": 169290,\n                                \"end\": 169390,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"387b3f0e-2b0e-4d7d-908b-4f776742ac6e\",\n                                \"text\": \" l'autre\",\n                                \"start\": 171790,\n                                \"end\": 171970,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"38fea436-7bf6-4899-8f62-d626369ccde9\",\n                                \"text\": \" véhicule\",\n                                \"start\": 181780,\n                                \"end\": 182220,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"3c98c8da-2b5d-4ef6-8e2d-afc07dc0a1f0\",\n                                \"text\": \" par\",\n                                \"start\": 174450,\n                                \"end\": 174630,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"3d7235a4-305a-4636-9139-2a689f31dc53\",\n                                \"text\": \" et\",\n                                \"start\": 174210,\n                                \"end\": 174450,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"3df2f8de-6f6d-4e87-971c-a50b3994c6ae\",\n                                \"text\": \" également\",\n                                \"start\": 180800,\n                                \"end\": 181020,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"3f01fdc5-ee6e-4e44-9584-25c4311289d9\",\n                                \"text\": \" sur\",\n                                \"start\": 167530,\n                                \"end\": 167630,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"43820a4b-fed7-43c3-84e2-3633fe463a00\",\n                                \"text\": \" m'avez\",\n                                \"start\": 169470,\n                                \"end\": 169690,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"44fff1b4-d07c-4b9c-af8c-d857466721d6\",\n                                \"text\": \" remplacement.\",\n                                \"start\": 182320,\n                                \"end\": 182780,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"45d0c1ae-93f4-4cfb-9437-70ad5c6d81ec\",\n                                \"text\": \" constat\",\n                                \"start\": 173690,\n                                \"end\": 174210,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"4cd4f70c-57c0-4204-959e-338c1b410125\",\n                                \"text\": \" bénéficier\",\n                                \"start\": 183940,\n                                \"end\": 184440,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"582a10cf-faa9-42a6-885f-d4b651132308\",\n                                \"text\": \" confirmée\",\n                                \"start\": 172910,\n                                \"end\": 173450,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"5e5d0498-ee69-4a7e-bc6f-b01283627253\",\n                                \"text\": \" charge.\",\n                                \"start\": 178050,\n                                \"end\": 178370,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"5f8cfea5-c3c6-48c1-9e42-798745b1edbf\",\n                                \"text\": \" l'enquête,\",\n                                \"start\": 174630,\n                                \"end\": 175050,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6309c35a-b113-47cd-afd0-e310a74b7008\",\n                                \"text\": \" inclut\",\n                                \"start\": 180260,\n                                \"end\": 180800,\n                                \"duration\": 540,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6a6980ad-e6c9-4328-8260-2ebac5d80916\",\n                                \"text\": \" en\",\n                                \"start\": 183860,\n                                \"end\": 183940,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6b89034c-4c90-4f01-ba36-ccbff698fb62\",\n                                \"text\": \" vous\",\n                                \"start\": 169390,\n                                \"end\": 169470,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6c0201de-e3ce-42e5-bd55-9572a3d86dd6\",\n                                \"text\": \" Souhaitez-vous\",\n                                \"start\": 183280,\n                                \"end\": 183860,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6efba960-cd47-4723-9447-e5b89091721d\",\n                                \"text\": \" les\",\n                                \"start\": 175250,\n                                \"end\": 175670,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"73d1936c-e8aa-431c-8364-a0cbf38e1776\",\n                                \"text\": \" devraient\",\n                                \"start\": 177070,\n                                \"end\": 177370,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"7f94d683-ee48-4373-96de-3baad3c66a14\",\n                                \"text\": \" répondre\",\n                                \"start\": 166050,\n                                \"end\": 166350,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"830dcc62-af5e-4e43-b097-8aef93ecebb2\",\n                                \"text\": \" de\",\n                                \"start\": 171630,\n                                \"end\": 171790,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"84b66ac3-ed5d-4604-b71f-a30992f5a51d\",\n                                \"text\": \" votre\",\n                                \"start\": 176330,\n                                \"end\": 176490,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"85d63b46-5f4a-4a4e-80bf-d034bf5a0148\",\n                                \"text\": \" de\",\n                                \"start\": 176190,\n                                \"end\": 176330,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"8613e7dd-7899-44a6-8184-2340aa07089c\",\n                                \"text\": \" conducteur\",\n                                \"start\": 171970,\n                                \"end\": 172710,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"995feacd-3e12-465d-924b-fc3ab071aeac\",\n                                \"text\": \" par\",\n                                \"start\": 173450,\n                                \"end\": 173610,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"9992881b-269a-496a-923e-45731172e0e5\",\n                                \"text\": \" prises\",\n                                \"start\": 177550,\n                                \"end\": 177890,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"99fc4387-ef55-4bad-a079-c4e2ad2f4698\",\n                                \"text\": \" si\",\n                                \"start\": 170330,\n                                \"end\": 170670,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"9c053b1a-4089-4545-a733-9d9d2a00298b\",\n                                \"text\": \" l'indemnisation,\",\n                                \"start\": 167630,\n                                \"end\": 168190,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a023b84e-e941-4676-940f-49b6b6167fcc\",\n                                \"text\": \" véhicule\",\n                                \"start\": 176490,\n                                \"end\": 177070,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a139623a-d87f-40f0-8edf-b0335fb42def\",\n                                \"text\": \" est\",\n                                \"start\": 172710,\n                                \"end\": 172910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a24ff317-a322-4096-87f9-89adb20530ac\",\n                                \"text\": \" selon\",\n                                \"start\": 168870,\n                                \"end\": 169130,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a3141508-8bcc-48fd-9b5b-367bed42a09d\",\n                                \"text\": \" décrit,\",\n                                \"start\": 169690,\n                                \"end\": 170070,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a6574647-29af-44af-81f0-e3cb5a214c6b\",\n                                \"text\": \" initiale\",\n                                \"start\": 167030,\n                                \"end\": 167530,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"ac7c64b3-726e-4fed-b870-81a37229a53f\",\n                                \"text\": \" réparations\",\n                                \"start\": 175670,\n                                \"end\": 176190,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"ba8184a6-0d19-4bec-8352-c2dcbf0b425f\",\n                                \"text\": \" un\",\n                                \"start\": 181020,\n                                \"end\": 181780,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"bcdbf4a3-579e-48ef-bb0b-cba7b61480a8\",\n                                \"text\": \" Votre\",\n                                \"start\": 179560,\n                                \"end\": 179960,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"c243f2aa-80c5-454b-8f0f-18fd983dd3f8\",\n                                \"text\": \" ce\",\n                                \"start\": 169130,\n                                \"end\": 169290,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"c483dc8c-0b89-4e91-9c3e-475b008d3eb8\",\n                                \"text\": \" Excellent\",\n                                \"start\": 164970,\n                                \"end\": 165490,\n                                \"duration\": 520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"c87ad659-78c2-4d9f-bf3d-051662ef4af6\",\n                                \"text\": \" à\",\n                                \"start\": 166350,\n                                \"end\": 166510,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"cd86e682-9ce7-4de1-aaf0-9fe57d3dd089\",\n                                \"text\": \" contrat\",\n                                \"start\": 179960,\n                                \"end\": 180260,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"d2f3cd4f-b6b1-4f15-aa61-7df12738ea8a\",\n                                \"text\": \" votre\",\n                                \"start\": 166510,\n                                \"end\": 166630,\n                                \"duration\": 120,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"d6738681-493a-410e-be21-c27934b524a1\",\n                                \"text\": \" !\",\n                                \"start\": 165490,\n                                \"end\": 165670,\n                                \"duration\": 180,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"da569414-3bce-4496-9f6f-5f2559390874\",\n                                \"text\": \" être\",\n                                \"start\": 177370,\n                                \"end\": 177550,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"dece33f6-0c77-4052-aa34-6dac198ca9cb\",\n                                \"text\": \" en\",\n                                \"start\": 177890,\n                                \"end\": 178050,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"e9a2e79b-ed38-41ae-9f34-40da7601e489\",\n                                \"text\": \" ?\",\n                                \"start\": 184440,\n                                \"end\": 185040,\n                                \"duration\": 600,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"e9b4cfb7-580a-43a8-b68b-3f02ff42291c\",\n                                \"text\": \" le\",\n                                \"start\": 173610,\n                                \"end\": 173690,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"ef9dfd65-b504-4872-b3ba-7d1f38757ba6\",\n                                \"text\": \" Pour\",\n                                \"start\": 165670,\n                                \"end\": 166050,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"f4a3f160-786c-43f9-9bb1-d411ed49b9f5\",\n                                \"text\": \" de\",\n                                \"start\": 182220,\n                                \"end\": 182320,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-03:05\"\n                    },\n                    {\n                        \"id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\",\n                        \"text\": \"Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\",\n                        \"start\": 293750,\n                        \"end\": 310300,\n                        \"duration\": 16550,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00babbad-7a84-4e86-ad1f-913ec361b0dc\",\n                                \"text\": \" fois\",\n                                \"start\": 295710,\n                                \"end\": 295890,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"07bb8192-8b19-494b-9f4f-ba973b6fc4c0\",\n                                \"text\": \" nous\",\n                                \"start\": 303130,\n                                \"end\": 303550,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"0ee9a218-ed49-4452-b49b-7161412dce86\",\n                                \"text\": \" chose\",\n                                \"start\": 308440,\n                                \"end\": 308680,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"118a267b-5371-4754-b302-7ec88eda26b2\",\n                                \"text\": \" une\",\n                                \"start\": 299690,\n                                \"end\": 299830,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"13f27320-f804-44d8-a706-46fcc39e600c\",\n                                \"text\": \" le\",\n                                \"start\": 297670,\n                                \"end\": 298190,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"26cf37a5-c9ed-4c1a-8b60-77c0b66f4d4f\",\n                                \"text\": \" garage\",\n                                \"start\": 298190,\n                                \"end\": 298530,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"2840cbc6-6e52-403d-a890-17c449a78c5a\",\n                                \"text\": \" sur\",\n                                \"start\": 304250,\n                                \"end\": 304390,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"2a9d613d-670e-4cfb-858e-1fe0b633dbb0\",\n                                \"text\": \" vous\",\n                                \"start\": 309460,\n                                \"end\": 309580,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"30e42921-a8aa-4b1d-bbdf-5424706ef031\",\n                                \"text\": \" d'anonymisation.\",\n                                \"start\": 306170,\n                                \"end\": 306790,\n                                \"duration\": 620,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"32e4f2ba-0dfb-434e-8862-6152ac9b20bb\",\n                                \"text\": \" véhicule\",\n                                \"start\": 296050,\n                                \"end\": 296530,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"3366c327-09a7-42e3-91e7-3bfea95a6757\",\n                                \"text\": \" pourrons\",\n                                \"start\": 303550,\n                                \"end\": 303910,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"3720c705-36ce-431f-86b2-71ca5d5c8c65\",\n                                \"text\": \" cela.\",\n                                \"start\": 295030,\n                                \"end\": 295230,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"3921bb54-5c77-4bbf-9cd6-e10217761f49\",\n                                \"text\": \" alors,\",\n                                \"start\": 301870,\n                                \"end\": 302110,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"3dc74c53-237d-436e-9406-37289bff82e4\",\n                                \"text\": \" votre\",\n                                \"start\": 295890,\n                                \"end\": 296050,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"46ec5e37-5f45-4045-915c-85000fb7b364\",\n                                \"text\": \" Y\",\n                                \"start\": 307720,\n                                \"end\": 308080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"4c9b36e7-846d-413f-a250-8136f59d9c0c\",\n                                \"text\": \" agréé\",\n                                \"start\": 298530,\n                                \"end\": 299130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"4e528f7e-9eed-4640-9e57-df44d0f3b03b\",\n                                \"text\": \" dégâts.\",\n                                \"start\": 300470,\n                                \"end\": 300810,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"5efca080-912c-405e-b226-beab452552bd\",\n                                \"text\": \" à\",\n                                \"start\": 302270,\n                                \"end\": 302510,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"609e8d17-a1d4-49d3-bb70-9852593c8291\",\n                                \"text\": \" réparation\",\n                                \"start\": 305370,\n                                \"end\": 305990,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"62a1f0cc-2279-4f82-9052-e1daa357dda3\",\n                                \"text\": \" pour\",\n                                \"start\": 309280,\n                                \"end\": 309460,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"70b5c658-ec26-41b3-b079-07810aaed6f0\",\n                                \"text\": \" Et\",\n                                \"start\": 301510,\n                                \"end\": 301870,\n                                \"duration\": 360,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"7b9b2c4d-a83a-481c-a240-e07b3780f7d8\",\n                                \"text\": \" bien,\",\n                                \"start\": 294270,\n                                \"end\": 294410,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"82fa2a0f-1892-4199-b963-7aec166562b7\",\n                                \"text\": \" je\",\n                                \"start\": 308840,\n                                \"end\": 308900,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"840ed90c-effb-4b99-9e00-7ab9e5951ae4\",\n                                \"text\": \" de\",\n                                \"start\": 305250,\n                                \"end\": 305370,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"84bc9eb2-1a04-40fa-a0ce-296bfd8729f3\",\n                                \"text\": \" indiquer\",\n                                \"start\": 294730,\n                                \"end\": 295030,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"89ec5b52-4a67-4127-b8c9-f37364e56617\",\n                                \"text\": \" Une\",\n                                \"start\": 295350,\n                                \"end\": 295710,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"8cdd87d8-9071-4374-95b9-89c8ed0a2f87\",\n                                \"text\": \" avancer\",\n                                \"start\": 303910,\n                                \"end\": 304250,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"8e750545-5764-45a2-a61c-ace172e8eee0\",\n                                \"text\": \" des\",\n                                \"start\": 300210,\n                                \"end\": 300470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"9f9e8dd8-4e0d-4419-9cc4-3d8629d2d86e\",\n                                \"text\": \" que\",\n                                \"start\": 308680,\n                                \"end\": 308840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"a3ed9399-dd7c-4e1a-aa83-fbf1ea974198\",\n                                \"text\": \" à\",\n                                \"start\": 309580,\n                                \"end\": 309700,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"a5d93dc8-25d6-48f3-9e04-efb0176449aa\",\n                                \"text\": \" a-t-il\",\n                                \"start\": 308080,\n                                \"end\": 308320,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"a79e2db9-c8be-46c0-8614-64f55ed1bb76\",\n                                \"text\": \" je\",\n                                \"start\": 294470,\n                                \"end\": 294590,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"b0216e49-c0d4-4fdc-9942-8f039bbbce2a\",\n                                \"text\": \" récupéré,\",\n                                \"start\": 296530,\n                                \"end\": 297570,\n                                \"duration\": 1040,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"bed01a97-f493-4b9a-821b-47867ca5cb7e\",\n                                \"text\": \" processus\",\n                                \"start\": 304510,\n                                \"end\": 305250,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"bf0fc69e-a7ae-49b7-9d49-d5f600edb574\",\n                                \"text\": \" et\",\n                                \"start\": 305990,\n                                \"end\": 306170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"c78e4dfc-6f0b-4970-814b-9f1695c78ccd\",\n                                \"text\": \" ?\",\n                                \"start\": 310020,\n                                \"end\": 310300,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"ca3350a2-4792-4393-8463-6a719e0cd762\",\n                                \"text\": \" ce\",\n                                \"start\": 309700,\n                                \"end\": 309740,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"cefb6f58-e008-42f9-895b-b8598ca21409\",\n                                \"text\": \" vais\",\n                                \"start\": 294590,\n                                \"end\": 294730,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"cfd1b833-6f9c-422a-a582-40b59f41614f\",\n                                \"text\": \" autre\",\n                                \"start\": 308320,\n                                \"end\": 308440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"de4fff0c-a183-41fa-9a69-7a941df3bc17\",\n                                \"text\": \" moment-là,\",\n                                \"start\": 302610,\n                                \"end\": 303050,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"e422ef47-8a28-45f1-9a93-483c0818c4ce\",\n                                \"text\": \" puisse\",\n                                \"start\": 308900,\n                                \"end\": 309100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"e8b486d7-8a01-41bf-97a4-c4e3ce6d70e4\",\n                                \"text\": \" ce\",\n                                \"start\": 302510,\n                                \"end\": 302610,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"eb51dd81-227f-4f26-9c3f-0d17fb11d8cb\",\n                                \"text\": \" faire\",\n                                \"start\": 309100,\n                                \"end\": 309280,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"eccbbbe8-37a7-4f5f-848e-14350ae99dc8\",\n                                \"text\": \" effectuera\",\n                                \"start\": 299130,\n                                \"end\": 299690,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"ed502092-e12f-4a18-a689-d6b0c2fbca24\",\n                                \"text\": \" sujet\",\n                                \"start\": 309740,\n                                \"end\": 310020,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"f1c8ce5d-ff7d-436f-b9ff-1c10b488d3a7\",\n                                \"text\": \" le\",\n                                \"start\": 304390,\n                                \"end\": 304510,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"f46e1f24-0a61-48a1-aee1-7c426f8602fd\",\n                                \"text\": \" évaluation\",\n                                \"start\": 299830,\n                                \"end\": 300210,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"f8624abf-5381-468f-b3ad-e444f4221002\",\n                                \"text\": \" Très\",\n                                \"start\": 293750,\n                                \"end\": 294270,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:53-05:10\"\n                    },\n                    {\n                        \"id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\",\n                        \"text\": \"Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\",\n                        \"start\": 18520,\n                        \"end\": 29440,\n                        \"duration\": 10920,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01246655-0f29-4bd3-85ab-a120355fe73e\",\n                                \"text\": \" d'apprendre\",\n                                \"start\": 19340,\n                                \"end\": 19640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"0e38d2a0-bfae-4584-9ac3-62d16c6a39e5\",\n                                \"text\": \" répondre\",\n                                \"start\": 21060,\n                                \"end\": 21320,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"11bd87d9-15d9-49e2-9747-5e897f9e1040\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 24900,\n                                \"end\": 25460,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"16917e38-9e21-4a56-8be2-05d01a7e669c\",\n                                \"text\": \" vous.\",\n                                \"start\": 24300,\n                                \"end\": 24480,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"194aebc0-0eef-4577-ba26-0ca69922b429\",\n                                \"text\": \" confirmer\",\n                                \"start\": 25560,\n                                \"end\": 26080,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"25756c42-25a2-4b70-85d3-4f16e2784a37\",\n                                \"text\": \" me\",\n                                \"start\": 25460,\n                                \"end\": 25560,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"2b2fc006-ebd1-486a-82bb-7eccba9ee6a6\",\n                                \"text\": \" plaît\",\n                                \"start\": 28760,\n                                \"end\": 29000,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"2eb9ef7e-9fc7-4ead-be26-a6c0f2a264a3\",\n                                \"text\": \" vous\",\n                                \"start\": 28660,\n                                \"end\": 28760,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"3a1493d5-74b8-4c76-b527-9fb98dabe890\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 20020,\n                                \"end\": 20160,\n                                \"duration\": 140,\n                                \"probability\": 0.56,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"3dd8d800-dad5-42a0-a306-59289cc7d10e\",\n                                \"text\": \" votre\",\n                                \"start\": 27220,\n                                \"end\": 27460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"503f9daf-8e43-4124-831c-7841cf86701a\",\n                                \"text\": \" plus\",\n                                \"start\": 21320,\n                                \"end\": 21600,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"53669c62-8267-4602-acb6-157c1de0002e\",\n                                \"text\": \" de\",\n                                \"start\": 20920,\n                                \"end\": 21060,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"5a41c8b9-16fd-431e-8bfc-064589847868\",\n                                \"text\": \" de\",\n                                \"start\": 27900,\n                                \"end\": 28100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"5de5050c-396c-40cd-82cf-b56f34a2c51a\",\n                                \"text\": \" je\",\n                                \"start\": 22240,\n                                \"end\": 22440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"64e25863-f187-4b74-a93d-2e538667381e\",\n                                \"text\": \" s'il\",\n                                \"start\": 28520,\n                                \"end\": 28660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"74a9f538-cee2-4ac8-8c76-c5c1145546b2\",\n                                \"text\": \" concrat,\",\n                                \"start\": 28100,\n                                \"end\": 28480,\n                                \"duration\": 380,\n                                \"probability\": 0.37,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"8cffedbf-0d58-47b9-8c73-9aa554cbae3c\",\n                                \"text\": \" avec\",\n                                \"start\": 23860,\n                                \"end\": 24300,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"8f15d39f-1427-49e0-9cea-ad5e9c2e5d91\",\n                                \"text\": \" complet\",\n                                \"start\": 26500,\n                                \"end\": 26840,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"8f223f1a-5d2a-4bae-83f9-dec63731b648\",\n                                \"text\": \" vérifier\",\n                                \"start\": 22740,\n                                \"end\": 23200,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"9b8bc048-4fca-4b56-bc95-714f92ae9009\",\n                                \"text\": \" informations\",\n                                \"start\": 23460,\n                                \"end\": 23860,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"a1f4254c-ddc2-42a0-b65f-8e5554d25f05\",\n                                \"text\": \" certaines\",\n                                \"start\": 23200,\n                                \"end\": 23460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"a3326f66-1496-4429-b0af-f1cb0820edde\",\n                                \"text\": \" votre\",\n                                \"start\": 26080,\n                                \"end\": 26260,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"a59c734d-6726-4604-8661-719799a042b3\",\n                                \"text\": \" Je\",\n                                \"start\": 18520,\n                                \"end\": 18740,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"ac126c8b-9723-4d3f-a5ed-d7d1e3120ec6\",\n                                \"text\": \" Avant\",\n                                \"start\": 20480,\n                                \"end\": 20920,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"b724a251-dd62-47d2-8a7c-ad1adcc535d5\",\n                                \"text\": \" numéro\",\n                                \"start\": 27460,\n                                \"end\": 27900,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"b85af4a3-75a6-4c4e-8754-0ce508ae72bc\",\n                                \"text\": \" précisément,\",\n                                \"start\": 21600,\n                                \"end\": 22160,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"bd2c9384-2dcf-4f57-b255-41d35da6d8c4\",\n                                \"text\": \" suis\",\n                                \"start\": 18740,\n                                \"end\": 18840,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"bd377ddf-94c8-4c54-87e0-729becf1d3c0\",\n                                \"text\": \" désolé\",\n                                \"start\": 18840,\n                                \"end\": 19340,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"c4bb6eff-fe39-4cd8-bf3e-aa2200ff0721\",\n                                \"text\": \" cela,\",\n                                \"start\": 19640,\n                                \"end\": 19920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"dd05f65c-0a6c-4875-8ce8-ee8a50205861\",\n                                \"text\": \" nom\",\n                                \"start\": 26260,\n                                \"end\": 26500,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"e3099710-f787-4728-b916-6aa38012c676\",\n                                \"text\": \" devoir\",\n                                \"start\": 22560,\n                                \"end\": 22740,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"e554b1b1-c344-4457-9f0b-3bd7dab95887\",\n                                \"text\": \" et\",\n                                \"start\": 26840,\n                                \"end\": 27220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"e7487074-2490-4817-9c5e-5bf126c495a1\",\n                                \"text\": \" vais\",\n                                \"start\": 22440,\n                                \"end\": 22560,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"eb139332-060c-4118-8ab9-e7d7092b9de6\",\n                                \"text\": \" ?\",\n                                \"start\": 29000,\n                                \"end\": 29440,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:18-00:29\"\n                    },\n                    {\n                        \"id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\",\n                        \"text\": \"» « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\",\n                        \"start\": 228620,\n                        \"end\": 233740,\n                        \"duration\": 5120,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"018cbfeb-4a06-40e3-acca-aa96b596e4d1\",\n                                \"text\": \" ne\",\n                                \"start\": 231420,\n                                \"end\": 231540,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"0a2720ee-1a4e-48db-80b1-5152e7aa88e9\",\n                                \"text\": \" sais\",\n                                \"start\": 231540,\n                                \"end\": 231720,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"1822d476-9180-47fd-aeb3-2efbcc9959e7\",\n                                \"text\": \" »\",\n                                \"start\": 233440,\n                                \"end\": 233740,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"3217dcf9-ee26-4fb0-b490-88922733fe2f\",\n                                \"text\": \" Oui,\",\n                                \"start\": 229100,\n                                \"end\": 229500,\n                                \"duration\": 400,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"4150c0e7-8e3b-4ca7-a597-04133369a173\",\n                                \"text\": \" «\",\n                                \"start\": 229060,\n                                \"end\": 229100,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"4e7745a9-7015-400d-b840-28e7680c7fc6\",\n                                \"text\": \" comment\",\n                                \"start\": 231960,\n                                \"end\": 232680,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"70638a07-f47e-4044-a671-7ee698560200\",\n                                \"text\": \" Je\",\n                                \"start\": 230980,\n                                \"end\": 231420,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"8e1c29b9-9e0e-4939-be0c-2700fd9d1742\",\n                                \"text\": \" prendre.\",\n                                \"start\": 232900,\n                                \"end\": 233160,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"90d08b3d-2c6c-427b-b082-a90900aabe1a\",\n                                \"text\": \" pas\",\n                                \"start\": 231720,\n                                \"end\": 231960,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"ad3331c3-b39a-4bb0-946f-9e66916cfed4\",\n                                \"text\": \" voudrais\",\n                                \"start\": 229900,\n                                \"end\": 230200,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"b3969e4c-f248-4dce-bbd2-3f5691feca71\",\n                                \"text\": \" m'y\",\n                                \"start\": 232680,\n                                \"end\": 232900,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"b5722e17-431c-49d5-87d6-e784e395ecd6\",\n                                \"text\": \" bien.\",\n                                \"start\": 230200,\n                                \"end\": 230420,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"e7298d72-ee7f-4e5f-ab75-12c9ff0af26e\",\n                                \"text\": \" »\",\n                                \"start\": 228620,\n                                \"end\": 229060,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"f69cb788-9ad2-47bc-bc25-0dade6b4918e\",\n                                \"text\": \" je\",\n                                \"start\": 229620,\n                                \"end\": 229900,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:48-03:53\"\n                    },\n                    {\n                        \"id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\",\n                        \"text\": \"Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\",\n                        \"start\": 127990,\n                        \"end\": 132490,\n                        \"duration\": 4500,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"074f5ea1-3842-4cd0-8b66-88fef79b4ad5\",\n                                \"text\": \" envoyé.\",\n                                \"start\": 129289,\n                                \"end\": 129930,\n                                \"duration\": 641,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"14a9ef19-27e1-409c-b909-df1624284c5d\",\n                                \"text\": \" m'expliquer\",\n                                \"start\": 130570,\n                                \"end\": 130990,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"1beb3b3f-66d9-431c-b5df-89abdb92d9c1\",\n                                \"text\": \" ne\",\n                                \"start\": 128530,\n                                \"end\": 128669,\n                                \"duration\": 139,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"5ff4a838-4eab-4693-b350-e83c7986026b\",\n                                \"text\": \" la\",\n                                \"start\": 130990,\n                                \"end\": 131170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"60a7adc1-fb85-4d8f-ab9a-fda9cc878154\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 129970,\n                                \"end\": 130570,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"669ac483-d376-41c6-a7c2-fdc3fd160e94\",\n                                \"text\": \" pas\",\n                                \"start\": 128889,\n                                \"end\": 129030,\n                                \"duration\": 141,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"70a45dc5-543b-4de5-88c5-f31d56f59140\",\n                                \"text\": \" Je\",\n                                \"start\": 127990,\n                                \"end\": 128530,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"bc04e365-6cd9-4605-9e26-faf5d434ee41\",\n                                \"text\": \" encore\",\n                                \"start\": 129030,\n                                \"end\": 129289,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"c7dcc7bf-65ea-46a1-80ce-454accd92e26\",\n                                \"text\": \" l'ai\",\n                                \"start\": 128669,\n                                \"end\": 128889,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"d07aa8fb-bb2d-491c-9e33-9d683c82f2a1\",\n                                \"text\": \" ?\",\n                                \"start\": 131710,\n                                \"end\": 132070,\n                                \"duration\": 360,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"e287aa7f-4a00-4b5d-8264-c05d8910af28\",\n                                \"text\": \" «\",\n                                \"start\": 132070,\n                                \"end\": 132490,\n                                \"duration\": 420,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"e3567ba4-354e-4a95-b859-63296c2ddcea\",\n                                \"text\": \" procédure\",\n                                \"start\": 131170,\n                                \"end\": 131710,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:07-02:12\"\n                    },\n                    {\n                        \"id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\",\n                        \"text\": \"Non, ça ira pour le moment. Merci beaucoup.\",\n                        \"start\": 311580,\n                        \"end\": 314820,\n                        \"duration\": 3240,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"02cb67ba-df0e-4818-b171-88223be280d7\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 314540,\n                                \"end\": 314820,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"2e27fcb3-e321-43e1-8ff1-20ed88ca3745\",\n                                \"text\": \" le\",\n                                \"start\": 313380,\n                                \"end\": 313520,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"38e39f5d-9525-4032-9a2e-ebbaf05c4bce\",\n                                \"text\": \" pour\",\n                                \"start\": 313240,\n                                \"end\": 313380,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"3ab58782-81cf-42c1-acdc-10b03f7addcf\",\n                                \"text\": \" ira\",\n                                \"start\": 312900,\n                                \"end\": 313240,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"566ac72e-bf45-4ee6-97b9-00df8f88b59a\",\n                                \"text\": \" moment.\",\n                                \"start\": 313520,\n                                \"end\": 313780,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"876db19f-85b0-4a88-a702-3f23248e2c64\",\n                                \"text\": \" Non,\",\n                                \"start\": 311580,\n                                \"end\": 312140,\n                                \"duration\": 560,\n                                \"probability\": 0.78,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"9ecbb116-73f7-4671-86e9-02e0fc55e37f\",\n                                \"text\": \" Merci\",\n                                \"start\": 313980,\n                                \"end\": 314540,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"f5881271-8224-455a-b424-0af88988375a\",\n                                \"text\": \" ça\",\n                                \"start\": 312440,\n                                \"end\": 312900,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:11-05:14\"\n                    },\n                    {\n                        \"id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\",\n                        \"text\": \"Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\",\n                        \"start\": 44000,\n                        \"end\": 66090,\n                        \"duration\": 22090,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"048a13a4-f72d-4ee0-a428-6dbfc9e1a5fd\",\n                                \"text\": \" au\",\n                                \"start\": 55730,\n                                \"end\": 55870,\n                                \"duration\": 140,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"08e4341f-3019-47b6-8a38-74488b323fb4\",\n                                \"text\": \" circonstances\",\n                                \"start\": 64650,\n                                \"end\": 65209,\n                                \"duration\": 559,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"0bf3d992-306e-4176-bdf9-77deb6155d2f\",\n                                \"text\": \" Merci\",\n                                \"start\": 50570,\n                                \"end\": 51030,\n                                \"duration\": 460,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"0de9a15f-9e0f-484c-8162-019dc0bc356c\",\n                                \"text\": \" me\",\n                                \"start\": 64090,\n                                \"end\": 64170,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"1147ceb0-6838-4685-9943-5733f8afd874\",\n                                \"text\": \" tout\",\n                                \"start\": 54130,\n                                \"end\": 54270,\n                                \"duration\": 140,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"164fa134-20ee-4e44-9320-66972dfeb17b\",\n                                \"text\": \" bien\",\n                                \"start\": 52410,\n                                \"end\": 52590,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"191198ca-78c4-4bcd-b98a-442acfa75e77\",\n                                \"text\": \" domicilié\",\n                                \"start\": 54710,\n                                \"end\": 55730,\n                                \"duration\": 1020,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"1ac74358-47b0-4eed-b506-ee45d30343ad\",\n                                \"text\": \" contrat\",\n                                \"start\": 52770,\n                                \"end\": 53230,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"1b0a3045-3585-4785-aca1-6b1d2088d6d9\",\n                                \"text\": \" risque,\",\n                                \"start\": 54270,\n                                \"end\": 54550,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"2844b259-819d-4b34-86b0-c0044fe7f568\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 45180,\n                                \"end\": 45540,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"2e66457c-9362-4a9a-85da-2dbf1cc3d62b\",\n                                \"text\": \" la\",\n                                \"start\": 62530,\n                                \"end\": 62830,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"33edf4d3-c490-4d26-849c-46ec19f9fbed\",\n                                \"text\": \" de\",\n                                \"start\": 65209,\n                                \"end\": 65349,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"4160b3d2-16a3-4108-82ea-23cd0c5ddaa6\",\n                                \"text\": \" comprendre\",\n                                \"start\": 62190,\n                                \"end\": 62530,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"4254d4b9-455c-49dc-a99a-639926e16874\",\n                                \"text\": \" votre\",\n                                \"start\": 46780,\n                                \"end\": 46960,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"486691ef-85ae-45cc-8e63-3d40595bfb67\",\n                                \"text\": \" l'accident\",\n                                \"start\": 65349,\n                                \"end\": 65750,\n                                \"duration\": 401,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"4c794a52-16b4-4ea5-a1b8-f33055af2f39\",\n                                \"text\": \" pour\",\n                                \"start\": 61650,\n                                \"end\": 61830,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"505607f0-03fc-4481-a639-2f9deec927c8\",\n                                \"text\": \" instants.\",\n                                \"start\": 48300,\n                                \"end\": 48740,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"518f0951-caad-46a5-9c10-e05dc52485b7\",\n                                \"text\": \" vois\",\n                                \"start\": 52210,\n                                \"end\": 52410,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"53ec6b7b-57b7-4d3a-b9a4-55b672402b78\",\n                                \"text\": \" cela\",\n                                \"start\": 47520,\n                                \"end\": 47820,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"54599b93-8a9a-4f08-b216-70fd9c807bdd\",\n                                \"text\": \" assuré\",\n                                \"start\": 53650,\n                                \"end\": 54130,\n                                \"duration\": 480,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"55f1e64f-13df-414d-b0c3-93f9ae42a5f2\",\n                                \"text\": \" Merci\",\n                                \"start\": 44000,\n                                \"end\": 44640,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"56f5988e-464f-4a09-ae87-069c479ec2ea\",\n                                \"text\": \" Anatole\",\n                                \"start\": 56830,\n                                \"end\": 57410,\n                                \"duration\": 580,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"57c1c9fa-8064-4035-962a-6404bc6dcc04\",\n                                \"text\": \" Je\",\n                                \"start\": 51870,\n                                \"end\": 52210,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"5bd8a6fa-ae7e-409d-9b55-4d5a139b7239\",\n                                \"text\": \" décrire\",\n                                \"start\": 64170,\n                                \"end\": 64470,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"68e3df9d-549c-4779-81db-2f35bab58bea\",\n                                \"text\": \" les\",\n                                \"start\": 64470,\n                                \"end\": 64650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"721c9e50-ead1-45f7-b253-2e4fa01e6bd3\",\n                                \"text\": \" 300\",\n                                \"start\": 58550,\n                                \"end\": 59070,\n                                \"duration\": 520,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"7429cff7-83b5-410d-a8c4-94c02c6e0ccd\",\n                                \"text\": \" situation,\",\n                                \"start\": 62830,\n                                \"end\": 63150,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"7ff080af-a70b-4094-9292-a159383c26c5\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 63490,\n                                \"end\": 64090,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"837ece97-042d-4141-bf2b-457a33815d39\",\n                                \"text\": \" d'avoir\",\n                                \"start\": 51030,\n                                \"end\": 51270,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"89859576-9eca-4b5f-87f1-33a5a5216953\",\n                                \"text\": \" mieux\",\n                                \"start\": 61830,\n                                \"end\": 62190,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"9b42a336-1c1c-46ff-9009-a193b36492fb\",\n                                \"text\": \" consulter\",\n                                \"start\": 46280,\n                                \"end\": 46780,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"9da63413-c21d-4ad8-9ead-89884cb4d314\",\n                                \"text\": \" rue\",\n                                \"start\": 56290,\n                                \"end\": 56830,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"a16cd4dc-706c-4ac3-84a4-093b10644522\",\n                                \"text\": \" France,\",\n                                \"start\": 57410,\n                                \"end\": 57650,\n                                \"duration\": 240,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"a69fa9a3-9ef4-4d0a-880f-099ef3c91000\",\n                                \"text\": \" ici,\",\n                                \"start\": 53230,\n                                \"end\": 53490,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"abae55f3-5324-4e61-b7e7-288c2e1aa003\",\n                                \"text\": \" vais\",\n                                \"start\": 46100,\n                                \"end\": 46280,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"b5e8358f-05d7-4141-97d2-a8812e85e829\",\n                                \"text\": \" quelques\",\n                                \"start\": 48140,\n                                \"end\": 48300,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"bbbf2fcc-4532-4c1d-86f6-1ce0486dd3c9\",\n                                \"text\": \" Maintenant,\",\n                                \"start\": 61110,\n                                \"end\": 61570,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"bffb6f83-f3bc-4c71-ad7a-a801acec04b9\",\n                                \"text\": \" dossier,\",\n                                \"start\": 46960,\n                                \"end\": 47480,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"c695a98c-629c-4e37-a9a3-e877685c3bb2\",\n                                \"text\": \" ?\",\n                                \"start\": 65750,\n                                \"end\": 66090,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"caf75ef7-a1ab-4191-a33f-860b57553fe5\",\n                                \"text\": \" votre\",\n                                \"start\": 52590,\n                                \"end\": 52770,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"daa2cce2-d526-4f74-985c-c7338eaf7044\",\n                                \"text\": \" Je\",\n                                \"start\": 45820,\n                                \"end\": 46100,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"dc837939-cec0-4607-a132-0180d53adfe4\",\n                                \"text\": \" beaucoup,\",\n                                \"start\": 44640,\n                                \"end\": 44880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"df24eb72-f9c7-4e62-b88d-4d6f4493fe79\",\n                                \"text\": \" patienté.\",\n                                \"start\": 51270,\n                                \"end\": 51850,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"dfd9d866-9735-479b-b5b7-67e68bf62b0f\",\n                                \"text\": \" monsieur\",\n                                \"start\": 44980,\n                                \"end\": 45180,\n                                \"duration\": 200,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"e1224e2a-53b8-498a-9705-438b7808ca08\",\n                                \"text\": \" Levallois-Perret.\",\n                                \"start\": 59070,\n                                \"end\": 60190,\n                                \"duration\": 1120,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"e3b36fd7-3eba-4083-a9c1-f7986fd24d12\",\n                                \"text\": \" 92\",\n                                \"start\": 57870,\n                                \"end\": 58550,\n                                \"duration\": 680,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"ec12f636-5345-43f9-bab0-58cca279bc83\",\n                                \"text\": \" 80\",\n                                \"start\": 55870,\n                                \"end\": 56290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"fa643504-de40-4eb8-9303-65f2210f2fc6\",\n                                \"text\": \" prendra\",\n                                \"start\": 47820,\n                                \"end\": 48140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:44-01:06\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"contact-reason-classification\": [\n                    {\n                        \"id\": \"8c7320ae-29a6-42cd-aac9-fa155fb42846\",\n                        \"text\": \"Car Accident\",\n                        \"object\": {\n                            \"title\": \"Car accident - Request for indemnification and replacement vehicle\",\n                            \"reasoning\": \"The customer had a car accident and called to inquire about the indemnization. The client's vehicle was hit on the right side by another vehicle, which ran a red light. No one was hurt in the accident. A constat amiable was filled, and the client has not yet sent it to the insurance company. The customer is also requesting a replacement vehicle, as their car is immobilized. The customer's policy is a full coverage one, and the insurance company will take care of the car repair costs, as well as provide a replacement vehicle, given the accident details and the confirmation of the other driver's responsibility. The client is based in Levallois-Perret, France.\",\n                            \"contact_reason\": \"Car Accident\"\n                        },\n                        \"type\": \"contact-reason-classification\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"884ee25b-54dd-4e90-b3c9-fb71118b4aa5","name":"Get reason for contact detection status/result (Array input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\n        \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 333461\n            },\n            \"transcript\": {\n                \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\n                \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\",\n                \"segments\": [\n                    {\n                        \"id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\",\n                        \"text\": \"« Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\",\n                        \"start\": 247150,\n                        \"end\": 254870,\n                        \"duration\": 7720,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1015cb16-108f-4042-9284-00311cf04177\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 248610,\n                                \"end\": 249470,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"24b35e29-73d9-4ec7-9100-96ba710145df\",\n                                \"text\": \" Paix,\",\n                                \"start\": 251190,\n                                \"end\": 251470,\n                                \"duration\": 280,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"271792a4-6b42-4c53-afe4-e2044fc57195\",\n                                \"text\": \" est\",\n                                \"start\": 248410,\n                                \"end\": 248610,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"32d80147-6e94-43da-8856-097000ef4a28\",\n                                \"text\": \" 002\",\n                                \"start\": 252330,\n                                \"end\": 253950,\n                                \"duration\": 1620,\n                                \"probability\": 0.75,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"65ed88f6-aa2f-4d18-9b5a-dc36ef798408\",\n                                \"text\": \" Oui,\",\n                                \"start\": 247650,\n                                \"end\": 247790,\n                                \"duration\": 140,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"725285d7-c040-4088-a707-bca3b994ac4a\",\n                                \"text\": \" au\",\n                                \"start\": 249470,\n                                \"end\": 250090,\n                                \"duration\": 620,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"74562083-7ad3-4a35-a6af-52a986912ee4\",\n                                \"text\": \" elle\",\n                                \"start\": 247930,\n                                \"end\": 248410,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"82b3a3a5-7b0e-4f0c-aa3e-7a4a090774c7\",\n                                \"text\": \" rue\",\n                                \"start\": 250510,\n                                \"end\": 250950,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"a617807f-d8fb-409c-9d5f-4ac463d3e25b\",\n                                \"text\": \" de\",\n                                \"start\": 250950,\n                                \"end\": 251110,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"a7eb5220-001b-4bf1-a619-992711f84df1\",\n                                \"text\": \" «\",\n                                \"start\": 247150,\n                                \"end\": 247650,\n                                \"duration\": 500,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"aab96fd5-f4a6-4c3f-abd4-b040bc674ddc\",\n                                \"text\": \" »\",\n                                \"start\": 254630,\n                                \"end\": 254870,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"b5c05b44-a197-4679-b6f7-91dced247890\",\n                                \"text\": \" 20\",\n                                \"start\": 250090,\n                                \"end\": 250510,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"bb42a5c8-3067-41bf-9c73-d42e0622b506\",\n                                \"text\": \" Paris.\",\n                                \"start\": 253950,\n                                \"end\": 254430,\n                                \"duration\": 480,\n                                \"probability\": 0.86,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"c590bd3e-8e7d-4027-8078-23df70470380\",\n                                \"text\": \" 75\",\n                                \"start\": 251550,\n                                \"end\": 252330,\n                                \"duration\": 780,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"e434b34b-3166-454b-aafc-5c10b827181a\",\n                                \"text\": \" la\",\n                                \"start\": 251110,\n                                \"end\": 251190,\n                                \"duration\": 80,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:07-04:14\"\n                    },\n                    {\n                        \"id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\",\n                        \"text\": \"Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\",\n                        \"start\": 164970,\n                        \"end\": 185040,\n                        \"duration\": 20070,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01723daf-193b-4817-b59f-6308ccdb1b7d\",\n                                \"text\": \" selon\",\n                                \"start\": 168870,\n                                \"end\": 169130,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"02279bbe-d3a9-49c6-a314-5a3011408e22\",\n                                \"text\": \" charge.\",\n                                \"start\": 178050,\n                                \"end\": 178370,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"08d40f59-fc84-48cd-8aab-c31f4d216f60\",\n                                \"text\": \" être\",\n                                \"start\": 177370,\n                                \"end\": 177550,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"095565e0-8b8a-4ec4-a2b9-3c0ae36ead0c\",\n                                \"text\": \" et\",\n                                \"start\": 174210,\n                                \"end\": 174450,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"0ce1a320-cdaa-4955-bafb-c038f85c9c8c\",\n                                \"text\": \" confirmée\",\n                                \"start\": 172910,\n                                \"end\": 173450,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"2752620a-f5ff-47bc-9d1b-ddc6824e177f\",\n                                \"text\": \" les\",\n                                \"start\": 175250,\n                                \"end\": 175670,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"288fce02-8296-4e0e-b40c-245e72b77ba0\",\n                                \"text\": \" que\",\n                                \"start\": 169290,\n                                \"end\": 169390,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"3a9e4544-45b1-46d1-868b-86e87257f491\",\n                                \"text\": \" réparations\",\n                                \"start\": 175670,\n                                \"end\": 176190,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"3d511bf3-142b-439d-8b14-ffbeb69af380\",\n                                \"text\": \" Pour\",\n                                \"start\": 165670,\n                                \"end\": 166050,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"444576c8-f4ec-4485-b553-51ac6d8782e1\",\n                                \"text\": \" en\",\n                                \"start\": 183860,\n                                \"end\": 183940,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"4656724c-2e2d-481a-a912-76c6d6ae35cd\",\n                                \"text\": \" Votre\",\n                                \"start\": 179560,\n                                \"end\": 179960,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"4848c182-2924-4bab-95d2-8437b3a86324\",\n                                \"text\": \" conducteur\",\n                                \"start\": 171970,\n                                \"end\": 172710,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"489a0a37-3598-499d-9b7b-453a872fd784\",\n                                \"text\": \" votre\",\n                                \"start\": 176330,\n                                \"end\": 176490,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"4c0c446f-cf23-438e-ae7d-fdc30a0a7b40\",\n                                \"text\": \" également\",\n                                \"start\": 180800,\n                                \"end\": 181020,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"4d2beae3-0cc6-4619-bdb9-131492a980f6\",\n                                \"text\": \" véhicule\",\n                                \"start\": 176490,\n                                \"end\": 177070,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"55d054c1-3a44-4dca-8281-2d17e1f1ae2a\",\n                                \"text\": \" contrat\",\n                                \"start\": 179960,\n                                \"end\": 180260,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"5656a974-d2a7-4635-92fc-c8cd4ce1af02\",\n                                \"text\": \" en\",\n                                \"start\": 177890,\n                                \"end\": 178050,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"569cfcb8-b9f1-4de9-bb28-cb557c5c2e90\",\n                                \"text\": \" ce\",\n                                \"start\": 169130,\n                                \"end\": 169290,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"5cfdcf66-9fe6-4dea-980e-c740560054e8\",\n                                \"text\": \" m'avez\",\n                                \"start\": 169470,\n                                \"end\": 169690,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"5ffc6115-5f8c-49a4-b95f-4f4d0869a71d\",\n                                \"text\": \" à\",\n                                \"start\": 166350,\n                                \"end\": 166510,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"670a48c4-8eb6-46fb-89d0-587603424621\",\n                                \"text\": \" ?\",\n                                \"start\": 184440,\n                                \"end\": 185040,\n                                \"duration\": 600,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"695d280e-9c2d-4a9c-8ce3-e980debaad05\",\n                                \"text\": \" l'enquête,\",\n                                \"start\": 174630,\n                                \"end\": 175050,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"6b9144c3-9263-4cd9-8b91-bec3f24787a7\",\n                                \"text\": \" responsabilité\",\n                                \"start\": 170830,\n                                \"end\": 171630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"6e954270-7fe8-4b02-a3cc-a606e018ce58\",\n                                \"text\": \" répondre\",\n                                \"start\": 166050,\n                                \"end\": 166350,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"77742fa8-76ed-43fe-b3b8-167daa11f55e\",\n                                \"text\": \" de\",\n                                \"start\": 182220,\n                                \"end\": 182320,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"8aff1cac-3888-423d-a703-747492c59b02\",\n                                \"text\": \" est\",\n                                \"start\": 172710,\n                                \"end\": 172910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"8f88470a-cd00-449d-87a3-d1dc5cd81724\",\n                                \"text\": \" vous\",\n                                \"start\": 169390,\n                                \"end\": 169470,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"906dbc54-bacd-4886-ba0d-c04e1622ebf0\",\n                                \"text\": \" devraient\",\n                                \"start\": 177070,\n                                \"end\": 177370,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"91517b16-cc59-425f-b906-893ccbf380d5\",\n                                \"text\": \" sur\",\n                                \"start\": 167530,\n                                \"end\": 167630,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"94357b05-bf32-4947-9d41-34d1bb060808\",\n                                \"text\": \" bénéficier\",\n                                \"start\": 183940,\n                                \"end\": 184440,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"95bcca80-19ed-4b26-b5f6-d7fe29bb6f6b\",\n                                \"text\": \" de\",\n                                \"start\": 171630,\n                                \"end\": 171790,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"9f49c7a2-1dff-41c2-8b25-56e67ba506d4\",\n                                \"text\": \" question\",\n                                \"start\": 166630,\n                                \"end\": 167030,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"9f6048c1-f7b8-45dc-91f1-e4a85163ab68\",\n                                \"text\": \" par\",\n                                \"start\": 173450,\n                                \"end\": 173610,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"9fa5715a-863e-46a6-931e-2d8ba2504637\",\n                                \"text\": \" le\",\n                                \"start\": 173610,\n                                \"end\": 173690,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"a9ef1e73-02df-46a7-92e1-6a3d8f9cd030\",\n                                \"text\": \" !\",\n                                \"start\": 165490,\n                                \"end\": 165670,\n                                \"duration\": 180,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"ae81c4c8-1937-4801-bc9e-9d9a3e4391a5\",\n                                \"text\": \" remplacement.\",\n                                \"start\": 182320,\n                                \"end\": 182780,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"b50f790a-7ca0-478c-8876-327e48830a69\",\n                                \"text\": \" votre\",\n                                \"start\": 166510,\n                                \"end\": 166630,\n                                \"duration\": 120,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"c77c175d-ccb1-4916-a880-28b3a87d26d7\",\n                                \"text\": \" de\",\n                                \"start\": 176190,\n                                \"end\": 176330,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"c845d954-c8b7-4e6e-85aa-aabe9bf63b44\",\n                                \"text\": \" l'indemnisation,\",\n                                \"start\": 167630,\n                                \"end\": 168190,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"cb6eb598-66fd-45eb-b443-f42ad249f2cb\",\n                                \"text\": \" Souhaitez-vous\",\n                                \"start\": 183280,\n                                \"end\": 183860,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"ce4311cb-87a1-42a0-a6dd-9e956548790e\",\n                                \"text\": \" inclut\",\n                                \"start\": 180260,\n                                \"end\": 180800,\n                                \"duration\": 540,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"cfe15129-6e90-49d6-a989-deac0be1972f\",\n                                \"text\": \" l'autre\",\n                                \"start\": 171790,\n                                \"end\": 171970,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"d98e49ed-8ef0-4301-8d4e-fda9e3fb90dd\",\n                                \"text\": \" un\",\n                                \"start\": 181020,\n                                \"end\": 181780,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"dc8612b4-2ffd-49a8-b564-02a958b2355a\",\n                                \"text\": \" décrit,\",\n                                \"start\": 169690,\n                                \"end\": 170070,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"de36460b-6afd-48c2-ba31-a40532a6f12d\",\n                                \"text\": \" si\",\n                                \"start\": 170330,\n                                \"end\": 170670,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"e4782de0-89a5-4b4f-a35e-40ae8855a764\",\n                                \"text\": \" Excellent\",\n                                \"start\": 164970,\n                                \"end\": 165490,\n                                \"duration\": 520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"e99fa2c9-39ac-4deb-bc0e-1452615cf910\",\n                                \"text\": \" par\",\n                                \"start\": 174450,\n                                \"end\": 174630,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"edb520eb-a63d-4df6-a1df-4db79ca7c3b8\",\n                                \"text\": \" initiale\",\n                                \"start\": 167030,\n                                \"end\": 167530,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"f7f9f3a7-05b6-47ce-8281-c11599fd50df\",\n                                \"text\": \" véhicule\",\n                                \"start\": 181780,\n                                \"end\": 182220,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"fa589295-e3c2-44a0-8b91-604afa262a83\",\n                                \"text\": \" constat\",\n                                \"start\": 173690,\n                                \"end\": 174210,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"fac72a29-5024-4443-a643-594d0e7b49d3\",\n                                \"text\": \" la\",\n                                \"start\": 170670,\n                                \"end\": 170830,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"feefa60f-0402-4189-a4f7-2e2ec3f49671\",\n                                \"text\": \" prises\",\n                                \"start\": 177550,\n                                \"end\": 177890,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-03:05\"\n                    },\n                    {\n                        \"id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\",\n                        \"text\": \"Un garage agréé proche de chez moi serait parfait.\",\n                        \"start\": 287890,\n                        \"end\": 291550,\n                        \"duration\": 3660,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"087fd66b-d9c7-4d33-a3a1-71651baccef0\",\n                                \"text\": \" serait\",\n                                \"start\": 290930,\n                                \"end\": 291170,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"09156c82-9223-496c-bfaa-34c5478c0f9a\",\n                                \"text\": \" proche\",\n                                \"start\": 289870,\n                                \"end\": 290330,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"11bffc0a-4e70-41b7-b402-971ec93520b6\",\n                                \"text\": \" parfait.\",\n                                \"start\": 291170,\n                                \"end\": 291550,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"1fe7f601-cfbe-4ce2-9697-7363d12e7b4f\",\n                                \"text\": \" chez\",\n                                \"start\": 290550,\n                                \"end\": 290710,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"5c54ff29-58db-4228-afe6-19414636ed65\",\n                                \"text\": \" moi\",\n                                \"start\": 290710,\n                                \"end\": 290930,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"8eeedbad-2203-4040-8ca0-45cbd6220ffb\",\n                                \"text\": \" de\",\n                                \"start\": 290330,\n                                \"end\": 290550,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"c2e2c17a-4c87-4df6-b17c-57a1b8f7ffae\",\n                                \"text\": \" agréé\",\n                                \"start\": 289070,\n                                \"end\": 289870,\n                                \"duration\": 800,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"d3917e56-3178-44c3-8665-b0c51f6623aa\",\n                                \"text\": \" Un\",\n                                \"start\": 287890,\n                                \"end\": 288450,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"e1fdd3c1-abf3-4399-9662-80e329dd986c\",\n                                \"text\": \" garage\",\n                                \"start\": 288450,\n                                \"end\": 289070,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:47-04:51\"\n                    },\n                    {\n                        \"id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\",\n                        \"text\": \"Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\",\n                        \"start\": 195180,\n                        \"end\": 212780,\n                        \"duration\": 17600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0568f122-f909-4f44-9cb0-01c8d766d0ca\",\n                                \"text\": \" fois\",\n                                \"start\": 198660,\n                                \"end\": 198800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"0e5af3d9-efba-44a3-aa2e-dc60d4c06ffb\",\n                                \"text\": \" contacté\",\n                                \"start\": 204220,\n                                \"end\": 204720,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"10a5d9c0-b36c-459d-a98f-f0f460870125\",\n                                \"text\": \" véhicule.\",\n                                \"start\": 202640,\n                                \"end\": 203100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"1737f8fa-6796-4332-8774-905b805ce4b5\",\n                                \"text\": \" votre\",\n                                \"start\": 208440,\n                                \"end\": 208600,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"1cba00b1-c97e-4bd9-9549-f8f4c3b4a9ad\",\n                                \"text\": \" vais\",\n                                \"start\": 196160,\n                                \"end\": 196300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"1ef3a482-3b60-4af1-9a19-8afb7a739bd8\",\n                                \"text\": \" actuellement\",\n                                \"start\": 209540,\n                                \"end\": 209900,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"2049307e-05b9-4a62-a5d7-e42f811cc5ce\",\n                                \"text\": \" concernant\",\n                                \"start\": 208040,\n                                \"end\": 208440,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"221a3ae9-8f95-4984-83e3-4a6afc65ff8c\",\n                                \"text\": \" l'accident\",\n                                \"start\": 211000,\n                                \"end\": 211440,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"22fa8817-4799-4a5f-bd0c-eb4d29dd4920\",\n                                \"text\": \" cette\",\n                                \"start\": 196660,\n                                \"end\": 196860,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"26c0d819-9619-4708-b5da-15765f93bdfe\",\n                                \"text\": \" à\",\n                                \"start\": 197220,\n                                \"end\": 197400,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"33207f78-7451-4cde-9760-2b964c27271c\",\n                                \"text\": \" ou\",\n                                \"start\": 211440,\n                                \"end\": 211680,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"37f04786-a96c-4d0e-b04b-a8651995e345\",\n                                \"text\": \" heures\",\n                                \"start\": 205200,\n                                \"end\": 205420,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"3afe31ac-4d06-451c-b423-bd6c67f42415\",\n                                \"text\": \" endroit\",\n                                \"start\": 212180,\n                                \"end\": 212440,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"3e0c8b19-3205-4d1a-9155-8caf021790c3\",\n                                \"text\": \" sous\",\n                                \"start\": 204720,\n                                \"end\": 204820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"3e5d0997-5e2b-4256-9c61-4508040d2279\",\n                                \"text\": \" disposition\",\n                                \"start\": 201880,\n                                \"end\": 202300,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"45235b0e-b061-4ed4-81c3-d17f2ba494df\",\n                                \"text\": \" mise\",\n                                \"start\": 201600,\n                                \"end\": 201760,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"48f2604c-e50b-4529-a5ab-7ef277f9c450\",\n                                \"text\": \" de\",\n                                \"start\": 210920,\n                                \"end\": 211000,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"4cd135b9-900a-4f7f-8441-66ff71b0d112\",\n                                \"text\": \" votre\",\n                                \"start\": 198800,\n                                \"end\": 199000,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"5c506490-81e7-4606-8ce2-86838e3d1507\",\n                                \"text\": \" bien,\",\n                                \"start\": 195600,\n                                \"end\": 195740,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"63f028cd-04b8-4167-9cee-a980c8247c7b\",\n                                \"text\": \" ajouter\",\n                                \"start\": 196300,\n                                \"end\": 196660,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"662966f7-3e12-4e13-ae41-071887f3af93\",\n                                \"text\": \" à\",\n                                \"start\": 201760,\n                                \"end\": 201880,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"6bbaf0e5-0db2-4f27-a61f-8fd5641dd437\",\n                                \"text\": \" est-elle\",\n                                \"start\": 209180,\n                                \"end\": 209540,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"6d147dbc-d32b-43aa-8903-7d499c4aeb65\",\n                                \"text\": \" nous\",\n                                \"start\": 199860,\n                                \"end\": 200060,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"72bcac0c-3bf7-47ba-8b46-b7d731b7bd06\",\n                                \"text\": \" je\",\n                                \"start\": 195860,\n                                \"end\": 196160,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"733200b1-82a0-420a-bc79-95ca86183447\",\n                                \"text\": \" lieu\",\n                                \"start\": 210760,\n                                \"end\": 210920,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"7ac08040-ebd2-453a-a1ec-9ba06aedff01\",\n                                \"text\": \" pour\",\n                                \"start\": 201340,\n                                \"end\": 201480,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"7ffb732e-ad3c-4ea2-bd04-11842587e627\",\n                                \"text\": \" dans\",\n                                \"start\": 211680,\n                                \"end\": 211840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"90a439b4-17ee-4021-ad7c-6d33e0bb6e0f\",\n                                \"text\": \" pourrons\",\n                                \"start\": 200060,\n                                \"end\": 200360,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"972ad4ca-f2bf-4baa-a92b-04e2a1b57b96\",\n                                \"text\": \" autre\",\n                                \"start\": 212000,\n                                \"end\": 212180,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"9b71d8e8-0396-4ab1-86b9-2779cc09cc80\",\n                                \"text\": \" Une\",\n                                \"start\": 198260,\n                                \"end\": 198660,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"a38e66f8-eeee-4664-920f-20ebf2ef2b16\",\n                                \"text\": \" de\",\n                                \"start\": 205800,\n                                \"end\": 205940,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"aa9342a9-790c-4bb7-aa68-e6ad74d9a96d\",\n                                \"text\": \" Maintenant,\",\n                                \"start\": 207640,\n                                \"end\": 208040,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"aefda466-9839-4fc9-9507-6e665767bccc\",\n                                \"text\": \" finaliser\",\n                                \"start\": 200360,\n                                \"end\": 200880,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"afaed5bf-a839-42fe-be31-42ee6902ecea\",\n                                \"text\": \" avec\",\n                                \"start\": 205420,\n                                \"end\": 205600,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"b0423b2e-3c58-4c95-85de-2ae4f63d3429\",\n                                \"text\": \" étapes\",\n                                \"start\": 201000,\n                                \"end\": 201340,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"b41f0310-ba48-472c-ac1d-0a2ef8e20dcd\",\n                                \"text\": \" 48\",\n                                \"start\": 204820,\n                                \"end\": 205200,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"b76585ec-437f-4e00-ad6c-e75f117b5623\",\n                                \"text\": \" demande\",\n                                \"start\": 196860,\n                                \"end\": 197220,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"ba47371e-22fd-4187-b67f-165f92fce513\",\n                                \"text\": \" plus\",\n                                \"start\": 205600,\n                                \"end\": 205800,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"bf562a74-2602-4c95-ba2a-a25ecb0f4046\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 209900,\n                                \"end\": 210480,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"c0ca6996-13e8-44fe-ab54-ce3194ff3b8a\",\n                                \"text\": \" sur\",\n                                \"start\": 210480,\n                                \"end\": 210660,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d04ea4b3-f2fd-4f8c-9003-0a1cb1b876e7\",\n                                \"text\": \" constat\",\n                                \"start\": 199000,\n                                \"end\": 199480,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d087789e-eb06-40ee-8b88-a06f1f3da916\",\n                                \"text\": \" ?\",\n                                \"start\": 212440,\n                                \"end\": 212780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d729e3c0-8728-4f04-8881-c966158f7d04\",\n                                \"text\": \" détails.\",\n                                \"start\": 205940,\n                                \"end\": 206300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d7361fd0-b9d6-4084-adba-8eee1cc40bd3\",\n                                \"text\": \" la\",\n                                \"start\": 201480,\n                                \"end\": 201600,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d9468d14-b073-4b80-a4db-7c863b728dfa\",\n                                \"text\": \" les\",\n                                \"start\": 200880,\n                                \"end\": 201000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"da515d5e-4bdd-4af0-8206-3d45ce154e39\",\n                                \"text\": \" serez\",\n                                \"start\": 204020,\n                                \"end\": 204220,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"da6eb99b-43dd-48a4-b104-0c6d0a1f1da3\",\n                                \"text\": \" Très\",\n                                \"start\": 195180,\n                                \"end\": 195600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e18961d1-9419-4b1e-84ad-b7b2e7c22e96\",\n                                \"text\": \" reçu,\",\n                                \"start\": 199480,\n                                \"end\": 199780,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e1acb20a-cd20-465c-a94f-fa08027aac7b\",\n                                \"text\": \" d'un\",\n                                \"start\": 202300,\n                                \"end\": 202640,\n                                \"duration\": 340,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e3413431-b7c0-415f-9b2b-bf8cfc936efc\",\n                                \"text\": \" voiture,\",\n                                \"start\": 208600,\n                                \"end\": 208960,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e6f8435a-380a-4bfe-96af-34cfafbdb925\",\n                                \"text\": \" un\",\n                                \"start\": 211840,\n                                \"end\": 212000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e90b78c6-423f-42de-bc98-f6627c19fcc7\",\n                                \"text\": \" Vous\",\n                                \"start\": 203620,\n                                \"end\": 204020,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"ef8de0f6-554f-4079-90e3-7d9456b4fc44\",\n                                \"text\": \" dossier.\",\n                                \"start\": 197540,\n                                \"end\": 197980,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"eff454e5-3d37-434a-a448-5c910bbb0d1f\",\n                                \"text\": \" votre\",\n                                \"start\": 197400,\n                                \"end\": 197540,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"fd7b19f0-2238-420b-910f-1df2032666ca\",\n                                \"text\": \" le\",\n                                \"start\": 210660,\n                                \"end\": 210760,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:15-03:32\"\n                    },\n                    {\n                        \"id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\",\n                        \"text\": \"» « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\",\n                        \"start\": 228620,\n                        \"end\": 233740,\n                        \"duration\": 5120,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"098ad2eb-72a1-425d-a07a-6b52f140c42f\",\n                                \"text\": \" prendre.\",\n                                \"start\": 232900,\n                                \"end\": 233160,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"14cd347f-a466-45c6-a681-6db651768c7f\",\n                                \"text\": \" ne\",\n                                \"start\": 231420,\n                                \"end\": 231540,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"40bc82a7-93eb-4e56-bff5-682a21844eff\",\n                                \"text\": \" voudrais\",\n                                \"start\": 229900,\n                                \"end\": 230200,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"763d44b7-9eff-49eb-8a9b-fa805afadee9\",\n                                \"text\": \" comment\",\n                                \"start\": 231960,\n                                \"end\": 232680,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"7e6af5b8-d412-4e6d-ae6d-7e195dcf3b6c\",\n                                \"text\": \" «\",\n                                \"start\": 229060,\n                                \"end\": 229100,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"896cb75d-30e9-4a36-ac00-1bdd9a9210fc\",\n                                \"text\": \" Je\",\n                                \"start\": 230980,\n                                \"end\": 231420,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"8bfa6dc6-c91a-4cf2-9342-53968b903e65\",\n                                \"text\": \" bien.\",\n                                \"start\": 230200,\n                                \"end\": 230420,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"8d841e07-6964-4675-ad74-101c52db216d\",\n                                \"text\": \" Oui,\",\n                                \"start\": 229100,\n                                \"end\": 229500,\n                                \"duration\": 400,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"bb2fbb69-63fe-4908-8081-fbead1bed113\",\n                                \"text\": \" sais\",\n                                \"start\": 231540,\n                                \"end\": 231720,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"d69e089b-9092-49df-a0f2-b809cceb8ba1\",\n                                \"text\": \" »\",\n                                \"start\": 228620,\n                                \"end\": 229060,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"da15260b-145c-423e-a645-f3d6570ece27\",\n                                \"text\": \" »\",\n                                \"start\": 233440,\n                                \"end\": 233740,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"dcebf4d5-0e02-477e-8684-5f83ddc8303b\",\n                                \"text\": \" m'y\",\n                                \"start\": 232680,\n                                \"end\": 232900,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"dd1bc384-6ca9-4925-ac4d-de7b72ada67c\",\n                                \"text\": \" je\",\n                                \"start\": 229620,\n                                \"end\": 229900,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"eb8aac0b-73a6-4208-abcb-5de4e9a5b437\",\n                                \"text\": \" pas\",\n                                \"start\": 231720,\n                                \"end\": 231960,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:48-03:53\"\n                    },\n                    {\n                        \"id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\",\n                        \"text\": \"Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\",\n                        \"start\": 68120,\n                        \"end\": 81000,\n                        \"duration\": 12880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0070a3be-250c-4554-824f-49babf820276\",\n                                \"text\": \" de\",\n                                \"start\": 71180,\n                                \"end\": 71280,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"05b43b47-d1ae-4687-b7f4-6437ad6ecb8f\",\n                                \"text\": \" a\",\n                                \"start\": 74480,\n                                \"end\": 74940,\n                                \"duration\": 460,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"0a6af69d-df41-4d29-891e-50ee7b0721ed\",\n                                \"text\": \" sur\",\n                                \"start\": 77540,\n                                \"end\": 77740,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"10c20edd-71df-4e51-ac10-abaf00038912\",\n                                \"text\": \" du\",\n                                \"start\": 69660,\n                                \"end\": 69900,\n                                \"duration\": 240,\n                                \"probability\": 0.33,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"196a4626-6c98-4ce0-8096-524587dc32af\",\n                                \"text\": \" rouge.\",\n                                \"start\": 75540,\n                                \"end\": 75880,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"1a8550c2-7259-4ba2-9702-c5f1bd9754c6\",\n                                \"text\": \" percuté\",\n                                \"start\": 77040,\n                                \"end\": 77540,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"1f23bcfa-790c-48a1-9263-dfc2fe30b6b8\",\n                                \"text\": \" feu\",\n                                \"start\": 75380,\n                                \"end\": 75540,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"2349b0db-5177-4ca2-9fee-4455de62bde6\",\n                                \"text\": \" pour\",\n                                \"start\": 71660,\n                                \"end\": 71940,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"49c467ec-c969-4173-8e69-395f471f2649\",\n                                \"text\": \" jour,\",\n                                \"start\": 69900,\n                                \"end\": 70200,\n                                \"duration\": 300,\n                                \"probability\": 0.26,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"52d60e89-7b2d-4bb8-988a-3449d6d294aa\",\n                                \"text\": \" grillé\",\n                                \"start\": 74940,\n                                \"end\": 75280,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"55ef0040-3588-4040-8ca2-9a42a63561e6\",\n                                \"text\": \" droit.\",\n                                \"start\": 78120,\n                                \"end\": 78420,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"5eeeb5aa-feed-4190-95d5-dbb28ea7ad4b\",\n                                \"text\": \" travailler\",\n                                \"start\": 72140,\n                                \"end\": 72440,\n                                \"duration\": 300,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"65a1bcee-73b7-4b0c-9e6e-253fc9a899e1\",\n                                \"text\": \" un\",\n                                \"start\": 75280,\n                                \"end\": 75380,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"7932964b-09d4-4de9-8e01-d692ee9eb3c2\",\n                                \"text\": \" moi\",\n                                \"start\": 71400,\n                                \"end\": 71660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"9047f6e0-faa5-4d53-9038-fb0f8e3c234c\",\n                                \"text\": \" côté\",\n                                \"start\": 77880,\n                                \"end\": 78120,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"98a9a50c-40e3-465b-9a56-9da71b47bae6\",\n                                \"text\": \" Oui,\",\n                                \"start\": 68120,\n                                \"end\": 68700,\n                                \"duration\": 580,\n                                \"probability\": 0.79,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"9a35672e-ee3a-4fa2-ae21-b348c3132f2a\",\n                                \"text\": \" et\",\n                                \"start\": 73200,\n                                \"end\": 73740,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"9e0ab93e-915e-4596-adba-0ceaec1de4f0\",\n                                \"text\": \" aller\",\n                                \"start\": 71940,\n                                \"end\": 72140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"a207db6f-34b9-484c-8fd1-4035e719fabd\",\n                                \"text\": \" chez\",\n                                \"start\": 71280,\n                                \"end\": 71400,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"a76f96a4-5cf9-4a6f-84f2-37ea6e339633\",\n                                \"text\": \" sérieusement\",\n                                \"start\": 79880,\n                                \"end\": 80440,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"af6ecbab-1e02-485f-9543-cd62a2ac597c\",\n                                \"text\": \" à\",\n                                \"start\": 72440,\n                                \"end\": 72760,\n                                \"duration\": 320,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"b6d2c023-49ff-47d1-8cff-20f506d45c64\",\n                                \"text\": \" au\",\n                                \"start\": 69280,\n                                \"end\": 69460,\n                                \"duration\": 180,\n                                \"probability\": 0.84,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"b98f8e5a-9dbf-4b2a-9184-de4371fa59fe\",\n                                \"text\": \" est\",\n                                \"start\": 79660,\n                                \"end\": 79880,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"bcf0d2e0-cb32-4a58-8d10-dac1c90ef140\",\n                                \"text\": \" endommagée.\",\n                                \"start\": 80440,\n                                \"end\": 81000,\n                                \"duration\": 560,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"c5b56b34-9bf4-40bd-aab5-dd374db01cbd\",\n                                \"text\": \" tout\",\n                                \"start\": 68700,\n                                \"end\": 69280,\n                                \"duration\": 580,\n                                \"probability\": 0.5,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"d0bad9f1-f92c-43d5-a898-5b157f63251f\",\n                                \"text\": \" Elle\",\n                                \"start\": 75880,\n                                \"end\": 76760,\n                                \"duration\": 880,\n                                \"probability\": 0.49,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"d806d8d1-ae49-4381-8858-f6ac11cb8587\",\n                                \"text\": \" sortais\",\n                                \"start\": 70680,\n                                \"end\": 71180,\n                                \"duration\": 500,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"dfaa1d1a-5662-4399-b0bb-50950640df83\",\n                                \"text\": \" Ma\",\n                                \"start\": 78760,\n                                \"end\": 79300,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"e2149e49-bd7c-4253-ab1f-689d2ecbfe42\",\n                                \"text\": \" m'a\",\n                                \"start\": 76760,\n                                \"end\": 77040,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"e36e6538-aea2-4c63-85f6-7fb043984023\",\n                                \"text\": \" voiture\",\n                                \"start\": 79300,\n                                \"end\": 79660,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"e38789e6-d4a1-4b33-b6a9-fbc1b1c69b50\",\n                                \"text\": \" Levallois\",\n                                \"start\": 72760,\n                                \"end\": 73200,\n                                \"duration\": 440,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"e7a4a470-7a37-4ef8-824a-adc5891cc69a\",\n                                \"text\": \" long\",\n                                \"start\": 69460,\n                                \"end\": 69660,\n                                \"duration\": 200,\n                                \"probability\": 0.37,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"ef17f730-fe88-4840-a279-c376a2d7d323\",\n                                \"text\": \" je\",\n                                \"start\": 70200,\n                                \"end\": 70680,\n                                \"duration\": 480,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"f39c088c-a94e-49b7-8ca9-f3b9e523018b\",\n                                \"text\": \" le\",\n                                \"start\": 77740,\n                                \"end\": 77880,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"f5f59d67-cc0b-4e53-aaa4-f70bd621a64e\",\n                                \"text\": \" une\",\n                                \"start\": 73740,\n                                \"end\": 74080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"f94a26f9-8c2b-46d7-a984-39d6b91f139e\",\n                                \"text\": \" voiture\",\n                                \"start\": 74080,\n                                \"end\": 74480,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:08-01:21\"\n                    },\n                    {\n                        \"id\": \"42a51600-735f-49b2-b4c5-3d764945568c\",\n                        \"text\": \"D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\",\n                        \"start\": 219450,\n                        \"end\": 227790,\n                        \"duration\": 8340,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03088b16-48f2-40f5-bbfb-5fe6cc0d914f\",\n                                \"text\": \" contrat\",\n                                \"start\": 221490,\n                                \"end\": 221870,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"16301e6a-cc12-4fc8-93b2-ada024981ec2\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 219450,\n                                \"end\": 219830,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"1e093963-1a06-448a-b6e4-56b0cdb6aedf\",\n                                \"text\": \" vous\",\n                                \"start\": 227430,\n                                \"end\": 227590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"29f56822-b9e4-43b8-814b-8b69970de85e\",\n                                \"text\": \" bien.\",\n                                \"start\": 220090,\n                                \"end\": 220290,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"2d6bb9e3-0f7e-4c73-b5d6-c473c52adcfb\",\n                                \"text\": \" très\",\n                                \"start\": 219950,\n                                \"end\": 220090,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"2f8afb8d-f4c2-4986-ab14-dccb0cdebc39\",\n                                \"text\": \" ?\",\n                                \"start\": 227590,\n                                \"end\": 227790,\n                                \"duration\": 200,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"39446c0d-b6ac-4502-bbbc-2a7a5bebe0f5\",\n                                \"text\": \" vois\",\n                                \"start\": 220910,\n                                \"end\": 221150,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"3d889505-0d58-4408-a7ce-0c6b3bf72914\",\n                                \"text\": \" Je\",\n                                \"start\": 220510,\n                                \"end\": 220910,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"41ee4916-0a59-4c57-80f2-1cd96dfbe73d\",\n                                \"text\": \" avec\",\n                                \"start\": 223510,\n                                \"end\": 223990,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"45f46880-e770-4ff3-9fde-6cb06592fb30\",\n                                \"text\": \" inclus.\",\n                                \"start\": 224730,\n                                \"end\": 225110,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"50382272-1004-42fe-8ad8-5ce12b7698f3\",\n                                \"text\": \" d'un\",\n                                \"start\": 222610,\n                                \"end\": 222790,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"7e5086d6-f34b-4c16-b170-c0a0b6d79fa0\",\n                                \"text\": \" service\",\n                                \"start\": 222790,\n                                \"end\": 222970,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"8e699041-e3b6-4df4-8849-caebf22ac42a\",\n                                \"text\": \" bénéficiez\",\n                                \"start\": 222110,\n                                \"end\": 222610,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"9263adb5-0061-4a6c-8f4b-e8ef22d5836e\",\n                                \"text\": \" Souhaitez-vous\",\n                                \"start\": 225890,\n                                \"end\": 226470,\n                                \"duration\": 580,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"97f7e8d8-566f-4c8f-a800-0457fc8930bd\",\n                                \"text\": \" votre\",\n                                \"start\": 221310,\n                                \"end\": 221490,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"9f065afd-87fe-4e3e-aad9-7c3d8c139312\",\n                                \"text\": \" j'organise\",\n                                \"start\": 226570,\n                                \"end\": 227090,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"a2e2b444-e5d7-47a7-b14c-dd7d0f28293c\",\n                                \"text\": \" vous\",\n                                \"start\": 222030,\n                                \"end\": 222110,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"ac378477-c464-494b-bef4-8f0aa024c019\",\n                                \"text\": \" que\",\n                                \"start\": 221870,\n                                \"end\": 222030,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"b82f8d91-0442-4427-ac81-6c558d4f948a\",\n                                \"text\": \" cela\",\n                                \"start\": 227090,\n                                \"end\": 227230,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"c551fbd7-3636-4e1e-94a5-ef99d06ba182\",\n                                \"text\": \" que\",\n                                \"start\": 226470,\n                                \"end\": 226570,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"c922f44a-d214-49d6-98f9-079e5a8e41f4\",\n                                \"text\": \" dans\",\n                                \"start\": 221150,\n                                \"end\": 221310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"f1f1459c-75a6-46f0-b26d-0d68a854253f\",\n                                \"text\": \" d'assistance\",\n                                \"start\": 222970,\n                                \"end\": 223510,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"f66a1aa5-13dc-4573-ad4c-ba149fe02a00\",\n                                \"text\": \" pour\",\n                                \"start\": 227230,\n                                \"end\": 227430,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"ff9cfc2a-0792-446a-93f6-77496aaf51f5\",\n                                \"text\": \" remorquage\",\n                                \"start\": 223990,\n                                \"end\": 224730,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:39-03:47\"\n                    },\n                    {\n                        \"id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\",\n                        \"text\": \"D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\",\n                        \"start\": 96070,\n                        \"end\": 105600,\n                        \"duration\": 9530,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00d37661-74ed-4e45-a9b4-f320d65600bc\",\n                                \"text\": \" détails.\",\n                                \"start\": 99780,\n                                \"end\": 100140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"067cf701-1a23-4594-b1e1-38033d0b1478\",\n                                \"text\": \" vous\",\n                                \"start\": 97900,\n                                \"end\": 98040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"0a22ffab-6ed1-4d7f-ad3d-ea68da86c094\",\n                                \"text\": \" heureux\",\n                                \"start\": 96920,\n                                \"end\": 97340,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"164a1148-9aaa-409e-9383-b6a3407af56e\",\n                                \"text\": \" ?\",\n                                \"start\": 105380,\n                                \"end\": 105600,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"18fd8be6-a155-48ee-a2b7-18bc3179ef1c\",\n                                \"text\": \" n'avez\",\n                                \"start\": 98040,\n                                \"end\": 98240,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"1e52e28b-fd18-4a8d-af9f-389077c77d69\",\n                                \"text\": \" ces\",\n                                \"start\": 99620,\n                                \"end\": 99780,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"27666787-43b8-4907-ab19-2de628cbf6e4\",\n                                \"text\": \" suis\",\n                                \"start\": 96800,\n                                \"end\": 96920,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"30f35d5d-c5c0-487a-8fb2-180ce6f4d74b\",\n                                \"text\": \" ?\",\n                                \"start\": 104040,\n                                \"end\": 104320,\n                                \"duration\": 280,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"37b1fabe-f7a2-4774-bd46-04de505cb865\",\n                                \"text\": \" constat\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"498e440f-00a5-4839-9036-1f5614bd427f\",\n                                \"text\": \" je\",\n                                \"start\": 96660,\n                                \"end\": 96800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"50314ecb-38ba-4ea5-8035-71210e114870\",\n                                \"text\": \" Merci\",\n                                \"start\": 99140,\n                                \"end\": 99440,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"55b49475-2668-4a08-9c5b-c7cc4bd1ae39\",\n                                \"text\": \" pas\",\n                                \"start\": 98240,\n                                \"end\": 98440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"5e1fbfff-6ca4-4e68-a4e4-67bd0de7e59d\",\n                                \"text\": \" blessé\",\n                                \"start\": 105040,\n                                \"end\": 105380,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"6997f607-e723-41a5-b6c6-76b781361542\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 96070,\n                                \"end\": 96480,\n                                \"duration\": 410,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"69c54aa3-eee8-417b-a85c-5bd5d1f512b5\",\n                                \"text\": \" avec\",\n                                \"start\": 102200,\n                                \"end\": 102620,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"72974158-1a54-4d85-9f36-a78d7fdf144c\",\n                                \"text\": \" conducteur\",\n                                \"start\": 103040,\n                                \"end\": 103660,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"7fff71d6-f61c-425c-a5f4-b32a256b8189\",\n                                \"text\": \" un\",\n                                \"start\": 101340,\n                                \"end\": 101420,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"95287047-c482-4df2-8963-b2debb9b1b56\",\n                                \"text\": \" sur\",\n                                \"start\": 103660,\n                                \"end\": 103800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"a80749c7-1489-458f-af5d-5f22d793a905\",\n                                \"text\": \" été\",\n                                \"start\": 98440,\n                                \"end\": 98680,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"a8c9119d-d78d-4133-b59a-6c86ffee33bf\",\n                                \"text\": \" place\",\n                                \"start\": 103800,\n                                \"end\": 104040,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"aa675756-b1af-4edd-b500-dfe17fa98a57\",\n                                \"text\": \" que\",\n                                \"start\": 97660,\n                                \"end\": 97900,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"aea52e6a-9446-46a2-a384-a98c77a8feb5\",\n                                \"text\": \" blessé.\",\n                                \"start\": 98680,\n                                \"end\": 99100,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"b2b7845f-9fab-4057-9325-ee391d5aed19\",\n                                \"text\": \" d'apprendre\",\n                                \"start\": 97340,\n                                \"end\": 97660,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"b2f4d6de-24d3-4aa2-b06d-c819800afc3e\",\n                                \"text\": \" amiable\",\n                                \"start\": 101860,\n                                \"end\": 102200,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"cfcd46ba-2d65-43b0-b6a8-d0b21b77924b\",\n                                \"text\": \" pour\",\n                                \"start\": 99440,\n                                \"end\": 99620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"d80b107a-36f3-435e-9197-47085a268943\",\n                                \"text\": \" été\",\n                                \"start\": 104900,\n                                \"end\": 105040,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"ebca9abb-7e25-4c1e-883e-6b30e767f2a4\",\n                                \"text\": \" rempli\",\n                                \"start\": 100960,\n                                \"end\": 101340,\n                                \"duration\": 380,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"f08747e9-862e-4aad-8149-11a7bbce3370\",\n                                \"text\": \" l'autre\",\n                                \"start\": 102620,\n                                \"end\": 103040,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"f2394d95-58d6-49d7-9bdf-2ac81be40621\",\n                                \"text\": \" A-t-il\",\n                                \"start\": 104320,\n                                \"end\": 104900,\n                                \"duration\": 580,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"f770f110-2441-4789-92e9-18c934c80faf\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 100540,\n                                \"end\": 100960,\n                                \"duration\": 420,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:36-01:45\"\n                    },\n                    {\n                        \"id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\",\n                        \"text\": \"Oui, c'est exact.\",\n                        \"start\": 274550,\n                        \"end\": 275790,\n                        \"duration\": 1240,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03d1ba95-49ee-4094-82fa-b8619bcaf33b\",\n                                \"text\": \" c'est\",\n                                \"start\": 275290,\n                                \"end\": 275530,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\n                            },\n                            {\n                                \"id\": \"26014066-5545-4b31-b09c-87cc419abad4\",\n                                \"text\": \" Oui,\",\n                                \"start\": 274550,\n                                \"end\": 275270,\n                                \"duration\": 720,\n                                \"probability\": 0.85,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\n                            },\n                            {\n                                \"id\": \"70491a75-d27a-4f5f-b9a4-27468880ded3\",\n                                \"text\": \" exact.\",\n                                \"start\": 275530,\n                                \"end\": 275790,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:34-04:35\"\n                    },\n                    {\n                        \"id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\",\n                        \"text\": \"Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\",\n                        \"start\": 235160,\n                        \"end\": 246600,\n                        \"duration\": 11440,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c148f22-601b-47bf-a603-8a06e5b72eb3\",\n                                \"text\": \" vais\",\n                                \"start\": 238400,\n                                \"end\": 238560,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"1c3cd535-4352-4da9-8787-55fbe881ff38\",\n                                \"text\": \" allons\",\n                                \"start\": 235960,\n                                \"end\": 236180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"1c971577-3252-4122-bec0-9981905b2ba3\",\n                                \"text\": \" d'abord\",\n                                \"start\": 238560,\n                                \"end\": 238740,\n                                \"duration\": 180,\n                                \"probability\": 0.71,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"1f84254d-e483-40fc-851d-7348b21bc2c6\",\n                                \"text\": \" ?\",\n                                \"start\": 246320,\n                                \"end\": 246600,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"2228f10a-3652-4588-8932-f749e6f30ce8\",\n                                \"text\": \" plaît\",\n                                \"start\": 246120,\n                                \"end\": 246320,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"2729480d-25b4-4d7c-8722-e5ee000674e5\",\n                                \"text\": \" voiture.\",\n                                \"start\": 242460,\n                                \"end\": 242800,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"2ebecf73-162a-427b-b144-9d2c2e3f20b8\",\n                                \"text\": \" nous\",\n                                \"start\": 235840,\n                                \"end\": 235960,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"36bbc2f9-6801-4bcb-9993-bd2ab3327b51\",\n                                \"text\": \" vous\",\n                                \"start\": 246060,\n                                \"end\": 246120,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"3fec824e-cae5-406b-9b4d-a5c5ed074255\",\n                                \"text\": \" occuper\",\n                                \"start\": 236480,\n                                \"end\": 236840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"407f38b4-3b54-4579-8911-ac8b1f74ef63\",\n                                \"text\": \" vous\",\n                                \"start\": 243600,\n                                \"end\": 243780,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"4724011f-ce70-48ee-93d0-860b71ea041d\",\n                                \"text\": \" routière\",\n                                \"start\": 240320,\n                                \"end\": 240720,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"4df402b9-695c-4d62-b319-96ceb7de2e86\",\n                                \"text\": \" en\",\n                                \"start\": 236340,\n                                \"end\": 236480,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"51edbe0c-d8e8-4f84-b1c6-97fafade4e2c\",\n                                \"text\": \" d'assistance\",\n                                \"start\": 239840,\n                                \"end\": 240320,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"69c63588-e8a4-45f2-878f-7ac059b16e21\",\n                                \"text\": \" de\",\n                                \"start\": 235360,\n                                \"end\": 235420,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"6e71dbec-dcdf-4e1f-8fd8-1c073a00f096\",\n                                \"text\": \" votre\",\n                                \"start\": 242280,\n                                \"end\": 242460,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"7509e53b-5d6a-4600-8142-e3dd79ec282b\",\n                                \"text\": \" que\",\n                                \"start\": 243540,\n                                \"end\": 243600,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"7c7ca0b7-4556-4f03-a46b-c7686df75b08\",\n                                \"text\": \" Je\",\n                                \"start\": 238000,\n                                \"end\": 238400,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"847c47f5-4519-4c10-b4ce-7dd460d6b73b\",\n                                \"text\": \" se\",\n                                \"start\": 245140,\n                                \"end\": 245260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"889fd174-3cad-45db-beda-7b0b429ca557\",\n                                \"text\": \" notre\",\n                                \"start\": 239180,\n                                \"end\": 239460,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"93a88c14-878e-44bd-a01f-c0100c341b45\",\n                                \"text\": \" Pas\",\n                                \"start\": 235160,\n                                \"end\": 235360,\n                                \"duration\": 200,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"99a27ddd-6a5f-42f9-b361-47aaec601bd9\",\n                                \"text\": \" Est-ce\",\n                                \"start\": 243140,\n                                \"end\": 243540,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"9a4c69a3-e8ef-49a6-9279-2378b699321c\",\n                                \"text\": \" nous\",\n                                \"start\": 236180,\n                                \"end\": 236340,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"a2e7b163-0d8f-4364-84b6-2f273d2901c1\",\n                                \"text\": \" contacter\",\n                                \"start\": 238740,\n                                \"end\": 239180,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"a5767fa5-5978-4342-8fd7-02b0e0b817d0\",\n                                \"text\": \" souci,\",\n                                \"start\": 235420,\n                                \"end\": 235780,\n                                \"duration\": 360,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"ae1faeb0-ea0e-424a-8918-2fa86d7cf9ad\",\n                                \"text\": \" service\",\n                                \"start\": 239460,\n                                \"end\": 239840,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"b1d159e7-33e6-4e13-be3f-fba1f80fbc5d\",\n                                \"text\": \" voiture,\",\n                                \"start\": 245580,\n                                \"end\": 245800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"b2d76f22-e338-4235-aa82-4148d412f93d\",\n                                \"text\": \" où\",\n                                \"start\": 244920,\n                                \"end\": 245140,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"b41ff0d9-da77-4f4b-8ff5-b7b4883340db\",\n                                \"text\": \" pourriez\",\n                                \"start\": 243780,\n                                \"end\": 244100,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"b9aaad3f-726d-4070-9eec-906344012262\",\n                                \"text\": \" confirmer\",\n                                \"start\": 244100,\n                                \"end\": 244560,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"c4fbb1cd-4da3-4a03-9042-a6db97320ae4\",\n                                \"text\": \" trouve\",\n                                \"start\": 245260,\n                                \"end\": 245440,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"c81389f7-0f02-4838-8a0f-dacec20d421f\",\n                                \"text\": \" ensemble.\",\n                                \"start\": 236840,\n                                \"end\": 237220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"c83a7dfa-5627-4171-938f-8f11aee39188\",\n                                \"text\": \" vienne\",\n                                \"start\": 241620,\n                                \"end\": 241820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"d256980e-0b17-4dca-a0a0-1fd67c1f1198\",\n                                \"text\": \" la\",\n                                \"start\": 245440,\n                                \"end\": 245580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"d379b81e-cf46-4f7d-ba68-8740e88eaaeb\",\n                                \"text\": \" qu'un\",\n                                \"start\": 240920,\n                                \"end\": 241140,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"d998cbd9-8816-4569-bb4c-b8d604684119\",\n                                \"text\": \" l'adresse\",\n                                \"start\": 244560,\n                                \"end\": 244920,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"e693d9e8-89dc-4376-88e0-63d43a04e812\",\n                                \"text\": \" dépanneur\",\n                                \"start\": 241140,\n                                \"end\": 241620,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"eaafdb69-1b47-40cc-9c93-7c45c3b57360\",\n                                \"text\": \" pour\",\n                                \"start\": 240720,\n                                \"end\": 240920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"ec00a668-1d7d-4758-bb3c-381818227bcb\",\n                                \"text\": \" s'il\",\n                                \"start\": 245920,\n                                \"end\": 246060,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"f007ba5e-0929-4e23-b176-06754ac46a8f\",\n                                \"text\": \" récupérer\",\n                                \"start\": 241820,\n                                \"end\": 242280,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:55-04:06\"\n                    },\n                    {\n                        \"id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\",\n                        \"text\": \"« Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\",\n                        \"start\": 185370,\n                        \"end\": 193410,\n                        \"duration\": 8040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"00a4a8b9-daa8-4c74-a0db-0f1d4ff937f2\",\n                                \"text\": \" est\",\n                                \"start\": 188730,\n                                \"end\": 188990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"035ebb51-18e8-48c4-abdc-22b416b57818\",\n                                \"text\": \" à\",\n                                \"start\": 190910,\n                                \"end\": 191130,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"1ecf0d41-f8b0-45d5-a545-49256725cc71\",\n                                \"text\": \" le\",\n                                \"start\": 192030,\n                                \"end\": 192210,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"297d1f50-dc28-4c96-9fa0-cf8518c55c57\",\n                                \"text\": \" me\",\n                                \"start\": 186610,\n                                \"end\": 186730,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"41e580b7-576d-4433-9dc5-701b38ddaefd\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 188990,\n                                \"end\": 189710,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"49c91308-5ca8-4eaf-a9a0-890f80e44ea7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 185990,\n                                \"end\": 186030,\n                                \"duration\": 40,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"4edb1037-8cbc-4728-93eb-94e98d2c952d\",\n                                \"text\": \" serait\",\n                                \"start\": 186730,\n                                \"end\": 187010,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"5a32f17a-9a76-4aa4-a9f9-2f459e6e7d9b\",\n                                \"text\": \" la\",\n                                \"start\": 191130,\n                                \"end\": 191270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"5b52b19a-b06a-4c13-bc1b-4df139b9853f\",\n                                \"text\": \" voiture\",\n                                \"start\": 188390,\n                                \"end\": 188730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"5b730529-8001-4e1e-b02d-0ecb8f0442df\",\n                                \"text\": \" très\",\n                                \"start\": 187010,\n                                \"end\": 187270,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"6f5a0eb0-8cf5-4169-a195-ea38b126c5f6\",\n                                \"text\": \" utile.\",\n                                \"start\": 187270,\n                                \"end\": 187750,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"76adbbe9-0a91-4656-8931-29415bdbc048\",\n                                \"text\": \" en\",\n                                \"start\": 189710,\n                                \"end\": 189810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"797b3c90-8779-4da5-9204-396566fc54d0\",\n                                \"text\": \" ce\",\n                                \"start\": 189810,\n                                \"end\": 189930,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"7fccdfba-8f6f-4d0e-9dca-79e7d1db2edd\",\n                                \"text\": \" Ma\",\n                                \"start\": 187950,\n                                \"end\": 188390,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"82fba3c1-edd8-49ed-a0b7-ae2b00983f80\",\n                                \"text\": \" sur\",\n                                \"start\": 191590,\n                                \"end\": 192030,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"8b1fc70b-b583-4527-aef5-4db0ea0f128b\",\n                                \"text\": \" garer\",\n                                \"start\": 191270,\n                                \"end\": 191590,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"9221b035-9223-4775-a9e9-6a940678ae4c\",\n                                \"text\": \" J'ai\",\n                                \"start\": 190390,\n                                \"end\": 190710,\n                                \"duration\": 320,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"93ca0ecf-1553-4453-9592-ec8eecbaa740\",\n                                \"text\": \" «\",\n                                \"start\": 185370,\n                                \"end\": 185990,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"b0c74662-972b-4937-a95e-9a20abbbace9\",\n                                \"text\": \" bas-côté.\",\n                                \"start\": 192210,\n                                \"end\": 192730,\n                                \"duration\": 520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"ce349cea-6250-49ae-ac83-457287a88667\",\n                                \"text\": \" ça\",\n                                \"start\": 186170,\n                                \"end\": 186610,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"d4bf8204-52ab-4916-9bc1-bef97095a529\",\n                                \"text\": \" moment.\",\n                                \"start\": 189930,\n                                \"end\": 190210,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"de3991d1-521c-4547-a9c0-11c57da9364e\",\n                                \"text\": \" »\",\n                                \"start\": 192970,\n                                \"end\": 193410,\n                                \"duration\": 440,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"fe8cac76-bbe0-42a3-a521-93159cbae259\",\n                                \"text\": \" réussi\",\n                                \"start\": 190710,\n                                \"end\": 190910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:05-03:13\"\n                    },\n                    {\n                        \"id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\",\n                        \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 3060,\n                        \"end\": 8760,\n                        \"duration\": 5700,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"003198b0-5061-49ce-8887-22b3665d2e12\",\n                                \"text\": \" vous\",\n                                \"start\": 7800,\n                                \"end\": 7900,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"0ab9c935-6c17-437e-8184-5412141318fb\",\n                                \"text\": \" m'appelle\",\n                                \"start\": 6760,\n                                \"end\": 7020,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"0b275f61-eab5-4cec-ae28-6e78a364d32d\",\n                                \"text\": \" client\",\n                                \"start\": 5420,\n                                \"end\": 5700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"1d97bd04-ef5c-4b2d-9fe8-6eee82a2997c\",\n                                \"text\": \" vous\",\n                                \"start\": 3980,\n                                \"end\": 4260,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"1eb10149-25f4-4180-87cd-ddcca88ff826\",\n                                \"text\": \" bien\",\n                                \"start\": 4440,\n                                \"end\": 4520,\n                                \"duration\": 80,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"2d2e5713-9c75-4221-9c10-fef93ee1537c\",\n                                \"text\": \" Je\",\n                                \"start\": 6620,\n                                \"end\": 6760,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"55ba3f78-20e8-4015-9730-01fdd4ae9287\",\n                                \"text\": \" Rémi,\",\n                                \"start\": 7020,\n                                \"end\": 7260,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"56ac4b5d-a78f-4f69-9172-7b776fe7ccaa\",\n                                \"text\": \" Poulpe\",\n                                \"start\": 5860,\n                                \"end\": 6080,\n                                \"duration\": 220,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"57b7d0b2-27b3-4d9b-a304-7497026423c3\",\n                                \"text\": \" de\",\n                                \"start\": 5700,\n                                \"end\": 5860,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"5b1c117a-f840-4442-ba32-88240902e8f6\",\n                                \"text\": \" service\",\n                                \"start\": 5180,\n                                \"end\": 5420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"5e1f51ac-3ad2-452a-8ba4-e55ad174a300\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 8080,\n                                \"end\": 8500,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"66e6e81a-24f3-42e6-b124-4344a8589efa\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 3060,\n                                \"end\": 3640,\n                                \"duration\": 580,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"88148a1f-b05a-4875-87ce-fe08218fc444\",\n                                \"text\": \" comment\",\n                                \"start\": 7400,\n                                \"end\": 7560,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"92ffbc61-a36e-40e6-af6c-c466bbc3b63d\",\n                                \"text\": \" avec\",\n                                \"start\": 4820,\n                                \"end\": 5060,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"ab652374-f84d-431a-a789-b0617a96b379\",\n                                \"text\": \" le\",\n                                \"start\": 5060,\n                                \"end\": 5180,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"aba0c0b3-cc6a-4aef-a3d5-73fbae1c0f1c\",\n                                \"text\": \" Assurance.\",\n                                \"start\": 6080,\n                                \"end\": 6520,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"c2cbbcc8-e222-4b95-8bdf-46b63275cc18\",\n                                \"text\": \" contact\",\n                                \"start\": 4620,\n                                \"end\": 4820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"ca0880ca-3018-4635-b43c-301f01929578\",\n                                \"text\": \" puis-je\",\n                                \"start\": 7560,\n                                \"end\": 7800,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"d94a17f1-6b7c-46e4-b08e-a61584237140\",\n                                \"text\": \" ?\",\n                                \"start\": 8500,\n                                \"end\": 8760,\n                                \"duration\": 260,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"de32f647-0462-468f-a3e6-e5edf85c5bf4\",\n                                \"text\": \" êtes\",\n                                \"start\": 4260,\n                                \"end\": 4440,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"eb70a0e6-b70e-4b70-9d2d-5a57e16f502f\",\n                                \"text\": \" aider\",\n                                \"start\": 7900,\n                                \"end\": 8080,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"f406fd26-60a7-469f-8a4c-66b16f9e771e\",\n                                \"text\": \" en\",\n                                \"start\": 4520,\n                                \"end\": 4620,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:03-00:08\"\n                    },\n                    {\n                        \"id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\",\n                        \"text\": \"Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\",\n                        \"start\": 277790,\n                        \"end\": 285970,\n                        \"duration\": 8180,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00466749-a5b0-4484-847b-d466db7a3625\",\n                                \"text\": \" votre\",\n                                \"start\": 285590,\n                                \"end\": 285690,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"03675be9-daaa-4ee8-81b2-309a95aa260d\",\n                                \"text\": \" Bien\",\n                                \"start\": 277790,\n                                \"end\": 278050,\n                                \"duration\": 260,\n                                \"probability\": 0.18,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"0f416059-8dbe-455d-b7a3-4b1fc4d8211f\",\n                                \"text\": \" la\",\n                                \"start\": 280470,\n                                \"end\": 280610,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"1302e2eb-b88a-4a22-b52e-1ebc1bb2692d\",\n                                \"text\": \" M.\",\n                                \"start\": 278270,\n                                \"end\": 278390,\n                                \"duration\": 120,\n                                \"probability\": 0.44,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"16b843ab-4576-4a8f-9186-4ab902e72cc2\",\n                                \"text\": \" ou\",\n                                \"start\": 284130,\n                                \"end\": 284570,\n                                \"duration\": 440,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"1b59ee57-8ee8-4873-b106-439fce555371\",\n                                \"text\": \" garage\",\n                                \"start\": 283330,\n                                \"end\": 283630,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"2fde99a7-6623-4d3c-94d7-65aa808fb7b6\",\n                                \"text\": \" destination\",\n                                \"start\": 280610,\n                                \"end\": 280990,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"4dec33a8-3338-4f12-82f7-86092f08801c\",\n                                \"text\": \" ?\",\n                                \"start\": 280990,\n                                \"end\": 281390,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"50e2213a-ea34-402a-9bf1-a751ce7dab26\",\n                                \"text\": \" pour\",\n                                \"start\": 280210,\n                                \"end\": 280470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"547822fd-ef72-4580-b632-1563e8711ebf\",\n                                \"text\": \" Nous\",\n                                \"start\": 281390,\n                                \"end\": 281710,\n                                \"duration\": 320,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"567aa9db-7890-4da4-8191-8881073880de\",\n                                \"text\": \" bien,\",\n                                \"start\": 278050,\n                                \"end\": 278270,\n                                \"duration\": 220,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"6cbf163a-905c-4740-bf57-22488b2dabd2\",\n                                \"text\": \" préférence\",\n                                \"start\": 279550,\n                                \"end\": 280210,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"6f313d92-3352-4f0d-8381-938496c3aa4e\",\n                                \"text\": \" un\",\n                                \"start\": 283190,\n                                \"end\": 283330,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"71e3f825-529d-4133-9042-48883ce56c4d\",\n                                \"text\": \" choix.\",\n                                \"start\": 285690,\n                                \"end\": 285970,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"8f321160-aa81-4e5a-9a01-98c3f87eea4f\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 278470,\n                                \"end\": 278690,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"96a8880c-08de-4108-884f-aed256632a2f\",\n                                \"text\": \" pouvons\",\n                                \"start\": 281710,\n                                \"end\": 281930,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"9d80ed53-b99c-49a3-b112-2928f8a2a7e3\",\n                                \"text\": \" l'envoyer\",\n                                \"start\": 281930,\n                                \"end\": 282470,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"9f3eda5c-7db3-4ec8-b4b4-4c5a043cbf7b\",\n                                \"text\": \" une\",\n                                \"start\": 279350,\n                                \"end\": 279550,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"a5bece48-d4c5-40c2-ba15-265eaf1469f3\",\n                                \"text\": \" une\",\n                                \"start\": 284810,\n                                \"end\": 284970,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"a97b66ae-6243-49f3-bef5-d299ba8a35ef\",\n                                \"text\": \" autre\",\n                                \"start\": 284970,\n                                \"end\": 285150,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"bd9aae92-c2aa-4c00-8178-2f3b155593b3\",\n                                \"text\": \" vers\",\n                                \"start\": 282730,\n                                \"end\": 283190,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"c0ae56d5-8f46-4038-8a09-5ca1ce190008\",\n                                \"text\": \" de\",\n                                \"start\": 285430,\n                                \"end\": 285590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"c6bd0ff8-2fbd-4825-a0d5-4e5c09d3e864\",\n                                \"text\": \" à\",\n                                \"start\": 284570,\n                                \"end\": 284810,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"dd5212ac-8f56-44b7-a479-19b575b72530\",\n                                \"text\": \" ou\",\n                                \"start\": 282470,\n                                \"end\": 282730,\n                                \"duration\": 260,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"de5e0053-dd92-4775-83b3-a6882cf26802\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 278910,\n                                \"end\": 279350,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"e4d5d312-ec29-4093-a2fe-422c8fb3fe2f\",\n                                \"text\": \" agréé\",\n                                \"start\": 283630,\n                                \"end\": 284130,\n                                \"duration\": 500,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"eb1d13b2-3706-4ab6-9dd1-c6d96f0f3e0b\",\n                                \"text\": \" adresse\",\n                                \"start\": 285150,\n                                \"end\": 285430,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:37-04:45\"\n                    },\n                    {\n                        \"id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\",\n                        \"text\": \"Merci. Bonne journée à vous aussi.\",\n                        \"start\": 326840,\n                        \"end\": 328840,\n                        \"duration\": 2000,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0259f297-50da-4e0f-b313-f7756a9f00ef\",\n                                \"text\": \" aussi.\",\n                                \"start\": 328560,\n                                \"end\": 328840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"435de051-d611-48e0-b329-b686e941f948\",\n                                \"text\": \" vous\",\n                                \"start\": 328420,\n                                \"end\": 328560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"7879f507-2c2d-4f45-8cad-2876c68a13ab\",\n                                \"text\": \" journée\",\n                                \"start\": 327960,\n                                \"end\": 328260,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"90cfaea5-81ff-494f-83a2-a324c9e08712\",\n                                \"text\": \" Bonne\",\n                                \"start\": 327400,\n                                \"end\": 327960,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"91b87e9c-afec-4015-803e-c5fbe32eeaf7\",\n                                \"text\": \" Merci.\",\n                                \"start\": 326840,\n                                \"end\": 327400,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"b8d910c8-50d2-47b3-afb2-fa471581d23d\",\n                                \"text\": \" à\",\n                                \"start\": 328260,\n                                \"end\": 328420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:26-05:28\"\n                    },\n                    {\n                        \"id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\",\n                        \"text\": \"Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\",\n                        \"start\": 118060,\n                        \"end\": 126460,\n                        \"duration\": 8400,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0008ffea-fcbd-4250-8763-0fac86f53f0f\",\n                                \"text\": \" le\",\n                                \"start\": 125700,\n                                \"end\": 125840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"0c9c604e-6072-4118-a69e-e259a61a3632\",\n                                \"text\": \" faire\",\n                                \"start\": 125840,\n                                \"end\": 126100,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"13c406fe-a0ad-49f0-8048-221dffabcfe0\",\n                                \"text\": \" je\",\n                                \"start\": 124980,\n                                \"end\": 125100,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"192653bd-2c4c-4444-8514-4c13287b0591\",\n                                \"text\": \" traitement\",\n                                \"start\": 119660,\n                                \"end\": 120080,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"223fb0a0-9aae-4da7-a289-3ae80229e282\",\n                                \"text\": \" ce\",\n                                \"start\": 122660,\n                                \"end\": 122780,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"22ea33c5-203c-4180-baf2-babdeb69c972\",\n                                \"text\": \" ou\",\n                                \"start\": 123940,\n                                \"end\": 124340,\n                                \"duration\": 400,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"36ce09a2-acb8-4503-8a8f-c3066462a44a\",\n                                \"text\": \" vous\",\n                                \"start\": 125100,\n                                \"end\": 125260,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"464ac290-fd2e-4c82-95fd-346de8e06bce\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 121400,\n                                \"end\": 122020,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"53b1e7ea-d968-452b-98e8-87a87a2a0f4d\",\n                                \"text\": \" facilitera\",\n                                \"start\": 118880,\n                                \"end\": 119540,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"56620ec9-32c8-4e32-9756-1b74705d1b1f\",\n                                \"text\": \" envoyé\",\n                                \"start\": 122240,\n                                \"end\": 122660,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"688fe2c2-54cf-4dca-ac63-800f83d6b7a2\",\n                                \"text\": \" Parfait,\",\n                                \"start\": 118060,\n                                \"end\": 118540,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"741d0469-8fd6-462d-9ce0-835b6e80f085\",\n                                \"text\": \" guide\",\n                                \"start\": 125260,\n                                \"end\": 125520,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"81600d0a-f436-454a-9773-727a5f89ca77\",\n                                \"text\": \" cela\",\n                                \"start\": 118580,\n                                \"end\": 118880,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"8eb1b4fc-c0eb-4c43-b560-0a849fdc3316\",\n                                \"text\": \" constat\",\n                                \"start\": 122780,\n                                \"end\": 123220,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"9055bec7-a57e-4a5d-97ed-27b9a37f6d8e\",\n                                \"text\": \" ?\",\n                                \"start\": 126100,\n                                \"end\": 126460,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"9c2795e3-1098-4333-b58d-b0f94f90103a\",\n                                \"text\": \" souhaitez-vous\",\n                                \"start\": 124340,\n                                \"end\": 124880,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"9d0a0797-f444-4a19-bb17-28a8f508660c\",\n                                \"text\": \" votre\",\n                                \"start\": 120300,\n                                \"end\": 120500,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"b673b3a0-d07d-4949-bd8b-139779db121f\",\n                                \"text\": \" que\",\n                                \"start\": 124880,\n                                \"end\": 124980,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"c40bfd88-710e-4382-85d3-a19eb2368350\",\n                                \"text\": \" pour\",\n                                \"start\": 125520,\n                                \"end\": 125700,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"c757292a-5fdd-4aff-ab4c-63ee78b39d5f\",\n                                \"text\": \" notre\",\n                                \"start\": 123300,\n                                \"end\": 123480,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"cdfb1031-d75a-4080-97ad-578b1318de93\",\n                                \"text\": \" à\",\n                                \"start\": 123220,\n                                \"end\": 123300,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"d4c2a3fc-3381-4e05-858d-756e7de2f35e\",\n                                \"text\": \" service\",\n                                \"start\": 123480,\n                                \"end\": 123940,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"e0dc8218-6bc5-43fb-9249-b8f79b35e3a1\",\n                                \"text\": \" déjà\",\n                                \"start\": 122020,\n                                \"end\": 122240,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"e9738052-279b-4b08-9efe-b6e44c193c2e\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120500,\n                                \"end\": 121000,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"ef8e4e2b-5b31-44fc-b497-28731cbc4c67\",\n                                \"text\": \" de\",\n                                \"start\": 120080,\n                                \"end\": 120300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"f1fcf0d9-548b-4a95-a038-4cf9b420d14a\",\n                                \"text\": \" le\",\n                                \"start\": 119540,\n                                \"end\": 119660,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:58-02:06\"\n                    },\n                    {\n                        \"id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\",\n                        \"text\": \"Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\",\n                        \"start\": 18520,\n                        \"end\": 29440,\n                        \"duration\": 10920,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02e5660a-b6e3-4523-a21b-785b5defa416\",\n                                \"text\": \" nom\",\n                                \"start\": 26260,\n                                \"end\": 26500,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"04a07fc4-6f91-4780-be13-9dcf74fa653b\",\n                                \"text\": \" me\",\n                                \"start\": 25460,\n                                \"end\": 25560,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"11a4db83-9a4b-492c-85a0-eabd54f1d5cd\",\n                                \"text\": \" ?\",\n                                \"start\": 29000,\n                                \"end\": 29440,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"1ba1b458-e516-42b3-9799-fa4382efdcc9\",\n                                \"text\": \" votre\",\n                                \"start\": 27220,\n                                \"end\": 27460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"223a462a-728a-45d0-9e97-7b6f91cb95d7\",\n                                \"text\": \" Je\",\n                                \"start\": 18520,\n                                \"end\": 18740,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"2947f3da-0ecc-4c8f-b39a-b564a4e858bc\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 24900,\n                                \"end\": 25460,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"2e1aaa08-a270-4ce0-b2a8-8fadbd9d3fa2\",\n                                \"text\": \" vais\",\n                                \"start\": 22440,\n                                \"end\": 22560,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"340ff737-806f-4849-904a-cc5560a86b66\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 20020,\n                                \"end\": 20160,\n                                \"duration\": 140,\n                                \"probability\": 0.56,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"4a3b1d65-0163-494f-87e0-6682f69faccc\",\n                                \"text\": \" plaît\",\n                                \"start\": 28760,\n                                \"end\": 29000,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"509c1799-01b0-42b6-86df-30654dc34c46\",\n                                \"text\": \" concrat,\",\n                                \"start\": 28100,\n                                \"end\": 28480,\n                                \"duration\": 380,\n                                \"probability\": 0.37,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"51b9828e-c06e-435c-820a-6d4a2620d417\",\n                                \"text\": \" votre\",\n                                \"start\": 26080,\n                                \"end\": 26260,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"6cb917cc-e0ea-42bb-89b5-c2bfb58eb00e\",\n                                \"text\": \" suis\",\n                                \"start\": 18740,\n                                \"end\": 18840,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"745a4c6a-b610-4307-80a9-f9799a57863e\",\n                                \"text\": \" vérifier\",\n                                \"start\": 22740,\n                                \"end\": 23200,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"8099cdc3-0be8-4d9f-b09e-c952c714eab2\",\n                                \"text\": \" vous.\",\n                                \"start\": 24300,\n                                \"end\": 24480,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"84845abb-f6fd-46d2-a00b-95b0f6a09ff2\",\n                                \"text\": \" et\",\n                                \"start\": 26840,\n                                \"end\": 27220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"8ceec243-62e5-42cc-85d5-c2d748d5b8a1\",\n                                \"text\": \" répondre\",\n                                \"start\": 21060,\n                                \"end\": 21320,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"937db8b3-f60b-4496-852b-345aff0b6375\",\n                                \"text\": \" de\",\n                                \"start\": 27900,\n                                \"end\": 28100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"9b4377c7-0662-493a-b729-f0707dc5004e\",\n                                \"text\": \" certaines\",\n                                \"start\": 23200,\n                                \"end\": 23460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"a4019ea7-366c-40f5-9f45-9d7909dd18dd\",\n                                \"text\": \" de\",\n                                \"start\": 20920,\n                                \"end\": 21060,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"b09b3d1e-a6e0-4cab-a1af-eb7919cc428e\",\n                                \"text\": \" avec\",\n                                \"start\": 23860,\n                                \"end\": 24300,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"b4f6a8b8-0b02-4433-95bc-e492d54afe51\",\n                                \"text\": \" informations\",\n                                \"start\": 23460,\n                                \"end\": 23860,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"bcaaaf30-3220-43d1-a350-b36d962b1837\",\n                                \"text\": \" vous\",\n                                \"start\": 28660,\n                                \"end\": 28760,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"c73eaa49-360f-4d72-a8ed-7c5ff159c1c1\",\n                                \"text\": \" d'apprendre\",\n                                \"start\": 19340,\n                                \"end\": 19640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"c930deb2-4bee-48e3-b578-a59a95215481\",\n                                \"text\": \" complet\",\n                                \"start\": 26500,\n                                \"end\": 26840,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"c9786fde-fe33-4ae7-9188-08612a44b3ab\",\n                                \"text\": \" devoir\",\n                                \"start\": 22560,\n                                \"end\": 22740,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"d5ac2832-966a-4401-a1d5-ee7a858d115e\",\n                                \"text\": \" précisément,\",\n                                \"start\": 21600,\n                                \"end\": 22160,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"de8719a3-d538-4f60-b3fc-d31d0c81a885\",\n                                \"text\": \" cela,\",\n                                \"start\": 19640,\n                                \"end\": 19920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"e522d0a3-1716-4f78-8278-e6077f3323aa\",\n                                \"text\": \" plus\",\n                                \"start\": 21320,\n                                \"end\": 21600,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"e6f4b6a0-5eb7-48de-a069-dfc352fdd0d6\",\n                                \"text\": \" Avant\",\n                                \"start\": 20480,\n                                \"end\": 20920,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"e89f3a83-ac13-4c20-833a-a023de485fc2\",\n                                \"text\": \" désolé\",\n                                \"start\": 18840,\n                                \"end\": 19340,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"f3bb3d1b-455f-4ee5-8c61-4e40a6151b33\",\n                                \"text\": \" je\",\n                                \"start\": 22240,\n                                \"end\": 22440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"f481ac6c-c7ba-4d28-b633-38a2a7367ef7\",\n                                \"text\": \" confirmer\",\n                                \"start\": 25560,\n                                \"end\": 26080,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"f4b04f8b-6fe1-4bb6-b26e-4555a3b67ef8\",\n                                \"text\": \" numéro\",\n                                \"start\": 27460,\n                                \"end\": 27900,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"f9f8526d-0992-421c-b1fc-8f88e7be1d2b\",\n                                \"text\": \" s'il\",\n                                \"start\": 28520,\n                                \"end\": 28660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:18-00:29\"\n                    },\n                    {\n                        \"id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\",\n                        \"text\": \"Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\",\n                        \"start\": 9390,\n                        \"end\": 16650,\n                        \"duration\": 7260,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"038459ff-8513-4b1e-b7d9-d6df229d4ded\",\n                                \"text\": \" je\",\n                                \"start\": 15550,\n                                \"end\": 15670,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"1802bc53-c2d5-45e8-8024-b1396ad5e7e9\",\n                                \"text\": \" savoir\",\n                                \"start\": 14350,\n                                \"end\": 14690,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"197f24c0-512a-45ba-8b2a-d13c503ff5a5\",\n                                \"text\": \" de\",\n                                \"start\": 12690,\n                                \"end\": 12950,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"378b201f-0ca4-4b96-97eb-13c11c93d78c\",\n                                \"text\": \" que\",\n                                \"start\": 11430,\n                                \"end\": 11610,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"3deed58c-19fd-49d5-ab3f-5a5fd286ff1c\",\n                                \"text\": \" je\",\n                                \"start\": 10130,\n                                \"end\": 10690,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"3ef2f166-2813-4e53-a61f-2757c58091b8\",\n                                \"text\": \" je\",\n                                \"start\": 14030,\n                                \"end\": 14150,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"505f9a2b-c30c-484f-8daa-ea29c9084343\",\n                                \"text\": \" vous\",\n                                \"start\": 10690,\n                                \"end\": 10850,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"75a964ed-9f42-4a8a-86ff-6addeac0ae18\",\n                                \"text\": \" vais\",\n                                \"start\": 15670,\n                                \"end\": 15810,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"81d0e9f0-449f-4ce3-a497-b052af7323d3\",\n                                \"text\": \" un\",\n                                \"start\": 12170,\n                                \"end\": 12410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"9259c7f2-c281-4fb8-a7be-2fc9ce393e05\",\n                                \"text\": \" voulais\",\n                                \"start\": 14150,\n                                \"end\": 14350,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"9de3d76f-432e-4e06-9cf3-ba138b510a23\",\n                                \"text\": \" appelle\",\n                                \"start\": 10850,\n                                \"end\": 11130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"ad2bdfb2-dfd7-4e47-be80-e9f1e46654c1\",\n                                \"text\": \" d'avoir\",\n                                \"start\": 11950,\n                                \"end\": 12170,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"af708924-3829-47e5-828a-19c678a3e60d\",\n                                \"text\": \" je\",\n                                \"start\": 11610,\n                                \"end\": 11730,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"b2587752-f576-4de3-801f-ef13c806fc18\",\n                                \"text\": \" viens\",\n                                \"start\": 11730,\n                                \"end\": 11950,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"b458423b-1180-4c2f-9975-a138eadca7d9\",\n                                \"text\": \" si\",\n                                \"start\": 14690,\n                                \"end\": 15550,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"b92e4354-e1b8-45df-9602-14b4500683fa\",\n                                \"text\": \" parce\",\n                                \"start\": 11130,\n                                \"end\": 11430,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"ba3f2db3-3af6-42aa-bc06-49a16105fc10\",\n                                \"text\": \" et\",\n                                \"start\": 13250,\n                                \"end\": 14030,\n                                \"duration\": 780,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"c0ddb98e-6a0e-4f72-8cb2-2134907bf02a\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 9390,\n                                \"end\": 9910,\n                                \"duration\": 520,\n                                \"probability\": 0.86,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"c463a654-9b58-4a46-88ba-899e83be30b6\",\n                                \"text\": \" voiture\",\n                                \"start\": 12950,\n                                \"end\": 13250,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"d9ff691b-8e27-40d8-8881-a7e9aed71769\",\n                                \"text\": \" accident\",\n                                \"start\": 12410,\n                                \"end\": 12690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"e1ac71ae-7617-438f-9235-ca7ef4ec78ae\",\n                                \"text\": \" indemnisé.\",\n                                \"start\": 15970,\n                                \"end\": 16650,\n                                \"duration\": 680,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"edb0f4a9-77c9-4bc4-8050-5970bcbfd738\",\n                                \"text\": \" être\",\n                                \"start\": 15810,\n                                \"end\": 15970,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:09-00:16\"\n                    },\n                    {\n                        \"id\": \"78407769-92dd-4551-800d-e19b69e16c92\",\n                        \"text\": \"Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\",\n                        \"start\": 88140,\n                        \"end\": 93740,\n                        \"duration\": 5600,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c9c33d4-0f7e-4004-bfbc-488d93411ced\",\n                                \"text\": \" taper\",\n                                \"start\": 92220,\n                                \"end\": 92520,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"2899393d-4383-4737-9d97-33053ff3c71a\",\n                                \"text\": \" le\",\n                                \"start\": 92840,\n                                \"end\": 93000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"33cc41d0-1054-4c67-86c8-7bc27ee3afe3\",\n                                \"text\": \" passager.\",\n                                \"start\": 93260,\n                                \"end\": 93740,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"44601e50-1195-44eb-b5d3-6acdea9c603b\",\n                                \"text\": \" je\",\n                                \"start\": 89760,\n                                \"end\": 89940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"4bf5a802-4309-4f47-b695-a177879752d2\",\n                                \"text\": \" voiture\",\n                                \"start\": 91440,\n                                \"end\": 91780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"4cfb8263-5717-428f-a889-d11594a9a4f7\",\n                                \"text\": \" n'ai\",\n                                \"start\": 89940,\n                                \"end\": 90060,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"66975d82-1e92-49c1-820a-4db6409f3277\",\n                                \"text\": \" que\",\n                                \"start\": 91140,\n                                \"end\": 91300,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"68da4bff-9e5e-4e1e-bffb-28aaa25fceed\",\n                                \"text\": \" fort\",\n                                \"start\": 88680,\n                                \"end\": 89220,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"75baa0f4-ec7a-4907-879c-68cbd20c8c30\",\n                                \"text\": \" Non,\",\n                                \"start\": 88140,\n                                \"end\": 88680,\n                                \"duration\": 540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"788f5ad9-4a3a-4276-9cda-c08a5a5eb559\",\n                                \"text\": \" côté\",\n                                \"start\": 93000,\n                                \"end\": 93260,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"7c43a5d8-e2c9-4914-8cae-57947ce77eb4\",\n                                \"text\": \" sur\",\n                                \"start\": 92520,\n                                \"end\": 92840,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"8dae418a-7e60-4b4f-9ad7-ecb6bd99afcf\",\n                                \"text\": \" rien,\",\n                                \"start\": 90060,\n                                \"end\": 90320,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"98219bc1-5c09-43b4-8c4f-44e28b2ac72b\",\n                                \"text\": \" venue\",\n                                \"start\": 92040,\n                                \"end\": 92220,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"d2c2773b-23ae-4ec8-9420-caa1a29162c2\",\n                                \"text\": \" vu\",\n                                \"start\": 90380,\n                                \"end\": 91140,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"ec621d37-bdf5-4129-9bf8-0c88af1b17a9\",\n                                \"text\": \" heureusement,\",\n                                \"start\": 89220,\n                                \"end\": 89760,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"edaa0321-5967-4223-89c4-0aa51a7d61b5\",\n                                \"text\": \" la\",\n                                \"start\": 91300,\n                                \"end\": 91440,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"fa4c5979-e8a6-4fac-8353-73a9079bb36c\",\n                                \"text\": \" est\",\n                                \"start\": 91780,\n                                \"end\": 92040,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:28-01:33\"\n                    },\n                    {\n                        \"id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\",\n                        \"text\": \"Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\",\n                        \"start\": 106460,\n                        \"end\": 116000,\n                        \"duration\": 9540,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0d68c718-9f83-49c4-bf9e-8c40ff2be331\",\n                                \"text\": \" constat\",\n                                \"start\": 115220,\n                                \"end\": 115660,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"144b066f-c60b-46cb-b5ca-9294814fd4b3\",\n                                \"text\": \" blessé.\",\n                                \"start\": 113080,\n                                \"end\": 113440,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"1b810336-d854-45ff-a6ef-c8b4d8764f84\",\n                                \"text\": \" faute\",\n                                \"start\": 112040,\n                                \"end\": 112420,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"2915eb7e-0f47-4842-b6c0-b16557c36f5a\",\n                                \"text\": \" sa\",\n                                \"start\": 111860,\n                                \"end\": 112040,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"52261121-ebec-45f0-ab48-de27157614ab\",\n                                \"text\": \" conducteur\",\n                                \"start\": 110480,\n                                \"end\": 111380,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"5ee4787e-5df3-42d0-b151-1c6d38689f5f\",\n                                \"text\": \" nous\",\n                                \"start\": 107060,\n                                \"end\": 107660,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"662fcfbe-2342-4279-ba82-d25307b1d1cc\",\n                                \"text\": \" pris\",\n                                \"start\": 114220,\n                                \"end\": 114420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"6a72671c-d9fc-4e25-917a-15f356c19527\",\n                                \"text\": \" J'ai\",\n                                \"start\": 113580,\n                                \"end\": 114220,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"7afc0383-192e-4dfb-98ef-e5c329a69d4e\",\n                                \"text\": \" une\",\n                                \"start\": 114420,\n                                \"end\": 114720,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"836dc114-97ac-465b-83b7-8cd49f0574f9\",\n                                \"text\": \" Oui,\",\n                                \"start\": 106460,\n                                \"end\": 107000,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"87ab8d8e-1ae4-450e-9bfe-c7fc1d0be97e\",\n                                \"text\": \" copie\",\n                                \"start\": 114720,\n                                \"end\": 115120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"89576105-d215-4229-8d30-4f97c4fb1f7c\",\n                                \"text\": \" L'autre\",\n                                \"start\": 110000,\n                                \"end\": 110480,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"8e9dc1f4-7c3c-4844-8e97-4823e218892b\",\n                                \"text\": \" n'est\",\n                                \"start\": 112820,\n                                \"end\": 112980,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"9fccb6a1-1676-45e3-abd1-85078eed60d1\",\n                                \"text\": \" a\",\n                                \"start\": 111380,\n                                \"end\": 111460,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"9fefec76-ae23-42ff-bfdd-0f0629655e74\",\n                                \"text\": \" reconnu\",\n                                \"start\": 111460,\n                                \"end\": 111860,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"a58e8c01-6561-40f7-bc61-5ccc2f6fd2e1\",\n                                \"text\": \" pas\",\n                                \"start\": 112980,\n                                \"end\": 113080,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"aa4eece1-525f-4798-b618-8cdc4bfdff1a\",\n                                \"text\": \" amiable.\",\n                                \"start\": 109200,\n                                \"end\": 109720,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"b1ba5429-f372-479d-b8cf-f8c478f18593\",\n                                \"text\": \" du\",\n                                \"start\": 115120,\n                                \"end\": 115220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"b5d8102d-ac49-41ae-80b7-0311c7bb38c1\",\n                                \"text\": \" avons\",\n                                \"start\": 107660,\n                                \"end\": 107960,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"b6c410d6-df3e-405b-826d-3f59c320feaa\",\n                                \"text\": \" et\",\n                                \"start\": 112420,\n                                \"end\": 112820,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"ce59bcac-bee9-476e-a07f-0e653c954869\",\n                                \"text\": \" constat\",\n                                \"start\": 108640,\n                                \"end\": 109200,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"d9000a06-d411-40a4-b960-519df10f31f2\",\n                                \"text\": \" rempli\",\n                                \"start\": 107960,\n                                \"end\": 108520,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"ed3347ae-bb9a-4ade-a474-54e397f78254\",\n                                \"text\": \" signé.\",\n                                \"start\": 115660,\n                                \"end\": 116000,\n                                \"duration\": 340,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"ee985ce0-79ed-489b-bee4-8086a44980b9\",\n                                \"text\": \" un\",\n                                \"start\": 108520,\n                                \"end\": 108640,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:46-01:56\"\n                    },\n                    {\n                        \"id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\",\n                        \"text\": \"D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\",\n                        \"start\": 83080,\n                        \"end\": 86930,\n                        \"duration\": 3850,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"180ff4f0-5705-41e9-9762-dfa922067120\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 83550,\n                                \"end\": 83790,\n                                \"duration\": 240,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"215bb6e7-7ce7-40b4-a33a-d82441749206\",\n                                \"text\": \" Êtes-vous\",\n                                \"start\": 83970,\n                                \"end\": 84330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"2c69aefd-f811-444c-90ce-6903600ade29\",\n                                \"text\": \" assistance\",\n                                \"start\": 85710,\n                                \"end\": 85910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"3b59f327-2db1-4d04-8073-19080c17ab9f\",\n                                \"text\": \" ou\",\n                                \"start\": 84810,\n                                \"end\": 84950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"4ea18c07-938c-4b0c-953e-a0f0a5253dd6\",\n                                \"text\": \" blessé\",\n                                \"start\": 84330,\n                                \"end\": 84810,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"6cffbe37-5b0f-4f27-8485-37e662985fab\",\n                                \"text\": \" d'une\",\n                                \"start\": 85550,\n                                \"end\": 85710,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"cef5f049-94d1-4256-99bd-a33e01cdf8ab\",\n                                \"text\": \" avez-vous\",\n                                \"start\": 84950,\n                                \"end\": 85270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"cf054760-1b38-4acc-b73b-d1999b50e1c3\",\n                                \"text\": \" médicale\",\n                                \"start\": 85910,\n                                \"end\": 86670,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"ea3aa0d4-c421-48e2-bdd9-af7f0022a67e\",\n                                \"text\": \" ?\",\n                                \"start\": 86670,\n                                \"end\": 86930,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"f0afe006-56b0-4aee-9967-fb495398f194\",\n                                \"text\": \" besoin\",\n                                \"start\": 85270,\n                                \"end\": 85550,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"f92f4478-b0b4-4d6b-b54e-c605caca5fff\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 83080,\n                                \"end\": 83490,\n                                \"duration\": 410,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:26\"\n                    },\n                    {\n                        \"id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\",\n                        \"text\": \"D'accord. Je vais le scanner et l'envoyer cet après-midi. »\",\n                        \"start\": 159020,\n                        \"end\": 162620,\n                        \"duration\": 3600,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"069549ec-7e2e-4fba-9723-4972a7a36dfa\",\n                                \"text\": \" cet\",\n                                \"start\": 161540,\n                                \"end\": 161700,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"164cd798-c3d9-49ab-98cf-e69c7ed9b2de\",\n                                \"text\": \" »\",\n                                \"start\": 162400,\n                                \"end\": 162620,\n                                \"duration\": 220,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"42be80d0-67e5-41a0-be1a-5cdea8f98295\",\n                                \"text\": \" après-midi.\",\n                                \"start\": 161700,\n                                \"end\": 162200,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"4768cb83-7cb4-4be4-8099-f15441f7c7d0\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 159020,\n                                \"end\": 159560,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"5831026f-177a-4b53-837c-a3315aea8025\",\n                                \"text\": \" le\",\n                                \"start\": 160500,\n                                \"end\": 160600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"5f6b8b91-c414-4ee4-905d-6703d687e70a\",\n                                \"text\": \" l'envoyer\",\n                                \"start\": 161080,\n                                \"end\": 161540,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"980f7ea3-f495-471e-983e-df13e75ffb7a\",\n                                \"text\": \" scanner\",\n                                \"start\": 160600,\n                                \"end\": 160940,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"ae410235-ea03-461e-9f9e-3fdae6bcbf1a\",\n                                \"text\": \" vais\",\n                                \"start\": 160340,\n                                \"end\": 160500,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"e4a05b2b-57e9-4996-89d1-c84506910217\",\n                                \"text\": \" Je\",\n                                \"start\": 159900,\n                                \"end\": 160340,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"e840bb1f-8910-43fe-aa20-ed6b73e6a7e4\",\n                                \"text\": \" et\",\n                                \"start\": 160940,\n                                \"end\": 161080,\n                                \"duration\": 140,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:39-02:42\"\n                    },\n                    {\n                        \"id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\",\n                        \"text\": \"Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\",\n                        \"start\": 256540,\n                        \"end\": 273840,\n                        \"duration\": 17300,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09e6773b-13fd-40d1-bcdf-85d6275f0475\",\n                                \"text\": \" le\",\n                                \"start\": 266020,\n                                \"end\": 266320,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"1c091e46-1cf9-4001-b37d-eab600458a9e\",\n                                \"text\": \" d'arrivée.\",\n                                \"start\": 263760,\n                                \"end\": 264200,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"1eeeae26-4a34-4d07-9b7f-ddada72c924d\",\n                                \"text\": \" de\",\n                                \"start\": 259740,\n                                \"end\": 260019,\n                                \"duration\": 279,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"20a11b35-c44b-4c84-adb5-f3b14bf9cf78\",\n                                \"text\": \" dans\",\n                                \"start\": 258880,\n                                \"end\": 259000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"2b15850d-8385-4084-bbf7-c8929faf46fa\",\n                                \"text\": \" sera\",\n                                \"start\": 258240,\n                                \"end\": 258440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"342842c0-8559-43e1-954d-ce3c4f2bf937\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 257279,\n                                \"end\": 257519,\n                                \"duration\": 240,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"3b41f36a-e53f-41c6-af04-9baafed35617\",\n                                \"text\": \" deux\",\n                                \"start\": 260019,\n                                \"end\": 260200,\n                                \"duration\": 181,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"3d3637c4-c9c7-44a1-85d8-ccc2707a80db\",\n                                \"text\": \" Merci\",\n                                \"start\": 256540,\n                                \"end\": 256940,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"408cb884-ea5b-4f49-a503-f804c4102afd\",\n                                \"text\": \" est-il\",\n                                \"start\": 265300,\n                                \"end\": 265760,\n                                \"duration\": 460,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"56823fb4-1389-42fe-adc0-79aa9607ef65\",\n                                \"text\": \" heures.\",\n                                \"start\": 260200,\n                                \"end\": 260440,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"69f7bc9d-f035-4498-844c-e49b0db86a18\",\n                                \"text\": \" Votre\",\n                                \"start\": 264780,\n                                \"end\": 265040,\n                                \"duration\": 260,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"6ce46054-43a8-460c-bd27-4b3c3f783a31\",\n                                \"text\": \" SMS\",\n                                \"start\": 261640,\n                                \"end\": 261899,\n                                \"duration\": 259,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"797a598e-a14e-49de-99ae-05435b849777\",\n                                \"text\": \" ses\",\n                                \"start\": 262240,\n                                \"end\": 262440,\n                                \"duration\": 200,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"7d616730-021e-42de-b408-27adff6bf120\",\n                                \"text\": \" Un\",\n                                \"start\": 257640,\n                                \"end\": 257839,\n                                \"duration\": 199,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"87bf390e-19cd-4610-9296-df0f5803a131\",\n                                \"text\": \" numéro\",\n                                \"start\": 265040,\n                                \"end\": 265300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"8f927823-423b-4406-a15a-9ba3d7c9445b\",\n                                \"text\": \" ?\",\n                                \"start\": 273420,\n                                \"end\": 273840,\n                                \"duration\": 420,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"934d3182-e003-41d2-949c-1026591d2145\",\n                                \"text\": \" et\",\n                                \"start\": 262940,\n                                \"end\": 263200,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"99ef05a3-2a08-4d15-8f3e-9e816b89f867\",\n                                \"text\": \" dépanneur\",\n                                \"start\": 257839,\n                                \"end\": 258240,\n                                \"duration\": 401,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"a1168739-504b-4c04-8b23-02a41c5037e6\",\n                                \"text\": \" recevrez\",\n                                \"start\": 261079,\n                                \"end\": 261540,\n                                \"duration\": 461,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"a2954c1c-f57e-4113-872a-026c3abba75f\",\n                                \"text\": \" 0601-02-03-04-05\",\n                                \"start\": 266330,\n                                \"end\": 273420,\n                                \"duration\": 7090,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"a61042ed-3b79-4f73-ab77-41ee596dd9ae\",\n                                \"text\": \" avec\",\n                                \"start\": 261899,\n                                \"end\": 262240,\n                                \"duration\": 341,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"a97475a0-8ab1-44ba-928b-0a12b275fbaf\",\n                                \"text\": \" Vous\",\n                                \"start\": 260680,\n                                \"end\": 261079,\n                                \"duration\": 399,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"ad091f14-aa43-4c7c-afa4-8e519ab51166\",\n                                \"text\": \" un\",\n                                \"start\": 259000,\n                                \"end\": 259140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"b1fa43b3-db3f-44dd-9859-c7f7a0c83cd0\",\n                                \"text\": \" maximum\",\n                                \"start\": 259380,\n                                \"end\": 259740,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"b4fc1cb2-1fcb-4c66-b81d-ebca75cc0f54\",\n                                \"text\": \" envoyé\",\n                                \"start\": 258440,\n                                \"end\": 258880,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"b7e57099-63d0-42db-9c22-2228d185bcdf\",\n                                \"text\": \" délai\",\n                                \"start\": 259140,\n                                \"end\": 259380,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"cd52ef6e-8f06-4b83-a093-9d6400490e4e\",\n                                \"text\": \" l'heure\",\n                                \"start\": 263200,\n                                \"end\": 263340,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"d87436e3-d55c-4f07-a50d-3e8ded81b649\",\n                                \"text\": \" un\",\n                                \"start\": 261540,\n                                \"end\": 261640,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"ec660b36-2571-48d7-b547-236bc3b7ad82\",\n                                \"text\": \" beaucoup,\",\n                                \"start\": 256940,\n                                \"end\": 257180,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"f089dcb9-fb20-4bef-83b2-64a209ac6671\",\n                                \"text\": \" exacte\",\n                                \"start\": 263340,\n                                \"end\": 263760,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"fc1aecab-e360-4b06-98f8-94f8bc2cc1c8\",\n                                \"text\": \" toujours\",\n                                \"start\": 265760,\n                                \"end\": 266020,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"feba25fc-5dc5-4e41-9f95-68382244079c\",\n                                \"text\": \" coordonnées\",\n                                \"start\": 262440,\n                                \"end\": 262940,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:16-04:33\"\n                    },\n                    {\n                        \"id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 330560,\n                        \"end\": 331520,\n                        \"duration\": 960,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"37d520cd-fda5-40ed-898c-7c2b53f72812\",\n                                \"text\": \" Merci,\",\n                                \"start\": 330560,\n                                \"end\": 330920,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\n                            },\n                            {\n                                \"id\": \"95e9fa4e-46eb-44d0-8ba4-c24619fe32e1\",\n                                \"text\": \" revoir.\",\n                                \"start\": 331260,\n                                \"end\": 331520,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\n                            },\n                            {\n                                \"id\": \"de51e7e8-6c88-407d-877a-5132e51fb0c1\",\n                                \"text\": \" au\",\n                                \"start\": 331100,\n                                \"end\": 331260,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:30-05:31\"\n                    },\n                    {\n                        \"id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\",\n                        \"text\": \"Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\",\n                        \"start\": 127990,\n                        \"end\": 132490,\n                        \"duration\": 4500,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"11078292-d611-4aba-a3fc-23bc07328349\",\n                                \"text\": \" la\",\n                                \"start\": 130990,\n                                \"end\": 131170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"166bc514-1c8f-4559-bb00-61b76ad55877\",\n                                \"text\": \" «\",\n                                \"start\": 132070,\n                                \"end\": 132490,\n                                \"duration\": 420,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"23e285c4-0a9c-4f19-9935-86ec7853edd1\",\n                                \"text\": \" envoyé.\",\n                                \"start\": 129289,\n                                \"end\": 129930,\n                                \"duration\": 641,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"2c3eaf63-6b0b-41f7-afc5-f3968eaed762\",\n                                \"text\": \" ne\",\n                                \"start\": 128530,\n                                \"end\": 128669,\n                                \"duration\": 139,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"3184a727-0eb8-44ea-ab70-9385984b06f9\",\n                                \"text\": \" ?\",\n                                \"start\": 131710,\n                                \"end\": 132070,\n                                \"duration\": 360,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"3b0054d3-a338-4eec-a5af-f2d1b822ca47\",\n                                \"text\": \" encore\",\n                                \"start\": 129030,\n                                \"end\": 129289,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"4152c26a-fc1a-467c-a390-b25c518b786e\",\n                                \"text\": \" procédure\",\n                                \"start\": 131170,\n                                \"end\": 131710,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"5e1490a5-1c6d-4b4d-92a9-20a2cff6c781\",\n                                \"text\": \" pas\",\n                                \"start\": 128889,\n                                \"end\": 129030,\n                                \"duration\": 141,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"70fe7182-7ed8-4175-8be5-2755667d58c0\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 129970,\n                                \"end\": 130570,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"de958e39-4e35-4b41-aa7b-0b76bbc8b66b\",\n                                \"text\": \" Je\",\n                                \"start\": 127990,\n                                \"end\": 128530,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"e4639776-2b18-4a16-9f7e-b37f827d374f\",\n                                \"text\": \" m'expliquer\",\n                                \"start\": 130570,\n                                \"end\": 130990,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"e9b19e31-d6f3-4647-bdb4-dbfb83187db3\",\n                                \"text\": \" l'ai\",\n                                \"start\": 128669,\n                                \"end\": 128889,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:07-02:12\"\n                    },\n                    {\n                        \"id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\",\n                        \"text\": \"Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\",\n                        \"start\": 133810,\n                        \"end\": 157670,\n                        \"duration\": 23860,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0176e973-c145-4c96-a9e9-40aa24bbbf3c\",\n                                \"text\": \" directement\",\n                                \"start\": 143970,\n                                \"end\": 144270,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"02442d7b-77bc-42b0-a537-dc282d391e05\",\n                                \"text\": \" notre\",\n                                \"start\": 151550,\n                                \"end\": 151930,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"057a304c-c7e9-4695-a002-83d31d56d87f\",\n                                \"text\": \" pour\",\n                                \"start\": 156370,\n                                \"end\": 156630,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"0b96bf34-1e5d-42cf-90dc-7d1a3815c54c\",\n                                \"text\": \" votre\",\n                                \"start\": 140770,\n                                \"end\": 140930,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"121396ce-ec96-4f82-b4cf-42897efcc9fa\",\n                                \"text\": \" fois\",\n                                \"start\": 150870,\n                                \"end\": 151030,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1231cfae-ce14-46d1-9d09-24bd4738d610\",\n                                \"text\": \" Bernard,\",\n                                \"start\": 134610,\n                                \"end\": 134910,\n                                \"duration\": 300,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1466200d-598b-4af1-bb8e-d5d3e965e679\",\n                                \"text\": \" transmettre\",\n                                \"start\": 155130,\n                                \"end\": 155610,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"15c3f6f2-01af-490b-8328-2d9554beb73b\",\n                                \"text\": \" reçu,\",\n                                \"start\": 151030,\n                                \"end\": 151470,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1936b6b3-fd70-4f3f-82be-460471b17a0a\",\n                                \"text\": \" ou\",\n                                \"start\": 142570,\n                                \"end\": 142810,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"19a3e26d-0d97-4b19-b615-edca14b61730\",\n                                \"text\": \" client\",\n                                \"start\": 141310,\n                                \"end\": 141570,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1a67c03d-5509-4fe8-9553-46dde25689e6\",\n                                \"text\": \" en\",\n                                \"start\": 146850,\n                                \"end\": 147030,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1c16f8ed-50ea-428b-a292-3d6566048d0a\",\n                                \"text\": \" ligne,\",\n                                \"start\": 141770,\n                                \"end\": 141990,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1cc7d1f4-b0c9-4f81-8104-cd70b3557019\",\n                                \"text\": \" des\",\n                                \"start\": 137410,\n                                \"end\": 137550,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"2a4be29f-42c1-4982-bd1c-95254bc95e5e\",\n                                \"text\": \" la\",\n                                \"start\": 157030,\n                                \"end\": 157210,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"2bf8abb9-515c-473c-864e-afde382bdf91\",\n                                \"text\": \" en\",\n                                \"start\": 140110,\n                                \"end\": 140230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"2c8c9576-db57-4a48-a46b-5658e0850231\",\n                                \"text\": \" nos\",\n                                \"start\": 144970,\n                                \"end\": 145110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"358c73de-21bc-40d5-a76e-83af9d8d4cf3\",\n                                \"text\": \" dans\",\n                                \"start\": 144270,\n                                \"end\": 144710,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"360c4a15-b577-4c72-a654-beed42eb3614\",\n                                \"text\": \" physiques,\",\n                                \"start\": 145410,\n                                \"end\": 145930,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"37b4a00a-3d1d-4b4f-af7d-6a50338ae9e1\",\n                                \"text\": \" sûr,\",\n                                \"start\": 134050,\n                                \"end\": 134410,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"3b747c6b-0c58-4ae1-8736-b40de5587bfd\",\n                                \"text\": \" Je\",\n                                \"start\": 153930,\n                                \"end\": 154450,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"40679040-aa05-43d9-aab1-b0f182f55e81\",\n                                \"text\": \" agences\",\n                                \"start\": 145110,\n                                \"end\": 145410,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"44716c9d-f912-4385-991e-73be966f1a03\",\n                                \"text\": \" possible\",\n                                \"start\": 156050,\n                                \"end\": 156370,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"45640a43-d9c3-4518-96b1-d897a440097c\",\n                                \"text\": \" l'envoyant\",\n                                \"start\": 147030,\n                                \"end\": 147470,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"4972e989-bd78-4c32-b5ed-42a47586449e\",\n                                \"text\": \" analysera\",\n                                \"start\": 152710,\n                                \"end\": 153290,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"4972ec84-4a2e-47a1-9427-9a1cc057ac2c\",\n                                \"text\": \" déposant\",\n                                \"start\": 143510,\n                                \"end\": 143970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"4b910983-67c1-4244-bb2e-8bee5e2573c9\",\n                                \"text\": \" courrier\",\n                                \"start\": 147590,\n                                \"end\": 147950,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"52d6729f-8717-41ea-93f9-49b3bb0e182d\",\n                                \"text\": \" et\",\n                                \"start\": 139890,\n                                \"end\": 140110,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"5a7b0d86-7ff7-4bbb-82f6-329c07e77937\",\n                                \"text\": \" de\",\n                                \"start\": 154990,\n                                \"end\": 155070,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"5ac90d35-b238-4150-a77f-bc2108b1c154\",\n                                \"text\": \" méthodes\",\n                                \"start\": 137550,\n                                \"end\": 137910,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"5f1a24f8-2725-4744-81f8-f75df943100d\",\n                                \"text\": \" En\",\n                                \"start\": 138770,\n                                \"end\": 139250,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"6737c479-82d4-4948-8a82-c59a91757895\",\n                                \"text\": \" en\",\n                                \"start\": 143070,\n                                \"end\": 143370,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"6c59aae0-606c-43a4-8a6e-facaf32c156b\",\n                                \"text\": \" M.\",\n                                \"start\": 134410,\n                                \"end\": 134490,\n                                \"duration\": 80,\n                                \"probability\": 0.54,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"6e2bf794-f3ce-4cdf-a649-3f1602bbdd09\",\n                                \"text\": \" scannant\",\n                                \"start\": 139390,\n                                \"end\": 139890,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7393bbb4-e757-4f76-abda-6c1f55c5c753\",\n                                \"text\": \" indiquée\",\n                                \"start\": 148530,\n                                \"end\": 148890,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"773b38ae-14db-4e15-b4c9-a33803712a03\",\n                                \"text\": \" de\",\n                                \"start\": 144830,\n                                \"end\": 144970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7a8f46f9-2140-4324-b475-b9aded2cab31\",\n                                \"text\": \" le\",\n                                \"start\": 155070,\n                                \"end\": 155130,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7c4dbb97-f2a0-4d1e-85d2-61e6e240e43d\",\n                                \"text\": \" le\",\n                                \"start\": 153290,\n                                \"end\": 153410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7ca3dc85-9054-404c-a843-204706643382\",\n                                \"text\": \" par\",\n                                \"start\": 147470,\n                                \"end\": 147590,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7cc65c1a-030a-4547-89d5-b19670ee38a8\",\n                                \"text\": \" Bien\",\n                                \"start\": 133810,\n                                \"end\": 134050,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7d0de977-a3b1-4d72-ad92-3ef006ad2590\",\n                                \"text\": \" le\",\n                                \"start\": 143370,\n                                \"end\": 143510,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7fd26720-5359-430d-86b1-91458d1d1c93\",\n                                \"text\": \" que\",\n                                \"start\": 155950,\n                                \"end\": 156050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"8341ac49-3c14-4ace-a161-71c66cc85971\",\n                                \"text\": \" espace\",\n                                \"start\": 140930,\n                                \"end\": 141310,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"8407a6c0-35f6-4aac-adc2-6548dd5b03aa\",\n                                \"text\": \" sur\",\n                                \"start\": 148890,\n                                \"end\": 149030,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"8f60ccd1-d5b1-4e73-a775-57290493ffd1\",\n                                \"text\": \" d'experts\",\n                                \"start\": 152290,\n                                \"end\": 152710,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"93b506c1-7c68-4c74-bc45-59c97345e058\",\n                                \"text\": \" procédure.\",\n                                \"start\": 157210,\n                                \"end\": 157670,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"93c806c2-fde4-4bcf-a729-aa14c80a4458\",\n                                \"text\": \" l'envoyant\",\n                                \"start\": 140230,\n                                \"end\": 140650,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"98a91125-d0ce-42a9-bb52-a44be8f2d073\",\n                                \"text\": \" Une\",\n                                \"start\": 150350,\n                                \"end\": 150870,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"9a010a51-2145-4f69-b724-06166911a046\",\n                                \"text\": \" équipe\",\n                                \"start\": 151930,\n                                \"end\": 152290,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"9b6da973-8ee0-4a32-a480-9cb3dc3d43dd\",\n                                \"text\": \" nous\",\n                                \"start\": 135710,\n                                \"end\": 135850,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"abcde393-8be3-4b31-ae8f-b837c04b96da\",\n                                \"text\": \" alors\",\n                                \"start\": 146670,\n                                \"end\": 146850,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"b6d53b65-2a0f-4032-b6b2-dcd71c676f9a\",\n                                \"text\": \" à\",\n                                \"start\": 147950,\n                                \"end\": 148210,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"bb41f413-1a0e-4d7b-bb0e-a15d6b7740f2\",\n                                \"text\": \" le\",\n                                \"start\": 139250,\n                                \"end\": 139390,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"bc37b15f-9cdd-4719-a762-5c7227fa534c\",\n                                \"text\": \" contrat.\",\n                                \"start\": 149230,\n                                \"end\": 149630,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"bc563c9a-3fbf-4276-8c8b-313e1fd301a8\",\n                                \"text\": \" en\",\n                                \"start\": 141570,\n                                \"end\": 141770,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"c5f39532-dddc-4efb-9926-68b0a737d9f8\",\n                                \"text\": \" par\",\n                                \"start\": 136950,\n                                \"end\": 137170,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"c610f26f-1a9d-4b6e-9961-d1c61bdc97cc\",\n                                \"text\": \" dès\",\n                                \"start\": 155610,\n                                \"end\": 155950,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"c6799e4d-8122-45d3-9750-352d71c10f6d\",\n                                \"text\": \" vous\",\n                                \"start\": 135150,\n                                \"end\": 135390,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"c9d77eed-0edd-483f-b2c1-2dfbbe3c8085\",\n                                \"text\": \" l'une\",\n                                \"start\": 144710,\n                                \"end\": 144830,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"d1e81ddb-fa5b-4ccd-aaa3-67d750a89263\",\n                                \"text\": \" conseille\",\n                                \"start\": 154550,\n                                \"end\": 154990,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"d530fa6f-d60c-429d-983d-0f297fa50ebe\",\n                                \"text\": \" ou\",\n                                \"start\": 145930,\n                                \"end\": 146670,\n                                \"duration\": 740,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"d7f67d03-fc0c-44ca-bf1d-ccdc022315fd\",\n                                \"text\": \" l'une\",\n                                \"start\": 137170,\n                                \"end\": 137410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"deb2a398-0085-47b2-9704-2881fd431022\",\n                                \"text\": \" alors\",\n                                \"start\": 142810,\n                                \"end\": 143070,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"e273da89-fa08-4e09-89b6-f9158e74310c\",\n                                \"text\": \" transmettre\",\n                                \"start\": 135850,\n                                \"end\": 136310,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"eb5cbdf9-6110-41d4-b5e6-f6e4451b0508\",\n                                \"text\": \" pouvez\",\n                                \"start\": 135390,\n                                \"end\": 135710,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"eb62aa93-8deb-4f55-960e-a52a3b40fe35\",\n                                \"text\": \" vous\",\n                                \"start\": 154450,\n                                \"end\": 154550,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"ec8fb480-e1fc-440a-bb81-46301ecc3dde\",\n                                \"text\": \" votre\",\n                                \"start\": 149030,\n                                \"end\": 149230,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"ecb16582-9a61-49b4-bffd-008de8099ea2\",\n                                \"text\": \" document.\",\n                                \"start\": 153410,\n                                \"end\": 153730,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"f45df09c-2e6a-4a71-9421-25466d2b1e7c\",\n                                \"text\": \" suivantes.\",\n                                \"start\": 137910,\n                                \"end\": 138470,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"f479417d-1070-43af-932b-923a6e5d0a00\",\n                                \"text\": \" accélérer\",\n                                \"start\": 156630,\n                                \"end\": 157030,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"f64cf136-53c4-4067-b11a-b44ba0011704\",\n                                \"text\": \" l'adresse\",\n                                \"start\": 148210,\n                                \"end\": 148530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"fb424908-558a-497a-9d8c-8aea32ad5408\",\n                                \"text\": \" constat\",\n                                \"start\": 136490,\n                                \"end\": 136950,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"fc4595f0-a868-4335-9619-79e5592975b0\",\n                                \"text\": \" le\",\n                                \"start\": 136310,\n                                \"end\": 136490,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"fcbf71ec-4b1c-4d27-bcf0-3bfdbcd3df19\",\n                                \"text\": \" via\",\n                                \"start\": 140650,\n                                \"end\": 140770,\n                                \"duration\": 120,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:13-02:37\"\n                    },\n                    {\n                        \"id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\",\n                        \"text\": \"Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\",\n                        \"start\": 316610,\n                        \"end\": 324910,\n                        \"duration\": 8300,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00f2dbc3-4e03-4335-8145-fbdf1284ab27\",\n                                \"text\": \" Je\",\n                                \"start\": 318130,\n                                \"end\": 318490,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"0a28397c-f7ec-4487-86e8-c9af3c727fb8\",\n                                \"text\": \" plaisir,\",\n                                \"start\": 316970,\n                                \"end\": 317330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"0edab014-dd4d-4bfb-b7ec-f2f8447b2db5\",\n                                \"text\": \" suite.\",\n                                \"start\": 324690,\n                                \"end\": 324910,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"342c705e-3399-45d5-bf01-4dfca08d8416\",\n                                \"text\": \" Avec\",\n                                \"start\": 316610,\n                                \"end\": 316970,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"5436f554-08a2-4ec5-a9a9-143fe3fbf2aa\",\n                                \"text\": \" courage\",\n                                \"start\": 324130,\n                                \"end\": 324430,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"5b2bf075-7509-478f-b9c5-fed9261f45f0\",\n                                \"text\": \" pour\",\n                                \"start\": 324430,\n                                \"end\": 324590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"6b9877e7-0da1-421e-85b4-97276972ca25\",\n                                \"text\": \" avez\",\n                                \"start\": 320290,\n                                \"end\": 320490,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"6eb12673-651e-4373-9a5b-403e67edd3c3\",\n                                \"text\": \" à\",\n                                \"start\": 321910,\n                                \"end\": 321950,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"706cb33e-3b29-479d-bdb6-139e8a0ef4d6\",\n                                \"text\": \" et\",\n                                \"start\": 323730,\n                                \"end\": 324010,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"77ffbfa4-c7c5-4cf2-ae89-74e8a27a2992\",\n                                \"text\": \" clôturer\",\n                                \"start\": 318710,\n                                \"end\": 319130,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"7ba61bbe-9641-4d31-9f0f-cfbbde55e404\",\n                                \"text\": \" Si\",\n                                \"start\": 319770,\n                                \"end\": 320130,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"98e09381-b6d8-450d-baa0-acbf69bdfa65\",\n                                \"text\": \" d'autres\",\n                                \"start\": 320490,\n                                \"end\": 320690,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"ac18fe6d-612b-461a-9a73-98dbd006188f\",\n                                \"text\": \" journée\",\n                                \"start\": 323430,\n                                \"end\": 323730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"ac38e561-9f7f-4240-869a-c90d39415bb6\",\n                                \"text\": \" recontacter.\",\n                                \"start\": 322030,\n                                \"end\": 322490,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"b50d4634-5490-4289-ba38-9e8c169ac440\",\n                                \"text\": \" nous\",\n                                \"start\": 321950,\n                                \"end\": 322030,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"bb4e104d-9e13-4da5-be67-56c2dfaa8f41\",\n                                \"text\": \" cet\",\n                                \"start\": 319130,\n                                \"end\": 319270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"bc18405e-99b4-4ec7-95eb-c080e7d06c48\",\n                                \"text\": \" bon\",\n                                \"start\": 324010,\n                                \"end\": 324130,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"c06a5b3d-1b5c-47ce-9c6f-bb4a37321ae2\",\n                                \"text\": \" pas\",\n                                \"start\": 321610,\n                                \"end\": 321910,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"c67d81ea-4d60-45ac-947c-eb9daedc4441\",\n                                \"text\": \" la\",\n                                \"start\": 324590,\n                                \"end\": 324690,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"e16ed67a-f8bb-4592-8625-2de176fc45c1\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 317590,\n                                \"end\": 317850,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"e52b6b38-4e5f-4dd5-a576-06614674f02d\",\n                                \"text\": \" vous\",\n                                \"start\": 320130,\n                                \"end\": 320290,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"e6b23e32-20a8-4865-b3e2-a31204ee56d7\",\n                                \"text\": \" questions,\",\n                                \"start\": 320690,\n                                \"end\": 321070,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"e6c2fabd-d63c-4c54-b10a-b5b4ce23d3c0\",\n                                \"text\": \" Bonne\",\n                                \"start\": 323070,\n                                \"end\": 323430,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"ecdb7f8a-848e-4298-9ac7-456f1c6e0d6d\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 321230,\n                                \"end\": 321610,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"ede37779-1337-42cf-818b-852cd9e7f73b\",\n                                \"text\": \" vais\",\n                                \"start\": 318490,\n                                \"end\": 318710,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"f23af122-1fd5-4100-a01b-3c26207d1f05\",\n                                \"text\": \" appel.\",\n                                \"start\": 319270,\n                                \"end\": 319530,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"f9b1abd1-602d-4c19-8e3e-168d3f416047\",\n                                \"text\": \" M.\",\n                                \"start\": 317370,\n                                \"end\": 317450,\n                                \"duration\": 80,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:16-05:24\"\n                    },\n                    {\n                        \"id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\",\n                        \"text\": \"« Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\",\n                        \"start\": 213860,\n                        \"end\": 217400,\n                        \"duration\": 3540,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0a462339-eac3-43be-a9b3-81f96ade756b\",\n                                \"text\": \" lieu\",\n                                \"start\": 214960,\n                                \"end\": 215160,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"3686579c-81b4-4cc1-b72f-3cbe9eb15e12\",\n                                \"text\": \" toujours\",\n                                \"start\": 214180,\n                                \"end\": 214440,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"4059c288-7ef7-49ca-8cff-5f55189ea10d\",\n                                \"text\": \" sur\",\n                                \"start\": 214440,\n                                \"end\": 214780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"589f58c4-9ac9-4029-bbde-8b9dbddc222b\",\n                                \"text\": \" la\",\n                                \"start\": 216720,\n                                \"end\": 216880,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"610978f9-9879-46f0-a78d-6cc58ddc0983\",\n                                \"text\": \" de\",\n                                \"start\": 215160,\n                                \"end\": 215300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"67768132-53d0-488e-8c9f-85c0a9fb1d9c\",\n                                \"text\": \" le\",\n                                \"start\": 214780,\n                                \"end\": 214960,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"721ffe3f-bef2-446d-98d9-f65a72347f03\",\n                                \"text\": \" Elle\",\n                                \"start\": 214040,\n                                \"end\": 214060,\n                                \"duration\": 20,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"88556d01-f40a-4122-9130-7d187588ef87\",\n                                \"text\": \" l'accident.\",\n                                \"start\": 215300,\n                                \"end\": 215820,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"96b9c808-d281-4a58-b8f5-1842d290f9f7\",\n                                \"text\": \" pas\",\n                                \"start\": 216400,\n                                \"end\": 216520,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"a8e2fd9c-d2a4-4b0f-99bd-c0e7263cc5f4\",\n                                \"text\": \" n'ai\",\n                                \"start\": 216260,\n                                \"end\": 216400,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"b9dc79d8-f049-44f3-a352-4dd295353988\",\n                                \"text\": \" est\",\n                                \"start\": 214060,\n                                \"end\": 214180,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"c99e1270-9141-4ecc-8d58-2dacdc6080eb\",\n                                \"text\": \" Je\",\n                                \"start\": 215940,\n                                \"end\": 216260,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"d2cd71f2-38ef-495f-8cb2-a72ebd4d6e86\",\n                                \"text\": \" pu\",\n                                \"start\": 216520,\n                                \"end\": 216720,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"eb2b1f22-5271-4780-8bba-067519881b2f\",\n                                \"text\": \" «\",\n                                \"start\": 213860,\n                                \"end\": 214040,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"fc62f5e9-2175-4533-9f96-73c8578e2d5c\",\n                                \"text\": \" déplacer.\",\n                                \"start\": 216880,\n                                \"end\": 217400,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:33-03:37\"\n                    },\n                    {\n                        \"id\": \"d427353a-7619-447c-b654-a1454556acc2\",\n                        \"text\": \"Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\",\n                        \"start\": 30180,\n                        \"end\": 41100,\n                        \"duration\": 10920,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e5f364-c41d-418c-805f-f6ca2e69ec6c\",\n                                \"text\": \" Michel\",\n                                \"start\": 32759,\n                                \"end\": 33440,\n                                \"duration\": 681,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"0a93cbec-9a08-4c6e-a702-b705d37d7f29\",\n                                \"text\": \" 14\",\n                                \"start\": 36400,\n                                \"end\": 37280,\n                                \"duration\": 880,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"346c928b-e219-4150-ab56-697c72ec85d5\",\n                                \"text\": \" et\",\n                                \"start\": 33900,\n                                \"end\": 34540,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"43d2445c-f232-4048-9445-3f1527670aba\",\n                                \"text\": \" 6\",\n                                \"start\": 39420,\n                                \"end\": 40380,\n                                \"duration\": 960,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"4caaaab7-c54d-4327-9069-b389e81c17f7\",\n                                \"text\": \" de\",\n                                \"start\": 35080,\n                                \"end\": 35360,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"4d66621a-e97d-4214-8651-86057126dec2\",\n                                \"text\": \" sûr.\",\n                                \"start\": 31120,\n                                \"end\": 31480,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"5eb78f6e-f6d5-4da0-b289-d00be2a9a092\",\n                                \"text\": \" numéro\",\n                                \"start\": 34740,\n                                \"end\": 35080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"6e4f5c60-5294-4914-aac5-7db09f9dfbad\",\n                                \"text\": \" Bernard\",\n                                \"start\": 33440,\n                                \"end\": 33900,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"72893c10-7192-4de9-aa02-2f0d2cf8cc0b\",\n                                \"text\": \" bien\",\n                                \"start\": 30840,\n                                \"end\": 31120,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"772903f8-9fd9-44a4-bfa0-380354cc123a\",\n                                \"text\": \" m'appelle\",\n                                \"start\": 32280,\n                                \"end\": 32759,\n                                \"duration\": 479,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"7cd592b2-eb8e-49d3-9b77-326b5672d6eb\",\n                                \"text\": \" R.\",\n                                \"start\": 40380,\n                                \"end\": 41100,\n                                \"duration\": 720,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"9d77084f-cd60-43bd-812b-7263ac970ac9\",\n                                \"text\": \" contrat\",\n                                \"start\": 35360,\n                                \"end\": 35720,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"ba3450f2-a199-4018-a59c-5ea3a3746347\",\n                                \"text\": \" est\",\n                                \"start\": 35720,\n                                \"end\": 36220,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"bce64307-bc72-4fbd-95f9-7c048bcfec57\",\n                                \"text\": \" Je\",\n                                \"start\": 31700,\n                                \"end\": 32280,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"bd2cdb1f-b4f5-4c86-a392-43c849eb6fd8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 30180,\n                                \"end\": 30760,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"cbee3a16-8276-4da0-95b2-49e40931d5c8\",\n                                \"text\": \" 15\",\n                                \"start\": 37280,\n                                \"end\": 38140,\n                                \"duration\": 860,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"ccfa1c75-0f68-401f-bbfc-9908bfc28608\",\n                                \"text\": \" le\",\n                                \"start\": 36220,\n                                \"end\": 36400,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"f1d4141a-93b8-4768-b9b4-93e2297f2aab\",\n                                \"text\": \" mon\",\n                                \"start\": 34540,\n                                \"end\": 34740,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"f2e94313-605d-428a-be4a-5c29f8b1eca7\",\n                                \"text\": \" 92\",\n                                \"start\": 38140,\n                                \"end\": 39420,\n                                \"duration\": 1280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:30-00:41\"\n                    },\n                    {\n                        \"id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\",\n                        \"text\": \"Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\",\n                        \"start\": 44000,\n                        \"end\": 66090,\n                        \"duration\": 22090,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"07dafade-8544-43f5-b3d5-8d4a22e6ca7c\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 45180,\n                                \"end\": 45540,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"085b78d8-9815-42c3-9cf4-ad8ce31427d1\",\n                                \"text\": \" de\",\n                                \"start\": 65209,\n                                \"end\": 65349,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"1224ce40-7c79-4c63-8b70-1160f1243734\",\n                                \"text\": \" vais\",\n                                \"start\": 46100,\n                                \"end\": 46280,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"1e4824bc-5365-48e0-b4ae-d1feeeb48ee9\",\n                                \"text\": \" vois\",\n                                \"start\": 52210,\n                                \"end\": 52410,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"1f4bd1a2-9eaf-4fa1-be4a-02bda9a3123a\",\n                                \"text\": \" Merci\",\n                                \"start\": 44000,\n                                \"end\": 44640,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"2251e5a8-204b-4e48-b0c7-d648c46560b9\",\n                                \"text\": \" ici,\",\n                                \"start\": 53230,\n                                \"end\": 53490,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"251adb11-c309-45a5-839d-474f9859a9f2\",\n                                \"text\": \" circonstances\",\n                                \"start\": 64650,\n                                \"end\": 65209,\n                                \"duration\": 559,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"2a666efe-5b3b-4f70-a286-843699d5f064\",\n                                \"text\": \" Levallois-Perret.\",\n                                \"start\": 59070,\n                                \"end\": 60190,\n                                \"duration\": 1120,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"338e1ec5-95ee-40ff-9c06-66e37adf0a7d\",\n                                \"text\": \" 300\",\n                                \"start\": 58550,\n                                \"end\": 59070,\n                                \"duration\": 520,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"3d75d2ee-6b62-48d1-be6e-33d935a6f8aa\",\n                                \"text\": \" bien\",\n                                \"start\": 52410,\n                                \"end\": 52590,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"3d9bdf4e-3638-4801-a916-b311c3f23c47\",\n                                \"text\": \" consulter\",\n                                \"start\": 46280,\n                                \"end\": 46780,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"3ed52807-e355-4da3-bcdb-74818ca05b3a\",\n                                \"text\": \" au\",\n                                \"start\": 55730,\n                                \"end\": 55870,\n                                \"duration\": 140,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"43a0b158-4749-429b-99cd-d0c606bdee8b\",\n                                \"text\": \" Anatole\",\n                                \"start\": 56830,\n                                \"end\": 57410,\n                                \"duration\": 580,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"45959193-cae5-4568-858e-d69251da9049\",\n                                \"text\": \" pour\",\n                                \"start\": 61650,\n                                \"end\": 61830,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"47e5b110-934b-43d8-96c1-1a51792918d6\",\n                                \"text\": \" cela\",\n                                \"start\": 47520,\n                                \"end\": 47820,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"505776b3-8885-4814-8a64-4c6cc959598e\",\n                                \"text\": \" monsieur\",\n                                \"start\": 44980,\n                                \"end\": 45180,\n                                \"duration\": 200,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"56997317-ce69-424c-b690-3ef77a797c3a\",\n                                \"text\": \" 80\",\n                                \"start\": 55870,\n                                \"end\": 56290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"5fc3198e-d182-4a54-9474-60c326481c71\",\n                                \"text\": \" contrat\",\n                                \"start\": 52770,\n                                \"end\": 53230,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"6353a40f-0ee3-4978-8e81-fbc5b41c6ce7\",\n                                \"text\": \" les\",\n                                \"start\": 64470,\n                                \"end\": 64650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"651b47ca-f2fb-4654-85b9-cad8c9e0f09d\",\n                                \"text\": \" mieux\",\n                                \"start\": 61830,\n                                \"end\": 62190,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"75325079-f484-4fe7-8e76-b7e2abe9a10f\",\n                                \"text\": \" rue\",\n                                \"start\": 56290,\n                                \"end\": 56830,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"7a1f0f6b-edf9-4922-85ec-c30a5025c6e0\",\n                                \"text\": \" instants.\",\n                                \"start\": 48300,\n                                \"end\": 48740,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"7c32aff7-4acf-45ab-895d-c5624d2c711d\",\n                                \"text\": \" me\",\n                                \"start\": 64090,\n                                \"end\": 64170,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"7e6aa9e7-7e5a-4c4a-972d-f457d65b50aa\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 63490,\n                                \"end\": 64090,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"841d14a5-01d1-49d3-9024-142f3ae0b4a8\",\n                                \"text\": \" risque,\",\n                                \"start\": 54270,\n                                \"end\": 54550,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"8e1bca92-1699-4018-8ce6-e986d77f55fb\",\n                                \"text\": \" prendra\",\n                                \"start\": 47820,\n                                \"end\": 48140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"92a6d3f5-cf40-4dad-aa5e-f57ed1ac9517\",\n                                \"text\": \" la\",\n                                \"start\": 62530,\n                                \"end\": 62830,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"9ccac2fa-f991-4a91-af41-cf62db849ea0\",\n                                \"text\": \" Maintenant,\",\n                                \"start\": 61110,\n                                \"end\": 61570,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a3452bb6-940f-461a-9818-db85c170a683\",\n                                \"text\": \" domicilié\",\n                                \"start\": 54710,\n                                \"end\": 55730,\n                                \"duration\": 1020,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a4033303-0c2a-4f94-9903-ec515be56a24\",\n                                \"text\": \" 92\",\n                                \"start\": 57870,\n                                \"end\": 58550,\n                                \"duration\": 680,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a509b1ff-cae5-4fa1-8590-363296ad8822\",\n                                \"text\": \" l'accident\",\n                                \"start\": 65349,\n                                \"end\": 65750,\n                                \"duration\": 401,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a79fb5e3-4e94-4788-93ea-8728e3acdbd5\",\n                                \"text\": \" Je\",\n                                \"start\": 51870,\n                                \"end\": 52210,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a8fc04e2-073d-4098-b0ef-26cade52ba2a\",\n                                \"text\": \" quelques\",\n                                \"start\": 48140,\n                                \"end\": 48300,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a94d27b6-98a2-4240-9c58-1511c97c4712\",\n                                \"text\": \" décrire\",\n                                \"start\": 64170,\n                                \"end\": 64470,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"b7055270-f494-43b8-a037-72f0fd552336\",\n                                \"text\": \" patienté.\",\n                                \"start\": 51270,\n                                \"end\": 51850,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"b74858ff-dfab-4645-b2dc-616b46348293\",\n                                \"text\": \" Je\",\n                                \"start\": 45820,\n                                \"end\": 46100,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"b7c35fcd-155a-4664-9cad-b8f56bb14468\",\n                                \"text\": \" situation,\",\n                                \"start\": 62830,\n                                \"end\": 63150,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"b93e321a-38d4-492c-b725-d7d6a742594d\",\n                                \"text\": \" d'avoir\",\n                                \"start\": 51030,\n                                \"end\": 51270,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"bb793767-b6d2-433e-9bc6-86d6acd66f33\",\n                                \"text\": \" assuré\",\n                                \"start\": 53650,\n                                \"end\": 54130,\n                                \"duration\": 480,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"bbd479b9-0d69-4b5c-bff7-33745a5d4d70\",\n                                \"text\": \" beaucoup,\",\n                                \"start\": 44640,\n                                \"end\": 44880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"c897d676-0633-434e-8289-94c6b6cff381\",\n                                \"text\": \" tout\",\n                                \"start\": 54130,\n                                \"end\": 54270,\n                                \"duration\": 140,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"d4125fdf-037e-436b-89f2-1402341dc7e4\",\n                                \"text\": \" Merci\",\n                                \"start\": 50570,\n                                \"end\": 51030,\n                                \"duration\": 460,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"d550e507-56f2-413c-93ef-cde045baeb5b\",\n                                \"text\": \" comprendre\",\n                                \"start\": 62190,\n                                \"end\": 62530,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"d6a322e9-f4f3-46f3-98eb-86d0c83b6818\",\n                                \"text\": \" ?\",\n                                \"start\": 65750,\n                                \"end\": 66090,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"d7b1d537-aa73-43b1-b506-a2fd616f47d6\",\n                                \"text\": \" dossier,\",\n                                \"start\": 46960,\n                                \"end\": 47480,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"e8a00ab0-5ba6-4ea8-ae7b-900e8d192b89\",\n                                \"text\": \" votre\",\n                                \"start\": 46780,\n                                \"end\": 46960,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"f087c761-ec90-43e0-a244-d4dd0ee23254\",\n                                \"text\": \" France,\",\n                                \"start\": 57410,\n                                \"end\": 57650,\n                                \"duration\": 240,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"f08bfdcc-b008-436e-8c66-000d5260f0d1\",\n                                \"text\": \" votre\",\n                                \"start\": 52590,\n                                \"end\": 52770,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:44-01:06\"\n                    },\n                    {\n                        \"id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\",\n                        \"text\": \"Non, ça ira pour le moment. Merci beaucoup.\",\n                        \"start\": 311580,\n                        \"end\": 314820,\n                        \"duration\": 3240,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"043a0bbb-cbc9-4be0-b25e-a6f66bdc8a6b\",\n                                \"text\": \" le\",\n                                \"start\": 313380,\n                                \"end\": 313520,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"16ea3e90-a08e-44d1-9ecd-b309cfdfb83d\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 314540,\n                                \"end\": 314820,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"5861c9ab-50e0-43b2-af48-b2c55eedc6e7\",\n                                \"text\": \" pour\",\n                                \"start\": 313240,\n                                \"end\": 313380,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"6401dd1c-0999-4b05-9fdc-5d90ab976b09\",\n                                \"text\": \" ça\",\n                                \"start\": 312440,\n                                \"end\": 312900,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"7a0393ff-41e8-41ff-a244-2fb486f1edf1\",\n                                \"text\": \" moment.\",\n                                \"start\": 313520,\n                                \"end\": 313780,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"823af71d-42c8-4c4c-bf1b-44c1cadde946\",\n                                \"text\": \" Merci\",\n                                \"start\": 313980,\n                                \"end\": 314540,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"bbd1cf59-d066-48dc-897f-3f6facbd630d\",\n                                \"text\": \" ira\",\n                                \"start\": 312900,\n                                \"end\": 313240,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"f27e8790-6c07-4908-a398-dcb82eb9e3df\",\n                                \"text\": \" Non,\",\n                                \"start\": 311580,\n                                \"end\": 312140,\n                                \"duration\": 560,\n                                \"probability\": 0.78,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:11-05:14\"\n                    },\n                    {\n                        \"id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\",\n                        \"text\": \"Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\",\n                        \"start\": 293750,\n                        \"end\": 310300,\n                        \"duration\": 16550,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05ddbbb3-f187-4884-9242-0df0bbace591\",\n                                \"text\": \" Y\",\n                                \"start\": 307720,\n                                \"end\": 308080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"0667b407-9995-4652-8974-a81e999bbd7a\",\n                                \"text\": \" le\",\n                                \"start\": 297670,\n                                \"end\": 298190,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"08f90669-851d-4de3-bd8a-05c378e941d8\",\n                                \"text\": \" autre\",\n                                \"start\": 308320,\n                                \"end\": 308440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"0c1e3410-0868-4a5e-80df-8ec74267d93d\",\n                                \"text\": \" véhicule\",\n                                \"start\": 296050,\n                                \"end\": 296530,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"0d2942f1-8379-45fb-a599-c93f2c399813\",\n                                \"text\": \" alors,\",\n                                \"start\": 301870,\n                                \"end\": 302110,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"12dd3115-a20b-42fc-aebc-27adbae5d1e6\",\n                                \"text\": \" pourrons\",\n                                \"start\": 303550,\n                                \"end\": 303910,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"183ed4cf-32ca-4d4c-a378-2d13eaf7365b\",\n                                \"text\": \" faire\",\n                                \"start\": 309100,\n                                \"end\": 309280,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"1a82c58d-7722-44c5-bcdc-e4a21eb01d0d\",\n                                \"text\": \" évaluation\",\n                                \"start\": 299830,\n                                \"end\": 300210,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"2338024c-18eb-43bc-b34a-980e42f7cd29\",\n                                \"text\": \" ?\",\n                                \"start\": 310020,\n                                \"end\": 310300,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"29a7f50d-13e4-4bf0-b2c1-cc6b3471c119\",\n                                \"text\": \" à\",\n                                \"start\": 302270,\n                                \"end\": 302510,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"341fed07-a976-4026-8113-ee79679bec58\",\n                                \"text\": \" Une\",\n                                \"start\": 295350,\n                                \"end\": 295710,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"35e19aa3-3a62-4c70-aac5-9acfe7bd14ce\",\n                                \"text\": \" garage\",\n                                \"start\": 298190,\n                                \"end\": 298530,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"40de1a39-5c23-429a-83e3-1bb2fa48b32e\",\n                                \"text\": \" ce\",\n                                \"start\": 309700,\n                                \"end\": 309740,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"51df90f2-7751-4764-be94-d94667c0544f\",\n                                \"text\": \" effectuera\",\n                                \"start\": 299130,\n                                \"end\": 299690,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"55cf5c29-1f6f-4f69-812a-723a1a6bc0c6\",\n                                \"text\": \" de\",\n                                \"start\": 305250,\n                                \"end\": 305370,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"6181ed9f-b736-45c9-b1d1-bf679495d6f5\",\n                                \"text\": \" récupéré,\",\n                                \"start\": 296530,\n                                \"end\": 297570,\n                                \"duration\": 1040,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"6505ef40-80d2-4195-8b4c-c41542332b9d\",\n                                \"text\": \" à\",\n                                \"start\": 309580,\n                                \"end\": 309700,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"689fe78b-8711-4463-a535-c422d995ddf8\",\n                                \"text\": \" le\",\n                                \"start\": 304390,\n                                \"end\": 304510,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"6ded466b-a97c-43c7-acf5-883b30a0f1b8\",\n                                \"text\": \" fois\",\n                                \"start\": 295710,\n                                \"end\": 295890,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"7259af0b-27d2-48cc-8e30-c00787f93a75\",\n                                \"text\": \" ce\",\n                                \"start\": 302510,\n                                \"end\": 302610,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"7b0e484f-1024-4de7-8e99-4e61e43c6f14\",\n                                \"text\": \" une\",\n                                \"start\": 299690,\n                                \"end\": 299830,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"8280aa3d-8f1a-4e34-a948-d091693a9b6d\",\n                                \"text\": \" a-t-il\",\n                                \"start\": 308080,\n                                \"end\": 308320,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"83068fc0-5dd9-4f73-91d6-5c9c4b19e703\",\n                                \"text\": \" puisse\",\n                                \"start\": 308900,\n                                \"end\": 309100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"84c2205a-2dd3-4ce5-979f-0ad462295274\",\n                                \"text\": \" pour\",\n                                \"start\": 309280,\n                                \"end\": 309460,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"870191d9-e167-41a9-9e54-2e92f288b635\",\n                                \"text\": \" moment-là,\",\n                                \"start\": 302610,\n                                \"end\": 303050,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"87de85a1-91b2-43d0-9616-c10a71675262\",\n                                \"text\": \" réparation\",\n                                \"start\": 305370,\n                                \"end\": 305990,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"8af667ca-9c65-49ce-8bb9-967cc8604078\",\n                                \"text\": \" indiquer\",\n                                \"start\": 294730,\n                                \"end\": 295030,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"8d683cc7-968b-4341-8de3-226e1e327deb\",\n                                \"text\": \" vais\",\n                                \"start\": 294590,\n                                \"end\": 294730,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"935d040d-8a29-4bd0-b930-e46f39f83070\",\n                                \"text\": \" Très\",\n                                \"start\": 293750,\n                                \"end\": 294270,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"94fa2503-3150-46cb-9d55-c341857f2d8f\",\n                                \"text\": \" que\",\n                                \"start\": 308680,\n                                \"end\": 308840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"95f19c56-1af1-4a65-bb9c-6ecf266fb325\",\n                                \"text\": \" Et\",\n                                \"start\": 301510,\n                                \"end\": 301870,\n                                \"duration\": 360,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a1294d6c-0eb9-451d-b3a6-70c3e592eda1\",\n                                \"text\": \" je\",\n                                \"start\": 308840,\n                                \"end\": 308900,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a1304f34-07cf-4447-b083-d68f1de691c8\",\n                                \"text\": \" sujet\",\n                                \"start\": 309740,\n                                \"end\": 310020,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a14de495-e129-4002-b7e4-15875d96f766\",\n                                \"text\": \" votre\",\n                                \"start\": 295890,\n                                \"end\": 296050,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a18000e2-332c-4c34-8865-91efd540cf88\",\n                                \"text\": \" chose\",\n                                \"start\": 308440,\n                                \"end\": 308680,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a1b267eb-bac7-4dd1-8bdd-2fe5c7b54acf\",\n                                \"text\": \" bien,\",\n                                \"start\": 294270,\n                                \"end\": 294410,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a7125ffc-dd0a-4153-8a09-d918c4ad0968\",\n                                \"text\": \" dégâts.\",\n                                \"start\": 300470,\n                                \"end\": 300810,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a883c140-9384-4c05-a5a9-d2efab1c8127\",\n                                \"text\": \" je\",\n                                \"start\": 294470,\n                                \"end\": 294590,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"ab43058e-2a80-4c2a-b96a-727a1370a990\",\n                                \"text\": \" d'anonymisation.\",\n                                \"start\": 306170,\n                                \"end\": 306790,\n                                \"duration\": 620,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"b6dda4df-2e9a-4bc1-b25e-4cbd921dc415\",\n                                \"text\": \" des\",\n                                \"start\": 300210,\n                                \"end\": 300470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"cbc0c46e-9e54-4f62-ba8e-8845769228f0\",\n                                \"text\": \" nous\",\n                                \"start\": 303130,\n                                \"end\": 303550,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"d0391fd7-f7a2-45c2-ad5c-ef2453f39639\",\n                                \"text\": \" et\",\n                                \"start\": 305990,\n                                \"end\": 306170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"d8fdbb31-269e-454f-95b4-62d3ec72b86e\",\n                                \"text\": \" processus\",\n                                \"start\": 304510,\n                                \"end\": 305250,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"e116b9ff-668f-47a5-b88d-ab80bb396ea0\",\n                                \"text\": \" cela.\",\n                                \"start\": 295030,\n                                \"end\": 295230,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"e67fa2a8-0ec9-49bb-bb43-7613129b4621\",\n                                \"text\": \" sur\",\n                                \"start\": 304250,\n                                \"end\": 304390,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"f89262d8-eb77-454a-ac36-a59fb16d1c59\",\n                                \"text\": \" vous\",\n                                \"start\": 309460,\n                                \"end\": 309580,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"fe5fe3e1-cf9f-4eeb-b99b-aa70502e31b1\",\n                                \"text\": \" agréé\",\n                                \"start\": 298530,\n                                \"end\": 299130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"ff0e36a6-0be6-429a-8a88-86ace9716d58\",\n                                \"text\": \" avancer\",\n                                \"start\": 303910,\n                                \"end\": 304250,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:53-05:10\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"contact-reason-classification\": [\n                    {\n                        \"id\": \"a8ed96a4-35ec-4a07-84a4-35361dcae22d\",\n                        \"text\": \"Car accident\",\n                        \"object\": {\n                            \"title\": \"Car accident with material damage and request for replacement vehicle\",\n                            \"reasoning\": \"The customer had a car accident, with material damage on the vehicle. The customer wants to know if the repair of the vehicle will be taken in charge. No injuries reported. The customer has filled out a constat amiable with the other driver, who admitted his fault and was not injured. The customer has not sent the constat to the insurance company yet. The customer also asked for a replacement vehicle, as the current one is immobilized. The customer's vehicle is currently immobilized on the location of the accident. The customer agreed to contact the roadside assistance service for the recovery of the vehicle. The customer prefers a garage near his home for the recovery of the vehicle.\",\n                            \"contact_reason\": \"Car accident\"\n                        },\n                        \"type\": \"contact-reason-classification\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"45c67f4d-31de-4640-914e-5cf3d63d156e"}],"id":"2485c702-a14f-446d-9495-cac8c4d069d4","_postman_id":"2485c702-a14f-446d-9495-cac8c4d069d4","description":""},{"name":"Transcribe audio and Extract the call reason","item":[{"name":"Transcribe stereo phone call and Detect the reason for contact","id":"a0c7a1af-ddb1-4d7c-a6a2-1e45314888bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"contact-reason-classification","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]","value":"New product purchase","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]","value":"Issue with delivery, delivery request","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]","value":"Request to return delivered products","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and detect the main reason for contact of your customer requests, from an input set of reasons, and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5b64746a-6dbf-45e5-b437-ad0629447129","name":"Transcribe stereo phone call and Detect the reason for contact (Object input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"contact-reason-classification","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Car Accident]","value":"Car accident","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Internet Issue]","value":"Internet issue","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][other]","value":"Another topic","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4?expires=1742575237&task=transcription-to-ai-insight&signature=9521207a5b9e8ab26b8e88206b7cd9950230600d483e86da9747386aaa466570\",\n    \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\"\n}"},{"id":"363a7d61-48e9-49c9-ab0e-38387a8e6c41","name":"Transcribe stereo phone call and Detect the reason for contact (Array input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"contact-reason-classification","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][0]","value":"Car accident","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][1]","value":"Internet issue","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][2]","value":"Another topic","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b?expires=1742575485&task=transcription-to-ai-insight&signature=4c4eb45af9a9ee6acca9051d5dfd073cee61bcdecb09ae6845fdf0bb49ab0144\",\n    \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\"\n}"}],"_postman_id":"a0c7a1af-ddb1-4d7c-a6a2-1e45314888bb"},{"name":"Transcribe single speaker voicemail and Detect the reason for contact","id":"6431372f-ac6e-4003-8687-5a64f8dffe5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"multipart/form-data","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"contact-reason-classification","type":"default"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]","value":"New product purchase","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]","value":"Issue with delivery, delivery request","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]","value":"Request to return delivered products","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and detect the main reason for contact of your customer requests, from an input set of reasons, and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"36da6608-79b4-4ccd-9c26-a2e1ef4d3268","name":"Transcribe single speaker voicemail and Detect the reason for contact (Object input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"multipart/form-data","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"contact-reason-classification","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Car Accident]","value":"Car accident","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Internet Issue]","value":"Internet issue","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][other]","value":"Another topic","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4?expires=1742575237&task=transcription-to-ai-insight&signature=9521207a5b9e8ab26b8e88206b7cd9950230600d483e86da9747386aaa466570\",\n    \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\"\n}"},{"id":"b5f22a99-36e4-431f-b095-768e39e7de99","name":"Transcribe single speaker voicemail and Detect the reason for contact (Array input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"multipart/form-data","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"contact-reason-classification","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][0]","value":"Car accident","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][1]","value":"Internet issue","type":"default"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][2]","value":"Another topic","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b?expires=1742575485&task=transcription-to-ai-insight&signature=4c4eb45af9a9ee6acca9051d5dfd073cee61bcdecb09ae6845fdf0bb49ab0144\",\n    \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\"\n}"}],"_postman_id":"6431372f-ac6e-4003-8687-5a64f8dffe5e"},{"name":"Get transcription and reason for contact detection status/result","id":"74f81615-5201-468a-98ae-fec2a8ece953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"14c8561b-5203-458f-a6dd-5de33eba3532","name":"Get transcription and reason for contact detection status/result (Object input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\n        \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 333461\n            },\n            \"transcript\": {\n                \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\n                \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\",\n                \"segments\": [\n                    {\n                        \"id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\",\n                        \"text\": \"D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\",\n                        \"start\": 96070,\n                        \"end\": 105600,\n                        \"duration\": 9530,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0e0564f6-cb57-4b1e-9631-c97c07255a94\",\n                                \"text\": \" été\",\n                                \"start\": 98440,\n                                \"end\": 98680,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"151afb7e-b83a-4a44-a50f-e36f707d1af0\",\n                                \"text\": \" été\",\n                                \"start\": 104900,\n                                \"end\": 105040,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"1abdeb2f-a1f6-4d6d-bb96-dc7346d6356e\",\n                                \"text\": \" A-t-il\",\n                                \"start\": 104320,\n                                \"end\": 104900,\n                                \"duration\": 580,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"1d7b0425-76ab-4c2d-8a67-2989ed0a1812\",\n                                \"text\": \" sur\",\n                                \"start\": 103660,\n                                \"end\": 103800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"1dc1cced-c2d0-420a-a7b6-f16d99f19dcc\",\n                                \"text\": \" place\",\n                                \"start\": 103800,\n                                \"end\": 104040,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"22eaee42-b5b2-418d-b4ad-1855cc50b866\",\n                                \"text\": \" d'apprendre\",\n                                \"start\": 97340,\n                                \"end\": 97660,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"24072f8a-8643-4255-ace5-355c2eb7a16d\",\n                                \"text\": \" je\",\n                                \"start\": 96660,\n                                \"end\": 96800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"31353533-e47f-4ffb-8b67-068641c9a750\",\n                                \"text\": \" amiable\",\n                                \"start\": 101860,\n                                \"end\": 102200,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"3d9751b4-1a03-434c-8fc4-6ed72a890fac\",\n                                \"text\": \" avec\",\n                                \"start\": 102200,\n                                \"end\": 102620,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"436fd9a1-dcd6-4568-abb1-2010bb3ae2bf\",\n                                \"text\": \" constat\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"43a16622-8b71-4bb0-a30f-aedfd30c7af4\",\n                                \"text\": \" ?\",\n                                \"start\": 104040,\n                                \"end\": 104320,\n                                \"duration\": 280,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"5ea61375-9aeb-478a-8e26-5a61b1910615\",\n                                \"text\": \" détails.\",\n                                \"start\": 99780,\n                                \"end\": 100140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"681dd8e2-d68d-4518-a216-c125028c9d74\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 96070,\n                                \"end\": 96480,\n                                \"duration\": 410,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"6b8cc239-5cb4-4510-8410-ec46437f3878\",\n                                \"text\": \" heureux\",\n                                \"start\": 96920,\n                                \"end\": 97340,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"74291255-19c9-478b-a043-a7669cbf32ef\",\n                                \"text\": \" ?\",\n                                \"start\": 105380,\n                                \"end\": 105600,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"76580923-3d1c-431e-acb9-5e23da48a850\",\n                                \"text\": \" un\",\n                                \"start\": 101340,\n                                \"end\": 101420,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"865ec8ae-c146-43a4-af1b-5ef9499c6a94\",\n                                \"text\": \" n'avez\",\n                                \"start\": 98040,\n                                \"end\": 98240,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"87bc7cba-6a79-4f9a-b7a0-6b8cf9d55e77\",\n                                \"text\": \" blessé\",\n                                \"start\": 105040,\n                                \"end\": 105380,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"87e61591-a18e-4ff8-bee1-a0a351e0a884\",\n                                \"text\": \" vous\",\n                                \"start\": 97900,\n                                \"end\": 98040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"a1b5b9b6-6042-42f5-9ba7-a18c24f4a214\",\n                                \"text\": \" conducteur\",\n                                \"start\": 103040,\n                                \"end\": 103660,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"a70bd99b-e124-41f6-baae-085e7ca043de\",\n                                \"text\": \" pour\",\n                                \"start\": 99440,\n                                \"end\": 99620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"ba4df583-d745-447b-9d3c-07fbdb5347ad\",\n                                \"text\": \" Merci\",\n                                \"start\": 99140,\n                                \"end\": 99440,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"d7472ba4-691f-4f70-aaa9-611dfe852bb6\",\n                                \"text\": \" suis\",\n                                \"start\": 96800,\n                                \"end\": 96920,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"da24fb5b-c41c-4c23-82fc-6fbc3c19a76b\",\n                                \"text\": \" rempli\",\n                                \"start\": 100960,\n                                \"end\": 101340,\n                                \"duration\": 380,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"dcd255a8-65e9-4f1d-9cf3-ebeebc94f6f3\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 100540,\n                                \"end\": 100960,\n                                \"duration\": 420,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"e0e942ce-3164-4eea-8fd3-c3ada7503855\",\n                                \"text\": \" que\",\n                                \"start\": 97660,\n                                \"end\": 97900,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"e217dbf8-fd95-4c75-b4d9-de3f69996f2d\",\n                                \"text\": \" l'autre\",\n                                \"start\": 102620,\n                                \"end\": 103040,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"f17b4243-aa8b-4955-a410-3ae98604966a\",\n                                \"text\": \" ces\",\n                                \"start\": 99620,\n                                \"end\": 99780,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"fc07e068-01e0-4f27-af91-7641b0e8648c\",\n                                \"text\": \" pas\",\n                                \"start\": 98240,\n                                \"end\": 98440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            },\n                            {\n                                \"id\": \"fe5bdae2-a80e-464f-8427-21d9cfefb268\",\n                                \"text\": \" blessé.\",\n                                \"start\": 98680,\n                                \"end\": 99100,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:36-01:45\"\n                    },\n                    {\n                        \"id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\",\n                        \"text\": \"Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\",\n                        \"start\": 106460,\n                        \"end\": 116000,\n                        \"duration\": 9540,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"01a549c4-2bb6-4004-8ebe-f1aab715cfa8\",\n                                \"text\": \" reconnu\",\n                                \"start\": 111460,\n                                \"end\": 111860,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"28984b08-e943-4aa8-b611-7b4ef0f16369\",\n                                \"text\": \" un\",\n                                \"start\": 108520,\n                                \"end\": 108640,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"2f2d1d3c-9cb4-4db5-a70c-c48d5fd27435\",\n                                \"text\": \" sa\",\n                                \"start\": 111860,\n                                \"end\": 112040,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"332cd690-35bb-4dfe-b9e0-fd111ed4d5e6\",\n                                \"text\": \" L'autre\",\n                                \"start\": 110000,\n                                \"end\": 110480,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"3d39a529-24d7-4028-92d9-51cc63d21f5e\",\n                                \"text\": \" n'est\",\n                                \"start\": 112820,\n                                \"end\": 112980,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"3ed038bd-fff5-4917-8146-72065a44ccfa\",\n                                \"text\": \" pas\",\n                                \"start\": 112980,\n                                \"end\": 113080,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"6c7b9cfb-a8b8-44d6-9b9a-8132ddd2290f\",\n                                \"text\": \" rempli\",\n                                \"start\": 107960,\n                                \"end\": 108520,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"7ec1c253-bc7c-45ef-b04f-3b4655c6033f\",\n                                \"text\": \" nous\",\n                                \"start\": 107060,\n                                \"end\": 107660,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"808775ce-bd61-4cda-829f-67e90c134e7d\",\n                                \"text\": \" constat\",\n                                \"start\": 108640,\n                                \"end\": 109200,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"85daca22-ea96-45a3-98ae-4e4b62e7846c\",\n                                \"text\": \" blessé.\",\n                                \"start\": 113080,\n                                \"end\": 113440,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"88509ea1-1a81-4a65-ac3c-ea2e16a73ca9\",\n                                \"text\": \" et\",\n                                \"start\": 112420,\n                                \"end\": 112820,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"88684f7c-7c87-4c75-b4c4-dc02d79eaedf\",\n                                \"text\": \" pris\",\n                                \"start\": 114220,\n                                \"end\": 114420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"8e70f1ce-b5b7-4e89-8360-0742a18adaf2\",\n                                \"text\": \" du\",\n                                \"start\": 115120,\n                                \"end\": 115220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"9064c3fb-c89a-4829-a5ef-31714c66bc5e\",\n                                \"text\": \" copie\",\n                                \"start\": 114720,\n                                \"end\": 115120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"96283e39-d383-4228-9b97-df981f29ee62\",\n                                \"text\": \" a\",\n                                \"start\": 111380,\n                                \"end\": 111460,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"9fe7020a-269c-4111-b38d-2a4d18d6e503\",\n                                \"text\": \" amiable.\",\n                                \"start\": 109200,\n                                \"end\": 109720,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"c17f554a-8726-4530-80f2-9052d2feaa56\",\n                                \"text\": \" constat\",\n                                \"start\": 115220,\n                                \"end\": 115660,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"c226d5b7-d738-4506-92cd-c0c7a95a49e0\",\n                                \"text\": \" une\",\n                                \"start\": 114420,\n                                \"end\": 114720,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"d224bd4b-24a2-49ff-a421-14dfa862d554\",\n                                \"text\": \" J'ai\",\n                                \"start\": 113580,\n                                \"end\": 114220,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"d5a03779-8484-4bf3-9257-20a3878b0d30\",\n                                \"text\": \" avons\",\n                                \"start\": 107660,\n                                \"end\": 107960,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"d75a802a-bb72-49ab-8506-8ee4f315e36d\",\n                                \"text\": \" signé.\",\n                                \"start\": 115660,\n                                \"end\": 116000,\n                                \"duration\": 340,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"e48ad4b1-d539-43de-b61c-d4dacb4e5e99\",\n                                \"text\": \" conducteur\",\n                                \"start\": 110480,\n                                \"end\": 111380,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"ee57c636-e2c0-4917-a6d0-dc97dab8061a\",\n                                \"text\": \" faute\",\n                                \"start\": 112040,\n                                \"end\": 112420,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            },\n                            {\n                                \"id\": \"f372faa6-aa4f-4bba-8511-6572146496a5\",\n                                \"text\": \" Oui,\",\n                                \"start\": 106460,\n                                \"end\": 107000,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:46-01:56\"\n                    },\n                    {\n                        \"id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\",\n                        \"text\": \"Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\",\n                        \"start\": 235160,\n                        \"end\": 246600,\n                        \"duration\": 11440,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00cc3fc3-a058-4a83-b20f-ed24158e3c76\",\n                                \"text\": \" d'abord\",\n                                \"start\": 238560,\n                                \"end\": 238740,\n                                \"duration\": 180,\n                                \"probability\": 0.71,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"0806177d-6281-4b9d-ba1f-8feea90787f5\",\n                                \"text\": \" vous\",\n                                \"start\": 246060,\n                                \"end\": 246120,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"0920e69b-714a-4f17-b81e-10b945cc12b8\",\n                                \"text\": \" vienne\",\n                                \"start\": 241620,\n                                \"end\": 241820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"0bc06819-22f4-4a17-8468-a2bcabdd254a\",\n                                \"text\": \" routière\",\n                                \"start\": 240320,\n                                \"end\": 240720,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"0d527181-93df-4456-80a6-cc7b14def76e\",\n                                \"text\": \" service\",\n                                \"start\": 239460,\n                                \"end\": 239840,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"1165ebc9-7e3e-4c7b-8d59-0287291842a0\",\n                                \"text\": \" Pas\",\n                                \"start\": 235160,\n                                \"end\": 235360,\n                                \"duration\": 200,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"1330e9f2-6925-40d1-b08a-66c8cf77032b\",\n                                \"text\": \" Est-ce\",\n                                \"start\": 243140,\n                                \"end\": 243540,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"208615e5-b5ba-453c-a5d6-59995228549d\",\n                                \"text\": \" s'il\",\n                                \"start\": 245920,\n                                \"end\": 246060,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"29ffc3d7-f91e-4f1c-9245-a9bb267c3ede\",\n                                \"text\": \" en\",\n                                \"start\": 236340,\n                                \"end\": 236480,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"30916819-3567-4e48-abd9-a184da70088b\",\n                                \"text\": \" nous\",\n                                \"start\": 236180,\n                                \"end\": 236340,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"35d0456d-7814-4e41-8ddb-1af7b744114c\",\n                                \"text\": \" récupérer\",\n                                \"start\": 241820,\n                                \"end\": 242280,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"4206a82c-e6f4-4cb9-ad86-b3d30f779694\",\n                                \"text\": \" trouve\",\n                                \"start\": 245260,\n                                \"end\": 245440,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"426cb52a-045c-46a0-bed2-eccecaa14a5c\",\n                                \"text\": \" où\",\n                                \"start\": 244920,\n                                \"end\": 245140,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"4c53502b-85f2-4656-bafe-7af311a469cd\",\n                                \"text\": \" la\",\n                                \"start\": 245440,\n                                \"end\": 245580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"51733157-266d-42f2-bfa4-148c92ce6868\",\n                                \"text\": \" ensemble.\",\n                                \"start\": 236840,\n                                \"end\": 237220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"615e6982-e8fc-42ed-b629-84c6cf1d2889\",\n                                \"text\": \" vais\",\n                                \"start\": 238400,\n                                \"end\": 238560,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"629f3e21-aa80-4753-8db2-4938bac24f5c\",\n                                \"text\": \" occuper\",\n                                \"start\": 236480,\n                                \"end\": 236840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"639ebdf4-aaff-474c-92c6-6e2faeae0762\",\n                                \"text\": \" notre\",\n                                \"start\": 239180,\n                                \"end\": 239460,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"77dcbe19-bd2c-41d4-bdf4-04e8112454b8\",\n                                \"text\": \" nous\",\n                                \"start\": 235840,\n                                \"end\": 235960,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"77f2c636-45be-4e33-8648-d967e6651620\",\n                                \"text\": \" Je\",\n                                \"start\": 238000,\n                                \"end\": 238400,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"7ce7353a-5c60-4c01-96a7-76b01088166c\",\n                                \"text\": \" allons\",\n                                \"start\": 235960,\n                                \"end\": 236180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"8385dd5e-0ea8-4625-8f72-5e4e847757e5\",\n                                \"text\": \" de\",\n                                \"start\": 235360,\n                                \"end\": 235420,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"83c58c0e-1d7b-43e9-a916-1811d0f12871\",\n                                \"text\": \" contacter\",\n                                \"start\": 238740,\n                                \"end\": 239180,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"8458d6f7-12d5-4062-889f-771f8128d6a4\",\n                                \"text\": \" voiture.\",\n                                \"start\": 242460,\n                                \"end\": 242800,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"915a0f72-a124-4ad4-b212-dacabbe6fb53\",\n                                \"text\": \" que\",\n                                \"start\": 243540,\n                                \"end\": 243600,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"93ebcb08-97bb-4676-a837-6a93b18f3c67\",\n                                \"text\": \" confirmer\",\n                                \"start\": 244100,\n                                \"end\": 244560,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"9e15a35b-16f1-40b9-ad6e-e0a4d7e01495\",\n                                \"text\": \" l'adresse\",\n                                \"start\": 244560,\n                                \"end\": 244920,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"a3ebc75a-d24e-401b-8e7b-551520fbfe75\",\n                                \"text\": \" dépanneur\",\n                                \"start\": 241140,\n                                \"end\": 241620,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"aa7bc432-57bd-4d01-a5ba-6fa5fcd178df\",\n                                \"text\": \" plaît\",\n                                \"start\": 246120,\n                                \"end\": 246320,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"b5e95c3a-2ffe-4d89-bb2e-790aa2bb1029\",\n                                \"text\": \" qu'un\",\n                                \"start\": 240920,\n                                \"end\": 241140,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"c20d48c5-c30b-45ee-a6b4-48cac16b56d3\",\n                                \"text\": \" d'assistance\",\n                                \"start\": 239840,\n                                \"end\": 240320,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"c3d75c05-237e-4492-97f4-468590da53d2\",\n                                \"text\": \" vous\",\n                                \"start\": 243600,\n                                \"end\": 243780,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"c5dfc087-de75-44d2-bca1-6cc2bd8fea0b\",\n                                \"text\": \" souci,\",\n                                \"start\": 235420,\n                                \"end\": 235780,\n                                \"duration\": 360,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"d2030057-efc7-42b0-9d91-ef539dda32c6\",\n                                \"text\": \" se\",\n                                \"start\": 245140,\n                                \"end\": 245260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"d4c82370-32c0-4230-9dee-bb9efa4245de\",\n                                \"text\": \" voiture,\",\n                                \"start\": 245580,\n                                \"end\": 245800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"e3dcb282-839a-44d5-9d7b-684ed21a6c16\",\n                                \"text\": \" votre\",\n                                \"start\": 242280,\n                                \"end\": 242460,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"e9a6d55a-f770-4c3b-9972-33a7bad9900b\",\n                                \"text\": \" pour\",\n                                \"start\": 240720,\n                                \"end\": 240920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"f24a7040-0658-4d39-bc23-31883a720886\",\n                                \"text\": \" ?\",\n                                \"start\": 246320,\n                                \"end\": 246600,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            },\n                            {\n                                \"id\": \"fa1fe95f-82f4-4b90-8a9b-baeb84a121bd\",\n                                \"text\": \" pourriez\",\n                                \"start\": 243780,\n                                \"end\": 244100,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:55-04:06\"\n                    },\n                    {\n                        \"id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\",\n                        \"text\": \"Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\",\n                        \"start\": 118060,\n                        \"end\": 126460,\n                        \"duration\": 8400,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01e4204c-3a8f-4d20-82cf-d8ca5dc364de\",\n                                \"text\": \" faire\",\n                                \"start\": 125840,\n                                \"end\": 126100,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"0cec5e49-baa3-492b-90d2-f0fc0ee630e5\",\n                                \"text\": \" vous\",\n                                \"start\": 125100,\n                                \"end\": 125260,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"0e4dc169-f17e-469b-9585-5560160e4ddd\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 121400,\n                                \"end\": 122020,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"17a6d672-60b8-4b25-9a0e-beb2366c3754\",\n                                \"text\": \" le\",\n                                \"start\": 119540,\n                                \"end\": 119660,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"17afaa55-6038-462a-8f1d-39896c11aeb8\",\n                                \"text\": \" déjà\",\n                                \"start\": 122020,\n                                \"end\": 122240,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"190413c7-4011-4886-81ea-22959a9eb645\",\n                                \"text\": \" je\",\n                                \"start\": 124980,\n                                \"end\": 125100,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"2abb274f-2ef4-4f92-9593-edbd4ca3706c\",\n                                \"text\": \" constat\",\n                                \"start\": 122780,\n                                \"end\": 123220,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"3d28f456-391c-4f32-a759-7f4e57db7dfb\",\n                                \"text\": \" votre\",\n                                \"start\": 120300,\n                                \"end\": 120500,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"401852bf-6812-4322-8ebf-6b28b3c64e69\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120500,\n                                \"end\": 121000,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"4ebd699b-1304-4576-b7a1-29d5f5a11bf4\",\n                                \"text\": \" ?\",\n                                \"start\": 126100,\n                                \"end\": 126460,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"54018794-eb62-4c15-875e-666d95057e48\",\n                                \"text\": \" ou\",\n                                \"start\": 123940,\n                                \"end\": 124340,\n                                \"duration\": 400,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"63b66164-12f8-4061-a86a-87968d0311a8\",\n                                \"text\": \" que\",\n                                \"start\": 124880,\n                                \"end\": 124980,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"7a4b070c-7b08-4687-88ac-490ceb0f9c15\",\n                                \"text\": \" de\",\n                                \"start\": 120080,\n                                \"end\": 120300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"7feea130-6dfa-48ee-86f8-15dcd2734a0f\",\n                                \"text\": \" ce\",\n                                \"start\": 122660,\n                                \"end\": 122780,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"8b3a8b69-47e5-46ab-9131-ae8d5f2401ff\",\n                                \"text\": \" traitement\",\n                                \"start\": 119660,\n                                \"end\": 120080,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"abd908d7-40e6-414f-ada9-7c29baa47484\",\n                                \"text\": \" notre\",\n                                \"start\": 123300,\n                                \"end\": 123480,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"b39cee43-bc97-49c2-917c-ca0ccf31aa7c\",\n                                \"text\": \" à\",\n                                \"start\": 123220,\n                                \"end\": 123300,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"b8360286-b5e8-40ae-928c-106b127e085a\",\n                                \"text\": \" le\",\n                                \"start\": 125700,\n                                \"end\": 125840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"cc0422bd-2121-4241-8251-0c2351a86a5c\",\n                                \"text\": \" cela\",\n                                \"start\": 118580,\n                                \"end\": 118880,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"de8db80b-e0b5-48a6-81f0-903862e30ce8\",\n                                \"text\": \" pour\",\n                                \"start\": 125520,\n                                \"end\": 125700,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"dff3066d-78f2-496a-8fa1-fd47a8400f7f\",\n                                \"text\": \" service\",\n                                \"start\": 123480,\n                                \"end\": 123940,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"e0ac026b-4054-464a-91bf-8d71b63f2487\",\n                                \"text\": \" envoyé\",\n                                \"start\": 122240,\n                                \"end\": 122660,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"e0d9a807-4eb3-4df9-9adc-cc90c951cdda\",\n                                \"text\": \" souhaitez-vous\",\n                                \"start\": 124340,\n                                \"end\": 124880,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"ee9a0565-e17f-466d-b977-1621092c79d2\",\n                                \"text\": \" guide\",\n                                \"start\": 125260,\n                                \"end\": 125520,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"f244ee06-0d0e-409b-b943-d69d76d04dcd\",\n                                \"text\": \" facilitera\",\n                                \"start\": 118880,\n                                \"end\": 119540,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            },\n                            {\n                                \"id\": \"fff729b2-3f8f-4eee-8ba4-7bf668c7497a\",\n                                \"text\": \" Parfait,\",\n                                \"start\": 118060,\n                                \"end\": 118540,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:58-02:06\"\n                    },\n                    {\n                        \"id\": \"27bd3792-a540-46ba-993a-8b422379e071\",\n                        \"text\": \"Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\",\n                        \"start\": 277790,\n                        \"end\": 285970,\n                        \"duration\": 8180,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"15e0fda1-acbf-4dfc-bb8c-b62396ceaf5d\",\n                                \"text\": \" la\",\n                                \"start\": 280470,\n                                \"end\": 280610,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"1dddf49f-11a5-4495-b20f-28db5342086f\",\n                                \"text\": \" autre\",\n                                \"start\": 284970,\n                                \"end\": 285150,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"2728c3ba-47c0-48a7-8856-dcad7fe25f85\",\n                                \"text\": \" vers\",\n                                \"start\": 282730,\n                                \"end\": 283190,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"28d43e39-f936-4654-bb85-ed97709b7c0e\",\n                                \"text\": \" votre\",\n                                \"start\": 285590,\n                                \"end\": 285690,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"37b972a6-5ebe-4c9d-8ce5-0aceb81500ae\",\n                                \"text\": \" l'envoyer\",\n                                \"start\": 281930,\n                                \"end\": 282470,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"3f1d2e7f-0ece-4cf5-8a02-6d732b42174c\",\n                                \"text\": \" M.\",\n                                \"start\": 278270,\n                                \"end\": 278390,\n                                \"duration\": 120,\n                                \"probability\": 0.44,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"4044ce66-e120-426e-934d-0a70661e93af\",\n                                \"text\": \" bien,\",\n                                \"start\": 278050,\n                                \"end\": 278270,\n                                \"duration\": 220,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"5415f001-a165-4e79-b285-9da83f076b1d\",\n                                \"text\": \" ou\",\n                                \"start\": 282470,\n                                \"end\": 282730,\n                                \"duration\": 260,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"5960bc26-1dfe-4ee2-b26d-d36d3411fc72\",\n                                \"text\": \" garage\",\n                                \"start\": 283330,\n                                \"end\": 283630,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"5a24fd90-bc35-43b1-b58f-8c7d17af40df\",\n                                \"text\": \" à\",\n                                \"start\": 284570,\n                                \"end\": 284810,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"61b1049e-7a1e-4dee-8cdc-b5d64a5b647b\",\n                                \"text\": \" Nous\",\n                                \"start\": 281390,\n                                \"end\": 281710,\n                                \"duration\": 320,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"64fe5a8c-61f0-499a-820b-478f85a9d6f4\",\n                                \"text\": \" Bien\",\n                                \"start\": 277790,\n                                \"end\": 278050,\n                                \"duration\": 260,\n                                \"probability\": 0.18,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"6dbd7fe8-4963-4f92-9dc5-c7858a516eab\",\n                                \"text\": \" ou\",\n                                \"start\": 284130,\n                                \"end\": 284570,\n                                \"duration\": 440,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"6e363f95-5518-400d-a39d-5d774925e133\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 278910,\n                                \"end\": 279350,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"75355080-fd2b-4c02-b9f2-b012a58faa0b\",\n                                \"text\": \" pouvons\",\n                                \"start\": 281710,\n                                \"end\": 281930,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"848ad096-6878-4cdb-bc1c-ee5822c7889b\",\n                                \"text\": \" une\",\n                                \"start\": 279350,\n                                \"end\": 279550,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"86272ed2-b4b3-4264-b920-e3e445ce2031\",\n                                \"text\": \" une\",\n                                \"start\": 284810,\n                                \"end\": 284970,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"86ebe404-e8a4-443b-b33f-a093245baaf4\",\n                                \"text\": \" ?\",\n                                \"start\": 280990,\n                                \"end\": 281390,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"99333bc9-95a1-452c-825a-3627d3f91242\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 278470,\n                                \"end\": 278690,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"a4059626-c9ee-48dc-8eeb-3930fd64b733\",\n                                \"text\": \" de\",\n                                \"start\": 285430,\n                                \"end\": 285590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"b12362c5-136c-4043-b7d1-0bbe78a9eb78\",\n                                \"text\": \" un\",\n                                \"start\": 283190,\n                                \"end\": 283330,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"b7f252ab-1575-406f-9d4d-3fed2a6bc1b1\",\n                                \"text\": \" préférence\",\n                                \"start\": 279550,\n                                \"end\": 280210,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"d1b7d16c-9b40-4844-9164-6a9c045f984f\",\n                                \"text\": \" adresse\",\n                                \"start\": 285150,\n                                \"end\": 285430,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"d2c78531-cf8f-41d4-b93b-9fdb60a2e622\",\n                                \"text\": \" destination\",\n                                \"start\": 280610,\n                                \"end\": 280990,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"df1c29fc-2d81-416e-a484-44bf1af9d446\",\n                                \"text\": \" agréé\",\n                                \"start\": 283630,\n                                \"end\": 284130,\n                                \"duration\": 500,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"efdbf225-f632-4aeb-88ce-fed717ababc4\",\n                                \"text\": \" pour\",\n                                \"start\": 280210,\n                                \"end\": 280470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            },\n                            {\n                                \"id\": \"f5ab0ff7-f540-4c4f-a3cf-389412af9384\",\n                                \"text\": \" choix.\",\n                                \"start\": 285690,\n                                \"end\": 285970,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:37-04:45\"\n                    },\n                    {\n                        \"id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\",\n                        \"text\": \"Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\",\n                        \"start\": 30180,\n                        \"end\": 41100,\n                        \"duration\": 10920,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0da7479d-f185-4a5e-a08d-8ea9d6c684eb\",\n                                \"text\": \" est\",\n                                \"start\": 35720,\n                                \"end\": 36220,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"136f0856-e287-40c1-9cd6-a3848b181014\",\n                                \"text\": \" 14\",\n                                \"start\": 36400,\n                                \"end\": 37280,\n                                \"duration\": 880,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"20c12230-e027-42a4-934b-8168a33a89c6\",\n                                \"text\": \" mon\",\n                                \"start\": 34540,\n                                \"end\": 34740,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"224b9ffe-841c-42fa-a2eb-a5301f2a5cc9\",\n                                \"text\": \" 6\",\n                                \"start\": 39420,\n                                \"end\": 40380,\n                                \"duration\": 960,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"26278b7c-d971-444a-b8d9-6bb0e4901686\",\n                                \"text\": \" sûr.\",\n                                \"start\": 31120,\n                                \"end\": 31480,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"264760c3-25f5-476d-98b3-6f6edfb88f21\",\n                                \"text\": \" Oui,\",\n                                \"start\": 30180,\n                                \"end\": 30760,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"2b43f475-d0ca-4a75-9bd4-43890f5eee33\",\n                                \"text\": \" de\",\n                                \"start\": 35080,\n                                \"end\": 35360,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"38754c75-1385-422d-be99-f6c3e23168a6\",\n                                \"text\": \" numéro\",\n                                \"start\": 34740,\n                                \"end\": 35080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"60753e71-82ca-4352-9551-df3b7dabe6f2\",\n                                \"text\": \" m'appelle\",\n                                \"start\": 32280,\n                                \"end\": 32759,\n                                \"duration\": 479,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"64980c54-3e2b-4792-8759-a1138c073fa2\",\n                                \"text\": \" Je\",\n                                \"start\": 31700,\n                                \"end\": 32280,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"6bb27729-dbc9-4923-88e6-f973fb862aa6\",\n                                \"text\": \" contrat\",\n                                \"start\": 35360,\n                                \"end\": 35720,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"818d3a7f-67b9-41f9-9cb0-642d43f43e29\",\n                                \"text\": \" Bernard\",\n                                \"start\": 33440,\n                                \"end\": 33900,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"9c4dbfae-9c68-4d91-9dab-010e0ffcf9ba\",\n                                \"text\": \" 15\",\n                                \"start\": 37280,\n                                \"end\": 38140,\n                                \"duration\": 860,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"a6dd34f9-63b5-4239-aa3f-6c229cd9fd4e\",\n                                \"text\": \" Michel\",\n                                \"start\": 32759,\n                                \"end\": 33440,\n                                \"duration\": 681,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"ae82594c-8c9c-4290-b220-f638c8d386b3\",\n                                \"text\": \" le\",\n                                \"start\": 36220,\n                                \"end\": 36400,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"b7a6c421-5fd1-4987-9b7c-59fd57e0a92d\",\n                                \"text\": \" et\",\n                                \"start\": 33900,\n                                \"end\": 34540,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"bc55327c-5447-49e7-a1ce-98d670959eac\",\n                                \"text\": \" 92\",\n                                \"start\": 38140,\n                                \"end\": 39420,\n                                \"duration\": 1280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"dfe6d366-2180-4497-8611-e89500b9f175\",\n                                \"text\": \" bien\",\n                                \"start\": 30840,\n                                \"end\": 31120,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            },\n                            {\n                                \"id\": \"ea503397-c06d-4173-a158-bd6499528ee9\",\n                                \"text\": \" R.\",\n                                \"start\": 40380,\n                                \"end\": 41100,\n                                \"duration\": 720,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:30-00:41\"\n                    },\n                    {\n                        \"id\": \"2b76753d-f215-4682-b456-71b27387fdb4\",\n                        \"text\": \"Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\",\n                        \"start\": 68120,\n                        \"end\": 81000,\n                        \"duration\": 12880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0b0b3a5f-a35e-4f78-a055-9e15328ee021\",\n                                \"text\": \" pour\",\n                                \"start\": 71660,\n                                \"end\": 71940,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"0c4b8161-cf06-4c6c-8863-cd9bbce305fc\",\n                                \"text\": \" voiture\",\n                                \"start\": 79300,\n                                \"end\": 79660,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"130a2c0f-83de-4dce-ac5c-3881638451a7\",\n                                \"text\": \" m'a\",\n                                \"start\": 76760,\n                                \"end\": 77040,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"20b4054a-7792-470a-9602-54567c8d2ce7\",\n                                \"text\": \" travailler\",\n                                \"start\": 72140,\n                                \"end\": 72440,\n                                \"duration\": 300,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"26edce77-10a3-4756-9286-1820916aca1a\",\n                                \"text\": \" et\",\n                                \"start\": 73200,\n                                \"end\": 73740,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"3dc86032-48a3-40ea-a1fc-d10c8dcfb15d\",\n                                \"text\": \" sortais\",\n                                \"start\": 70680,\n                                \"end\": 71180,\n                                \"duration\": 500,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"3e20d871-fe54-433b-9b79-76aa977ab2bb\",\n                                \"text\": \" moi\",\n                                \"start\": 71400,\n                                \"end\": 71660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"435f99e8-e356-43a4-b547-390800ad5bec\",\n                                \"text\": \" Levallois\",\n                                \"start\": 72760,\n                                \"end\": 73200,\n                                \"duration\": 440,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"44bb8b62-aebe-4285-a68d-2111951aafc8\",\n                                \"text\": \" a\",\n                                \"start\": 74480,\n                                \"end\": 74940,\n                                \"duration\": 460,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"470fbe94-1013-497a-bef2-303a099f0117\",\n                                \"text\": \" côté\",\n                                \"start\": 77880,\n                                \"end\": 78120,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"4a821734-ab51-4752-a38d-f523f52bae29\",\n                                \"text\": \" sérieusement\",\n                                \"start\": 79880,\n                                \"end\": 80440,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"4cf96d14-664d-4e53-b97d-a6acfc9fd483\",\n                                \"text\": \" voiture\",\n                                \"start\": 74080,\n                                \"end\": 74480,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"50eb817a-820a-4577-b996-4e5f20b57e68\",\n                                \"text\": \" sur\",\n                                \"start\": 77540,\n                                \"end\": 77740,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"55166077-e232-4854-befc-6e61cdeaadc0\",\n                                \"text\": \" endommagée.\",\n                                \"start\": 80440,\n                                \"end\": 81000,\n                                \"duration\": 560,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"5d9b5bc2-7b5f-4480-b43a-ff59cb5d0a59\",\n                                \"text\": \" à\",\n                                \"start\": 72440,\n                                \"end\": 72760,\n                                \"duration\": 320,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"68ad745b-f3ee-4b62-b5c0-4244514bb9f3\",\n                                \"text\": \" long\",\n                                \"start\": 69460,\n                                \"end\": 69660,\n                                \"duration\": 200,\n                                \"probability\": 0.37,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"6d33009b-761e-492a-96c5-d406c6ac159a\",\n                                \"text\": \" je\",\n                                \"start\": 70200,\n                                \"end\": 70680,\n                                \"duration\": 480,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"9319c9e5-62d0-4789-bbd7-a276dfc91027\",\n                                \"text\": \" tout\",\n                                \"start\": 68700,\n                                \"end\": 69280,\n                                \"duration\": 580,\n                                \"probability\": 0.5,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"a28d9e08-e7b5-4ebf-bb92-c4037485f19d\",\n                                \"text\": \" le\",\n                                \"start\": 77740,\n                                \"end\": 77880,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"a34c216c-7bab-434b-9b9b-1d4ade664914\",\n                                \"text\": \" du\",\n                                \"start\": 69660,\n                                \"end\": 69900,\n                                \"duration\": 240,\n                                \"probability\": 0.33,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ab233c08-90f9-4005-acc9-56def2b94786\",\n                                \"text\": \" Elle\",\n                                \"start\": 75880,\n                                \"end\": 76760,\n                                \"duration\": 880,\n                                \"probability\": 0.49,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ac679810-c502-4c94-8727-a1e87e7a18b3\",\n                                \"text\": \" grillé\",\n                                \"start\": 74940,\n                                \"end\": 75280,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ae8a10d4-9897-43c8-b004-1811ef61e2a7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 68120,\n                                \"end\": 68700,\n                                \"duration\": 580,\n                                \"probability\": 0.79,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"b90df1b0-c758-41fb-93b4-3f87e4539d56\",\n                                \"text\": \" de\",\n                                \"start\": 71180,\n                                \"end\": 71280,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"b91848d8-5595-4b70-9f48-d0ec69ee5845\",\n                                \"text\": \" feu\",\n                                \"start\": 75380,\n                                \"end\": 75540,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"c423056c-edaa-4f41-84ef-66c1bd3815de\",\n                                \"text\": \" chez\",\n                                \"start\": 71280,\n                                \"end\": 71400,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"cb4751a0-1a36-4c08-986b-311b3e6b4348\",\n                                \"text\": \" droit.\",\n                                \"start\": 78120,\n                                \"end\": 78420,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"cf04cc6b-3af8-440f-a34c-07940fe60589\",\n                                \"text\": \" un\",\n                                \"start\": 75280,\n                                \"end\": 75380,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"d48951dd-6df6-4ad6-8b8c-379c13dc52d0\",\n                                \"text\": \" percuté\",\n                                \"start\": 77040,\n                                \"end\": 77540,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"d7f7ff47-884a-47ae-961c-359a3d0c0124\",\n                                \"text\": \" rouge.\",\n                                \"start\": 75540,\n                                \"end\": 75880,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ddea171d-d3d3-42de-89a9-18882ae8ea9d\",\n                                \"text\": \" aller\",\n                                \"start\": 71940,\n                                \"end\": 72140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ddf13992-522b-4419-807b-13c608b4fce4\",\n                                \"text\": \" Ma\",\n                                \"start\": 78760,\n                                \"end\": 79300,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"de93d7bf-e81f-456b-bc7f-74f57b9474a2\",\n                                \"text\": \" au\",\n                                \"start\": 69280,\n                                \"end\": 69460,\n                                \"duration\": 180,\n                                \"probability\": 0.84,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ec18a1f5-fcf1-46c6-aab6-8aafbf1abc95\",\n                                \"text\": \" est\",\n                                \"start\": 79660,\n                                \"end\": 79880,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"ee2fa687-86f8-40a6-9787-b878cd457725\",\n                                \"text\": \" jour,\",\n                                \"start\": 69900,\n                                \"end\": 70200,\n                                \"duration\": 300,\n                                \"probability\": 0.26,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            },\n                            {\n                                \"id\": \"f6dae3e2-8b4a-40be-b24c-9030d4b151c2\",\n                                \"text\": \" une\",\n                                \"start\": 73740,\n                                \"end\": 74080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:08-01:21\"\n                    },\n                    {\n                        \"id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\",\n                        \"text\": \"« Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\",\n                        \"start\": 185370,\n                        \"end\": 193410,\n                        \"duration\": 8040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"013ce372-24f5-487d-973b-ccc3d0992175\",\n                                \"text\": \" utile.\",\n                                \"start\": 187270,\n                                \"end\": 187750,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"05a133e6-6e42-484f-8cd3-2c3ecd8546d4\",\n                                \"text\": \" réussi\",\n                                \"start\": 190710,\n                                \"end\": 190910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"08d62336-6788-4b26-897b-c4496caa9d1e\",\n                                \"text\": \" «\",\n                                \"start\": 185370,\n                                \"end\": 185990,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"08ebd7f0-209f-435d-a87a-50e4bb8cb1b0\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 188990,\n                                \"end\": 189710,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"12f3061b-1a6f-40e9-89ee-58d29dc35e00\",\n                                \"text\": \" Ma\",\n                                \"start\": 187950,\n                                \"end\": 188390,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"14bc902f-8a84-4e7d-970d-67b55f33c440\",\n                                \"text\": \" ça\",\n                                \"start\": 186170,\n                                \"end\": 186610,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"368f59cd-a2ac-4fa0-b96f-1520cc6cee7e\",\n                                \"text\": \" me\",\n                                \"start\": 186610,\n                                \"end\": 186730,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"37a0aee8-393f-4536-bdbf-2a93479efe98\",\n                                \"text\": \" garer\",\n                                \"start\": 191270,\n                                \"end\": 191590,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"4d22ae28-2578-406a-82ae-c60f4b21d209\",\n                                \"text\": \" moment.\",\n                                \"start\": 189930,\n                                \"end\": 190210,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"4e53dca9-0d54-46e2-bda0-6511e60a6ba3\",\n                                \"text\": \" »\",\n                                \"start\": 192970,\n                                \"end\": 193410,\n                                \"duration\": 440,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"6e837341-2649-4f77-8930-1a82bb186b20\",\n                                \"text\": \" bas-côté.\",\n                                \"start\": 192210,\n                                \"end\": 192730,\n                                \"duration\": 520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"8aa37c63-f1d7-4225-a7a7-0f648f2ef70c\",\n                                \"text\": \" est\",\n                                \"start\": 188730,\n                                \"end\": 188990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"8c1975e7-d7f5-4670-8b8f-857dfebcdf58\",\n                                \"text\": \" Oui,\",\n                                \"start\": 185990,\n                                \"end\": 186030,\n                                \"duration\": 40,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"8fa0cda7-8545-4066-9350-5330a1d164c4\",\n                                \"text\": \" serait\",\n                                \"start\": 186730,\n                                \"end\": 187010,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"a5ce9baf-1f2f-422d-8511-0ba53b4b2c78\",\n                                \"text\": \" sur\",\n                                \"start\": 191590,\n                                \"end\": 192030,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"b80f5e83-83e0-49d9-bd3b-35721f8cdc15\",\n                                \"text\": \" J'ai\",\n                                \"start\": 190390,\n                                \"end\": 190710,\n                                \"duration\": 320,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"c49269de-c7fb-43da-b533-152453b7b780\",\n                                \"text\": \" la\",\n                                \"start\": 191130,\n                                \"end\": 191270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"cfa27ae7-8f56-4da8-a19e-1b3b73b417bb\",\n                                \"text\": \" voiture\",\n                                \"start\": 188390,\n                                \"end\": 188730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"d3c1ae57-d7e4-485a-a1e2-2a83a7be4114\",\n                                \"text\": \" très\",\n                                \"start\": 187010,\n                                \"end\": 187270,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"d6f5331b-baf8-4f98-bb89-bdb2716a1ae2\",\n                                \"text\": \" ce\",\n                                \"start\": 189810,\n                                \"end\": 189930,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"e351c3cb-5086-4d21-a810-f4a488577aaa\",\n                                \"text\": \" en\",\n                                \"start\": 189710,\n                                \"end\": 189810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"f741eef4-6988-4e2a-b458-85adaa9ae794\",\n                                \"text\": \" à\",\n                                \"start\": 190910,\n                                \"end\": 191130,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            },\n                            {\n                                \"id\": \"fd1e343e-7e6d-479d-bd7e-6b1c58cca0a9\",\n                                \"text\": \" le\",\n                                \"start\": 192030,\n                                \"end\": 192210,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:05-03:13\"\n                    },\n                    {\n                        \"id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\",\n                        \"text\": \"D'accord. Je vais le scanner et l'envoyer cet après-midi. »\",\n                        \"start\": 159020,\n                        \"end\": 162620,\n                        \"duration\": 3600,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1fffd9fb-2302-4b89-8028-17665ab9cdc8\",\n                                \"text\": \" vais\",\n                                \"start\": 160340,\n                                \"end\": 160500,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"22b7d914-4317-4044-9716-61732006d54d\",\n                                \"text\": \" après-midi.\",\n                                \"start\": 161700,\n                                \"end\": 162200,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"4e4432f5-1d9d-43bc-a84d-4c1042eef5a5\",\n                                \"text\": \" »\",\n                                \"start\": 162400,\n                                \"end\": 162620,\n                                \"duration\": 220,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"537adfaf-1e0c-4d69-adba-4d2e54a05d3d\",\n                                \"text\": \" et\",\n                                \"start\": 160940,\n                                \"end\": 161080,\n                                \"duration\": 140,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"8b62f6c9-3ef5-4d79-b723-e1ec4e67119c\",\n                                \"text\": \" cet\",\n                                \"start\": 161540,\n                                \"end\": 161700,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"8c1fe7ca-5c34-41b3-807c-7b42867e06ec\",\n                                \"text\": \" l'envoyer\",\n                                \"start\": 161080,\n                                \"end\": 161540,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"8f9c70b4-f266-42ba-9751-ee772bc8f5f3\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 159020,\n                                \"end\": 159560,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"aa0325a2-cf65-45af-a598-1bd4c966103b\",\n                                \"text\": \" scanner\",\n                                \"start\": 160600,\n                                \"end\": 160940,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"af9a08be-9b89-4645-8c9d-9bbdbed4f793\",\n                                \"text\": \" le\",\n                                \"start\": 160500,\n                                \"end\": 160600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            },\n                            {\n                                \"id\": \"fdf348e1-c245-44c3-869c-b51dc3061b9b\",\n                                \"text\": \" Je\",\n                                \"start\": 159900,\n                                \"end\": 160340,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:39-02:42\"\n                    },\n                    {\n                        \"id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\",\n                        \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 3060,\n                        \"end\": 8760,\n                        \"duration\": 5700,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"066cbc1d-8de6-434d-aec6-b501e41bda9a\",\n                                \"text\": \" client\",\n                                \"start\": 5420,\n                                \"end\": 5700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"07b58df4-868e-4a13-8815-377566ee73a6\",\n                                \"text\": \" Assurance.\",\n                                \"start\": 6080,\n                                \"end\": 6520,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"0b18b571-d43a-49c3-bcdc-16d84e35795a\",\n                                \"text\": \" aider\",\n                                \"start\": 7900,\n                                \"end\": 8080,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"25f9e207-6565-44a0-8653-0c0a1a781592\",\n                                \"text\": \" bien\",\n                                \"start\": 4440,\n                                \"end\": 4520,\n                                \"duration\": 80,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"2d00d815-a48e-4003-b77e-ba7ddb9c4ad2\",\n                                \"text\": \" ?\",\n                                \"start\": 8500,\n                                \"end\": 8760,\n                                \"duration\": 260,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"37ac6d6e-3d84-4089-bc68-b2d8b292f30a\",\n                                \"text\": \" comment\",\n                                \"start\": 7400,\n                                \"end\": 7560,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"491aa80b-5aaf-4886-980b-ec620aa0a3de\",\n                                \"text\": \" vous\",\n                                \"start\": 3980,\n                                \"end\": 4260,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"53bb25e2-dbe0-4c8a-ab7e-cde6ad703e7e\",\n                                \"text\": \" Je\",\n                                \"start\": 6620,\n                                \"end\": 6760,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"585be8fe-f5af-490b-a6c8-1ef342fa0a39\",\n                                \"text\": \" Poulpe\",\n                                \"start\": 5860,\n                                \"end\": 6080,\n                                \"duration\": 220,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"5f9cafc4-87d0-4844-878c-c145db772f76\",\n                                \"text\": \" avec\",\n                                \"start\": 4820,\n                                \"end\": 5060,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"70dc4052-e143-4c5a-b79d-1db0e1d7889b\",\n                                \"text\": \" puis-je\",\n                                \"start\": 7560,\n                                \"end\": 7800,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"7f9f399b-e702-4712-b36d-3ba3c8dbb813\",\n                                \"text\": \" m'appelle\",\n                                \"start\": 6760,\n                                \"end\": 7020,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"8a989fb7-ff23-4e0d-a019-b3ebef378fd5\",\n                                \"text\": \" service\",\n                                \"start\": 5180,\n                                \"end\": 5420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"920f35db-ff1b-4fad-9413-a284a22fcdf4\",\n                                \"text\": \" Rémi,\",\n                                \"start\": 7020,\n                                \"end\": 7260,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"939c5427-ad4e-4a2f-a263-d2d58fafbc25\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 8080,\n                                \"end\": 8500,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"981a14fc-8b42-4d88-ac4f-999c3ba540d4\",\n                                \"text\": \" le\",\n                                \"start\": 5060,\n                                \"end\": 5180,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"9d565fd4-ab68-4ae8-8dfa-0a23dd6457be\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 3060,\n                                \"end\": 3640,\n                                \"duration\": 580,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"a06d3f37-0f93-40bf-b56f-215ff2c2fb38\",\n                                \"text\": \" êtes\",\n                                \"start\": 4260,\n                                \"end\": 4440,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"a43d7084-5839-4199-bccd-96fe175ff0e5\",\n                                \"text\": \" vous\",\n                                \"start\": 7800,\n                                \"end\": 7900,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"e378360d-2ce1-459f-9962-5ca5799a91df\",\n                                \"text\": \" en\",\n                                \"start\": 4520,\n                                \"end\": 4620,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"efe45b4d-28f8-459e-9858-e52f61f27b39\",\n                                \"text\": \" de\",\n                                \"start\": 5700,\n                                \"end\": 5860,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            },\n                            {\n                                \"id\": \"f5915641-701c-4d2e-b005-2d4931906c98\",\n                                \"text\": \" contact\",\n                                \"start\": 4620,\n                                \"end\": 4820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:03-00:08\"\n                    },\n                    {\n                        \"id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\",\n                        \"text\": \"D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\",\n                        \"start\": 83080,\n                        \"end\": 86930,\n                        \"duration\": 3850,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0477d0d9-0afb-4df4-8430-21950322eff5\",\n                                \"text\": \" médicale\",\n                                \"start\": 85910,\n                                \"end\": 86670,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"2a05a3b3-155b-4025-ae8d-b1b980a3f8e3\",\n                                \"text\": \" ou\",\n                                \"start\": 84810,\n                                \"end\": 84950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"405bdc64-68a4-4eeb-acec-a5c33c46b996\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 83550,\n                                \"end\": 83790,\n                                \"duration\": 240,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"68c4b441-5906-4510-b5dc-b9ad6a812707\",\n                                \"text\": \" ?\",\n                                \"start\": 86670,\n                                \"end\": 86930,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"86f0cf3c-c7b4-4536-beaf-bee009887408\",\n                                \"text\": \" avez-vous\",\n                                \"start\": 84950,\n                                \"end\": 85270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"89074183-43d9-4b77-aa80-c1d240f33818\",\n                                \"text\": \" assistance\",\n                                \"start\": 85710,\n                                \"end\": 85910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"b4687738-3bd0-420a-811f-ec55d8ad445b\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 83080,\n                                \"end\": 83490,\n                                \"duration\": 410,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"c2f586e8-a6eb-4930-b940-fa68036b9715\",\n                                \"text\": \" Êtes-vous\",\n                                \"start\": 83970,\n                                \"end\": 84330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"db370e33-aa6b-426d-acad-72f5924243b6\",\n                                \"text\": \" d'une\",\n                                \"start\": 85550,\n                                \"end\": 85710,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"ecd3756c-e81c-4098-aded-158ef440520f\",\n                                \"text\": \" besoin\",\n                                \"start\": 85270,\n                                \"end\": 85550,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            },\n                            {\n                                \"id\": \"f2014f51-12c9-499d-aaae-d26cf633f807\",\n                                \"text\": \" blessé\",\n                                \"start\": 84330,\n                                \"end\": 84810,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:26\"\n                    },\n                    {\n                        \"id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\",\n                        \"text\": \"Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\",\n                        \"start\": 133810,\n                        \"end\": 157670,\n                        \"duration\": 23860,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04ad62a9-6577-4e51-9a67-071fa49766cc\",\n                                \"text\": \" transmettre\",\n                                \"start\": 155130,\n                                \"end\": 155610,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"0706baf0-ea9f-4cde-9274-f9071c6d6df1\",\n                                \"text\": \" fois\",\n                                \"start\": 150870,\n                                \"end\": 151030,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"07787a51-953d-433f-a63a-ba0dff245d46\",\n                                \"text\": \" Je\",\n                                \"start\": 153930,\n                                \"end\": 154450,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"084f4a19-f10b-49bc-bd56-99a3e700738c\",\n                                \"text\": \" le\",\n                                \"start\": 155070,\n                                \"end\": 155130,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"18e36685-a3e1-434c-8e2c-ffa36ae9fd3a\",\n                                \"text\": \" et\",\n                                \"start\": 139890,\n                                \"end\": 140110,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"19e21673-27d5-4d00-8421-476ea0f0eaba\",\n                                \"text\": \" par\",\n                                \"start\": 147470,\n                                \"end\": 147590,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"1dced378-30af-4825-8441-621e2b6752e1\",\n                                \"text\": \" ligne,\",\n                                \"start\": 141770,\n                                \"end\": 141990,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"226c2906-f4cd-4c44-8a52-6460bbdd9213\",\n                                \"text\": \" reçu,\",\n                                \"start\": 151030,\n                                \"end\": 151470,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"2baef30b-dd1c-4c2a-9be7-b91717aef0cd\",\n                                \"text\": \" l'envoyant\",\n                                \"start\": 140230,\n                                \"end\": 140650,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"2fdb2c7f-008f-4b7d-a8e9-e1f48cf728a4\",\n                                \"text\": \" d'experts\",\n                                \"start\": 152290,\n                                \"end\": 152710,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"304cb424-dea5-4f7c-b406-5a47926e7b77\",\n                                \"text\": \" en\",\n                                \"start\": 141570,\n                                \"end\": 141770,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"32be63bc-3543-48b1-b38f-8e1ceee6e30a\",\n                                \"text\": \" possible\",\n                                \"start\": 156050,\n                                \"end\": 156370,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"35a5d78f-c6ab-4677-9e56-631eaa538cda\",\n                                \"text\": \" nous\",\n                                \"start\": 135710,\n                                \"end\": 135850,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"37831be5-3182-4036-8720-f9fe8923d8aa\",\n                                \"text\": \" procédure.\",\n                                \"start\": 157210,\n                                \"end\": 157670,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"38f82931-da18-42c7-8427-1f06a0c03e4d\",\n                                \"text\": \" équipe\",\n                                \"start\": 151930,\n                                \"end\": 152290,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"39062a6d-bd92-423a-be69-3ccf89943820\",\n                                \"text\": \" l'une\",\n                                \"start\": 137170,\n                                \"end\": 137410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"3c1ff134-1008-4d91-8494-03f6a6f9b9d9\",\n                                \"text\": \" pouvez\",\n                                \"start\": 135390,\n                                \"end\": 135710,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"413dca26-16a6-401b-9b83-4625a798384b\",\n                                \"text\": \" sur\",\n                                \"start\": 148890,\n                                \"end\": 149030,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"4283b205-7685-4f37-9f78-11c5a6410b60\",\n                                \"text\": \" indiquée\",\n                                \"start\": 148530,\n                                \"end\": 148890,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"4555da2c-5d31-4d10-a845-1bccae8d5ade\",\n                                \"text\": \" votre\",\n                                \"start\": 149030,\n                                \"end\": 149230,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"48f7933f-d843-4d2a-842f-10d7fd5a0f08\",\n                                \"text\": \" votre\",\n                                \"start\": 140770,\n                                \"end\": 140930,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"50fa29e4-73cf-4582-9b71-f03e2e6e8a20\",\n                                \"text\": \" des\",\n                                \"start\": 137410,\n                                \"end\": 137550,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"55e70eb3-ec4e-4d2d-8af7-6a4995edd4f2\",\n                                \"text\": \" document.\",\n                                \"start\": 153410,\n                                \"end\": 153730,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"585d4270-c339-4e27-8057-a9d752b67255\",\n                                \"text\": \" pour\",\n                                \"start\": 156370,\n                                \"end\": 156630,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"59be84f8-a0b9-4ca0-8cca-ef5a7f5e7beb\",\n                                \"text\": \" agences\",\n                                \"start\": 145110,\n                                \"end\": 145410,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"5b9f1027-e508-4918-853b-753be2661bcc\",\n                                \"text\": \" l'adresse\",\n                                \"start\": 148210,\n                                \"end\": 148530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"63d200a5-6623-4254-bab6-753d6d67cbf9\",\n                                \"text\": \" accélérer\",\n                                \"start\": 156630,\n                                \"end\": 157030,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"6a1051b4-4938-448b-bd48-4756d9b0c41a\",\n                                \"text\": \" scannant\",\n                                \"start\": 139390,\n                                \"end\": 139890,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"6cb77152-d900-4189-81e2-5bfe32d540a5\",\n                                \"text\": \" méthodes\",\n                                \"start\": 137550,\n                                \"end\": 137910,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"6d942a96-1ca6-4d73-a5b6-4ded667d70c6\",\n                                \"text\": \" dès\",\n                                \"start\": 155610,\n                                \"end\": 155950,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"6e3e7f81-ac38-49a7-a6e4-dbd061e61e90\",\n                                \"text\": \" à\",\n                                \"start\": 147950,\n                                \"end\": 148210,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"713713d8-9718-405d-a18b-52962b064c96\",\n                                \"text\": \" via\",\n                                \"start\": 140650,\n                                \"end\": 140770,\n                                \"duration\": 120,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"75e13b02-23cf-40ee-8dcc-ea13ca00b9ed\",\n                                \"text\": \" l'une\",\n                                \"start\": 144710,\n                                \"end\": 144830,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"7d569893-4f66-4ea8-98d3-276ffc3778b2\",\n                                \"text\": \" la\",\n                                \"start\": 157030,\n                                \"end\": 157210,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"7e25905f-bacf-43da-82f4-67dd9ed55178\",\n                                \"text\": \" de\",\n                                \"start\": 144830,\n                                \"end\": 144970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"7ff932bf-2265-41de-a2ba-b6108c189325\",\n                                \"text\": \" le\",\n                                \"start\": 143370,\n                                \"end\": 143510,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"83cf2349-e55f-4199-a5ad-a59a1e3745f7\",\n                                \"text\": \" le\",\n                                \"start\": 136310,\n                                \"end\": 136490,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"8cd4e800-dc66-457e-94d3-b601100c3e06\",\n                                \"text\": \" vous\",\n                                \"start\": 154450,\n                                \"end\": 154550,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"91700ee1-9700-4253-973c-fa0c168e414b\",\n                                \"text\": \" le\",\n                                \"start\": 139250,\n                                \"end\": 139390,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"91b720af-5921-45d7-bc00-b20124818e95\",\n                                \"text\": \" Une\",\n                                \"start\": 150350,\n                                \"end\": 150870,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"94cfc2f5-da75-45ee-a49f-9b7ff358c33e\",\n                                \"text\": \" conseille\",\n                                \"start\": 154550,\n                                \"end\": 154990,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"9a96d9db-41af-4d00-a07a-760ca4127b98\",\n                                \"text\": \" client\",\n                                \"start\": 141310,\n                                \"end\": 141570,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"9be28434-18d8-4907-9db9-243048147689\",\n                                \"text\": \" de\",\n                                \"start\": 154990,\n                                \"end\": 155070,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a21a816a-601a-466c-8782-9df748002123\",\n                                \"text\": \" l'envoyant\",\n                                \"start\": 147030,\n                                \"end\": 147470,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a2ae960f-2cf4-46bc-ba9c-95f1c8992101\",\n                                \"text\": \" en\",\n                                \"start\": 143070,\n                                \"end\": 143370,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a32669f6-01db-46c1-8c00-62f4de514ff2\",\n                                \"text\": \" constat\",\n                                \"start\": 136490,\n                                \"end\": 136950,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a3b7c7e3-f144-44bf-8eb1-1e9a98a82823\",\n                                \"text\": \" physiques,\",\n                                \"start\": 145410,\n                                \"end\": 145930,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a75eb9cf-6a2f-42c0-83e6-c6723a2a0b27\",\n                                \"text\": \" courrier\",\n                                \"start\": 147590,\n                                \"end\": 147950,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"a8952716-3f5f-412e-9df8-a95a1a9e24e3\",\n                                \"text\": \" ou\",\n                                \"start\": 142570,\n                                \"end\": 142810,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"ac4a5aa2-93ea-488d-b2df-fbd8eb7909c3\",\n                                \"text\": \" Bernard,\",\n                                \"start\": 134610,\n                                \"end\": 134910,\n                                \"duration\": 300,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"ac9c1cf2-c284-4b4f-8674-cbeafc1e5b83\",\n                                \"text\": \" alors\",\n                                \"start\": 142810,\n                                \"end\": 143070,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"ad4a64d2-ff23-4477-a4b0-c07a712fb0ad\",\n                                \"text\": \" par\",\n                                \"start\": 136950,\n                                \"end\": 137170,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"adc56b5c-f5e9-4b85-8c16-1eb6737c33e9\",\n                                \"text\": \" en\",\n                                \"start\": 140110,\n                                \"end\": 140230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"b012781a-03ab-4071-8314-35cc0d152832\",\n                                \"text\": \" le\",\n                                \"start\": 153290,\n                                \"end\": 153410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"b723d89d-e4ed-404b-b1c0-058072305cff\",\n                                \"text\": \" contrat.\",\n                                \"start\": 149230,\n                                \"end\": 149630,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"c4a59079-1bb5-49d5-84e5-9f85b9468a7d\",\n                                \"text\": \" en\",\n                                \"start\": 146850,\n                                \"end\": 147030,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"c6010226-e9f9-4ae7-bf48-f789c5f80f3d\",\n                                \"text\": \" alors\",\n                                \"start\": 146670,\n                                \"end\": 146850,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"c71f975e-62e5-470d-b93a-95349148e20a\",\n                                \"text\": \" sûr,\",\n                                \"start\": 134050,\n                                \"end\": 134410,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"cdf3fef5-db4c-40db-8f90-c4e57e2c3fe4\",\n                                \"text\": \" directement\",\n                                \"start\": 143970,\n                                \"end\": 144270,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"cfe100be-0032-4783-a80c-a97d75633c95\",\n                                \"text\": \" M.\",\n                                \"start\": 134410,\n                                \"end\": 134490,\n                                \"duration\": 80,\n                                \"probability\": 0.54,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"d4e2c749-e03b-4606-8fc4-f652551ba73a\",\n                                \"text\": \" déposant\",\n                                \"start\": 143510,\n                                \"end\": 143970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"d92387f2-8b87-473c-8a80-06b115d80389\",\n                                \"text\": \" Bien\",\n                                \"start\": 133810,\n                                \"end\": 134050,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"dad3f085-4f9d-4916-aa47-5273cf8da0dc\",\n                                \"text\": \" ou\",\n                                \"start\": 145930,\n                                \"end\": 146670,\n                                \"duration\": 740,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"e64b1bab-cf1f-4806-b106-86f142d91150\",\n                                \"text\": \" transmettre\",\n                                \"start\": 135850,\n                                \"end\": 136310,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"e96f8eca-3ec7-477c-9649-139823f8ae2c\",\n                                \"text\": \" suivantes.\",\n                                \"start\": 137910,\n                                \"end\": 138470,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"e9de933a-c312-4546-923f-53dd6118e653\",\n                                \"text\": \" que\",\n                                \"start\": 155950,\n                                \"end\": 156050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"ef4a02f3-892e-4e76-93cd-e9e97f87d3e1\",\n                                \"text\": \" analysera\",\n                                \"start\": 152710,\n                                \"end\": 153290,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"f3ee3e99-686f-463a-b1f1-2da65be230a8\",\n                                \"text\": \" nos\",\n                                \"start\": 144970,\n                                \"end\": 145110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"f5a38564-1351-4751-b1fe-d5f6a4ce1b44\",\n                                \"text\": \" notre\",\n                                \"start\": 151550,\n                                \"end\": 151930,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"f730aad6-ebb5-455a-8083-2b34ffadddc1\",\n                                \"text\": \" En\",\n                                \"start\": 138770,\n                                \"end\": 139250,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"f7543075-e791-4c0d-9f4c-015eeaddfbb5\",\n                                \"text\": \" espace\",\n                                \"start\": 140930,\n                                \"end\": 141310,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"fade9bfa-b749-4cbe-89f0-3b8b50436e7c\",\n                                \"text\": \" dans\",\n                                \"start\": 144270,\n                                \"end\": 144710,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            },\n                            {\n                                \"id\": \"fb499521-972e-41f1-89be-4c3fd3b40c1d\",\n                                \"text\": \" vous\",\n                                \"start\": 135150,\n                                \"end\": 135390,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:13-02:37\"\n                    },\n                    {\n                        \"id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\",\n                        \"text\": \"D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\",\n                        \"start\": 219450,\n                        \"end\": 227790,\n                        \"duration\": 8340,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0a129dd3-d387-4fce-9397-f9dd1595c2ba\",\n                                \"text\": \" d'un\",\n                                \"start\": 222610,\n                                \"end\": 222790,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"0bcddbad-b830-48cb-a420-39ae82a8661c\",\n                                \"text\": \" que\",\n                                \"start\": 226470,\n                                \"end\": 226570,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"0d2de4fa-e7f5-4eec-9c53-c92a9c1d16c0\",\n                                \"text\": \" bien.\",\n                                \"start\": 220090,\n                                \"end\": 220290,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"17aa9634-839f-4f1e-a387-3a5f252531b0\",\n                                \"text\": \" inclus.\",\n                                \"start\": 224730,\n                                \"end\": 225110,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"180a7960-b81a-4554-8bd2-dedd2e345f9f\",\n                                \"text\": \" avec\",\n                                \"start\": 223510,\n                                \"end\": 223990,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"2bc8fd98-a00f-4e8f-be93-a8956bb23075\",\n                                \"text\": \" bénéficiez\",\n                                \"start\": 222110,\n                                \"end\": 222610,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"2d1efbae-7d3a-4ae2-bec6-b4fd581c276e\",\n                                \"text\": \" j'organise\",\n                                \"start\": 226570,\n                                \"end\": 227090,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"36e3dd51-e6ad-4274-bce2-29c37af39975\",\n                                \"text\": \" service\",\n                                \"start\": 222790,\n                                \"end\": 222970,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"39a62a03-b89b-4633-ab23-f1e947267b40\",\n                                \"text\": \" ?\",\n                                \"start\": 227590,\n                                \"end\": 227790,\n                                \"duration\": 200,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"3b73d8e3-6346-483b-b45c-cb7c4eb37558\",\n                                \"text\": \" remorquage\",\n                                \"start\": 223990,\n                                \"end\": 224730,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"40269a3b-9bfc-47f1-89d0-732f4f36518c\",\n                                \"text\": \" vois\",\n                                \"start\": 220910,\n                                \"end\": 221150,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"5a061067-87a2-4720-bb55-b2e16e3a0433\",\n                                \"text\": \" d'assistance\",\n                                \"start\": 222970,\n                                \"end\": 223510,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"6cc804de-a1a3-4733-86eb-3990c5f20558\",\n                                \"text\": \" que\",\n                                \"start\": 221870,\n                                \"end\": 222030,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"75564ba6-7554-4bf8-8be9-03cfff9836d9\",\n                                \"text\": \" très\",\n                                \"start\": 219950,\n                                \"end\": 220090,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"77a05a1e-33ec-45f9-85aa-6a3b337dded4\",\n                                \"text\": \" vous\",\n                                \"start\": 227430,\n                                \"end\": 227590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"78584621-c430-4a4e-a4e0-a4bed45dbff2\",\n                                \"text\": \" votre\",\n                                \"start\": 221310,\n                                \"end\": 221490,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"a6c1b1d9-80d3-4af9-8865-4e6be6c6d28e\",\n                                \"text\": \" dans\",\n                                \"start\": 221150,\n                                \"end\": 221310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"aaca1eb7-efb5-4064-8659-6b9b245ed64b\",\n                                \"text\": \" contrat\",\n                                \"start\": 221490,\n                                \"end\": 221870,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"ae00ff56-30a0-4c93-ab63-596046dd7a05\",\n                                \"text\": \" pour\",\n                                \"start\": 227230,\n                                \"end\": 227430,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"b713e727-56af-4341-9e94-9673e4dbadac\",\n                                \"text\": \" Je\",\n                                \"start\": 220510,\n                                \"end\": 220910,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"b8497691-c0ed-471d-9f58-4309061d212b\",\n                                \"text\": \" Souhaitez-vous\",\n                                \"start\": 225890,\n                                \"end\": 226470,\n                                \"duration\": 580,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"cbbefd5c-c994-4fbf-9819-c1d58dd580b3\",\n                                \"text\": \" vous\",\n                                \"start\": 222030,\n                                \"end\": 222110,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"cebd3855-f631-4a0f-ac7d-cb47bea08787\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 219450,\n                                \"end\": 219830,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            },\n                            {\n                                \"id\": \"ec888dee-6b7d-4c6f-a341-6ca13162d7d6\",\n                                \"text\": \" cela\",\n                                \"start\": 227090,\n                                \"end\": 227230,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:39-03:47\"\n                    },\n                    {\n                        \"id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\",\n                        \"text\": \"Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\",\n                        \"start\": 88140,\n                        \"end\": 93740,\n                        \"duration\": 5600,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0617772c-dbd1-4c5c-b3f4-bc3890b442fe\",\n                                \"text\": \" le\",\n                                \"start\": 92840,\n                                \"end\": 93000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"06cde95a-93a9-41f7-b66b-e16204ef05a8\",\n                                \"text\": \" sur\",\n                                \"start\": 92520,\n                                \"end\": 92840,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"177595f9-da6c-41f4-9381-5a500069e626\",\n                                \"text\": \" venue\",\n                                \"start\": 92040,\n                                \"end\": 92220,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"1e05dab8-00e2-437b-8ce4-84ee2ed1eb69\",\n                                \"text\": \" je\",\n                                \"start\": 89760,\n                                \"end\": 89940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"4da5ea77-01ad-4c12-8614-5dcaf4446636\",\n                                \"text\": \" passager.\",\n                                \"start\": 93260,\n                                \"end\": 93740,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"51e67bce-7e9c-401a-929f-e61e1869fa03\",\n                                \"text\": \" que\",\n                                \"start\": 91140,\n                                \"end\": 91300,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"52a08144-1233-4f30-ab08-baf825bf6da1\",\n                                \"text\": \" heureusement,\",\n                                \"start\": 89220,\n                                \"end\": 89760,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"55b90655-6d43-4c14-9771-d56b74a53599\",\n                                \"text\": \" est\",\n                                \"start\": 91780,\n                                \"end\": 92040,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"59299572-afd4-490c-a71a-26a5af49afa5\",\n                                \"text\": \" voiture\",\n                                \"start\": 91440,\n                                \"end\": 91780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"673c5614-db11-4616-bdd5-8d553158e160\",\n                                \"text\": \" taper\",\n                                \"start\": 92220,\n                                \"end\": 92520,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"82209369-f0f5-4390-9004-1b110b4e6799\",\n                                \"text\": \" vu\",\n                                \"start\": 90380,\n                                \"end\": 91140,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"af6e9057-59ea-4b34-9c00-48736f32f0fd\",\n                                \"text\": \" côté\",\n                                \"start\": 93000,\n                                \"end\": 93260,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"bdd82556-960d-47d3-95e6-efe272df4aee\",\n                                \"text\": \" n'ai\",\n                                \"start\": 89940,\n                                \"end\": 90060,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"cd76e3ce-4c1d-4957-83c4-d718d356ae2d\",\n                                \"text\": \" fort\",\n                                \"start\": 88680,\n                                \"end\": 89220,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"ce8137a6-1a1a-4826-8100-b5edea8f65ef\",\n                                \"text\": \" Non,\",\n                                \"start\": 88140,\n                                \"end\": 88680,\n                                \"duration\": 540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"d658f48e-e726-4f83-bfd2-f08b2dff41f6\",\n                                \"text\": \" la\",\n                                \"start\": 91300,\n                                \"end\": 91440,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            },\n                            {\n                                \"id\": \"de8197f5-7374-4fcd-85cb-67ba77cf3123\",\n                                \"text\": \" rien,\",\n                                \"start\": 90060,\n                                \"end\": 90320,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:28-01:33\"\n                    },\n                    {\n                        \"id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\",\n                        \"text\": \"Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\",\n                        \"start\": 195180,\n                        \"end\": 212780,\n                        \"duration\": 17600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05cc9455-0f75-4c2c-88f4-02c56482f353\",\n                                \"text\": \" votre\",\n                                \"start\": 198800,\n                                \"end\": 199000,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"0a5e9a05-5c02-40db-925d-fc96f5937a34\",\n                                \"text\": \" cette\",\n                                \"start\": 196660,\n                                \"end\": 196860,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"0cb69785-ee97-413f-a9f4-c59b3494a2a6\",\n                                \"text\": \" Maintenant,\",\n                                \"start\": 207640,\n                                \"end\": 208040,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"105d36ac-6aa7-4aa0-8a56-33f66444e285\",\n                                \"text\": \" demande\",\n                                \"start\": 196860,\n                                \"end\": 197220,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"1270848c-2d71-4b72-9f19-8c3ee878397a\",\n                                \"text\": \" la\",\n                                \"start\": 201480,\n                                \"end\": 201600,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"16d50a84-1c7c-4488-bef0-91e6809d5ad1\",\n                                \"text\": \" ?\",\n                                \"start\": 212440,\n                                \"end\": 212780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"1abd1ee6-366d-406f-9395-4c7cd7af549b\",\n                                \"text\": \" à\",\n                                \"start\": 197220,\n                                \"end\": 197400,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"294f91e9-ddd1-47e8-8d70-d8175b7a9766\",\n                                \"text\": \" bien,\",\n                                \"start\": 195600,\n                                \"end\": 195740,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"2b07779c-3587-490b-95de-9b0e655ee014\",\n                                \"text\": \" de\",\n                                \"start\": 210920,\n                                \"end\": 211000,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"2cde55ee-eff2-47ce-8585-4c463b368e62\",\n                                \"text\": \" vais\",\n                                \"start\": 196160,\n                                \"end\": 196300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"2d80ea33-1acb-4fa4-888e-abc601c62145\",\n                                \"text\": \" véhicule.\",\n                                \"start\": 202640,\n                                \"end\": 203100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"341bf371-55db-48c4-891d-1eecc4a509dd\",\n                                \"text\": \" fois\",\n                                \"start\": 198660,\n                                \"end\": 198800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"3b0b7652-dd71-46c8-a19e-f96beb99732c\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 209900,\n                                \"end\": 210480,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"3ef2fc12-16cb-4e67-9ddb-de0d8bb7c716\",\n                                \"text\": \" nous\",\n                                \"start\": 199860,\n                                \"end\": 200060,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"43e6da99-f4b1-4413-afdf-6ecb7d152106\",\n                                \"text\": \" un\",\n                                \"start\": 211840,\n                                \"end\": 212000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"55e8f844-f900-439b-96b9-1e4877c64167\",\n                                \"text\": \" je\",\n                                \"start\": 195860,\n                                \"end\": 196160,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"5c43ff3f-3dd1-4b70-bd5a-ef3478c0da11\",\n                                \"text\": \" finaliser\",\n                                \"start\": 200360,\n                                \"end\": 200880,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6378687e-8f92-4a5f-b313-28fb30cda361\",\n                                \"text\": \" pour\",\n                                \"start\": 201340,\n                                \"end\": 201480,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6c0f0a53-03cd-49aa-bcdc-6d20cd2ff084\",\n                                \"text\": \" plus\",\n                                \"start\": 205600,\n                                \"end\": 205800,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6d7b8cf6-d68d-4251-8c54-b0a9be0d92e9\",\n                                \"text\": \" votre\",\n                                \"start\": 197400,\n                                \"end\": 197540,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6ea3c4dc-b4ca-4942-ab12-ac6c5cef28c3\",\n                                \"text\": \" mise\",\n                                \"start\": 201600,\n                                \"end\": 201760,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"6f1df9f9-6aa6-4d59-abd5-962f2e21b72f\",\n                                \"text\": \" voiture,\",\n                                \"start\": 208600,\n                                \"end\": 208960,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"76ebdc3b-7e46-499e-a461-f6cef2abe0bc\",\n                                \"text\": \" pourrons\",\n                                \"start\": 200060,\n                                \"end\": 200360,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"802247e7-6575-4bab-a948-1a11382a9b4e\",\n                                \"text\": \" l'accident\",\n                                \"start\": 211000,\n                                \"end\": 211440,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"819cfcc3-21d9-4f43-8f30-e3f4461cc060\",\n                                \"text\": \" le\",\n                                \"start\": 210660,\n                                \"end\": 210760,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"870c57e8-92cc-40ba-9693-3d1de642c52d\",\n                                \"text\": \" ou\",\n                                \"start\": 211440,\n                                \"end\": 211680,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"8c375e65-b49b-4683-bd71-594d2a6790b4\",\n                                \"text\": \" Très\",\n                                \"start\": 195180,\n                                \"end\": 195600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"920bccc1-ae4f-46f7-a966-303bfc696d9c\",\n                                \"text\": \" Une\",\n                                \"start\": 198260,\n                                \"end\": 198660,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"965800db-ef7d-440f-abe6-a7a80704d31d\",\n                                \"text\": \" 48\",\n                                \"start\": 204820,\n                                \"end\": 205200,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"9979cdc4-59dc-4e0c-96e8-828cbb4afc00\",\n                                \"text\": \" lieu\",\n                                \"start\": 210760,\n                                \"end\": 210920,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"a1de9d26-ab7a-4ad0-85ed-cdb1fc952770\",\n                                \"text\": \" serez\",\n                                \"start\": 204020,\n                                \"end\": 204220,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"a21ec7b3-0653-4cbb-bba4-9fada252ecb1\",\n                                \"text\": \" sous\",\n                                \"start\": 204720,\n                                \"end\": 204820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"a687c94c-b024-46f3-8c98-e2605f8822a1\",\n                                \"text\": \" endroit\",\n                                \"start\": 212180,\n                                \"end\": 212440,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"adbb76f6-5352-4e8e-9107-d30fa90121c6\",\n                                \"text\": \" avec\",\n                                \"start\": 205420,\n                                \"end\": 205600,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"af0b4159-b756-4190-9e4c-b7dd56da4bda\",\n                                \"text\": \" à\",\n                                \"start\": 201760,\n                                \"end\": 201880,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"b17058e3-bb5c-4862-8559-0f0e8a4821f7\",\n                                \"text\": \" les\",\n                                \"start\": 200880,\n                                \"end\": 201000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"c12e3488-96c6-4a38-924c-157fb09d5e3a\",\n                                \"text\": \" sur\",\n                                \"start\": 210480,\n                                \"end\": 210660,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"c19dcd93-a795-4137-b836-034f73339d34\",\n                                \"text\": \" disposition\",\n                                \"start\": 201880,\n                                \"end\": 202300,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"c4112607-069c-45f1-a4ae-99a39f8790a6\",\n                                \"text\": \" détails.\",\n                                \"start\": 205940,\n                                \"end\": 206300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"c81e2302-8bbf-4718-8c22-1cef3a59bf9a\",\n                                \"text\": \" contacté\",\n                                \"start\": 204220,\n                                \"end\": 204720,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"cb9f1a02-589f-4399-87df-039ac05a8800\",\n                                \"text\": \" dossier.\",\n                                \"start\": 197540,\n                                \"end\": 197980,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"cbc23f0c-1e31-4f29-8ebb-50ad10dfcc23\",\n                                \"text\": \" heures\",\n                                \"start\": 205200,\n                                \"end\": 205420,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"cd2813e1-9131-43aa-85a4-68884fcd5239\",\n                                \"text\": \" dans\",\n                                \"start\": 211680,\n                                \"end\": 211840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"cfe75875-0dcb-4cba-bc86-aba69ec6586a\",\n                                \"text\": \" autre\",\n                                \"start\": 212000,\n                                \"end\": 212180,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"d24de4e8-bc26-4c7c-ae0c-e1b8270f2cd0\",\n                                \"text\": \" actuellement\",\n                                \"start\": 209540,\n                                \"end\": 209900,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"d3926246-7dfe-4e8a-822a-42f72cf78269\",\n                                \"text\": \" ajouter\",\n                                \"start\": 196300,\n                                \"end\": 196660,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"d5946300-a14c-4847-9a6c-d2114ba87f2b\",\n                                \"text\": \" étapes\",\n                                \"start\": 201000,\n                                \"end\": 201340,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"d6e57500-8c5a-49d5-b418-bdde49e68545\",\n                                \"text\": \" est-elle\",\n                                \"start\": 209180,\n                                \"end\": 209540,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"dd33dea3-bbd7-43f4-b2b1-61fdebaa5424\",\n                                \"text\": \" Vous\",\n                                \"start\": 203620,\n                                \"end\": 204020,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"dd4f2dc3-438b-42c2-b646-fcbc22a93551\",\n                                \"text\": \" constat\",\n                                \"start\": 199000,\n                                \"end\": 199480,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"e56fd9c1-6b75-4362-9e70-2c79827c138a\",\n                                \"text\": \" de\",\n                                \"start\": 205800,\n                                \"end\": 205940,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"e9f32863-5d5d-44c2-8010-2452626f051b\",\n                                \"text\": \" reçu,\",\n                                \"start\": 199480,\n                                \"end\": 199780,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"eb946b28-815d-4c90-b265-8485c48bf41f\",\n                                \"text\": \" votre\",\n                                \"start\": 208440,\n                                \"end\": 208600,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"f1a9a87d-0e5c-4de2-a11a-f270d78bd69e\",\n                                \"text\": \" concernant\",\n                                \"start\": 208040,\n                                \"end\": 208440,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            },\n                            {\n                                \"id\": \"f916eefc-a5e8-46ea-815d-55a98a407f99\",\n                                \"text\": \" d'un\",\n                                \"start\": 202300,\n                                \"end\": 202640,\n                                \"duration\": 340,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:15-03:32\"\n                    },\n                    {\n                        \"id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\",\n                        \"text\": \"Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\",\n                        \"start\": 256540,\n                        \"end\": 273840,\n                        \"duration\": 17300,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04704b4b-dde2-4a1a-aac6-bbb9cea3a8b4\",\n                                \"text\": \" avec\",\n                                \"start\": 261899,\n                                \"end\": 262240,\n                                \"duration\": 341,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"0ca58b37-9224-4ff3-8e43-725011e303df\",\n                                \"text\": \" recevrez\",\n                                \"start\": 261079,\n                                \"end\": 261540,\n                                \"duration\": 461,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"0ebf057a-09d2-4e4c-9d06-dde351e612a1\",\n                                \"text\": \" un\",\n                                \"start\": 261540,\n                                \"end\": 261640,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"0f1f25cf-de36-4f10-a0a1-076a96bc9eae\",\n                                \"text\": \" maximum\",\n                                \"start\": 259380,\n                                \"end\": 259740,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"12842f5e-fb57-4ea8-88aa-a72f758d326d\",\n                                \"text\": \" est-il\",\n                                \"start\": 265300,\n                                \"end\": 265760,\n                                \"duration\": 460,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"1e071562-ae92-4824-95ff-a34d4c31d56e\",\n                                \"text\": \" beaucoup,\",\n                                \"start\": 256940,\n                                \"end\": 257180,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"283b653d-8c31-4beb-a212-79409416ee9f\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 257279,\n                                \"end\": 257519,\n                                \"duration\": 240,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"4efee1a4-1a6c-4e05-a3b1-241bbbfe72ee\",\n                                \"text\": \" 0601-02-03-04-05\",\n                                \"start\": 266330,\n                                \"end\": 273420,\n                                \"duration\": 7090,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"52dd8bb7-9e39-475e-b443-0998ae86feec\",\n                                \"text\": \" heures.\",\n                                \"start\": 260200,\n                                \"end\": 260440,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"70a15f9d-78fe-433f-9586-fe49d4b050d2\",\n                                \"text\": \" délai\",\n                                \"start\": 259140,\n                                \"end\": 259380,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"7c1a3a6d-6110-4524-bfcd-121f0191f9b4\",\n                                \"text\": \" et\",\n                                \"start\": 262940,\n                                \"end\": 263200,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"81c32268-57aa-449a-915f-d3b578c6b7ec\",\n                                \"text\": \" ?\",\n                                \"start\": 273420,\n                                \"end\": 273840,\n                                \"duration\": 420,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"8849a14e-a3bb-41c4-bc00-278a3aa115a6\",\n                                \"text\": \" envoyé\",\n                                \"start\": 258440,\n                                \"end\": 258880,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"8b57efef-1dc1-48af-98c9-7ae8c6ebe034\",\n                                \"text\": \" coordonnées\",\n                                \"start\": 262440,\n                                \"end\": 262940,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"8d31ba53-940a-4e9d-a3ae-dddab00e8006\",\n                                \"text\": \" toujours\",\n                                \"start\": 265760,\n                                \"end\": 266020,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"907fd51c-42ed-44b8-9d1b-86fb494817ab\",\n                                \"text\": \" numéro\",\n                                \"start\": 265040,\n                                \"end\": 265300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"94d7c9bf-0297-4b1c-ba39-550c8b547b9c\",\n                                \"text\": \" un\",\n                                \"start\": 259000,\n                                \"end\": 259140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"9594e6a0-e8c6-4fa6-86cb-85f284cf6b01\",\n                                \"text\": \" SMS\",\n                                \"start\": 261640,\n                                \"end\": 261899,\n                                \"duration\": 259,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"97f81e9c-a7f6-45fe-a0d6-3672fcbbc3b3\",\n                                \"text\": \" dépanneur\",\n                                \"start\": 257839,\n                                \"end\": 258240,\n                                \"duration\": 401,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"9d2d27f2-906d-4ac3-8fa8-f523e85b09b2\",\n                                \"text\": \" ses\",\n                                \"start\": 262240,\n                                \"end\": 262440,\n                                \"duration\": 200,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"b1bba709-cb89-40cd-97bf-65e8e2acbd2e\",\n                                \"text\": \" Merci\",\n                                \"start\": 256540,\n                                \"end\": 256940,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"c36be06a-5b27-491d-857f-b141ca164bfb\",\n                                \"text\": \" Vous\",\n                                \"start\": 260680,\n                                \"end\": 261079,\n                                \"duration\": 399,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"c656f07f-17f5-43c7-b9b6-1bb1cd7bc489\",\n                                \"text\": \" Votre\",\n                                \"start\": 264780,\n                                \"end\": 265040,\n                                \"duration\": 260,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"d210cd19-79f3-4e9e-8c3e-c547bb269ab7\",\n                                \"text\": \" l'heure\",\n                                \"start\": 263200,\n                                \"end\": 263340,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"da0cfd0a-7d8f-450d-b173-9fa382bbb80a\",\n                                \"text\": \" de\",\n                                \"start\": 259740,\n                                \"end\": 260019,\n                                \"duration\": 279,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"db434e62-9e1d-4096-b348-383f656dc32b\",\n                                \"text\": \" exacte\",\n                                \"start\": 263340,\n                                \"end\": 263760,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"e091ceb4-b56a-4c95-92f9-8eb7ba7adfcd\",\n                                \"text\": \" d'arrivée.\",\n                                \"start\": 263760,\n                                \"end\": 264200,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"e568a539-cc9a-4557-aafe-b715ce118876\",\n                                \"text\": \" le\",\n                                \"start\": 266020,\n                                \"end\": 266320,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"ec516846-e2db-4e64-a2a2-2cf462a62818\",\n                                \"text\": \" deux\",\n                                \"start\": 260019,\n                                \"end\": 260200,\n                                \"duration\": 181,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"efa209a7-85c6-4018-8821-463d0cbd1fd2\",\n                                \"text\": \" sera\",\n                                \"start\": 258240,\n                                \"end\": 258440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"f05917e2-beb0-4657-b781-789efe59c894\",\n                                \"text\": \" dans\",\n                                \"start\": 258880,\n                                \"end\": 259000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            },\n                            {\n                                \"id\": \"f0fdb01a-ab72-4310-bb1c-61ef7f9f2f1c\",\n                                \"text\": \" Un\",\n                                \"start\": 257640,\n                                \"end\": 257839,\n                                \"duration\": 199,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:16-04:33\"\n                    },\n                    {\n                        \"id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\",\n                        \"text\": \"Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\",\n                        \"start\": 9390,\n                        \"end\": 16650,\n                        \"duration\": 7260,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"01db7864-6bc7-43cf-a404-4843973d1bf0\",\n                                \"text\": \" et\",\n                                \"start\": 13250,\n                                \"end\": 14030,\n                                \"duration\": 780,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"05a8839a-d11a-466e-a205-33ea1ea9932b\",\n                                \"text\": \" voiture\",\n                                \"start\": 12950,\n                                \"end\": 13250,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"10c1aeb6-a4b0-48a9-9e57-b632b1851d7b\",\n                                \"text\": \" savoir\",\n                                \"start\": 14350,\n                                \"end\": 14690,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"1840b97e-188d-4e94-ba9f-d60905aa6804\",\n                                \"text\": \" je\",\n                                \"start\": 10130,\n                                \"end\": 10690,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"32462527-ac28-49f2-9458-5994417dfb8b\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 9390,\n                                \"end\": 9910,\n                                \"duration\": 520,\n                                \"probability\": 0.86,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"490d5e98-3b77-41a7-bb2b-bbb6203613a6\",\n                                \"text\": \" de\",\n                                \"start\": 12690,\n                                \"end\": 12950,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"4a64aa4a-50cb-4b4a-82b1-cdcb81e6231b\",\n                                \"text\": \" vais\",\n                                \"start\": 15670,\n                                \"end\": 15810,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"6ba21c28-965a-43a8-927d-5d5b80148c81\",\n                                \"text\": \" d'avoir\",\n                                \"start\": 11950,\n                                \"end\": 12170,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"6c389716-91fb-44d9-b048-d215f4d8c265\",\n                                \"text\": \" indemnisé.\",\n                                \"start\": 15970,\n                                \"end\": 16650,\n                                \"duration\": 680,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"74f90324-5eb2-420a-85f1-0c40ac008a21\",\n                                \"text\": \" accident\",\n                                \"start\": 12410,\n                                \"end\": 12690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"7725a3b8-2a0a-4e81-8f0d-ca74df670f89\",\n                                \"text\": \" si\",\n                                \"start\": 14690,\n                                \"end\": 15550,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"aa8d790f-763c-421d-b6f7-0ba89e7389f0\",\n                                \"text\": \" vous\",\n                                \"start\": 10690,\n                                \"end\": 10850,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"b0e38c70-6da8-4e8d-ac93-50eb65a4fde2\",\n                                \"text\": \" appelle\",\n                                \"start\": 10850,\n                                \"end\": 11130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"caa9029e-df62-4836-a5cd-59b735f57ed9\",\n                                \"text\": \" je\",\n                                \"start\": 11610,\n                                \"end\": 11730,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"d3e91cac-3823-4981-8b91-6c4fb92a822a\",\n                                \"text\": \" je\",\n                                \"start\": 14030,\n                                \"end\": 14150,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"dae95613-b17d-43a4-bcc0-1a11fd75fc12\",\n                                \"text\": \" viens\",\n                                \"start\": 11730,\n                                \"end\": 11950,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"e2c7c655-1cc8-49ed-8064-24acc1c3595c\",\n                                \"text\": \" parce\",\n                                \"start\": 11130,\n                                \"end\": 11430,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"e7040540-ebee-4bc2-95d1-5e6a6891e605\",\n                                \"text\": \" être\",\n                                \"start\": 15810,\n                                \"end\": 15970,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"f3450fe1-c438-499d-929e-7081588e0815\",\n                                \"text\": \" je\",\n                                \"start\": 15550,\n                                \"end\": 15670,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"f7455a9c-9689-44b7-8636-ce96f69b0d8b\",\n                                \"text\": \" voulais\",\n                                \"start\": 14150,\n                                \"end\": 14350,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"f7ac3f68-b5eb-4782-bb5e-79cd3d82b93f\",\n                                \"text\": \" un\",\n                                \"start\": 12170,\n                                \"end\": 12410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            },\n                            {\n                                \"id\": \"f930cb6e-55ac-4083-ae11-4eea938fd65f\",\n                                \"text\": \" que\",\n                                \"start\": 11430,\n                                \"end\": 11610,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:09-00:16\"\n                    },\n                    {\n                        \"id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\",\n                        \"text\": \"Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\",\n                        \"start\": 316610,\n                        \"end\": 324910,\n                        \"duration\": 8300,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"081ab7d8-0824-4a8a-ad87-773460355f10\",\n                                \"text\": \" appel.\",\n                                \"start\": 319270,\n                                \"end\": 319530,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"0adcbf85-bb1f-4cda-91ef-443e3e634474\",\n                                \"text\": \" M.\",\n                                \"start\": 317370,\n                                \"end\": 317450,\n                                \"duration\": 80,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"0b3b24ea-6b57-4e3f-9aed-70cee16833fe\",\n                                \"text\": \" courage\",\n                                \"start\": 324130,\n                                \"end\": 324430,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"170b2dee-f8ac-4462-8096-b4f89f01a4d8\",\n                                \"text\": \" Je\",\n                                \"start\": 318130,\n                                \"end\": 318490,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"23a07835-65e0-45fd-9537-40c2d729d637\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 321230,\n                                \"end\": 321610,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"301f2f7f-0f03-494e-9a3c-40baa92c2771\",\n                                \"text\": \" journée\",\n                                \"start\": 323430,\n                                \"end\": 323730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"34afdea3-1aee-4eeb-a499-89cf4dd21197\",\n                                \"text\": \" avez\",\n                                \"start\": 320290,\n                                \"end\": 320490,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"39951238-75d6-403b-b311-016d9e7d3447\",\n                                \"text\": \" la\",\n                                \"start\": 324590,\n                                \"end\": 324690,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"43335f12-d78b-423c-8067-09aeadcb4750\",\n                                \"text\": \" pour\",\n                                \"start\": 324430,\n                                \"end\": 324590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"4b31cc32-6006-4f6f-accc-9fcfce6c0278\",\n                                \"text\": \" d'autres\",\n                                \"start\": 320490,\n                                \"end\": 320690,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"74cc7887-3436-4779-8e2b-d6defc6eaac4\",\n                                \"text\": \" pas\",\n                                \"start\": 321610,\n                                \"end\": 321910,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"82ec269a-e895-447e-ab32-f88bdacc1d62\",\n                                \"text\": \" Si\",\n                                \"start\": 319770,\n                                \"end\": 320130,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"83790d8e-3ff2-4af9-a6b6-e3b0aa320f8d\",\n                                \"text\": \" Avec\",\n                                \"start\": 316610,\n                                \"end\": 316970,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"83dfde12-5ccc-4158-8634-4f6f92e706eb\",\n                                \"text\": \" vais\",\n                                \"start\": 318490,\n                                \"end\": 318710,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"87606da9-de24-4138-805a-4f256708cce7\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 317590,\n                                \"end\": 317850,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"96c429c3-241c-4ee3-b1d7-c3a0b3c7cc38\",\n                                \"text\": \" et\",\n                                \"start\": 323730,\n                                \"end\": 324010,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"970a1565-9168-4847-8d50-25c2f671949a\",\n                                \"text\": \" vous\",\n                                \"start\": 320130,\n                                \"end\": 320290,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"9f107b97-4c7a-4be5-9439-69161b04bd3d\",\n                                \"text\": \" recontacter.\",\n                                \"start\": 322030,\n                                \"end\": 322490,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"b8353de6-503b-4272-96e2-831c999a8826\",\n                                \"text\": \" plaisir,\",\n                                \"start\": 316970,\n                                \"end\": 317330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"b906b91d-11b4-433b-8152-22670549d71f\",\n                                \"text\": \" questions,\",\n                                \"start\": 320690,\n                                \"end\": 321070,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"c032e6c9-c1fa-4d3a-9a9d-865a8b628584\",\n                                \"text\": \" Bonne\",\n                                \"start\": 323070,\n                                \"end\": 323430,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"c2a6c4b6-1355-49d8-9841-3dc1cd4e64bd\",\n                                \"text\": \" bon\",\n                                \"start\": 324010,\n                                \"end\": 324130,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"d7975661-585c-4133-8ed5-fd0bda8a6f63\",\n                                \"text\": \" suite.\",\n                                \"start\": 324690,\n                                \"end\": 324910,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"da5c2cca-8fd2-40aa-b790-4971f81ad70d\",\n                                \"text\": \" clôturer\",\n                                \"start\": 318710,\n                                \"end\": 319130,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"e5ac0afc-e668-43ed-ac08-0581ceb286aa\",\n                                \"text\": \" cet\",\n                                \"start\": 319130,\n                                \"end\": 319270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"ea188a7f-9623-47c6-b679-f4cad19b81e8\",\n                                \"text\": \" nous\",\n                                \"start\": 321950,\n                                \"end\": 322030,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            },\n                            {\n                                \"id\": \"f8f2023a-da18-4183-bff4-926c3734a629\",\n                                \"text\": \" à\",\n                                \"start\": 321910,\n                                \"end\": 321950,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:16-05:24\"\n                    },\n                    {\n                        \"id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\",\n                        \"text\": \"Oui, c'est exact.\",\n                        \"start\": 274550,\n                        \"end\": 275790,\n                        \"duration\": 1240,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"28428353-12df-455d-a01f-9c21d6a25162\",\n                                \"text\": \" exact.\",\n                                \"start\": 275530,\n                                \"end\": 275790,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\n                            },\n                            {\n                                \"id\": \"4e398b6d-824a-46fb-8000-45e31034abf9\",\n                                \"text\": \" Oui,\",\n                                \"start\": 274550,\n                                \"end\": 275270,\n                                \"duration\": 720,\n                                \"probability\": 0.85,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\n                            },\n                            {\n                                \"id\": \"e8d41999-46e5-4299-87d3-314c7d2a144b\",\n                                \"text\": \" c'est\",\n                                \"start\": 275290,\n                                \"end\": 275530,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:34-04:35\"\n                    },\n                    {\n                        \"id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\",\n                        \"text\": \"« Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\",\n                        \"start\": 247150,\n                        \"end\": 254870,\n                        \"duration\": 7720,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"131aeed2-a622-4161-8de9-850502c470b7\",\n                                \"text\": \" 002\",\n                                \"start\": 252330,\n                                \"end\": 253950,\n                                \"duration\": 1620,\n                                \"probability\": 0.75,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"194c516f-974f-4be8-8b8c-41f17da159c1\",\n                                \"text\": \" Paix,\",\n                                \"start\": 251190,\n                                \"end\": 251470,\n                                \"duration\": 280,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"3001c9ac-5f01-4383-b3cb-fa5aa9112e27\",\n                                \"text\": \" Oui,\",\n                                \"start\": 247650,\n                                \"end\": 247790,\n                                \"duration\": 140,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"3674c707-52d3-4610-9dc2-8b447b791cf2\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 248610,\n                                \"end\": 249470,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"3e5d5fc9-2e09-4c53-b772-461f62440b2f\",\n                                \"text\": \" elle\",\n                                \"start\": 247930,\n                                \"end\": 248410,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"408bdc43-3271-49cc-9320-c7e29a68608f\",\n                                \"text\": \" »\",\n                                \"start\": 254630,\n                                \"end\": 254870,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"4805a26f-d6c2-453e-ac39-1571fc91092c\",\n                                \"text\": \" la\",\n                                \"start\": 251110,\n                                \"end\": 251190,\n                                \"duration\": 80,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"648c9306-e8b8-4b81-a0b0-52d914ebbdb7\",\n                                \"text\": \" rue\",\n                                \"start\": 250510,\n                                \"end\": 250950,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"83a68dc9-930e-4e11-a661-4dc564246be1\",\n                                \"text\": \" 75\",\n                                \"start\": 251550,\n                                \"end\": 252330,\n                                \"duration\": 780,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"8e59474d-94bf-4115-b23a-0a550087a846\",\n                                \"text\": \" «\",\n                                \"start\": 247150,\n                                \"end\": 247650,\n                                \"duration\": 500,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"a91c798f-4ad0-40c0-83d7-56904b6dfc78\",\n                                \"text\": \" est\",\n                                \"start\": 248410,\n                                \"end\": 248610,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"f080fff1-1d74-41a6-a577-536e0323d5b2\",\n                                \"text\": \" 20\",\n                                \"start\": 250090,\n                                \"end\": 250510,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"f1223709-a540-48c8-8546-bf50da85afc8\",\n                                \"text\": \" de\",\n                                \"start\": 250950,\n                                \"end\": 251110,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"f964e9a5-5a33-4204-91ca-8afc49bb872b\",\n                                \"text\": \" Paris.\",\n                                \"start\": 253950,\n                                \"end\": 254430,\n                                \"duration\": 480,\n                                \"probability\": 0.86,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            },\n                            {\n                                \"id\": \"ff4d20b2-93f6-4bdc-b4d6-6012a9a8b2f6\",\n                                \"text\": \" au\",\n                                \"start\": 249470,\n                                \"end\": 250090,\n                                \"duration\": 620,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:07-04:14\"\n                    },\n                    {\n                        \"id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\",\n                        \"text\": \"« Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\",\n                        \"start\": 213860,\n                        \"end\": 217400,\n                        \"duration\": 3540,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a8726f-0634-4d69-9897-f12e7577599c\",\n                                \"text\": \" est\",\n                                \"start\": 214060,\n                                \"end\": 214180,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"2a8ab496-ccb8-4cf5-8c78-0ceaa86c31b4\",\n                                \"text\": \" toujours\",\n                                \"start\": 214180,\n                                \"end\": 214440,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"3e336d11-61c8-4c0e-90e0-7d1c76fdb14b\",\n                                \"text\": \" l'accident.\",\n                                \"start\": 215300,\n                                \"end\": 215820,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"4da4dd03-5d97-4770-9498-ca3924fc7e73\",\n                                \"text\": \" n'ai\",\n                                \"start\": 216260,\n                                \"end\": 216400,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"506c91a6-63c7-4161-8839-9897bfbf3e66\",\n                                \"text\": \" pas\",\n                                \"start\": 216400,\n                                \"end\": 216520,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"519e0c1f-e051-4708-b5d5-d6e7c99dbdd3\",\n                                \"text\": \" le\",\n                                \"start\": 214780,\n                                \"end\": 214960,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"53d1f794-aefb-47d9-b932-30c2a210f995\",\n                                \"text\": \" Elle\",\n                                \"start\": 214040,\n                                \"end\": 214060,\n                                \"duration\": 20,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"8ee7b25f-bf7f-461b-9f3a-138330a59cfe\",\n                                \"text\": \" «\",\n                                \"start\": 213860,\n                                \"end\": 214040,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"98596b96-03f8-4e1e-b33c-f2dc3cf5f1fc\",\n                                \"text\": \" lieu\",\n                                \"start\": 214960,\n                                \"end\": 215160,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"a6d489db-94d0-4dba-b329-f3e0777e989c\",\n                                \"text\": \" déplacer.\",\n                                \"start\": 216880,\n                                \"end\": 217400,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"cb932d4f-8a70-492b-805e-a1cd4ec8c59f\",\n                                \"text\": \" pu\",\n                                \"start\": 216520,\n                                \"end\": 216720,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"d164ed47-c88c-4458-b8f8-f4e7356d9aea\",\n                                \"text\": \" sur\",\n                                \"start\": 214440,\n                                \"end\": 214780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"d5a13fc4-cc62-4560-be15-25ff25c51611\",\n                                \"text\": \" Je\",\n                                \"start\": 215940,\n                                \"end\": 216260,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"e2ee931e-bbca-41a3-bb71-44b242d68c48\",\n                                \"text\": \" de\",\n                                \"start\": 215160,\n                                \"end\": 215300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            },\n                            {\n                                \"id\": \"ff2a0e7d-5b3a-4172-b482-969cb42aac80\",\n                                \"text\": \" la\",\n                                \"start\": 216720,\n                                \"end\": 216880,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:33-03:37\"\n                    },\n                    {\n                        \"id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 330560,\n                        \"end\": 331520,\n                        \"duration\": 960,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"6364bf42-fce8-46e7-83cb-2a5d1728a5fb\",\n                                \"text\": \" au\",\n                                \"start\": 331100,\n                                \"end\": 331260,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\n                            },\n                            {\n                                \"id\": \"9195f92e-9113-4136-b4b4-3c1202d3bb88\",\n                                \"text\": \" Merci,\",\n                                \"start\": 330560,\n                                \"end\": 330920,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\n                            },\n                            {\n                                \"id\": \"9ed65d12-74f9-4855-a4a1-a2e397da00bb\",\n                                \"text\": \" revoir.\",\n                                \"start\": 331260,\n                                \"end\": 331520,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:30-05:31\"\n                    },\n                    {\n                        \"id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\",\n                        \"text\": \"Un garage agréé proche de chez moi serait parfait.\",\n                        \"start\": 287890,\n                        \"end\": 291550,\n                        \"duration\": 3660,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0402a54c-5578-447d-aa37-b9ad05aa4dfc\",\n                                \"text\": \" parfait.\",\n                                \"start\": 291170,\n                                \"end\": 291550,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"1c4a82fe-3013-4d05-ae43-996d0dc4f6f6\",\n                                \"text\": \" Un\",\n                                \"start\": 287890,\n                                \"end\": 288450,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"3914ff01-7586-4422-8c0a-6a69223604a1\",\n                                \"text\": \" agréé\",\n                                \"start\": 289070,\n                                \"end\": 289870,\n                                \"duration\": 800,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"6035796c-678c-4ca8-ad55-62ee239d76a8\",\n                                \"text\": \" de\",\n                                \"start\": 290330,\n                                \"end\": 290550,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"b7ec7855-f059-43c3-9cad-2376af8a55cf\",\n                                \"text\": \" serait\",\n                                \"start\": 290930,\n                                \"end\": 291170,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"ba033ffb-007e-438f-8991-3407ae701114\",\n                                \"text\": \" moi\",\n                                \"start\": 290710,\n                                \"end\": 290930,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"ccf18f22-5b73-492b-9146-23d8416ccbd0\",\n                                \"text\": \" proche\",\n                                \"start\": 289870,\n                                \"end\": 290330,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"e2714e99-b2b3-4929-b8c9-885e76a9af10\",\n                                \"text\": \" garage\",\n                                \"start\": 288450,\n                                \"end\": 289070,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            },\n                            {\n                                \"id\": \"ed614668-80de-4fd7-98d2-64fa279b9a00\",\n                                \"text\": \" chez\",\n                                \"start\": 290550,\n                                \"end\": 290710,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:47-04:51\"\n                    },\n                    {\n                        \"id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\",\n                        \"text\": \"Merci. Bonne journée à vous aussi.\",\n                        \"start\": 326840,\n                        \"end\": 328840,\n                        \"duration\": 2000,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1f186fa8-0b43-4167-8c1b-f49accb44bcb\",\n                                \"text\": \" Merci.\",\n                                \"start\": 326840,\n                                \"end\": 327400,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"29cc6661-1b3f-4efe-88ea-199125e80149\",\n                                \"text\": \" vous\",\n                                \"start\": 328420,\n                                \"end\": 328560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"5a70a76b-2ecd-45de-9324-c94e1962b1a2\",\n                                \"text\": \" journée\",\n                                \"start\": 327960,\n                                \"end\": 328260,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"a019a45c-b9a0-4d0c-821c-ee8aa7e71a85\",\n                                \"text\": \" Bonne\",\n                                \"start\": 327400,\n                                \"end\": 327960,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"cffe493f-f453-457d-b666-43556c79459d\",\n                                \"text\": \" à\",\n                                \"start\": 328260,\n                                \"end\": 328420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            },\n                            {\n                                \"id\": \"d7c138da-a2e2-459d-a0f6-9fa26f3a208e\",\n                                \"text\": \" aussi.\",\n                                \"start\": 328560,\n                                \"end\": 328840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:26-05:28\"\n                    },\n                    {\n                        \"id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\",\n                        \"text\": \"Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\",\n                        \"start\": 164970,\n                        \"end\": 185040,\n                        \"duration\": 20070,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0d59b595-e636-42b7-b51c-14547a2d26df\",\n                                \"text\": \" la\",\n                                \"start\": 170670,\n                                \"end\": 170830,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"0ed2d525-c05c-4605-af4c-0d211f596181\",\n                                \"text\": \" question\",\n                                \"start\": 166630,\n                                \"end\": 167030,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"2d0a1ff3-1790-4056-b105-d931aeca9baa\",\n                                \"text\": \" responsabilité\",\n                                \"start\": 170830,\n                                \"end\": 171630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"32655a21-36b2-4394-9630-f6de50bde936\",\n                                \"text\": \" que\",\n                                \"start\": 169290,\n                                \"end\": 169390,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"387b3f0e-2b0e-4d7d-908b-4f776742ac6e\",\n                                \"text\": \" l'autre\",\n                                \"start\": 171790,\n                                \"end\": 171970,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"38fea436-7bf6-4899-8f62-d626369ccde9\",\n                                \"text\": \" véhicule\",\n                                \"start\": 181780,\n                                \"end\": 182220,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"3c98c8da-2b5d-4ef6-8e2d-afc07dc0a1f0\",\n                                \"text\": \" par\",\n                                \"start\": 174450,\n                                \"end\": 174630,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"3d7235a4-305a-4636-9139-2a689f31dc53\",\n                                \"text\": \" et\",\n                                \"start\": 174210,\n                                \"end\": 174450,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"3df2f8de-6f6d-4e87-971c-a50b3994c6ae\",\n                                \"text\": \" également\",\n                                \"start\": 180800,\n                                \"end\": 181020,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"3f01fdc5-ee6e-4e44-9584-25c4311289d9\",\n                                \"text\": \" sur\",\n                                \"start\": 167530,\n                                \"end\": 167630,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"43820a4b-fed7-43c3-84e2-3633fe463a00\",\n                                \"text\": \" m'avez\",\n                                \"start\": 169470,\n                                \"end\": 169690,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"44fff1b4-d07c-4b9c-af8c-d857466721d6\",\n                                \"text\": \" remplacement.\",\n                                \"start\": 182320,\n                                \"end\": 182780,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"45d0c1ae-93f4-4cfb-9437-70ad5c6d81ec\",\n                                \"text\": \" constat\",\n                                \"start\": 173690,\n                                \"end\": 174210,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"4cd4f70c-57c0-4204-959e-338c1b410125\",\n                                \"text\": \" bénéficier\",\n                                \"start\": 183940,\n                                \"end\": 184440,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"582a10cf-faa9-42a6-885f-d4b651132308\",\n                                \"text\": \" confirmée\",\n                                \"start\": 172910,\n                                \"end\": 173450,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"5e5d0498-ee69-4a7e-bc6f-b01283627253\",\n                                \"text\": \" charge.\",\n                                \"start\": 178050,\n                                \"end\": 178370,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"5f8cfea5-c3c6-48c1-9e42-798745b1edbf\",\n                                \"text\": \" l'enquête,\",\n                                \"start\": 174630,\n                                \"end\": 175050,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6309c35a-b113-47cd-afd0-e310a74b7008\",\n                                \"text\": \" inclut\",\n                                \"start\": 180260,\n                                \"end\": 180800,\n                                \"duration\": 540,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6a6980ad-e6c9-4328-8260-2ebac5d80916\",\n                                \"text\": \" en\",\n                                \"start\": 183860,\n                                \"end\": 183940,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6b89034c-4c90-4f01-ba36-ccbff698fb62\",\n                                \"text\": \" vous\",\n                                \"start\": 169390,\n                                \"end\": 169470,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6c0201de-e3ce-42e5-bd55-9572a3d86dd6\",\n                                \"text\": \" Souhaitez-vous\",\n                                \"start\": 183280,\n                                \"end\": 183860,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"6efba960-cd47-4723-9447-e5b89091721d\",\n                                \"text\": \" les\",\n                                \"start\": 175250,\n                                \"end\": 175670,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"73d1936c-e8aa-431c-8364-a0cbf38e1776\",\n                                \"text\": \" devraient\",\n                                \"start\": 177070,\n                                \"end\": 177370,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"7f94d683-ee48-4373-96de-3baad3c66a14\",\n                                \"text\": \" répondre\",\n                                \"start\": 166050,\n                                \"end\": 166350,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"830dcc62-af5e-4e43-b097-8aef93ecebb2\",\n                                \"text\": \" de\",\n                                \"start\": 171630,\n                                \"end\": 171790,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"84b66ac3-ed5d-4604-b71f-a30992f5a51d\",\n                                \"text\": \" votre\",\n                                \"start\": 176330,\n                                \"end\": 176490,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"85d63b46-5f4a-4a4e-80bf-d034bf5a0148\",\n                                \"text\": \" de\",\n                                \"start\": 176190,\n                                \"end\": 176330,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"8613e7dd-7899-44a6-8184-2340aa07089c\",\n                                \"text\": \" conducteur\",\n                                \"start\": 171970,\n                                \"end\": 172710,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"995feacd-3e12-465d-924b-fc3ab071aeac\",\n                                \"text\": \" par\",\n                                \"start\": 173450,\n                                \"end\": 173610,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"9992881b-269a-496a-923e-45731172e0e5\",\n                                \"text\": \" prises\",\n                                \"start\": 177550,\n                                \"end\": 177890,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"99fc4387-ef55-4bad-a079-c4e2ad2f4698\",\n                                \"text\": \" si\",\n                                \"start\": 170330,\n                                \"end\": 170670,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"9c053b1a-4089-4545-a733-9d9d2a00298b\",\n                                \"text\": \" l'indemnisation,\",\n                                \"start\": 167630,\n                                \"end\": 168190,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a023b84e-e941-4676-940f-49b6b6167fcc\",\n                                \"text\": \" véhicule\",\n                                \"start\": 176490,\n                                \"end\": 177070,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a139623a-d87f-40f0-8edf-b0335fb42def\",\n                                \"text\": \" est\",\n                                \"start\": 172710,\n                                \"end\": 172910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a24ff317-a322-4096-87f9-89adb20530ac\",\n                                \"text\": \" selon\",\n                                \"start\": 168870,\n                                \"end\": 169130,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a3141508-8bcc-48fd-9b5b-367bed42a09d\",\n                                \"text\": \" décrit,\",\n                                \"start\": 169690,\n                                \"end\": 170070,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"a6574647-29af-44af-81f0-e3cb5a214c6b\",\n                                \"text\": \" initiale\",\n                                \"start\": 167030,\n                                \"end\": 167530,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"ac7c64b3-726e-4fed-b870-81a37229a53f\",\n                                \"text\": \" réparations\",\n                                \"start\": 175670,\n                                \"end\": 176190,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"ba8184a6-0d19-4bec-8352-c2dcbf0b425f\",\n                                \"text\": \" un\",\n                                \"start\": 181020,\n                                \"end\": 181780,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"bcdbf4a3-579e-48ef-bb0b-cba7b61480a8\",\n                                \"text\": \" Votre\",\n                                \"start\": 179560,\n                                \"end\": 179960,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"c243f2aa-80c5-454b-8f0f-18fd983dd3f8\",\n                                \"text\": \" ce\",\n                                \"start\": 169130,\n                                \"end\": 169290,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"c483dc8c-0b89-4e91-9c3e-475b008d3eb8\",\n                                \"text\": \" Excellent\",\n                                \"start\": 164970,\n                                \"end\": 165490,\n                                \"duration\": 520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"c87ad659-78c2-4d9f-bf3d-051662ef4af6\",\n                                \"text\": \" à\",\n                                \"start\": 166350,\n                                \"end\": 166510,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"cd86e682-9ce7-4de1-aaf0-9fe57d3dd089\",\n                                \"text\": \" contrat\",\n                                \"start\": 179960,\n                                \"end\": 180260,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"d2f3cd4f-b6b1-4f15-aa61-7df12738ea8a\",\n                                \"text\": \" votre\",\n                                \"start\": 166510,\n                                \"end\": 166630,\n                                \"duration\": 120,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"d6738681-493a-410e-be21-c27934b524a1\",\n                                \"text\": \" !\",\n                                \"start\": 165490,\n                                \"end\": 165670,\n                                \"duration\": 180,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"da569414-3bce-4496-9f6f-5f2559390874\",\n                                \"text\": \" être\",\n                                \"start\": 177370,\n                                \"end\": 177550,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"dece33f6-0c77-4052-aa34-6dac198ca9cb\",\n                                \"text\": \" en\",\n                                \"start\": 177890,\n                                \"end\": 178050,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"e9a2e79b-ed38-41ae-9f34-40da7601e489\",\n                                \"text\": \" ?\",\n                                \"start\": 184440,\n                                \"end\": 185040,\n                                \"duration\": 600,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"e9b4cfb7-580a-43a8-b68b-3f02ff42291c\",\n                                \"text\": \" le\",\n                                \"start\": 173610,\n                                \"end\": 173690,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"ef9dfd65-b504-4872-b3ba-7d1f38757ba6\",\n                                \"text\": \" Pour\",\n                                \"start\": 165670,\n                                \"end\": 166050,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            },\n                            {\n                                \"id\": \"f4a3f160-786c-43f9-9bb1-d411ed49b9f5\",\n                                \"text\": \" de\",\n                                \"start\": 182220,\n                                \"end\": 182320,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-03:05\"\n                    },\n                    {\n                        \"id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\",\n                        \"text\": \"Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\",\n                        \"start\": 293750,\n                        \"end\": 310300,\n                        \"duration\": 16550,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00babbad-7a84-4e86-ad1f-913ec361b0dc\",\n                                \"text\": \" fois\",\n                                \"start\": 295710,\n                                \"end\": 295890,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"07bb8192-8b19-494b-9f4f-ba973b6fc4c0\",\n                                \"text\": \" nous\",\n                                \"start\": 303130,\n                                \"end\": 303550,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"0ee9a218-ed49-4452-b49b-7161412dce86\",\n                                \"text\": \" chose\",\n                                \"start\": 308440,\n                                \"end\": 308680,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"118a267b-5371-4754-b302-7ec88eda26b2\",\n                                \"text\": \" une\",\n                                \"start\": 299690,\n                                \"end\": 299830,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"13f27320-f804-44d8-a706-46fcc39e600c\",\n                                \"text\": \" le\",\n                                \"start\": 297670,\n                                \"end\": 298190,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"26cf37a5-c9ed-4c1a-8b60-77c0b66f4d4f\",\n                                \"text\": \" garage\",\n                                \"start\": 298190,\n                                \"end\": 298530,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"2840cbc6-6e52-403d-a890-17c449a78c5a\",\n                                \"text\": \" sur\",\n                                \"start\": 304250,\n                                \"end\": 304390,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"2a9d613d-670e-4cfb-858e-1fe0b633dbb0\",\n                                \"text\": \" vous\",\n                                \"start\": 309460,\n                                \"end\": 309580,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"30e42921-a8aa-4b1d-bbdf-5424706ef031\",\n                                \"text\": \" d'anonymisation.\",\n                                \"start\": 306170,\n                                \"end\": 306790,\n                                \"duration\": 620,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"32e4f2ba-0dfb-434e-8862-6152ac9b20bb\",\n                                \"text\": \" véhicule\",\n                                \"start\": 296050,\n                                \"end\": 296530,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"3366c327-09a7-42e3-91e7-3bfea95a6757\",\n                                \"text\": \" pourrons\",\n                                \"start\": 303550,\n                                \"end\": 303910,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"3720c705-36ce-431f-86b2-71ca5d5c8c65\",\n                                \"text\": \" cela.\",\n                                \"start\": 295030,\n                                \"end\": 295230,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"3921bb54-5c77-4bbf-9cd6-e10217761f49\",\n                                \"text\": \" alors,\",\n                                \"start\": 301870,\n                                \"end\": 302110,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"3dc74c53-237d-436e-9406-37289bff82e4\",\n                                \"text\": \" votre\",\n                                \"start\": 295890,\n                                \"end\": 296050,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"46ec5e37-5f45-4045-915c-85000fb7b364\",\n                                \"text\": \" Y\",\n                                \"start\": 307720,\n                                \"end\": 308080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"4c9b36e7-846d-413f-a250-8136f59d9c0c\",\n                                \"text\": \" agréé\",\n                                \"start\": 298530,\n                                \"end\": 299130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"4e528f7e-9eed-4640-9e57-df44d0f3b03b\",\n                                \"text\": \" dégâts.\",\n                                \"start\": 300470,\n                                \"end\": 300810,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"5efca080-912c-405e-b226-beab452552bd\",\n                                \"text\": \" à\",\n                                \"start\": 302270,\n                                \"end\": 302510,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"609e8d17-a1d4-49d3-bb70-9852593c8291\",\n                                \"text\": \" réparation\",\n                                \"start\": 305370,\n                                \"end\": 305990,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"62a1f0cc-2279-4f82-9052-e1daa357dda3\",\n                                \"text\": \" pour\",\n                                \"start\": 309280,\n                                \"end\": 309460,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"70b5c658-ec26-41b3-b079-07810aaed6f0\",\n                                \"text\": \" Et\",\n                                \"start\": 301510,\n                                \"end\": 301870,\n                                \"duration\": 360,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"7b9b2c4d-a83a-481c-a240-e07b3780f7d8\",\n                                \"text\": \" bien,\",\n                                \"start\": 294270,\n                                \"end\": 294410,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"82fa2a0f-1892-4199-b963-7aec166562b7\",\n                                \"text\": \" je\",\n                                \"start\": 308840,\n                                \"end\": 308900,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"840ed90c-effb-4b99-9e00-7ab9e5951ae4\",\n                                \"text\": \" de\",\n                                \"start\": 305250,\n                                \"end\": 305370,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"84bc9eb2-1a04-40fa-a0ce-296bfd8729f3\",\n                                \"text\": \" indiquer\",\n                                \"start\": 294730,\n                                \"end\": 295030,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"89ec5b52-4a67-4127-b8c9-f37364e56617\",\n                                \"text\": \" Une\",\n                                \"start\": 295350,\n                                \"end\": 295710,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"8cdd87d8-9071-4374-95b9-89c8ed0a2f87\",\n                                \"text\": \" avancer\",\n                                \"start\": 303910,\n                                \"end\": 304250,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"8e750545-5764-45a2-a61c-ace172e8eee0\",\n                                \"text\": \" des\",\n                                \"start\": 300210,\n                                \"end\": 300470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"9f9e8dd8-4e0d-4419-9cc4-3d8629d2d86e\",\n                                \"text\": \" que\",\n                                \"start\": 308680,\n                                \"end\": 308840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"a3ed9399-dd7c-4e1a-aa83-fbf1ea974198\",\n                                \"text\": \" à\",\n                                \"start\": 309580,\n                                \"end\": 309700,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"a5d93dc8-25d6-48f3-9e04-efb0176449aa\",\n                                \"text\": \" a-t-il\",\n                                \"start\": 308080,\n                                \"end\": 308320,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"a79e2db9-c8be-46c0-8614-64f55ed1bb76\",\n                                \"text\": \" je\",\n                                \"start\": 294470,\n                                \"end\": 294590,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"b0216e49-c0d4-4fdc-9942-8f039bbbce2a\",\n                                \"text\": \" récupéré,\",\n                                \"start\": 296530,\n                                \"end\": 297570,\n                                \"duration\": 1040,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"bed01a97-f493-4b9a-821b-47867ca5cb7e\",\n                                \"text\": \" processus\",\n                                \"start\": 304510,\n                                \"end\": 305250,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"bf0fc69e-a7ae-49b7-9d49-d5f600edb574\",\n                                \"text\": \" et\",\n                                \"start\": 305990,\n                                \"end\": 306170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"c78e4dfc-6f0b-4970-814b-9f1695c78ccd\",\n                                \"text\": \" ?\",\n                                \"start\": 310020,\n                                \"end\": 310300,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"ca3350a2-4792-4393-8463-6a719e0cd762\",\n                                \"text\": \" ce\",\n                                \"start\": 309700,\n                                \"end\": 309740,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"cefb6f58-e008-42f9-895b-b8598ca21409\",\n                                \"text\": \" vais\",\n                                \"start\": 294590,\n                                \"end\": 294730,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"cfd1b833-6f9c-422a-a582-40b59f41614f\",\n                                \"text\": \" autre\",\n                                \"start\": 308320,\n                                \"end\": 308440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"de4fff0c-a183-41fa-9a69-7a941df3bc17\",\n                                \"text\": \" moment-là,\",\n                                \"start\": 302610,\n                                \"end\": 303050,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"e422ef47-8a28-45f1-9a93-483c0818c4ce\",\n                                \"text\": \" puisse\",\n                                \"start\": 308900,\n                                \"end\": 309100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"e8b486d7-8a01-41bf-97a4-c4e3ce6d70e4\",\n                                \"text\": \" ce\",\n                                \"start\": 302510,\n                                \"end\": 302610,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"eb51dd81-227f-4f26-9c3f-0d17fb11d8cb\",\n                                \"text\": \" faire\",\n                                \"start\": 309100,\n                                \"end\": 309280,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"eccbbbe8-37a7-4f5f-848e-14350ae99dc8\",\n                                \"text\": \" effectuera\",\n                                \"start\": 299130,\n                                \"end\": 299690,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"ed502092-e12f-4a18-a689-d6b0c2fbca24\",\n                                \"text\": \" sujet\",\n                                \"start\": 309740,\n                                \"end\": 310020,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"f1c8ce5d-ff7d-436f-b9ff-1c10b488d3a7\",\n                                \"text\": \" le\",\n                                \"start\": 304390,\n                                \"end\": 304510,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"f46e1f24-0a61-48a1-aee1-7c426f8602fd\",\n                                \"text\": \" évaluation\",\n                                \"start\": 299830,\n                                \"end\": 300210,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            },\n                            {\n                                \"id\": \"f8624abf-5381-468f-b3ad-e444f4221002\",\n                                \"text\": \" Très\",\n                                \"start\": 293750,\n                                \"end\": 294270,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:53-05:10\"\n                    },\n                    {\n                        \"id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\",\n                        \"text\": \"Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\",\n                        \"start\": 18520,\n                        \"end\": 29440,\n                        \"duration\": 10920,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01246655-0f29-4bd3-85ab-a120355fe73e\",\n                                \"text\": \" d'apprendre\",\n                                \"start\": 19340,\n                                \"end\": 19640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"0e38d2a0-bfae-4584-9ac3-62d16c6a39e5\",\n                                \"text\": \" répondre\",\n                                \"start\": 21060,\n                                \"end\": 21320,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"11bd87d9-15d9-49e2-9747-5e897f9e1040\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 24900,\n                                \"end\": 25460,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"16917e38-9e21-4a56-8be2-05d01a7e669c\",\n                                \"text\": \" vous.\",\n                                \"start\": 24300,\n                                \"end\": 24480,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"194aebc0-0eef-4577-ba26-0ca69922b429\",\n                                \"text\": \" confirmer\",\n                                \"start\": 25560,\n                                \"end\": 26080,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"25756c42-25a2-4b70-85d3-4f16e2784a37\",\n                                \"text\": \" me\",\n                                \"start\": 25460,\n                                \"end\": 25560,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"2b2fc006-ebd1-486a-82bb-7eccba9ee6a6\",\n                                \"text\": \" plaît\",\n                                \"start\": 28760,\n                                \"end\": 29000,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"2eb9ef7e-9fc7-4ead-be26-a6c0f2a264a3\",\n                                \"text\": \" vous\",\n                                \"start\": 28660,\n                                \"end\": 28760,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"3a1493d5-74b8-4c76-b527-9fb98dabe890\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 20020,\n                                \"end\": 20160,\n                                \"duration\": 140,\n                                \"probability\": 0.56,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"3dd8d800-dad5-42a0-a306-59289cc7d10e\",\n                                \"text\": \" votre\",\n                                \"start\": 27220,\n                                \"end\": 27460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"503f9daf-8e43-4124-831c-7841cf86701a\",\n                                \"text\": \" plus\",\n                                \"start\": 21320,\n                                \"end\": 21600,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"53669c62-8267-4602-acb6-157c1de0002e\",\n                                \"text\": \" de\",\n                                \"start\": 20920,\n                                \"end\": 21060,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"5a41c8b9-16fd-431e-8bfc-064589847868\",\n                                \"text\": \" de\",\n                                \"start\": 27900,\n                                \"end\": 28100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"5de5050c-396c-40cd-82cf-b56f34a2c51a\",\n                                \"text\": \" je\",\n                                \"start\": 22240,\n                                \"end\": 22440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"64e25863-f187-4b74-a93d-2e538667381e\",\n                                \"text\": \" s'il\",\n                                \"start\": 28520,\n                                \"end\": 28660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"74a9f538-cee2-4ac8-8c76-c5c1145546b2\",\n                                \"text\": \" concrat,\",\n                                \"start\": 28100,\n                                \"end\": 28480,\n                                \"duration\": 380,\n                                \"probability\": 0.37,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"8cffedbf-0d58-47b9-8c73-9aa554cbae3c\",\n                                \"text\": \" avec\",\n                                \"start\": 23860,\n                                \"end\": 24300,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"8f15d39f-1427-49e0-9cea-ad5e9c2e5d91\",\n                                \"text\": \" complet\",\n                                \"start\": 26500,\n                                \"end\": 26840,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"8f223f1a-5d2a-4bae-83f9-dec63731b648\",\n                                \"text\": \" vérifier\",\n                                \"start\": 22740,\n                                \"end\": 23200,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"9b8bc048-4fca-4b56-bc95-714f92ae9009\",\n                                \"text\": \" informations\",\n                                \"start\": 23460,\n                                \"end\": 23860,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"a1f4254c-ddc2-42a0-b65f-8e5554d25f05\",\n                                \"text\": \" certaines\",\n                                \"start\": 23200,\n                                \"end\": 23460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"a3326f66-1496-4429-b0af-f1cb0820edde\",\n                                \"text\": \" votre\",\n                                \"start\": 26080,\n                                \"end\": 26260,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"a59c734d-6726-4604-8661-719799a042b3\",\n                                \"text\": \" Je\",\n                                \"start\": 18520,\n                                \"end\": 18740,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"ac126c8b-9723-4d3f-a5ed-d7d1e3120ec6\",\n                                \"text\": \" Avant\",\n                                \"start\": 20480,\n                                \"end\": 20920,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"b724a251-dd62-47d2-8a7c-ad1adcc535d5\",\n                                \"text\": \" numéro\",\n                                \"start\": 27460,\n                                \"end\": 27900,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"b85af4a3-75a6-4c4e-8754-0ce508ae72bc\",\n                                \"text\": \" précisément,\",\n                                \"start\": 21600,\n                                \"end\": 22160,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"bd2c9384-2dcf-4f57-b255-41d35da6d8c4\",\n                                \"text\": \" suis\",\n                                \"start\": 18740,\n                                \"end\": 18840,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"bd377ddf-94c8-4c54-87e0-729becf1d3c0\",\n                                \"text\": \" désolé\",\n                                \"start\": 18840,\n                                \"end\": 19340,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"c4bb6eff-fe39-4cd8-bf3e-aa2200ff0721\",\n                                \"text\": \" cela,\",\n                                \"start\": 19640,\n                                \"end\": 19920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"dd05f65c-0a6c-4875-8ce8-ee8a50205861\",\n                                \"text\": \" nom\",\n                                \"start\": 26260,\n                                \"end\": 26500,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"e3099710-f787-4728-b916-6aa38012c676\",\n                                \"text\": \" devoir\",\n                                \"start\": 22560,\n                                \"end\": 22740,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"e554b1b1-c344-4457-9f0b-3bd7dab95887\",\n                                \"text\": \" et\",\n                                \"start\": 26840,\n                                \"end\": 27220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"e7487074-2490-4817-9c5e-5bf126c495a1\",\n                                \"text\": \" vais\",\n                                \"start\": 22440,\n                                \"end\": 22560,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            },\n                            {\n                                \"id\": \"eb139332-060c-4118-8ab9-e7d7092b9de6\",\n                                \"text\": \" ?\",\n                                \"start\": 29000,\n                                \"end\": 29440,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:18-00:29\"\n                    },\n                    {\n                        \"id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\",\n                        \"text\": \"» « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\",\n                        \"start\": 228620,\n                        \"end\": 233740,\n                        \"duration\": 5120,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"018cbfeb-4a06-40e3-acca-aa96b596e4d1\",\n                                \"text\": \" ne\",\n                                \"start\": 231420,\n                                \"end\": 231540,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"0a2720ee-1a4e-48db-80b1-5152e7aa88e9\",\n                                \"text\": \" sais\",\n                                \"start\": 231540,\n                                \"end\": 231720,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"1822d476-9180-47fd-aeb3-2efbcc9959e7\",\n                                \"text\": \" »\",\n                                \"start\": 233440,\n                                \"end\": 233740,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"3217dcf9-ee26-4fb0-b490-88922733fe2f\",\n                                \"text\": \" Oui,\",\n                                \"start\": 229100,\n                                \"end\": 229500,\n                                \"duration\": 400,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"4150c0e7-8e3b-4ca7-a597-04133369a173\",\n                                \"text\": \" «\",\n                                \"start\": 229060,\n                                \"end\": 229100,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"4e7745a9-7015-400d-b840-28e7680c7fc6\",\n                                \"text\": \" comment\",\n                                \"start\": 231960,\n                                \"end\": 232680,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"70638a07-f47e-4044-a671-7ee698560200\",\n                                \"text\": \" Je\",\n                                \"start\": 230980,\n                                \"end\": 231420,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"8e1c29b9-9e0e-4939-be0c-2700fd9d1742\",\n                                \"text\": \" prendre.\",\n                                \"start\": 232900,\n                                \"end\": 233160,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"90d08b3d-2c6c-427b-b082-a90900aabe1a\",\n                                \"text\": \" pas\",\n                                \"start\": 231720,\n                                \"end\": 231960,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"ad3331c3-b39a-4bb0-946f-9e66916cfed4\",\n                                \"text\": \" voudrais\",\n                                \"start\": 229900,\n                                \"end\": 230200,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"b3969e4c-f248-4dce-bbd2-3f5691feca71\",\n                                \"text\": \" m'y\",\n                                \"start\": 232680,\n                                \"end\": 232900,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"b5722e17-431c-49d5-87d6-e784e395ecd6\",\n                                \"text\": \" bien.\",\n                                \"start\": 230200,\n                                \"end\": 230420,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"e7298d72-ee7f-4e5f-ab75-12c9ff0af26e\",\n                                \"text\": \" »\",\n                                \"start\": 228620,\n                                \"end\": 229060,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            },\n                            {\n                                \"id\": \"f69cb788-9ad2-47bc-bc25-0dade6b4918e\",\n                                \"text\": \" je\",\n                                \"start\": 229620,\n                                \"end\": 229900,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:48-03:53\"\n                    },\n                    {\n                        \"id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\",\n                        \"text\": \"Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\",\n                        \"start\": 127990,\n                        \"end\": 132490,\n                        \"duration\": 4500,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"074f5ea1-3842-4cd0-8b66-88fef79b4ad5\",\n                                \"text\": \" envoyé.\",\n                                \"start\": 129289,\n                                \"end\": 129930,\n                                \"duration\": 641,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"14a9ef19-27e1-409c-b909-df1624284c5d\",\n                                \"text\": \" m'expliquer\",\n                                \"start\": 130570,\n                                \"end\": 130990,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"1beb3b3f-66d9-431c-b5df-89abdb92d9c1\",\n                                \"text\": \" ne\",\n                                \"start\": 128530,\n                                \"end\": 128669,\n                                \"duration\": 139,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"5ff4a838-4eab-4693-b350-e83c7986026b\",\n                                \"text\": \" la\",\n                                \"start\": 130990,\n                                \"end\": 131170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"60a7adc1-fb85-4d8f-ab9a-fda9cc878154\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 129970,\n                                \"end\": 130570,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"669ac483-d376-41c6-a7c2-fdc3fd160e94\",\n                                \"text\": \" pas\",\n                                \"start\": 128889,\n                                \"end\": 129030,\n                                \"duration\": 141,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"70a45dc5-543b-4de5-88c5-f31d56f59140\",\n                                \"text\": \" Je\",\n                                \"start\": 127990,\n                                \"end\": 128530,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"bc04e365-6cd9-4605-9e26-faf5d434ee41\",\n                                \"text\": \" encore\",\n                                \"start\": 129030,\n                                \"end\": 129289,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"c7dcc7bf-65ea-46a1-80ce-454accd92e26\",\n                                \"text\": \" l'ai\",\n                                \"start\": 128669,\n                                \"end\": 128889,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"d07aa8fb-bb2d-491c-9e33-9d683c82f2a1\",\n                                \"text\": \" ?\",\n                                \"start\": 131710,\n                                \"end\": 132070,\n                                \"duration\": 360,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"e287aa7f-4a00-4b5d-8264-c05d8910af28\",\n                                \"text\": \" «\",\n                                \"start\": 132070,\n                                \"end\": 132490,\n                                \"duration\": 420,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            },\n                            {\n                                \"id\": \"e3567ba4-354e-4a95-b859-63296c2ddcea\",\n                                \"text\": \" procédure\",\n                                \"start\": 131170,\n                                \"end\": 131710,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:07-02:12\"\n                    },\n                    {\n                        \"id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\",\n                        \"text\": \"Non, ça ira pour le moment. Merci beaucoup.\",\n                        \"start\": 311580,\n                        \"end\": 314820,\n                        \"duration\": 3240,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"02cb67ba-df0e-4818-b171-88223be280d7\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 314540,\n                                \"end\": 314820,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"2e27fcb3-e321-43e1-8ff1-20ed88ca3745\",\n                                \"text\": \" le\",\n                                \"start\": 313380,\n                                \"end\": 313520,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"38e39f5d-9525-4032-9a2e-ebbaf05c4bce\",\n                                \"text\": \" pour\",\n                                \"start\": 313240,\n                                \"end\": 313380,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"3ab58782-81cf-42c1-acdc-10b03f7addcf\",\n                                \"text\": \" ira\",\n                                \"start\": 312900,\n                                \"end\": 313240,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"566ac72e-bf45-4ee6-97b9-00df8f88b59a\",\n                                \"text\": \" moment.\",\n                                \"start\": 313520,\n                                \"end\": 313780,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"876db19f-85b0-4a88-a702-3f23248e2c64\",\n                                \"text\": \" Non,\",\n                                \"start\": 311580,\n                                \"end\": 312140,\n                                \"duration\": 560,\n                                \"probability\": 0.78,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"9ecbb116-73f7-4671-86e9-02e0fc55e37f\",\n                                \"text\": \" Merci\",\n                                \"start\": 313980,\n                                \"end\": 314540,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            },\n                            {\n                                \"id\": \"f5881271-8224-455a-b424-0af88988375a\",\n                                \"text\": \" ça\",\n                                \"start\": 312440,\n                                \"end\": 312900,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:11-05:14\"\n                    },\n                    {\n                        \"id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\",\n                        \"text\": \"Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\",\n                        \"start\": 44000,\n                        \"end\": 66090,\n                        \"duration\": 22090,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"048a13a4-f72d-4ee0-a428-6dbfc9e1a5fd\",\n                                \"text\": \" au\",\n                                \"start\": 55730,\n                                \"end\": 55870,\n                                \"duration\": 140,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"08e4341f-3019-47b6-8a38-74488b323fb4\",\n                                \"text\": \" circonstances\",\n                                \"start\": 64650,\n                                \"end\": 65209,\n                                \"duration\": 559,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"0bf3d992-306e-4176-bdf9-77deb6155d2f\",\n                                \"text\": \" Merci\",\n                                \"start\": 50570,\n                                \"end\": 51030,\n                                \"duration\": 460,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"0de9a15f-9e0f-484c-8162-019dc0bc356c\",\n                                \"text\": \" me\",\n                                \"start\": 64090,\n                                \"end\": 64170,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"1147ceb0-6838-4685-9943-5733f8afd874\",\n                                \"text\": \" tout\",\n                                \"start\": 54130,\n                                \"end\": 54270,\n                                \"duration\": 140,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"164fa134-20ee-4e44-9320-66972dfeb17b\",\n                                \"text\": \" bien\",\n                                \"start\": 52410,\n                                \"end\": 52590,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"191198ca-78c4-4bcd-b98a-442acfa75e77\",\n                                \"text\": \" domicilié\",\n                                \"start\": 54710,\n                                \"end\": 55730,\n                                \"duration\": 1020,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"1ac74358-47b0-4eed-b506-ee45d30343ad\",\n                                \"text\": \" contrat\",\n                                \"start\": 52770,\n                                \"end\": 53230,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"1b0a3045-3585-4785-aca1-6b1d2088d6d9\",\n                                \"text\": \" risque,\",\n                                \"start\": 54270,\n                                \"end\": 54550,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"2844b259-819d-4b34-86b0-c0044fe7f568\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 45180,\n                                \"end\": 45540,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"2e66457c-9362-4a9a-85da-2dbf1cc3d62b\",\n                                \"text\": \" la\",\n                                \"start\": 62530,\n                                \"end\": 62830,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"33edf4d3-c490-4d26-849c-46ec19f9fbed\",\n                                \"text\": \" de\",\n                                \"start\": 65209,\n                                \"end\": 65349,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"4160b3d2-16a3-4108-82ea-23cd0c5ddaa6\",\n                                \"text\": \" comprendre\",\n                                \"start\": 62190,\n                                \"end\": 62530,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"4254d4b9-455c-49dc-a99a-639926e16874\",\n                                \"text\": \" votre\",\n                                \"start\": 46780,\n                                \"end\": 46960,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"486691ef-85ae-45cc-8e63-3d40595bfb67\",\n                                \"text\": \" l'accident\",\n                                \"start\": 65349,\n                                \"end\": 65750,\n                                \"duration\": 401,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"4c794a52-16b4-4ea5-a1b8-f33055af2f39\",\n                                \"text\": \" pour\",\n                                \"start\": 61650,\n                                \"end\": 61830,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"505607f0-03fc-4481-a639-2f9deec927c8\",\n                                \"text\": \" instants.\",\n                                \"start\": 48300,\n                                \"end\": 48740,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"518f0951-caad-46a5-9c10-e05dc52485b7\",\n                                \"text\": \" vois\",\n                                \"start\": 52210,\n                                \"end\": 52410,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"53ec6b7b-57b7-4d3a-b9a4-55b672402b78\",\n                                \"text\": \" cela\",\n                                \"start\": 47520,\n                                \"end\": 47820,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"54599b93-8a9a-4f08-b216-70fd9c807bdd\",\n                                \"text\": \" assuré\",\n                                \"start\": 53650,\n                                \"end\": 54130,\n                                \"duration\": 480,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"55f1e64f-13df-414d-b0c3-93f9ae42a5f2\",\n                                \"text\": \" Merci\",\n                                \"start\": 44000,\n                                \"end\": 44640,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"56f5988e-464f-4a09-ae87-069c479ec2ea\",\n                                \"text\": \" Anatole\",\n                                \"start\": 56830,\n                                \"end\": 57410,\n                                \"duration\": 580,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"57c1c9fa-8064-4035-962a-6404bc6dcc04\",\n                                \"text\": \" Je\",\n                                \"start\": 51870,\n                                \"end\": 52210,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"5bd8a6fa-ae7e-409d-9b55-4d5a139b7239\",\n                                \"text\": \" décrire\",\n                                \"start\": 64170,\n                                \"end\": 64470,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"68e3df9d-549c-4779-81db-2f35bab58bea\",\n                                \"text\": \" les\",\n                                \"start\": 64470,\n                                \"end\": 64650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"721c9e50-ead1-45f7-b253-2e4fa01e6bd3\",\n                                \"text\": \" 300\",\n                                \"start\": 58550,\n                                \"end\": 59070,\n                                \"duration\": 520,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"7429cff7-83b5-410d-a8c4-94c02c6e0ccd\",\n                                \"text\": \" situation,\",\n                                \"start\": 62830,\n                                \"end\": 63150,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"7ff080af-a70b-4094-9292-a159383c26c5\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 63490,\n                                \"end\": 64090,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"837ece97-042d-4141-bf2b-457a33815d39\",\n                                \"text\": \" d'avoir\",\n                                \"start\": 51030,\n                                \"end\": 51270,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"89859576-9eca-4b5f-87f1-33a5a5216953\",\n                                \"text\": \" mieux\",\n                                \"start\": 61830,\n                                \"end\": 62190,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"9b42a336-1c1c-46ff-9009-a193b36492fb\",\n                                \"text\": \" consulter\",\n                                \"start\": 46280,\n                                \"end\": 46780,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"9da63413-c21d-4ad8-9ead-89884cb4d314\",\n                                \"text\": \" rue\",\n                                \"start\": 56290,\n                                \"end\": 56830,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"a16cd4dc-706c-4ac3-84a4-093b10644522\",\n                                \"text\": \" France,\",\n                                \"start\": 57410,\n                                \"end\": 57650,\n                                \"duration\": 240,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"a69fa9a3-9ef4-4d0a-880f-099ef3c91000\",\n                                \"text\": \" ici,\",\n                                \"start\": 53230,\n                                \"end\": 53490,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"abae55f3-5324-4e61-b7e7-288c2e1aa003\",\n                                \"text\": \" vais\",\n                                \"start\": 46100,\n                                \"end\": 46280,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"b5e8358f-05d7-4141-97d2-a8812e85e829\",\n                                \"text\": \" quelques\",\n                                \"start\": 48140,\n                                \"end\": 48300,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"bbbf2fcc-4532-4c1d-86f6-1ce0486dd3c9\",\n                                \"text\": \" Maintenant,\",\n                                \"start\": 61110,\n                                \"end\": 61570,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"bffb6f83-f3bc-4c71-ad7a-a801acec04b9\",\n                                \"text\": \" dossier,\",\n                                \"start\": 46960,\n                                \"end\": 47480,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"c695a98c-629c-4e37-a9a3-e877685c3bb2\",\n                                \"text\": \" ?\",\n                                \"start\": 65750,\n                                \"end\": 66090,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"caf75ef7-a1ab-4191-a33f-860b57553fe5\",\n                                \"text\": \" votre\",\n                                \"start\": 52590,\n                                \"end\": 52770,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"daa2cce2-d526-4f74-985c-c7338eaf7044\",\n                                \"text\": \" Je\",\n                                \"start\": 45820,\n                                \"end\": 46100,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"dc837939-cec0-4607-a132-0180d53adfe4\",\n                                \"text\": \" beaucoup,\",\n                                \"start\": 44640,\n                                \"end\": 44880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"df24eb72-f9c7-4e62-b88d-4d6f4493fe79\",\n                                \"text\": \" patienté.\",\n                                \"start\": 51270,\n                                \"end\": 51850,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"dfd9d866-9735-479b-b5b7-67e68bf62b0f\",\n                                \"text\": \" monsieur\",\n                                \"start\": 44980,\n                                \"end\": 45180,\n                                \"duration\": 200,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"e1224e2a-53b8-498a-9705-438b7808ca08\",\n                                \"text\": \" Levallois-Perret.\",\n                                \"start\": 59070,\n                                \"end\": 60190,\n                                \"duration\": 1120,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"e3b36fd7-3eba-4083-a9c1-f7986fd24d12\",\n                                \"text\": \" 92\",\n                                \"start\": 57870,\n                                \"end\": 58550,\n                                \"duration\": 680,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"ec12f636-5345-43f9-bab0-58cca279bc83\",\n                                \"text\": \" 80\",\n                                \"start\": 55870,\n                                \"end\": 56290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            },\n                            {\n                                \"id\": \"fa643504-de40-4eb8-9303-65f2210f2fc6\",\n                                \"text\": \" prendra\",\n                                \"start\": 47820,\n                                \"end\": 48140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:44-01:06\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"contact-reason-classification\": [\n                    {\n                        \"id\": \"8c7320ae-29a6-42cd-aac9-fa155fb42846\",\n                        \"text\": \"Car Accident\",\n                        \"object\": {\n                            \"title\": \"Car accident - Request for indemnification and replacement vehicle\",\n                            \"reasoning\": \"The customer had a car accident and called to inquire about the indemnization. The client's vehicle was hit on the right side by another vehicle, which ran a red light. No one was hurt in the accident. A constat amiable was filled, and the client has not yet sent it to the insurance company. The customer is also requesting a replacement vehicle, as their car is immobilized. The customer's policy is a full coverage one, and the insurance company will take care of the car repair costs, as well as provide a replacement vehicle, given the accident details and the confirmation of the other driver's responsibility. The client is based in Levallois-Perret, France.\",\n                            \"contact_reason\": \"Car Accident\"\n                        },\n                        \"type\": \"contact-reason-classification\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"a5978c4f-cf97-46b0-84f2-c6195f44617c","name":"Get transcription and reason for contact detection status/result (Array input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\n        \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 333461\n            },\n            \"transcript\": {\n                \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\n                \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\",\n                \"segments\": [\n                    {\n                        \"id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\",\n                        \"text\": \"« Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\",\n                        \"start\": 247150,\n                        \"end\": 254870,\n                        \"duration\": 7720,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1015cb16-108f-4042-9284-00311cf04177\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 248610,\n                                \"end\": 249470,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"24b35e29-73d9-4ec7-9100-96ba710145df\",\n                                \"text\": \" Paix,\",\n                                \"start\": 251190,\n                                \"end\": 251470,\n                                \"duration\": 280,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"271792a4-6b42-4c53-afe4-e2044fc57195\",\n                                \"text\": \" est\",\n                                \"start\": 248410,\n                                \"end\": 248610,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"32d80147-6e94-43da-8856-097000ef4a28\",\n                                \"text\": \" 002\",\n                                \"start\": 252330,\n                                \"end\": 253950,\n                                \"duration\": 1620,\n                                \"probability\": 0.75,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"65ed88f6-aa2f-4d18-9b5a-dc36ef798408\",\n                                \"text\": \" Oui,\",\n                                \"start\": 247650,\n                                \"end\": 247790,\n                                \"duration\": 140,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"725285d7-c040-4088-a707-bca3b994ac4a\",\n                                \"text\": \" au\",\n                                \"start\": 249470,\n                                \"end\": 250090,\n                                \"duration\": 620,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"74562083-7ad3-4a35-a6af-52a986912ee4\",\n                                \"text\": \" elle\",\n                                \"start\": 247930,\n                                \"end\": 248410,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"82b3a3a5-7b0e-4f0c-aa3e-7a4a090774c7\",\n                                \"text\": \" rue\",\n                                \"start\": 250510,\n                                \"end\": 250950,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"a617807f-d8fb-409c-9d5f-4ac463d3e25b\",\n                                \"text\": \" de\",\n                                \"start\": 250950,\n                                \"end\": 251110,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"a7eb5220-001b-4bf1-a619-992711f84df1\",\n                                \"text\": \" «\",\n                                \"start\": 247150,\n                                \"end\": 247650,\n                                \"duration\": 500,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"aab96fd5-f4a6-4c3f-abd4-b040bc674ddc\",\n                                \"text\": \" »\",\n                                \"start\": 254630,\n                                \"end\": 254870,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"b5c05b44-a197-4679-b6f7-91dced247890\",\n                                \"text\": \" 20\",\n                                \"start\": 250090,\n                                \"end\": 250510,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"bb42a5c8-3067-41bf-9c73-d42e0622b506\",\n                                \"text\": \" Paris.\",\n                                \"start\": 253950,\n                                \"end\": 254430,\n                                \"duration\": 480,\n                                \"probability\": 0.86,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"c590bd3e-8e7d-4027-8078-23df70470380\",\n                                \"text\": \" 75\",\n                                \"start\": 251550,\n                                \"end\": 252330,\n                                \"duration\": 780,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            },\n                            {\n                                \"id\": \"e434b34b-3166-454b-aafc-5c10b827181a\",\n                                \"text\": \" la\",\n                                \"start\": 251110,\n                                \"end\": 251190,\n                                \"duration\": 80,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:07-04:14\"\n                    },\n                    {\n                        \"id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\",\n                        \"text\": \"Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\",\n                        \"start\": 164970,\n                        \"end\": 185040,\n                        \"duration\": 20070,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01723daf-193b-4817-b59f-6308ccdb1b7d\",\n                                \"text\": \" selon\",\n                                \"start\": 168870,\n                                \"end\": 169130,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"02279bbe-d3a9-49c6-a314-5a3011408e22\",\n                                \"text\": \" charge.\",\n                                \"start\": 178050,\n                                \"end\": 178370,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"08d40f59-fc84-48cd-8aab-c31f4d216f60\",\n                                \"text\": \" être\",\n                                \"start\": 177370,\n                                \"end\": 177550,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"095565e0-8b8a-4ec4-a2b9-3c0ae36ead0c\",\n                                \"text\": \" et\",\n                                \"start\": 174210,\n                                \"end\": 174450,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"0ce1a320-cdaa-4955-bafb-c038f85c9c8c\",\n                                \"text\": \" confirmée\",\n                                \"start\": 172910,\n                                \"end\": 173450,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"2752620a-f5ff-47bc-9d1b-ddc6824e177f\",\n                                \"text\": \" les\",\n                                \"start\": 175250,\n                                \"end\": 175670,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"288fce02-8296-4e0e-b40c-245e72b77ba0\",\n                                \"text\": \" que\",\n                                \"start\": 169290,\n                                \"end\": 169390,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"3a9e4544-45b1-46d1-868b-86e87257f491\",\n                                \"text\": \" réparations\",\n                                \"start\": 175670,\n                                \"end\": 176190,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"3d511bf3-142b-439d-8b14-ffbeb69af380\",\n                                \"text\": \" Pour\",\n                                \"start\": 165670,\n                                \"end\": 166050,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"444576c8-f4ec-4485-b553-51ac6d8782e1\",\n                                \"text\": \" en\",\n                                \"start\": 183860,\n                                \"end\": 183940,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"4656724c-2e2d-481a-a912-76c6d6ae35cd\",\n                                \"text\": \" Votre\",\n                                \"start\": 179560,\n                                \"end\": 179960,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"4848c182-2924-4bab-95d2-8437b3a86324\",\n                                \"text\": \" conducteur\",\n                                \"start\": 171970,\n                                \"end\": 172710,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"489a0a37-3598-499d-9b7b-453a872fd784\",\n                                \"text\": \" votre\",\n                                \"start\": 176330,\n                                \"end\": 176490,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"4c0c446f-cf23-438e-ae7d-fdc30a0a7b40\",\n                                \"text\": \" également\",\n                                \"start\": 180800,\n                                \"end\": 181020,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"4d2beae3-0cc6-4619-bdb9-131492a980f6\",\n                                \"text\": \" véhicule\",\n                                \"start\": 176490,\n                                \"end\": 177070,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"55d054c1-3a44-4dca-8281-2d17e1f1ae2a\",\n                                \"text\": \" contrat\",\n                                \"start\": 179960,\n                                \"end\": 180260,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"5656a974-d2a7-4635-92fc-c8cd4ce1af02\",\n                                \"text\": \" en\",\n                                \"start\": 177890,\n                                \"end\": 178050,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"569cfcb8-b9f1-4de9-bb28-cb557c5c2e90\",\n                                \"text\": \" ce\",\n                                \"start\": 169130,\n                                \"end\": 169290,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"5cfdcf66-9fe6-4dea-980e-c740560054e8\",\n                                \"text\": \" m'avez\",\n                                \"start\": 169470,\n                                \"end\": 169690,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"5ffc6115-5f8c-49a4-b95f-4f4d0869a71d\",\n                                \"text\": \" à\",\n                                \"start\": 166350,\n                                \"end\": 166510,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"670a48c4-8eb6-46fb-89d0-587603424621\",\n                                \"text\": \" ?\",\n                                \"start\": 184440,\n                                \"end\": 185040,\n                                \"duration\": 600,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"695d280e-9c2d-4a9c-8ce3-e980debaad05\",\n                                \"text\": \" l'enquête,\",\n                                \"start\": 174630,\n                                \"end\": 175050,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"6b9144c3-9263-4cd9-8b91-bec3f24787a7\",\n                                \"text\": \" responsabilité\",\n                                \"start\": 170830,\n                                \"end\": 171630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"6e954270-7fe8-4b02-a3cc-a606e018ce58\",\n                                \"text\": \" répondre\",\n                                \"start\": 166050,\n                                \"end\": 166350,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"77742fa8-76ed-43fe-b3b8-167daa11f55e\",\n                                \"text\": \" de\",\n                                \"start\": 182220,\n                                \"end\": 182320,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"8aff1cac-3888-423d-a703-747492c59b02\",\n                                \"text\": \" est\",\n                                \"start\": 172710,\n                                \"end\": 172910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"8f88470a-cd00-449d-87a3-d1dc5cd81724\",\n                                \"text\": \" vous\",\n                                \"start\": 169390,\n                                \"end\": 169470,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"906dbc54-bacd-4886-ba0d-c04e1622ebf0\",\n                                \"text\": \" devraient\",\n                                \"start\": 177070,\n                                \"end\": 177370,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"91517b16-cc59-425f-b906-893ccbf380d5\",\n                                \"text\": \" sur\",\n                                \"start\": 167530,\n                                \"end\": 167630,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"94357b05-bf32-4947-9d41-34d1bb060808\",\n                                \"text\": \" bénéficier\",\n                                \"start\": 183940,\n                                \"end\": 184440,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"95bcca80-19ed-4b26-b5f6-d7fe29bb6f6b\",\n                                \"text\": \" de\",\n                                \"start\": 171630,\n                                \"end\": 171790,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"9f49c7a2-1dff-41c2-8b25-56e67ba506d4\",\n                                \"text\": \" question\",\n                                \"start\": 166630,\n                                \"end\": 167030,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"9f6048c1-f7b8-45dc-91f1-e4a85163ab68\",\n                                \"text\": \" par\",\n                                \"start\": 173450,\n                                \"end\": 173610,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"9fa5715a-863e-46a6-931e-2d8ba2504637\",\n                                \"text\": \" le\",\n                                \"start\": 173610,\n                                \"end\": 173690,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"a9ef1e73-02df-46a7-92e1-6a3d8f9cd030\",\n                                \"text\": \" !\",\n                                \"start\": 165490,\n                                \"end\": 165670,\n                                \"duration\": 180,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"ae81c4c8-1937-4801-bc9e-9d9a3e4391a5\",\n                                \"text\": \" remplacement.\",\n                                \"start\": 182320,\n                                \"end\": 182780,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"b50f790a-7ca0-478c-8876-327e48830a69\",\n                                \"text\": \" votre\",\n                                \"start\": 166510,\n                                \"end\": 166630,\n                                \"duration\": 120,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"c77c175d-ccb1-4916-a880-28b3a87d26d7\",\n                                \"text\": \" de\",\n                                \"start\": 176190,\n                                \"end\": 176330,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"c845d954-c8b7-4e6e-85aa-aabe9bf63b44\",\n                                \"text\": \" l'indemnisation,\",\n                                \"start\": 167630,\n                                \"end\": 168190,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"cb6eb598-66fd-45eb-b443-f42ad249f2cb\",\n                                \"text\": \" Souhaitez-vous\",\n                                \"start\": 183280,\n                                \"end\": 183860,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"ce4311cb-87a1-42a0-a6dd-9e956548790e\",\n                                \"text\": \" inclut\",\n                                \"start\": 180260,\n                                \"end\": 180800,\n                                \"duration\": 540,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"cfe15129-6e90-49d6-a989-deac0be1972f\",\n                                \"text\": \" l'autre\",\n                                \"start\": 171790,\n                                \"end\": 171970,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"d98e49ed-8ef0-4301-8d4e-fda9e3fb90dd\",\n                                \"text\": \" un\",\n                                \"start\": 181020,\n                                \"end\": 181780,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"dc8612b4-2ffd-49a8-b564-02a958b2355a\",\n                                \"text\": \" décrit,\",\n                                \"start\": 169690,\n                                \"end\": 170070,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"de36460b-6afd-48c2-ba31-a40532a6f12d\",\n                                \"text\": \" si\",\n                                \"start\": 170330,\n                                \"end\": 170670,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"e4782de0-89a5-4b4f-a35e-40ae8855a764\",\n                                \"text\": \" Excellent\",\n                                \"start\": 164970,\n                                \"end\": 165490,\n                                \"duration\": 520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"e99fa2c9-39ac-4deb-bc0e-1452615cf910\",\n                                \"text\": \" par\",\n                                \"start\": 174450,\n                                \"end\": 174630,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"edb520eb-a63d-4df6-a1df-4db79ca7c3b8\",\n                                \"text\": \" initiale\",\n                                \"start\": 167030,\n                                \"end\": 167530,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"f7f9f3a7-05b6-47ce-8281-c11599fd50df\",\n                                \"text\": \" véhicule\",\n                                \"start\": 181780,\n                                \"end\": 182220,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"fa589295-e3c2-44a0-8b91-604afa262a83\",\n                                \"text\": \" constat\",\n                                \"start\": 173690,\n                                \"end\": 174210,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"fac72a29-5024-4443-a643-594d0e7b49d3\",\n                                \"text\": \" la\",\n                                \"start\": 170670,\n                                \"end\": 170830,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            },\n                            {\n                                \"id\": \"feefa60f-0402-4189-a4f7-2e2ec3f49671\",\n                                \"text\": \" prises\",\n                                \"start\": 177550,\n                                \"end\": 177890,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-03:05\"\n                    },\n                    {\n                        \"id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\",\n                        \"text\": \"Un garage agréé proche de chez moi serait parfait.\",\n                        \"start\": 287890,\n                        \"end\": 291550,\n                        \"duration\": 3660,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"087fd66b-d9c7-4d33-a3a1-71651baccef0\",\n                                \"text\": \" serait\",\n                                \"start\": 290930,\n                                \"end\": 291170,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"09156c82-9223-496c-bfaa-34c5478c0f9a\",\n                                \"text\": \" proche\",\n                                \"start\": 289870,\n                                \"end\": 290330,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"11bffc0a-4e70-41b7-b402-971ec93520b6\",\n                                \"text\": \" parfait.\",\n                                \"start\": 291170,\n                                \"end\": 291550,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"1fe7f601-cfbe-4ce2-9697-7363d12e7b4f\",\n                                \"text\": \" chez\",\n                                \"start\": 290550,\n                                \"end\": 290710,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"5c54ff29-58db-4228-afe6-19414636ed65\",\n                                \"text\": \" moi\",\n                                \"start\": 290710,\n                                \"end\": 290930,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"8eeedbad-2203-4040-8ca0-45cbd6220ffb\",\n                                \"text\": \" de\",\n                                \"start\": 290330,\n                                \"end\": 290550,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"c2e2c17a-4c87-4df6-b17c-57a1b8f7ffae\",\n                                \"text\": \" agréé\",\n                                \"start\": 289070,\n                                \"end\": 289870,\n                                \"duration\": 800,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"d3917e56-3178-44c3-8665-b0c51f6623aa\",\n                                \"text\": \" Un\",\n                                \"start\": 287890,\n                                \"end\": 288450,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            },\n                            {\n                                \"id\": \"e1fdd3c1-abf3-4399-9662-80e329dd986c\",\n                                \"text\": \" garage\",\n                                \"start\": 288450,\n                                \"end\": 289070,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:47-04:51\"\n                    },\n                    {\n                        \"id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\",\n                        \"text\": \"Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\",\n                        \"start\": 195180,\n                        \"end\": 212780,\n                        \"duration\": 17600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0568f122-f909-4f44-9cb0-01c8d766d0ca\",\n                                \"text\": \" fois\",\n                                \"start\": 198660,\n                                \"end\": 198800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"0e5af3d9-efba-44a3-aa2e-dc60d4c06ffb\",\n                                \"text\": \" contacté\",\n                                \"start\": 204220,\n                                \"end\": 204720,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"10a5d9c0-b36c-459d-a98f-f0f460870125\",\n                                \"text\": \" véhicule.\",\n                                \"start\": 202640,\n                                \"end\": 203100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"1737f8fa-6796-4332-8774-905b805ce4b5\",\n                                \"text\": \" votre\",\n                                \"start\": 208440,\n                                \"end\": 208600,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"1cba00b1-c97e-4bd9-9549-f8f4c3b4a9ad\",\n                                \"text\": \" vais\",\n                                \"start\": 196160,\n                                \"end\": 196300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"1ef3a482-3b60-4af1-9a19-8afb7a739bd8\",\n                                \"text\": \" actuellement\",\n                                \"start\": 209540,\n                                \"end\": 209900,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"2049307e-05b9-4a62-a5d7-e42f811cc5ce\",\n                                \"text\": \" concernant\",\n                                \"start\": 208040,\n                                \"end\": 208440,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"221a3ae9-8f95-4984-83e3-4a6afc65ff8c\",\n                                \"text\": \" l'accident\",\n                                \"start\": 211000,\n                                \"end\": 211440,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"22fa8817-4799-4a5f-bd0c-eb4d29dd4920\",\n                                \"text\": \" cette\",\n                                \"start\": 196660,\n                                \"end\": 196860,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"26c0d819-9619-4708-b5da-15765f93bdfe\",\n                                \"text\": \" à\",\n                                \"start\": 197220,\n                                \"end\": 197400,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"33207f78-7451-4cde-9760-2b964c27271c\",\n                                \"text\": \" ou\",\n                                \"start\": 211440,\n                                \"end\": 211680,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"37f04786-a96c-4d0e-b04b-a8651995e345\",\n                                \"text\": \" heures\",\n                                \"start\": 205200,\n                                \"end\": 205420,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"3afe31ac-4d06-451c-b423-bd6c67f42415\",\n                                \"text\": \" endroit\",\n                                \"start\": 212180,\n                                \"end\": 212440,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"3e0c8b19-3205-4d1a-9155-8caf021790c3\",\n                                \"text\": \" sous\",\n                                \"start\": 204720,\n                                \"end\": 204820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"3e5d0997-5e2b-4256-9c61-4508040d2279\",\n                                \"text\": \" disposition\",\n                                \"start\": 201880,\n                                \"end\": 202300,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"45235b0e-b061-4ed4-81c3-d17f2ba494df\",\n                                \"text\": \" mise\",\n                                \"start\": 201600,\n                                \"end\": 201760,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"48f2604c-e50b-4529-a5ab-7ef277f9c450\",\n                                \"text\": \" de\",\n                                \"start\": 210920,\n                                \"end\": 211000,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"4cd135b9-900a-4f7f-8441-66ff71b0d112\",\n                                \"text\": \" votre\",\n                                \"start\": 198800,\n                                \"end\": 199000,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"5c506490-81e7-4606-8ce2-86838e3d1507\",\n                                \"text\": \" bien,\",\n                                \"start\": 195600,\n                                \"end\": 195740,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"63f028cd-04b8-4167-9cee-a980c8247c7b\",\n                                \"text\": \" ajouter\",\n                                \"start\": 196300,\n                                \"end\": 196660,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"662966f7-3e12-4e13-ae41-071887f3af93\",\n                                \"text\": \" à\",\n                                \"start\": 201760,\n                                \"end\": 201880,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"6bbaf0e5-0db2-4f27-a61f-8fd5641dd437\",\n                                \"text\": \" est-elle\",\n                                \"start\": 209180,\n                                \"end\": 209540,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"6d147dbc-d32b-43aa-8903-7d499c4aeb65\",\n                                \"text\": \" nous\",\n                                \"start\": 199860,\n                                \"end\": 200060,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"72bcac0c-3bf7-47ba-8b46-b7d731b7bd06\",\n                                \"text\": \" je\",\n                                \"start\": 195860,\n                                \"end\": 196160,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"733200b1-82a0-420a-bc79-95ca86183447\",\n                                \"text\": \" lieu\",\n                                \"start\": 210760,\n                                \"end\": 210920,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"7ac08040-ebd2-453a-a1ec-9ba06aedff01\",\n                                \"text\": \" pour\",\n                                \"start\": 201340,\n                                \"end\": 201480,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"7ffb732e-ad3c-4ea2-bd04-11842587e627\",\n                                \"text\": \" dans\",\n                                \"start\": 211680,\n                                \"end\": 211840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"90a439b4-17ee-4021-ad7c-6d33e0bb6e0f\",\n                                \"text\": \" pourrons\",\n                                \"start\": 200060,\n                                \"end\": 200360,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"972ad4ca-f2bf-4baa-a92b-04e2a1b57b96\",\n                                \"text\": \" autre\",\n                                \"start\": 212000,\n                                \"end\": 212180,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"9b71d8e8-0396-4ab1-86b9-2779cc09cc80\",\n                                \"text\": \" Une\",\n                                \"start\": 198260,\n                                \"end\": 198660,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"a38e66f8-eeee-4664-920f-20ebf2ef2b16\",\n                                \"text\": \" de\",\n                                \"start\": 205800,\n                                \"end\": 205940,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"aa9342a9-790c-4bb7-aa68-e6ad74d9a96d\",\n                                \"text\": \" Maintenant,\",\n                                \"start\": 207640,\n                                \"end\": 208040,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"aefda466-9839-4fc9-9507-6e665767bccc\",\n                                \"text\": \" finaliser\",\n                                \"start\": 200360,\n                                \"end\": 200880,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"afaed5bf-a839-42fe-be31-42ee6902ecea\",\n                                \"text\": \" avec\",\n                                \"start\": 205420,\n                                \"end\": 205600,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"b0423b2e-3c58-4c95-85de-2ae4f63d3429\",\n                                \"text\": \" étapes\",\n                                \"start\": 201000,\n                                \"end\": 201340,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"b41f0310-ba48-472c-ac1d-0a2ef8e20dcd\",\n                                \"text\": \" 48\",\n                                \"start\": 204820,\n                                \"end\": 205200,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"b76585ec-437f-4e00-ad6c-e75f117b5623\",\n                                \"text\": \" demande\",\n                                \"start\": 196860,\n                                \"end\": 197220,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"ba47371e-22fd-4187-b67f-165f92fce513\",\n                                \"text\": \" plus\",\n                                \"start\": 205600,\n                                \"end\": 205800,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"bf562a74-2602-4c95-ba2a-a25ecb0f4046\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 209900,\n                                \"end\": 210480,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"c0ca6996-13e8-44fe-ab54-ce3194ff3b8a\",\n                                \"text\": \" sur\",\n                                \"start\": 210480,\n                                \"end\": 210660,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d04ea4b3-f2fd-4f8c-9003-0a1cb1b876e7\",\n                                \"text\": \" constat\",\n                                \"start\": 199000,\n                                \"end\": 199480,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d087789e-eb06-40ee-8b88-a06f1f3da916\",\n                                \"text\": \" ?\",\n                                \"start\": 212440,\n                                \"end\": 212780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d729e3c0-8728-4f04-8881-c966158f7d04\",\n                                \"text\": \" détails.\",\n                                \"start\": 205940,\n                                \"end\": 206300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d7361fd0-b9d6-4084-adba-8eee1cc40bd3\",\n                                \"text\": \" la\",\n                                \"start\": 201480,\n                                \"end\": 201600,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"d9468d14-b073-4b80-a4db-7c863b728dfa\",\n                                \"text\": \" les\",\n                                \"start\": 200880,\n                                \"end\": 201000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"da515d5e-4bdd-4af0-8206-3d45ce154e39\",\n                                \"text\": \" serez\",\n                                \"start\": 204020,\n                                \"end\": 204220,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"da6eb99b-43dd-48a4-b104-0c6d0a1f1da3\",\n                                \"text\": \" Très\",\n                                \"start\": 195180,\n                                \"end\": 195600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e18961d1-9419-4b1e-84ad-b7b2e7c22e96\",\n                                \"text\": \" reçu,\",\n                                \"start\": 199480,\n                                \"end\": 199780,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e1acb20a-cd20-465c-a94f-fa08027aac7b\",\n                                \"text\": \" d'un\",\n                                \"start\": 202300,\n                                \"end\": 202640,\n                                \"duration\": 340,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e3413431-b7c0-415f-9b2b-bf8cfc936efc\",\n                                \"text\": \" voiture,\",\n                                \"start\": 208600,\n                                \"end\": 208960,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e6f8435a-380a-4bfe-96af-34cfafbdb925\",\n                                \"text\": \" un\",\n                                \"start\": 211840,\n                                \"end\": 212000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"e90b78c6-423f-42de-bc98-f6627c19fcc7\",\n                                \"text\": \" Vous\",\n                                \"start\": 203620,\n                                \"end\": 204020,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"ef8de0f6-554f-4079-90e3-7d9456b4fc44\",\n                                \"text\": \" dossier.\",\n                                \"start\": 197540,\n                                \"end\": 197980,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"eff454e5-3d37-434a-a448-5c910bbb0d1f\",\n                                \"text\": \" votre\",\n                                \"start\": 197400,\n                                \"end\": 197540,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            },\n                            {\n                                \"id\": \"fd7b19f0-2238-420b-910f-1df2032666ca\",\n                                \"text\": \" le\",\n                                \"start\": 210660,\n                                \"end\": 210760,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:15-03:32\"\n                    },\n                    {\n                        \"id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\",\n                        \"text\": \"» « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\",\n                        \"start\": 228620,\n                        \"end\": 233740,\n                        \"duration\": 5120,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"098ad2eb-72a1-425d-a07a-6b52f140c42f\",\n                                \"text\": \" prendre.\",\n                                \"start\": 232900,\n                                \"end\": 233160,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"14cd347f-a466-45c6-a681-6db651768c7f\",\n                                \"text\": \" ne\",\n                                \"start\": 231420,\n                                \"end\": 231540,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"40bc82a7-93eb-4e56-bff5-682a21844eff\",\n                                \"text\": \" voudrais\",\n                                \"start\": 229900,\n                                \"end\": 230200,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"763d44b7-9eff-49eb-8a9b-fa805afadee9\",\n                                \"text\": \" comment\",\n                                \"start\": 231960,\n                                \"end\": 232680,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"7e6af5b8-d412-4e6d-ae6d-7e195dcf3b6c\",\n                                \"text\": \" «\",\n                                \"start\": 229060,\n                                \"end\": 229100,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"896cb75d-30e9-4a36-ac00-1bdd9a9210fc\",\n                                \"text\": \" Je\",\n                                \"start\": 230980,\n                                \"end\": 231420,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"8bfa6dc6-c91a-4cf2-9342-53968b903e65\",\n                                \"text\": \" bien.\",\n                                \"start\": 230200,\n                                \"end\": 230420,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"8d841e07-6964-4675-ad74-101c52db216d\",\n                                \"text\": \" Oui,\",\n                                \"start\": 229100,\n                                \"end\": 229500,\n                                \"duration\": 400,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"bb2fbb69-63fe-4908-8081-fbead1bed113\",\n                                \"text\": \" sais\",\n                                \"start\": 231540,\n                                \"end\": 231720,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"d69e089b-9092-49df-a0f2-b809cceb8ba1\",\n                                \"text\": \" »\",\n                                \"start\": 228620,\n                                \"end\": 229060,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"da15260b-145c-423e-a645-f3d6570ece27\",\n                                \"text\": \" »\",\n                                \"start\": 233440,\n                                \"end\": 233740,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"dcebf4d5-0e02-477e-8684-5f83ddc8303b\",\n                                \"text\": \" m'y\",\n                                \"start\": 232680,\n                                \"end\": 232900,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"dd1bc384-6ca9-4925-ac4d-de7b72ada67c\",\n                                \"text\": \" je\",\n                                \"start\": 229620,\n                                \"end\": 229900,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            },\n                            {\n                                \"id\": \"eb8aac0b-73a6-4208-abcb-5de4e9a5b437\",\n                                \"text\": \" pas\",\n                                \"start\": 231720,\n                                \"end\": 231960,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:48-03:53\"\n                    },\n                    {\n                        \"id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\",\n                        \"text\": \"Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\",\n                        \"start\": 68120,\n                        \"end\": 81000,\n                        \"duration\": 12880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0070a3be-250c-4554-824f-49babf820276\",\n                                \"text\": \" de\",\n                                \"start\": 71180,\n                                \"end\": 71280,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"05b43b47-d1ae-4687-b7f4-6437ad6ecb8f\",\n                                \"text\": \" a\",\n                                \"start\": 74480,\n                                \"end\": 74940,\n                                \"duration\": 460,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"0a6af69d-df41-4d29-891e-50ee7b0721ed\",\n                                \"text\": \" sur\",\n                                \"start\": 77540,\n                                \"end\": 77740,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"10c20edd-71df-4e51-ac10-abaf00038912\",\n                                \"text\": \" du\",\n                                \"start\": 69660,\n                                \"end\": 69900,\n                                \"duration\": 240,\n                                \"probability\": 0.33,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"196a4626-6c98-4ce0-8096-524587dc32af\",\n                                \"text\": \" rouge.\",\n                                \"start\": 75540,\n                                \"end\": 75880,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"1a8550c2-7259-4ba2-9702-c5f1bd9754c6\",\n                                \"text\": \" percuté\",\n                                \"start\": 77040,\n                                \"end\": 77540,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"1f23bcfa-790c-48a1-9263-dfc2fe30b6b8\",\n                                \"text\": \" feu\",\n                                \"start\": 75380,\n                                \"end\": 75540,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"2349b0db-5177-4ca2-9fee-4455de62bde6\",\n                                \"text\": \" pour\",\n                                \"start\": 71660,\n                                \"end\": 71940,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"49c467ec-c969-4173-8e69-395f471f2649\",\n                                \"text\": \" jour,\",\n                                \"start\": 69900,\n                                \"end\": 70200,\n                                \"duration\": 300,\n                                \"probability\": 0.26,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"52d60e89-7b2d-4bb8-988a-3449d6d294aa\",\n                                \"text\": \" grillé\",\n                                \"start\": 74940,\n                                \"end\": 75280,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"55ef0040-3588-4040-8ca2-9a42a63561e6\",\n                                \"text\": \" droit.\",\n                                \"start\": 78120,\n                                \"end\": 78420,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"5eeeb5aa-feed-4190-95d5-dbb28ea7ad4b\",\n                                \"text\": \" travailler\",\n                                \"start\": 72140,\n                                \"end\": 72440,\n                                \"duration\": 300,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"65a1bcee-73b7-4b0c-9e6e-253fc9a899e1\",\n                                \"text\": \" un\",\n                                \"start\": 75280,\n                                \"end\": 75380,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"7932964b-09d4-4de9-8e01-d692ee9eb3c2\",\n                                \"text\": \" moi\",\n                                \"start\": 71400,\n                                \"end\": 71660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"9047f6e0-faa5-4d53-9038-fb0f8e3c234c\",\n                                \"text\": \" côté\",\n                                \"start\": 77880,\n                                \"end\": 78120,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"98a9a50c-40e3-465b-9a56-9da71b47bae6\",\n                                \"text\": \" Oui,\",\n                                \"start\": 68120,\n                                \"end\": 68700,\n                                \"duration\": 580,\n                                \"probability\": 0.79,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"9a35672e-ee3a-4fa2-ae21-b348c3132f2a\",\n                                \"text\": \" et\",\n                                \"start\": 73200,\n                                \"end\": 73740,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"9e0ab93e-915e-4596-adba-0ceaec1de4f0\",\n                                \"text\": \" aller\",\n                                \"start\": 71940,\n                                \"end\": 72140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"a207db6f-34b9-484c-8fd1-4035e719fabd\",\n                                \"text\": \" chez\",\n                                \"start\": 71280,\n                                \"end\": 71400,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"a76f96a4-5cf9-4a6f-84f2-37ea6e339633\",\n                                \"text\": \" sérieusement\",\n                                \"start\": 79880,\n                                \"end\": 80440,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"af6ecbab-1e02-485f-9543-cd62a2ac597c\",\n                                \"text\": \" à\",\n                                \"start\": 72440,\n                                \"end\": 72760,\n                                \"duration\": 320,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"b6d2c023-49ff-47d1-8cff-20f506d45c64\",\n                                \"text\": \" au\",\n                                \"start\": 69280,\n                                \"end\": 69460,\n                                \"duration\": 180,\n                                \"probability\": 0.84,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"b98f8e5a-9dbf-4b2a-9184-de4371fa59fe\",\n                                \"text\": \" est\",\n                                \"start\": 79660,\n                                \"end\": 79880,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"bcf0d2e0-cb32-4a58-8d10-dac1c90ef140\",\n                                \"text\": \" endommagée.\",\n                                \"start\": 80440,\n                                \"end\": 81000,\n                                \"duration\": 560,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"c5b56b34-9bf4-40bd-aab5-dd374db01cbd\",\n                                \"text\": \" tout\",\n                                \"start\": 68700,\n                                \"end\": 69280,\n                                \"duration\": 580,\n                                \"probability\": 0.5,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"d0bad9f1-f92c-43d5-a898-5b157f63251f\",\n                                \"text\": \" Elle\",\n                                \"start\": 75880,\n                                \"end\": 76760,\n                                \"duration\": 880,\n                                \"probability\": 0.49,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"d806d8d1-ae49-4381-8858-f6ac11cb8587\",\n                                \"text\": \" sortais\",\n                                \"start\": 70680,\n                                \"end\": 71180,\n                                \"duration\": 500,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"dfaa1d1a-5662-4399-b0bb-50950640df83\",\n                                \"text\": \" Ma\",\n                                \"start\": 78760,\n                                \"end\": 79300,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"e2149e49-bd7c-4253-ab1f-689d2ecbfe42\",\n                                \"text\": \" m'a\",\n                                \"start\": 76760,\n                                \"end\": 77040,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"e36e6538-aea2-4c63-85f6-7fb043984023\",\n                                \"text\": \" voiture\",\n                                \"start\": 79300,\n                                \"end\": 79660,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"e38789e6-d4a1-4b33-b6a9-fbc1b1c69b50\",\n                                \"text\": \" Levallois\",\n                                \"start\": 72760,\n                                \"end\": 73200,\n                                \"duration\": 440,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"e7a4a470-7a37-4ef8-824a-adc5891cc69a\",\n                                \"text\": \" long\",\n                                \"start\": 69460,\n                                \"end\": 69660,\n                                \"duration\": 200,\n                                \"probability\": 0.37,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"ef17f730-fe88-4840-a279-c376a2d7d323\",\n                                \"text\": \" je\",\n                                \"start\": 70200,\n                                \"end\": 70680,\n                                \"duration\": 480,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"f39c088c-a94e-49b7-8ca9-f3b9e523018b\",\n                                \"text\": \" le\",\n                                \"start\": 77740,\n                                \"end\": 77880,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"f5f59d67-cc0b-4e53-aaa4-f70bd621a64e\",\n                                \"text\": \" une\",\n                                \"start\": 73740,\n                                \"end\": 74080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            },\n                            {\n                                \"id\": \"f94a26f9-8c2b-46d7-a984-39d6b91f139e\",\n                                \"text\": \" voiture\",\n                                \"start\": 74080,\n                                \"end\": 74480,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:08-01:21\"\n                    },\n                    {\n                        \"id\": \"42a51600-735f-49b2-b4c5-3d764945568c\",\n                        \"text\": \"D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\",\n                        \"start\": 219450,\n                        \"end\": 227790,\n                        \"duration\": 8340,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03088b16-48f2-40f5-bbfb-5fe6cc0d914f\",\n                                \"text\": \" contrat\",\n                                \"start\": 221490,\n                                \"end\": 221870,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"16301e6a-cc12-4fc8-93b2-ada024981ec2\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 219450,\n                                \"end\": 219830,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"1e093963-1a06-448a-b6e4-56b0cdb6aedf\",\n                                \"text\": \" vous\",\n                                \"start\": 227430,\n                                \"end\": 227590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"29f56822-b9e4-43b8-814b-8b69970de85e\",\n                                \"text\": \" bien.\",\n                                \"start\": 220090,\n                                \"end\": 220290,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"2d6bb9e3-0f7e-4c73-b5d6-c473c52adcfb\",\n                                \"text\": \" très\",\n                                \"start\": 219950,\n                                \"end\": 220090,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"2f8afb8d-f4c2-4986-ab14-dccb0cdebc39\",\n                                \"text\": \" ?\",\n                                \"start\": 227590,\n                                \"end\": 227790,\n                                \"duration\": 200,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"39446c0d-b6ac-4502-bbbc-2a7a5bebe0f5\",\n                                \"text\": \" vois\",\n                                \"start\": 220910,\n                                \"end\": 221150,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"3d889505-0d58-4408-a7ce-0c6b3bf72914\",\n                                \"text\": \" Je\",\n                                \"start\": 220510,\n                                \"end\": 220910,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"41ee4916-0a59-4c57-80f2-1cd96dfbe73d\",\n                                \"text\": \" avec\",\n                                \"start\": 223510,\n                                \"end\": 223990,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"45f46880-e770-4ff3-9fde-6cb06592fb30\",\n                                \"text\": \" inclus.\",\n                                \"start\": 224730,\n                                \"end\": 225110,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"50382272-1004-42fe-8ad8-5ce12b7698f3\",\n                                \"text\": \" d'un\",\n                                \"start\": 222610,\n                                \"end\": 222790,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"7e5086d6-f34b-4c16-b170-c0a0b6d79fa0\",\n                                \"text\": \" service\",\n                                \"start\": 222790,\n                                \"end\": 222970,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"8e699041-e3b6-4df4-8849-caebf22ac42a\",\n                                \"text\": \" bénéficiez\",\n                                \"start\": 222110,\n                                \"end\": 222610,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"9263adb5-0061-4a6c-8f4b-e8ef22d5836e\",\n                                \"text\": \" Souhaitez-vous\",\n                                \"start\": 225890,\n                                \"end\": 226470,\n                                \"duration\": 580,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"97f7e8d8-566f-4c8f-a800-0457fc8930bd\",\n                                \"text\": \" votre\",\n                                \"start\": 221310,\n                                \"end\": 221490,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"9f065afd-87fe-4e3e-aad9-7c3d8c139312\",\n                                \"text\": \" j'organise\",\n                                \"start\": 226570,\n                                \"end\": 227090,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"a2e2b444-e5d7-47a7-b14c-dd7d0f28293c\",\n                                \"text\": \" vous\",\n                                \"start\": 222030,\n                                \"end\": 222110,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"ac378477-c464-494b-bef4-8f0aa024c019\",\n                                \"text\": \" que\",\n                                \"start\": 221870,\n                                \"end\": 222030,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"b82f8d91-0442-4427-ac81-6c558d4f948a\",\n                                \"text\": \" cela\",\n                                \"start\": 227090,\n                                \"end\": 227230,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"c551fbd7-3636-4e1e-94a5-ef99d06ba182\",\n                                \"text\": \" que\",\n                                \"start\": 226470,\n                                \"end\": 226570,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"c922f44a-d214-49d6-98f9-079e5a8e41f4\",\n                                \"text\": \" dans\",\n                                \"start\": 221150,\n                                \"end\": 221310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"f1f1459c-75a6-46f0-b26d-0d68a854253f\",\n                                \"text\": \" d'assistance\",\n                                \"start\": 222970,\n                                \"end\": 223510,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"f66a1aa5-13dc-4573-ad4c-ba149fe02a00\",\n                                \"text\": \" pour\",\n                                \"start\": 227230,\n                                \"end\": 227430,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            },\n                            {\n                                \"id\": \"ff9cfc2a-0792-446a-93f6-77496aaf51f5\",\n                                \"text\": \" remorquage\",\n                                \"start\": 223990,\n                                \"end\": 224730,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:39-03:47\"\n                    },\n                    {\n                        \"id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\",\n                        \"text\": \"D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\",\n                        \"start\": 96070,\n                        \"end\": 105600,\n                        \"duration\": 9530,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00d37661-74ed-4e45-a9b4-f320d65600bc\",\n                                \"text\": \" détails.\",\n                                \"start\": 99780,\n                                \"end\": 100140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"067cf701-1a23-4594-b1e1-38033d0b1478\",\n                                \"text\": \" vous\",\n                                \"start\": 97900,\n                                \"end\": 98040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"0a22ffab-6ed1-4d7f-ad3d-ea68da86c094\",\n                                \"text\": \" heureux\",\n                                \"start\": 96920,\n                                \"end\": 97340,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"164a1148-9aaa-409e-9383-b6a3407af56e\",\n                                \"text\": \" ?\",\n                                \"start\": 105380,\n                                \"end\": 105600,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"18fd8be6-a155-48ee-a2b7-18bc3179ef1c\",\n                                \"text\": \" n'avez\",\n                                \"start\": 98040,\n                                \"end\": 98240,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"1e52e28b-fd18-4a8d-af9f-389077c77d69\",\n                                \"text\": \" ces\",\n                                \"start\": 99620,\n                                \"end\": 99780,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"27666787-43b8-4907-ab19-2de628cbf6e4\",\n                                \"text\": \" suis\",\n                                \"start\": 96800,\n                                \"end\": 96920,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"30f35d5d-c5c0-487a-8fb2-180ce6f4d74b\",\n                                \"text\": \" ?\",\n                                \"start\": 104040,\n                                \"end\": 104320,\n                                \"duration\": 280,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"37b1fabe-f7a2-4774-bd46-04de505cb865\",\n                                \"text\": \" constat\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"498e440f-00a5-4839-9036-1f5614bd427f\",\n                                \"text\": \" je\",\n                                \"start\": 96660,\n                                \"end\": 96800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"50314ecb-38ba-4ea5-8035-71210e114870\",\n                                \"text\": \" Merci\",\n                                \"start\": 99140,\n                                \"end\": 99440,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"55b49475-2668-4a08-9c5b-c7cc4bd1ae39\",\n                                \"text\": \" pas\",\n                                \"start\": 98240,\n                                \"end\": 98440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"5e1fbfff-6ca4-4e68-a4e4-67bd0de7e59d\",\n                                \"text\": \" blessé\",\n                                \"start\": 105040,\n                                \"end\": 105380,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"6997f607-e723-41a5-b6c6-76b781361542\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 96070,\n                                \"end\": 96480,\n                                \"duration\": 410,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"69c54aa3-eee8-417b-a85c-5bd5d1f512b5\",\n                                \"text\": \" avec\",\n                                \"start\": 102200,\n                                \"end\": 102620,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"72974158-1a54-4d85-9f36-a78d7fdf144c\",\n                                \"text\": \" conducteur\",\n                                \"start\": 103040,\n                                \"end\": 103660,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"7fff71d6-f61c-425c-a5f4-b32a256b8189\",\n                                \"text\": \" un\",\n                                \"start\": 101340,\n                                \"end\": 101420,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"95287047-c482-4df2-8963-b2debb9b1b56\",\n                                \"text\": \" sur\",\n                                \"start\": 103660,\n                                \"end\": 103800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"a80749c7-1489-458f-af5d-5f22d793a905\",\n                                \"text\": \" été\",\n                                \"start\": 98440,\n                                \"end\": 98680,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"a8c9119d-d78d-4133-b59a-6c86ffee33bf\",\n                                \"text\": \" place\",\n                                \"start\": 103800,\n                                \"end\": 104040,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"aa675756-b1af-4edd-b500-dfe17fa98a57\",\n                                \"text\": \" que\",\n                                \"start\": 97660,\n                                \"end\": 97900,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"aea52e6a-9446-46a2-a384-a98c77a8feb5\",\n                                \"text\": \" blessé.\",\n                                \"start\": 98680,\n                                \"end\": 99100,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"b2b7845f-9fab-4057-9325-ee391d5aed19\",\n                                \"text\": \" d'apprendre\",\n                                \"start\": 97340,\n                                \"end\": 97660,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"b2f4d6de-24d3-4aa2-b06d-c819800afc3e\",\n                                \"text\": \" amiable\",\n                                \"start\": 101860,\n                                \"end\": 102200,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"cfcd46ba-2d65-43b0-b6a8-d0b21b77924b\",\n                                \"text\": \" pour\",\n                                \"start\": 99440,\n                                \"end\": 99620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"d80b107a-36f3-435e-9197-47085a268943\",\n                                \"text\": \" été\",\n                                \"start\": 104900,\n                                \"end\": 105040,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"ebca9abb-7e25-4c1e-883e-6b30e767f2a4\",\n                                \"text\": \" rempli\",\n                                \"start\": 100960,\n                                \"end\": 101340,\n                                \"duration\": 380,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"f08747e9-862e-4aad-8149-11a7bbce3370\",\n                                \"text\": \" l'autre\",\n                                \"start\": 102620,\n                                \"end\": 103040,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"f2394d95-58d6-49d7-9bdf-2ac81be40621\",\n                                \"text\": \" A-t-il\",\n                                \"start\": 104320,\n                                \"end\": 104900,\n                                \"duration\": 580,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            },\n                            {\n                                \"id\": \"f770f110-2441-4789-92e9-18c934c80faf\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 100540,\n                                \"end\": 100960,\n                                \"duration\": 420,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:36-01:45\"\n                    },\n                    {\n                        \"id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\",\n                        \"text\": \"Oui, c'est exact.\",\n                        \"start\": 274550,\n                        \"end\": 275790,\n                        \"duration\": 1240,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03d1ba95-49ee-4094-82fa-b8619bcaf33b\",\n                                \"text\": \" c'est\",\n                                \"start\": 275290,\n                                \"end\": 275530,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\n                            },\n                            {\n                                \"id\": \"26014066-5545-4b31-b09c-87cc419abad4\",\n                                \"text\": \" Oui,\",\n                                \"start\": 274550,\n                                \"end\": 275270,\n                                \"duration\": 720,\n                                \"probability\": 0.85,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\n                            },\n                            {\n                                \"id\": \"70491a75-d27a-4f5f-b9a4-27468880ded3\",\n                                \"text\": \" exact.\",\n                                \"start\": 275530,\n                                \"end\": 275790,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:34-04:35\"\n                    },\n                    {\n                        \"id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\",\n                        \"text\": \"Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\",\n                        \"start\": 235160,\n                        \"end\": 246600,\n                        \"duration\": 11440,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c148f22-601b-47bf-a603-8a06e5b72eb3\",\n                                \"text\": \" vais\",\n                                \"start\": 238400,\n                                \"end\": 238560,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"1c3cd535-4352-4da9-8787-55fbe881ff38\",\n                                \"text\": \" allons\",\n                                \"start\": 235960,\n                                \"end\": 236180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"1c971577-3252-4122-bec0-9981905b2ba3\",\n                                \"text\": \" d'abord\",\n                                \"start\": 238560,\n                                \"end\": 238740,\n                                \"duration\": 180,\n                                \"probability\": 0.71,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"1f84254d-e483-40fc-851d-7348b21bc2c6\",\n                                \"text\": \" ?\",\n                                \"start\": 246320,\n                                \"end\": 246600,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"2228f10a-3652-4588-8932-f749e6f30ce8\",\n                                \"text\": \" plaît\",\n                                \"start\": 246120,\n                                \"end\": 246320,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"2729480d-25b4-4d7c-8722-e5ee000674e5\",\n                                \"text\": \" voiture.\",\n                                \"start\": 242460,\n                                \"end\": 242800,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"2ebecf73-162a-427b-b144-9d2c2e3f20b8\",\n                                \"text\": \" nous\",\n                                \"start\": 235840,\n                                \"end\": 235960,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"36bbc2f9-6801-4bcb-9993-bd2ab3327b51\",\n                                \"text\": \" vous\",\n                                \"start\": 246060,\n                                \"end\": 246120,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"3fec824e-cae5-406b-9b4d-a5c5ed074255\",\n                                \"text\": \" occuper\",\n                                \"start\": 236480,\n                                \"end\": 236840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"407f38b4-3b54-4579-8911-ac8b1f74ef63\",\n                                \"text\": \" vous\",\n                                \"start\": 243600,\n                                \"end\": 243780,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"4724011f-ce70-48ee-93d0-860b71ea041d\",\n                                \"text\": \" routière\",\n                                \"start\": 240320,\n                                \"end\": 240720,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"4df402b9-695c-4d62-b319-96ceb7de2e86\",\n                                \"text\": \" en\",\n                                \"start\": 236340,\n                                \"end\": 236480,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"51edbe0c-d8e8-4f84-b1c6-97fafade4e2c\",\n                                \"text\": \" d'assistance\",\n                                \"start\": 239840,\n                                \"end\": 240320,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"69c63588-e8a4-45f2-878f-7ac059b16e21\",\n                                \"text\": \" de\",\n                                \"start\": 235360,\n                                \"end\": 235420,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"6e71dbec-dcdf-4e1f-8fd8-1c073a00f096\",\n                                \"text\": \" votre\",\n                                \"start\": 242280,\n                                \"end\": 242460,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"7509e53b-5d6a-4600-8142-e3dd79ec282b\",\n                                \"text\": \" que\",\n                                \"start\": 243540,\n                                \"end\": 243600,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"7c7ca0b7-4556-4f03-a46b-c7686df75b08\",\n                                \"text\": \" Je\",\n                                \"start\": 238000,\n                                \"end\": 238400,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"847c47f5-4519-4c10-b4ce-7dd460d6b73b\",\n                                \"text\": \" se\",\n                                \"start\": 245140,\n                                \"end\": 245260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"889fd174-3cad-45db-beda-7b0b429ca557\",\n                                \"text\": \" notre\",\n                                \"start\": 239180,\n                                \"end\": 239460,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"93a88c14-878e-44bd-a01f-c0100c341b45\",\n                                \"text\": \" Pas\",\n                                \"start\": 235160,\n                                \"end\": 235360,\n                                \"duration\": 200,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"99a27ddd-6a5f-42f9-b361-47aaec601bd9\",\n                                \"text\": \" Est-ce\",\n                                \"start\": 243140,\n                                \"end\": 243540,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"9a4c69a3-e8ef-49a6-9279-2378b699321c\",\n                                \"text\": \" nous\",\n                                \"start\": 236180,\n                                \"end\": 236340,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"a2e7b163-0d8f-4364-84b6-2f273d2901c1\",\n                                \"text\": \" contacter\",\n                                \"start\": 238740,\n                                \"end\": 239180,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"a5767fa5-5978-4342-8fd7-02b0e0b817d0\",\n                                \"text\": \" souci,\",\n                                \"start\": 235420,\n                                \"end\": 235780,\n                                \"duration\": 360,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"ae1faeb0-ea0e-424a-8918-2fa86d7cf9ad\",\n                                \"text\": \" service\",\n                                \"start\": 239460,\n                                \"end\": 239840,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"b1d159e7-33e6-4e13-be3f-fba1f80fbc5d\",\n                                \"text\": \" voiture,\",\n                                \"start\": 245580,\n                                \"end\": 245800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"b2d76f22-e338-4235-aa82-4148d412f93d\",\n                                \"text\": \" où\",\n                                \"start\": 244920,\n                                \"end\": 245140,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"b41ff0d9-da77-4f4b-8ff5-b7b4883340db\",\n                                \"text\": \" pourriez\",\n                                \"start\": 243780,\n                                \"end\": 244100,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"b9aaad3f-726d-4070-9eec-906344012262\",\n                                \"text\": \" confirmer\",\n                                \"start\": 244100,\n                                \"end\": 244560,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"c4fbb1cd-4da3-4a03-9042-a6db97320ae4\",\n                                \"text\": \" trouve\",\n                                \"start\": 245260,\n                                \"end\": 245440,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"c81389f7-0f02-4838-8a0f-dacec20d421f\",\n                                \"text\": \" ensemble.\",\n                                \"start\": 236840,\n                                \"end\": 237220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"c83a7dfa-5627-4171-938f-8f11aee39188\",\n                                \"text\": \" vienne\",\n                                \"start\": 241620,\n                                \"end\": 241820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"d256980e-0b17-4dca-a0a0-1fd67c1f1198\",\n                                \"text\": \" la\",\n                                \"start\": 245440,\n                                \"end\": 245580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"d379b81e-cf46-4f7d-ba68-8740e88eaaeb\",\n                                \"text\": \" qu'un\",\n                                \"start\": 240920,\n                                \"end\": 241140,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"d998cbd9-8816-4569-bb4c-b8d604684119\",\n                                \"text\": \" l'adresse\",\n                                \"start\": 244560,\n                                \"end\": 244920,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"e693d9e8-89dc-4376-88e0-63d43a04e812\",\n                                \"text\": \" dépanneur\",\n                                \"start\": 241140,\n                                \"end\": 241620,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"eaafdb69-1b47-40cc-9c93-7c45c3b57360\",\n                                \"text\": \" pour\",\n                                \"start\": 240720,\n                                \"end\": 240920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"ec00a668-1d7d-4758-bb3c-381818227bcb\",\n                                \"text\": \" s'il\",\n                                \"start\": 245920,\n                                \"end\": 246060,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            },\n                            {\n                                \"id\": \"f007ba5e-0929-4e23-b176-06754ac46a8f\",\n                                \"text\": \" récupérer\",\n                                \"start\": 241820,\n                                \"end\": 242280,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:55-04:06\"\n                    },\n                    {\n                        \"id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\",\n                        \"text\": \"« Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\",\n                        \"start\": 185370,\n                        \"end\": 193410,\n                        \"duration\": 8040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"00a4a8b9-daa8-4c74-a0db-0f1d4ff937f2\",\n                                \"text\": \" est\",\n                                \"start\": 188730,\n                                \"end\": 188990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"035ebb51-18e8-48c4-abdc-22b416b57818\",\n                                \"text\": \" à\",\n                                \"start\": 190910,\n                                \"end\": 191130,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"1ecf0d41-f8b0-45d5-a545-49256725cc71\",\n                                \"text\": \" le\",\n                                \"start\": 192030,\n                                \"end\": 192210,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"297d1f50-dc28-4c96-9fa0-cf8518c55c57\",\n                                \"text\": \" me\",\n                                \"start\": 186610,\n                                \"end\": 186730,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"41e580b7-576d-4433-9dc5-701b38ddaefd\",\n                                \"text\": \" immobilisée\",\n                                \"start\": 188990,\n                                \"end\": 189710,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"49c91308-5ca8-4eaf-a9a0-890f80e44ea7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 185990,\n                                \"end\": 186030,\n                                \"duration\": 40,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"4edb1037-8cbc-4728-93eb-94e98d2c952d\",\n                                \"text\": \" serait\",\n                                \"start\": 186730,\n                                \"end\": 187010,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"5a32f17a-9a76-4aa4-a9f9-2f459e6e7d9b\",\n                                \"text\": \" la\",\n                                \"start\": 191130,\n                                \"end\": 191270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"5b52b19a-b06a-4c13-bc1b-4df139b9853f\",\n                                \"text\": \" voiture\",\n                                \"start\": 188390,\n                                \"end\": 188730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"5b730529-8001-4e1e-b02d-0ecb8f0442df\",\n                                \"text\": \" très\",\n                                \"start\": 187010,\n                                \"end\": 187270,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"6f5a0eb0-8cf5-4169-a195-ea38b126c5f6\",\n                                \"text\": \" utile.\",\n                                \"start\": 187270,\n                                \"end\": 187750,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"76adbbe9-0a91-4656-8931-29415bdbc048\",\n                                \"text\": \" en\",\n                                \"start\": 189710,\n                                \"end\": 189810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"797b3c90-8779-4da5-9204-396566fc54d0\",\n                                \"text\": \" ce\",\n                                \"start\": 189810,\n                                \"end\": 189930,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"7fccdfba-8f6f-4d0e-9dca-79e7d1db2edd\",\n                                \"text\": \" Ma\",\n                                \"start\": 187950,\n                                \"end\": 188390,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"82fba3c1-edd8-49ed-a0b7-ae2b00983f80\",\n                                \"text\": \" sur\",\n                                \"start\": 191590,\n                                \"end\": 192030,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"8b1fc70b-b583-4527-aef5-4db0ea0f128b\",\n                                \"text\": \" garer\",\n                                \"start\": 191270,\n                                \"end\": 191590,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"9221b035-9223-4775-a9e9-6a940678ae4c\",\n                                \"text\": \" J'ai\",\n                                \"start\": 190390,\n                                \"end\": 190710,\n                                \"duration\": 320,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"93ca0ecf-1553-4453-9592-ec8eecbaa740\",\n                                \"text\": \" «\",\n                                \"start\": 185370,\n                                \"end\": 185990,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"b0c74662-972b-4937-a95e-9a20abbbace9\",\n                                \"text\": \" bas-côté.\",\n                                \"start\": 192210,\n                                \"end\": 192730,\n                                \"duration\": 520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"ce349cea-6250-49ae-ac83-457287a88667\",\n                                \"text\": \" ça\",\n                                \"start\": 186170,\n                                \"end\": 186610,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"d4bf8204-52ab-4916-9bc1-bef97095a529\",\n                                \"text\": \" moment.\",\n                                \"start\": 189930,\n                                \"end\": 190210,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"de3991d1-521c-4547-a9c0-11c57da9364e\",\n                                \"text\": \" »\",\n                                \"start\": 192970,\n                                \"end\": 193410,\n                                \"duration\": 440,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            },\n                            {\n                                \"id\": \"fe8cac76-bbe0-42a3-a521-93159cbae259\",\n                                \"text\": \" réussi\",\n                                \"start\": 190710,\n                                \"end\": 190910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:05-03:13\"\n                    },\n                    {\n                        \"id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\",\n                        \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 3060,\n                        \"end\": 8760,\n                        \"duration\": 5700,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"003198b0-5061-49ce-8887-22b3665d2e12\",\n                                \"text\": \" vous\",\n                                \"start\": 7800,\n                                \"end\": 7900,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"0ab9c935-6c17-437e-8184-5412141318fb\",\n                                \"text\": \" m'appelle\",\n                                \"start\": 6760,\n                                \"end\": 7020,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"0b275f61-eab5-4cec-ae28-6e78a364d32d\",\n                                \"text\": \" client\",\n                                \"start\": 5420,\n                                \"end\": 5700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"1d97bd04-ef5c-4b2d-9fe8-6eee82a2997c\",\n                                \"text\": \" vous\",\n                                \"start\": 3980,\n                                \"end\": 4260,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"1eb10149-25f4-4180-87cd-ddcca88ff826\",\n                                \"text\": \" bien\",\n                                \"start\": 4440,\n                                \"end\": 4520,\n                                \"duration\": 80,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"2d2e5713-9c75-4221-9c10-fef93ee1537c\",\n                                \"text\": \" Je\",\n                                \"start\": 6620,\n                                \"end\": 6760,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"55ba3f78-20e8-4015-9730-01fdd4ae9287\",\n                                \"text\": \" Rémi,\",\n                                \"start\": 7020,\n                                \"end\": 7260,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"56ac4b5d-a78f-4f69-9172-7b776fe7ccaa\",\n                                \"text\": \" Poulpe\",\n                                \"start\": 5860,\n                                \"end\": 6080,\n                                \"duration\": 220,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"57b7d0b2-27b3-4d9b-a304-7497026423c3\",\n                                \"text\": \" de\",\n                                \"start\": 5700,\n                                \"end\": 5860,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"5b1c117a-f840-4442-ba32-88240902e8f6\",\n                                \"text\": \" service\",\n                                \"start\": 5180,\n                                \"end\": 5420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"5e1f51ac-3ad2-452a-8ba4-e55ad174a300\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 8080,\n                                \"end\": 8500,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"66e6e81a-24f3-42e6-b124-4344a8589efa\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 3060,\n                                \"end\": 3640,\n                                \"duration\": 580,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"88148a1f-b05a-4875-87ce-fe08218fc444\",\n                                \"text\": \" comment\",\n                                \"start\": 7400,\n                                \"end\": 7560,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"92ffbc61-a36e-40e6-af6c-c466bbc3b63d\",\n                                \"text\": \" avec\",\n                                \"start\": 4820,\n                                \"end\": 5060,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"ab652374-f84d-431a-a789-b0617a96b379\",\n                                \"text\": \" le\",\n                                \"start\": 5060,\n                                \"end\": 5180,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"aba0c0b3-cc6a-4aef-a3d5-73fbae1c0f1c\",\n                                \"text\": \" Assurance.\",\n                                \"start\": 6080,\n                                \"end\": 6520,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"c2cbbcc8-e222-4b95-8bdf-46b63275cc18\",\n                                \"text\": \" contact\",\n                                \"start\": 4620,\n                                \"end\": 4820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"ca0880ca-3018-4635-b43c-301f01929578\",\n                                \"text\": \" puis-je\",\n                                \"start\": 7560,\n                                \"end\": 7800,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"d94a17f1-6b7c-46e4-b08e-a61584237140\",\n                                \"text\": \" ?\",\n                                \"start\": 8500,\n                                \"end\": 8760,\n                                \"duration\": 260,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"de32f647-0462-468f-a3e6-e5edf85c5bf4\",\n                                \"text\": \" êtes\",\n                                \"start\": 4260,\n                                \"end\": 4440,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"eb70a0e6-b70e-4b70-9d2d-5a57e16f502f\",\n                                \"text\": \" aider\",\n                                \"start\": 7900,\n                                \"end\": 8080,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            },\n                            {\n                                \"id\": \"f406fd26-60a7-469f-8a4c-66b16f9e771e\",\n                                \"text\": \" en\",\n                                \"start\": 4520,\n                                \"end\": 4620,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:03-00:08\"\n                    },\n                    {\n                        \"id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\",\n                        \"text\": \"Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\",\n                        \"start\": 277790,\n                        \"end\": 285970,\n                        \"duration\": 8180,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00466749-a5b0-4484-847b-d466db7a3625\",\n                                \"text\": \" votre\",\n                                \"start\": 285590,\n                                \"end\": 285690,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"03675be9-daaa-4ee8-81b2-309a95aa260d\",\n                                \"text\": \" Bien\",\n                                \"start\": 277790,\n                                \"end\": 278050,\n                                \"duration\": 260,\n                                \"probability\": 0.18,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"0f416059-8dbe-455d-b7a3-4b1fc4d8211f\",\n                                \"text\": \" la\",\n                                \"start\": 280470,\n                                \"end\": 280610,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"1302e2eb-b88a-4a22-b52e-1ebc1bb2692d\",\n                                \"text\": \" M.\",\n                                \"start\": 278270,\n                                \"end\": 278390,\n                                \"duration\": 120,\n                                \"probability\": 0.44,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"16b843ab-4576-4a8f-9186-4ab902e72cc2\",\n                                \"text\": \" ou\",\n                                \"start\": 284130,\n                                \"end\": 284570,\n                                \"duration\": 440,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"1b59ee57-8ee8-4873-b106-439fce555371\",\n                                \"text\": \" garage\",\n                                \"start\": 283330,\n                                \"end\": 283630,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"2fde99a7-6623-4d3c-94d7-65aa808fb7b6\",\n                                \"text\": \" destination\",\n                                \"start\": 280610,\n                                \"end\": 280990,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"4dec33a8-3338-4f12-82f7-86092f08801c\",\n                                \"text\": \" ?\",\n                                \"start\": 280990,\n                                \"end\": 281390,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"50e2213a-ea34-402a-9bf1-a751ce7dab26\",\n                                \"text\": \" pour\",\n                                \"start\": 280210,\n                                \"end\": 280470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"547822fd-ef72-4580-b632-1563e8711ebf\",\n                                \"text\": \" Nous\",\n                                \"start\": 281390,\n                                \"end\": 281710,\n                                \"duration\": 320,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"567aa9db-7890-4da4-8191-8881073880de\",\n                                \"text\": \" bien,\",\n                                \"start\": 278050,\n                                \"end\": 278270,\n                                \"duration\": 220,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"6cbf163a-905c-4740-bf57-22488b2dabd2\",\n                                \"text\": \" préférence\",\n                                \"start\": 279550,\n                                \"end\": 280210,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"6f313d92-3352-4f0d-8381-938496c3aa4e\",\n                                \"text\": \" un\",\n                                \"start\": 283190,\n                                \"end\": 283330,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"71e3f825-529d-4133-9042-48883ce56c4d\",\n                                \"text\": \" choix.\",\n                                \"start\": 285690,\n                                \"end\": 285970,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"8f321160-aa81-4e5a-9a01-98c3f87eea4f\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 278470,\n                                \"end\": 278690,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"96a8880c-08de-4108-884f-aed256632a2f\",\n                                \"text\": \" pouvons\",\n                                \"start\": 281710,\n                                \"end\": 281930,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"9d80ed53-b99c-49a3-b112-2928f8a2a7e3\",\n                                \"text\": \" l'envoyer\",\n                                \"start\": 281930,\n                                \"end\": 282470,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"9f3eda5c-7db3-4ec8-b4b4-4c5a043cbf7b\",\n                                \"text\": \" une\",\n                                \"start\": 279350,\n                                \"end\": 279550,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"a5bece48-d4c5-40c2-ba15-265eaf1469f3\",\n                                \"text\": \" une\",\n                                \"start\": 284810,\n                                \"end\": 284970,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"a97b66ae-6243-49f3-bef5-d299ba8a35ef\",\n                                \"text\": \" autre\",\n                                \"start\": 284970,\n                                \"end\": 285150,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"bd9aae92-c2aa-4c00-8178-2f3b155593b3\",\n                                \"text\": \" vers\",\n                                \"start\": 282730,\n                                \"end\": 283190,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"c0ae56d5-8f46-4038-8a09-5ca1ce190008\",\n                                \"text\": \" de\",\n                                \"start\": 285430,\n                                \"end\": 285590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"c6bd0ff8-2fbd-4825-a0d5-4e5c09d3e864\",\n                                \"text\": \" à\",\n                                \"start\": 284570,\n                                \"end\": 284810,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"dd5212ac-8f56-44b7-a479-19b575b72530\",\n                                \"text\": \" ou\",\n                                \"start\": 282470,\n                                \"end\": 282730,\n                                \"duration\": 260,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"de5e0053-dd92-4775-83b3-a6882cf26802\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 278910,\n                                \"end\": 279350,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"e4d5d312-ec29-4093-a2fe-422c8fb3fe2f\",\n                                \"text\": \" agréé\",\n                                \"start\": 283630,\n                                \"end\": 284130,\n                                \"duration\": 500,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            },\n                            {\n                                \"id\": \"eb1d13b2-3706-4ab6-9dd1-c6d96f0f3e0b\",\n                                \"text\": \" adresse\",\n                                \"start\": 285150,\n                                \"end\": 285430,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:37-04:45\"\n                    },\n                    {\n                        \"id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\",\n                        \"text\": \"Merci. Bonne journée à vous aussi.\",\n                        \"start\": 326840,\n                        \"end\": 328840,\n                        \"duration\": 2000,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0259f297-50da-4e0f-b313-f7756a9f00ef\",\n                                \"text\": \" aussi.\",\n                                \"start\": 328560,\n                                \"end\": 328840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"435de051-d611-48e0-b329-b686e941f948\",\n                                \"text\": \" vous\",\n                                \"start\": 328420,\n                                \"end\": 328560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"7879f507-2c2d-4f45-8cad-2876c68a13ab\",\n                                \"text\": \" journée\",\n                                \"start\": 327960,\n                                \"end\": 328260,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"90cfaea5-81ff-494f-83a2-a324c9e08712\",\n                                \"text\": \" Bonne\",\n                                \"start\": 327400,\n                                \"end\": 327960,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"91b87e9c-afec-4015-803e-c5fbe32eeaf7\",\n                                \"text\": \" Merci.\",\n                                \"start\": 326840,\n                                \"end\": 327400,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            },\n                            {\n                                \"id\": \"b8d910c8-50d2-47b3-afb2-fa471581d23d\",\n                                \"text\": \" à\",\n                                \"start\": 328260,\n                                \"end\": 328420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:26-05:28\"\n                    },\n                    {\n                        \"id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\",\n                        \"text\": \"Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\",\n                        \"start\": 118060,\n                        \"end\": 126460,\n                        \"duration\": 8400,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0008ffea-fcbd-4250-8763-0fac86f53f0f\",\n                                \"text\": \" le\",\n                                \"start\": 125700,\n                                \"end\": 125840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"0c9c604e-6072-4118-a69e-e259a61a3632\",\n                                \"text\": \" faire\",\n                                \"start\": 125840,\n                                \"end\": 126100,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"13c406fe-a0ad-49f0-8048-221dffabcfe0\",\n                                \"text\": \" je\",\n                                \"start\": 124980,\n                                \"end\": 125100,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"192653bd-2c4c-4444-8514-4c13287b0591\",\n                                \"text\": \" traitement\",\n                                \"start\": 119660,\n                                \"end\": 120080,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"223fb0a0-9aae-4da7-a289-3ae80229e282\",\n                                \"text\": \" ce\",\n                                \"start\": 122660,\n                                \"end\": 122780,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"22ea33c5-203c-4180-baf2-babdeb69c972\",\n                                \"text\": \" ou\",\n                                \"start\": 123940,\n                                \"end\": 124340,\n                                \"duration\": 400,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"36ce09a2-acb8-4503-8a8f-c3066462a44a\",\n                                \"text\": \" vous\",\n                                \"start\": 125100,\n                                \"end\": 125260,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"464ac290-fd2e-4c82-95fd-346de8e06bce\",\n                                \"text\": \" Avez-vous\",\n                                \"start\": 121400,\n                                \"end\": 122020,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"53b1e7ea-d968-452b-98e8-87a87a2a0f4d\",\n                                \"text\": \" facilitera\",\n                                \"start\": 118880,\n                                \"end\": 119540,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"56620ec9-32c8-4e32-9756-1b74705d1b1f\",\n                                \"text\": \" envoyé\",\n                                \"start\": 122240,\n                                \"end\": 122660,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"688fe2c2-54cf-4dca-ac63-800f83d6b7a2\",\n                                \"text\": \" Parfait,\",\n                                \"start\": 118060,\n                                \"end\": 118540,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"741d0469-8fd6-462d-9ce0-835b6e80f085\",\n                                \"text\": \" guide\",\n                                \"start\": 125260,\n                                \"end\": 125520,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"81600d0a-f436-454a-9773-727a5f89ca77\",\n                                \"text\": \" cela\",\n                                \"start\": 118580,\n                                \"end\": 118880,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"8eb1b4fc-c0eb-4c43-b560-0a849fdc3316\",\n                                \"text\": \" constat\",\n                                \"start\": 122780,\n                                \"end\": 123220,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"9055bec7-a57e-4a5d-97ed-27b9a37f6d8e\",\n                                \"text\": \" ?\",\n                                \"start\": 126100,\n                                \"end\": 126460,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"9c2795e3-1098-4333-b58d-b0f94f90103a\",\n                                \"text\": \" souhaitez-vous\",\n                                \"start\": 124340,\n                                \"end\": 124880,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"9d0a0797-f444-4a19-bb17-28a8f508660c\",\n                                \"text\": \" votre\",\n                                \"start\": 120300,\n                                \"end\": 120500,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"b673b3a0-d07d-4949-bd8b-139779db121f\",\n                                \"text\": \" que\",\n                                \"start\": 124880,\n                                \"end\": 124980,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"c40bfd88-710e-4382-85d3-a19eb2368350\",\n                                \"text\": \" pour\",\n                                \"start\": 125520,\n                                \"end\": 125700,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"c757292a-5fdd-4aff-ab4c-63ee78b39d5f\",\n                                \"text\": \" notre\",\n                                \"start\": 123300,\n                                \"end\": 123480,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"cdfb1031-d75a-4080-97ad-578b1318de93\",\n                                \"text\": \" à\",\n                                \"start\": 123220,\n                                \"end\": 123300,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"d4c2a3fc-3381-4e05-858d-756e7de2f35e\",\n                                \"text\": \" service\",\n                                \"start\": 123480,\n                                \"end\": 123940,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"e0dc8218-6bc5-43fb-9249-b8f79b35e3a1\",\n                                \"text\": \" déjà\",\n                                \"start\": 122020,\n                                \"end\": 122240,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"e9738052-279b-4b08-9efe-b6e44c193c2e\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120500,\n                                \"end\": 121000,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"ef8e4e2b-5b31-44fc-b497-28731cbc4c67\",\n                                \"text\": \" de\",\n                                \"start\": 120080,\n                                \"end\": 120300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            },\n                            {\n                                \"id\": \"f1fcf0d9-548b-4a95-a038-4cf9b420d14a\",\n                                \"text\": \" le\",\n                                \"start\": 119540,\n                                \"end\": 119660,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:58-02:06\"\n                    },\n                    {\n                        \"id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\",\n                        \"text\": \"Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\",\n                        \"start\": 18520,\n                        \"end\": 29440,\n                        \"duration\": 10920,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02e5660a-b6e3-4523-a21b-785b5defa416\",\n                                \"text\": \" nom\",\n                                \"start\": 26260,\n                                \"end\": 26500,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"04a07fc4-6f91-4780-be13-9dcf74fa653b\",\n                                \"text\": \" me\",\n                                \"start\": 25460,\n                                \"end\": 25560,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"11a4db83-9a4b-492c-85a0-eabd54f1d5cd\",\n                                \"text\": \" ?\",\n                                \"start\": 29000,\n                                \"end\": 29440,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"1ba1b458-e516-42b3-9799-fa4382efdcc9\",\n                                \"text\": \" votre\",\n                                \"start\": 27220,\n                                \"end\": 27460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"223a462a-728a-45d0-9e97-7b6f91cb95d7\",\n                                \"text\": \" Je\",\n                                \"start\": 18520,\n                                \"end\": 18740,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"2947f3da-0ecc-4c8f-b39a-b564a4e858bc\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 24900,\n                                \"end\": 25460,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"2e1aaa08-a270-4ce0-b2a8-8fadbd9d3fa2\",\n                                \"text\": \" vais\",\n                                \"start\": 22440,\n                                \"end\": 22560,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"340ff737-806f-4849-904a-cc5560a86b66\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 20020,\n                                \"end\": 20160,\n                                \"duration\": 140,\n                                \"probability\": 0.56,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"4a3b1d65-0163-494f-87e0-6682f69faccc\",\n                                \"text\": \" plaît\",\n                                \"start\": 28760,\n                                \"end\": 29000,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"509c1799-01b0-42b6-86df-30654dc34c46\",\n                                \"text\": \" concrat,\",\n                                \"start\": 28100,\n                                \"end\": 28480,\n                                \"duration\": 380,\n                                \"probability\": 0.37,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"51b9828e-c06e-435c-820a-6d4a2620d417\",\n                                \"text\": \" votre\",\n                                \"start\": 26080,\n                                \"end\": 26260,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"6cb917cc-e0ea-42bb-89b5-c2bfb58eb00e\",\n                                \"text\": \" suis\",\n                                \"start\": 18740,\n                                \"end\": 18840,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"745a4c6a-b610-4307-80a9-f9799a57863e\",\n                                \"text\": \" vérifier\",\n                                \"start\": 22740,\n                                \"end\": 23200,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"8099cdc3-0be8-4d9f-b09e-c952c714eab2\",\n                                \"text\": \" vous.\",\n                                \"start\": 24300,\n                                \"end\": 24480,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"84845abb-f6fd-46d2-a00b-95b0f6a09ff2\",\n                                \"text\": \" et\",\n                                \"start\": 26840,\n                                \"end\": 27220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"8ceec243-62e5-42cc-85d5-c2d748d5b8a1\",\n                                \"text\": \" répondre\",\n                                \"start\": 21060,\n                                \"end\": 21320,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"937db8b3-f60b-4496-852b-345aff0b6375\",\n                                \"text\": \" de\",\n                                \"start\": 27900,\n                                \"end\": 28100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"9b4377c7-0662-493a-b729-f0707dc5004e\",\n                                \"text\": \" certaines\",\n                                \"start\": 23200,\n                                \"end\": 23460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"a4019ea7-366c-40f5-9f45-9d7909dd18dd\",\n                                \"text\": \" de\",\n                                \"start\": 20920,\n                                \"end\": 21060,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"b09b3d1e-a6e0-4cab-a1af-eb7919cc428e\",\n                                \"text\": \" avec\",\n                                \"start\": 23860,\n                                \"end\": 24300,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"b4f6a8b8-0b02-4433-95bc-e492d54afe51\",\n                                \"text\": \" informations\",\n                                \"start\": 23460,\n                                \"end\": 23860,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"bcaaaf30-3220-43d1-a350-b36d962b1837\",\n                                \"text\": \" vous\",\n                                \"start\": 28660,\n                                \"end\": 28760,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"c73eaa49-360f-4d72-a8ed-7c5ff159c1c1\",\n                                \"text\": \" d'apprendre\",\n                                \"start\": 19340,\n                                \"end\": 19640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"c930deb2-4bee-48e3-b578-a59a95215481\",\n                                \"text\": \" complet\",\n                                \"start\": 26500,\n                                \"end\": 26840,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"c9786fde-fe33-4ae7-9188-08612a44b3ab\",\n                                \"text\": \" devoir\",\n                                \"start\": 22560,\n                                \"end\": 22740,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"d5ac2832-966a-4401-a1d5-ee7a858d115e\",\n                                \"text\": \" précisément,\",\n                                \"start\": 21600,\n                                \"end\": 22160,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"de8719a3-d538-4f60-b3fc-d31d0c81a885\",\n                                \"text\": \" cela,\",\n                                \"start\": 19640,\n                                \"end\": 19920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"e522d0a3-1716-4f78-8278-e6077f3323aa\",\n                                \"text\": \" plus\",\n                                \"start\": 21320,\n                                \"end\": 21600,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"e6f4b6a0-5eb7-48de-a069-dfc352fdd0d6\",\n                                \"text\": \" Avant\",\n                                \"start\": 20480,\n                                \"end\": 20920,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"e89f3a83-ac13-4c20-833a-a023de485fc2\",\n                                \"text\": \" désolé\",\n                                \"start\": 18840,\n                                \"end\": 19340,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"f3bb3d1b-455f-4ee5-8c61-4e40a6151b33\",\n                                \"text\": \" je\",\n                                \"start\": 22240,\n                                \"end\": 22440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"f481ac6c-c7ba-4d28-b633-38a2a7367ef7\",\n                                \"text\": \" confirmer\",\n                                \"start\": 25560,\n                                \"end\": 26080,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"f4b04f8b-6fe1-4bb6-b26e-4555a3b67ef8\",\n                                \"text\": \" numéro\",\n                                \"start\": 27460,\n                                \"end\": 27900,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            },\n                            {\n                                \"id\": \"f9f8526d-0992-421c-b1fc-8f88e7be1d2b\",\n                                \"text\": \" s'il\",\n                                \"start\": 28520,\n                                \"end\": 28660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:18-00:29\"\n                    },\n                    {\n                        \"id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\",\n                        \"text\": \"Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\",\n                        \"start\": 9390,\n                        \"end\": 16650,\n                        \"duration\": 7260,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"038459ff-8513-4b1e-b7d9-d6df229d4ded\",\n                                \"text\": \" je\",\n                                \"start\": 15550,\n                                \"end\": 15670,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"1802bc53-c2d5-45e8-8024-b1396ad5e7e9\",\n                                \"text\": \" savoir\",\n                                \"start\": 14350,\n                                \"end\": 14690,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"197f24c0-512a-45ba-8b2a-d13c503ff5a5\",\n                                \"text\": \" de\",\n                                \"start\": 12690,\n                                \"end\": 12950,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"378b201f-0ca4-4b96-97eb-13c11c93d78c\",\n                                \"text\": \" que\",\n                                \"start\": 11430,\n                                \"end\": 11610,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"3deed58c-19fd-49d5-ab3f-5a5fd286ff1c\",\n                                \"text\": \" je\",\n                                \"start\": 10130,\n                                \"end\": 10690,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"3ef2f166-2813-4e53-a61f-2757c58091b8\",\n                                \"text\": \" je\",\n                                \"start\": 14030,\n                                \"end\": 14150,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"505f9a2b-c30c-484f-8daa-ea29c9084343\",\n                                \"text\": \" vous\",\n                                \"start\": 10690,\n                                \"end\": 10850,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"75a964ed-9f42-4a8a-86ff-6addeac0ae18\",\n                                \"text\": \" vais\",\n                                \"start\": 15670,\n                                \"end\": 15810,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"81d0e9f0-449f-4ce3-a497-b052af7323d3\",\n                                \"text\": \" un\",\n                                \"start\": 12170,\n                                \"end\": 12410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"9259c7f2-c281-4fb8-a7be-2fc9ce393e05\",\n                                \"text\": \" voulais\",\n                                \"start\": 14150,\n                                \"end\": 14350,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"9de3d76f-432e-4e06-9cf3-ba138b510a23\",\n                                \"text\": \" appelle\",\n                                \"start\": 10850,\n                                \"end\": 11130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"ad2bdfb2-dfd7-4e47-be80-e9f1e46654c1\",\n                                \"text\": \" d'avoir\",\n                                \"start\": 11950,\n                                \"end\": 12170,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"af708924-3829-47e5-828a-19c678a3e60d\",\n                                \"text\": \" je\",\n                                \"start\": 11610,\n                                \"end\": 11730,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"b2587752-f576-4de3-801f-ef13c806fc18\",\n                                \"text\": \" viens\",\n                                \"start\": 11730,\n                                \"end\": 11950,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"b458423b-1180-4c2f-9975-a138eadca7d9\",\n                                \"text\": \" si\",\n                                \"start\": 14690,\n                                \"end\": 15550,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"b92e4354-e1b8-45df-9602-14b4500683fa\",\n                                \"text\": \" parce\",\n                                \"start\": 11130,\n                                \"end\": 11430,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"ba3f2db3-3af6-42aa-bc06-49a16105fc10\",\n                                \"text\": \" et\",\n                                \"start\": 13250,\n                                \"end\": 14030,\n                                \"duration\": 780,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"c0ddb98e-6a0e-4f72-8cb2-2134907bf02a\",\n                                \"text\": \" Bonjour,\",\n                                \"start\": 9390,\n                                \"end\": 9910,\n                                \"duration\": 520,\n                                \"probability\": 0.86,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"c463a654-9b58-4a46-88ba-899e83be30b6\",\n                                \"text\": \" voiture\",\n                                \"start\": 12950,\n                                \"end\": 13250,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"d9ff691b-8e27-40d8-8881-a7e9aed71769\",\n                                \"text\": \" accident\",\n                                \"start\": 12410,\n                                \"end\": 12690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"e1ac71ae-7617-438f-9235-ca7ef4ec78ae\",\n                                \"text\": \" indemnisé.\",\n                                \"start\": 15970,\n                                \"end\": 16650,\n                                \"duration\": 680,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            },\n                            {\n                                \"id\": \"edb0f4a9-77c9-4bc4-8050-5970bcbfd738\",\n                                \"text\": \" être\",\n                                \"start\": 15810,\n                                \"end\": 15970,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:09-00:16\"\n                    },\n                    {\n                        \"id\": \"78407769-92dd-4551-800d-e19b69e16c92\",\n                        \"text\": \"Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\",\n                        \"start\": 88140,\n                        \"end\": 93740,\n                        \"duration\": 5600,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c9c33d4-0f7e-4004-bfbc-488d93411ced\",\n                                \"text\": \" taper\",\n                                \"start\": 92220,\n                                \"end\": 92520,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"2899393d-4383-4737-9d97-33053ff3c71a\",\n                                \"text\": \" le\",\n                                \"start\": 92840,\n                                \"end\": 93000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"33cc41d0-1054-4c67-86c8-7bc27ee3afe3\",\n                                \"text\": \" passager.\",\n                                \"start\": 93260,\n                                \"end\": 93740,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"44601e50-1195-44eb-b5d3-6acdea9c603b\",\n                                \"text\": \" je\",\n                                \"start\": 89760,\n                                \"end\": 89940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"4bf5a802-4309-4f47-b695-a177879752d2\",\n                                \"text\": \" voiture\",\n                                \"start\": 91440,\n                                \"end\": 91780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"4cfb8263-5717-428f-a889-d11594a9a4f7\",\n                                \"text\": \" n'ai\",\n                                \"start\": 89940,\n                                \"end\": 90060,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"66975d82-1e92-49c1-820a-4db6409f3277\",\n                                \"text\": \" que\",\n                                \"start\": 91140,\n                                \"end\": 91300,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"68da4bff-9e5e-4e1e-bffb-28aaa25fceed\",\n                                \"text\": \" fort\",\n                                \"start\": 88680,\n                                \"end\": 89220,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"75baa0f4-ec7a-4907-879c-68cbd20c8c30\",\n                                \"text\": \" Non,\",\n                                \"start\": 88140,\n                                \"end\": 88680,\n                                \"duration\": 540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"788f5ad9-4a3a-4276-9cda-c08a5a5eb559\",\n                                \"text\": \" côté\",\n                                \"start\": 93000,\n                                \"end\": 93260,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"7c43a5d8-e2c9-4914-8cae-57947ce77eb4\",\n                                \"text\": \" sur\",\n                                \"start\": 92520,\n                                \"end\": 92840,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"8dae418a-7e60-4b4f-9ad7-ecb6bd99afcf\",\n                                \"text\": \" rien,\",\n                                \"start\": 90060,\n                                \"end\": 90320,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"98219bc1-5c09-43b4-8c4f-44e28b2ac72b\",\n                                \"text\": \" venue\",\n                                \"start\": 92040,\n                                \"end\": 92220,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"d2c2773b-23ae-4ec8-9420-caa1a29162c2\",\n                                \"text\": \" vu\",\n                                \"start\": 90380,\n                                \"end\": 91140,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"ec621d37-bdf5-4129-9bf8-0c88af1b17a9\",\n                                \"text\": \" heureusement,\",\n                                \"start\": 89220,\n                                \"end\": 89760,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"edaa0321-5967-4223-89c4-0aa51a7d61b5\",\n                                \"text\": \" la\",\n                                \"start\": 91300,\n                                \"end\": 91440,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            },\n                            {\n                                \"id\": \"fa4c5979-e8a6-4fac-8353-73a9079bb36c\",\n                                \"text\": \" est\",\n                                \"start\": 91780,\n                                \"end\": 92040,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:28-01:33\"\n                    },\n                    {\n                        \"id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\",\n                        \"text\": \"Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\",\n                        \"start\": 106460,\n                        \"end\": 116000,\n                        \"duration\": 9540,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0d68c718-9f83-49c4-bf9e-8c40ff2be331\",\n                                \"text\": \" constat\",\n                                \"start\": 115220,\n                                \"end\": 115660,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"144b066f-c60b-46cb-b5ca-9294814fd4b3\",\n                                \"text\": \" blessé.\",\n                                \"start\": 113080,\n                                \"end\": 113440,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"1b810336-d854-45ff-a6ef-c8b4d8764f84\",\n                                \"text\": \" faute\",\n                                \"start\": 112040,\n                                \"end\": 112420,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"2915eb7e-0f47-4842-b6c0-b16557c36f5a\",\n                                \"text\": \" sa\",\n                                \"start\": 111860,\n                                \"end\": 112040,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"52261121-ebec-45f0-ab48-de27157614ab\",\n                                \"text\": \" conducteur\",\n                                \"start\": 110480,\n                                \"end\": 111380,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"5ee4787e-5df3-42d0-b151-1c6d38689f5f\",\n                                \"text\": \" nous\",\n                                \"start\": 107060,\n                                \"end\": 107660,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"662fcfbe-2342-4279-ba82-d25307b1d1cc\",\n                                \"text\": \" pris\",\n                                \"start\": 114220,\n                                \"end\": 114420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"6a72671c-d9fc-4e25-917a-15f356c19527\",\n                                \"text\": \" J'ai\",\n                                \"start\": 113580,\n                                \"end\": 114220,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"7afc0383-192e-4dfb-98ef-e5c329a69d4e\",\n                                \"text\": \" une\",\n                                \"start\": 114420,\n                                \"end\": 114720,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"836dc114-97ac-465b-83b7-8cd49f0574f9\",\n                                \"text\": \" Oui,\",\n                                \"start\": 106460,\n                                \"end\": 107000,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"87ab8d8e-1ae4-450e-9bfe-c7fc1d0be97e\",\n                                \"text\": \" copie\",\n                                \"start\": 114720,\n                                \"end\": 115120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"89576105-d215-4229-8d30-4f97c4fb1f7c\",\n                                \"text\": \" L'autre\",\n                                \"start\": 110000,\n                                \"end\": 110480,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"8e9dc1f4-7c3c-4844-8e97-4823e218892b\",\n                                \"text\": \" n'est\",\n                                \"start\": 112820,\n                                \"end\": 112980,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"9fccb6a1-1676-45e3-abd1-85078eed60d1\",\n                                \"text\": \" a\",\n                                \"start\": 111380,\n                                \"end\": 111460,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"9fefec76-ae23-42ff-bfdd-0f0629655e74\",\n                                \"text\": \" reconnu\",\n                                \"start\": 111460,\n                                \"end\": 111860,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"a58e8c01-6561-40f7-bc61-5ccc2f6fd2e1\",\n                                \"text\": \" pas\",\n                                \"start\": 112980,\n                                \"end\": 113080,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"aa4eece1-525f-4798-b618-8cdc4bfdff1a\",\n                                \"text\": \" amiable.\",\n                                \"start\": 109200,\n                                \"end\": 109720,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"b1ba5429-f372-479d-b8cf-f8c478f18593\",\n                                \"text\": \" du\",\n                                \"start\": 115120,\n                                \"end\": 115220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"b5d8102d-ac49-41ae-80b7-0311c7bb38c1\",\n                                \"text\": \" avons\",\n                                \"start\": 107660,\n                                \"end\": 107960,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"b6c410d6-df3e-405b-826d-3f59c320feaa\",\n                                \"text\": \" et\",\n                                \"start\": 112420,\n                                \"end\": 112820,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"ce59bcac-bee9-476e-a07f-0e653c954869\",\n                                \"text\": \" constat\",\n                                \"start\": 108640,\n                                \"end\": 109200,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"d9000a06-d411-40a4-b960-519df10f31f2\",\n                                \"text\": \" rempli\",\n                                \"start\": 107960,\n                                \"end\": 108520,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"ed3347ae-bb9a-4ade-a474-54e397f78254\",\n                                \"text\": \" signé.\",\n                                \"start\": 115660,\n                                \"end\": 116000,\n                                \"duration\": 340,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            },\n                            {\n                                \"id\": \"ee985ce0-79ed-489b-bee4-8086a44980b9\",\n                                \"text\": \" un\",\n                                \"start\": 108520,\n                                \"end\": 108640,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:46-01:56\"\n                    },\n                    {\n                        \"id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\",\n                        \"text\": \"D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\",\n                        \"start\": 83080,\n                        \"end\": 86930,\n                        \"duration\": 3850,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"180ff4f0-5705-41e9-9762-dfa922067120\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 83550,\n                                \"end\": 83790,\n                                \"duration\": 240,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"215bb6e7-7ce7-40b4-a33a-d82441749206\",\n                                \"text\": \" Êtes-vous\",\n                                \"start\": 83970,\n                                \"end\": 84330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"2c69aefd-f811-444c-90ce-6903600ade29\",\n                                \"text\": \" assistance\",\n                                \"start\": 85710,\n                                \"end\": 85910,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"3b59f327-2db1-4d04-8073-19080c17ab9f\",\n                                \"text\": \" ou\",\n                                \"start\": 84810,\n                                \"end\": 84950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"4ea18c07-938c-4b0c-953e-a0f0a5253dd6\",\n                                \"text\": \" blessé\",\n                                \"start\": 84330,\n                                \"end\": 84810,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"6cffbe37-5b0f-4f27-8485-37e662985fab\",\n                                \"text\": \" d'une\",\n                                \"start\": 85550,\n                                \"end\": 85710,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"cef5f049-94d1-4256-99bd-a33e01cdf8ab\",\n                                \"text\": \" avez-vous\",\n                                \"start\": 84950,\n                                \"end\": 85270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"cf054760-1b38-4acc-b73b-d1999b50e1c3\",\n                                \"text\": \" médicale\",\n                                \"start\": 85910,\n                                \"end\": 86670,\n                                \"duration\": 760,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"ea3aa0d4-c421-48e2-bdd9-af7f0022a67e\",\n                                \"text\": \" ?\",\n                                \"start\": 86670,\n                                \"end\": 86930,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"f0afe006-56b0-4aee-9967-fb495398f194\",\n                                \"text\": \" besoin\",\n                                \"start\": 85270,\n                                \"end\": 85550,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            },\n                            {\n                                \"id\": \"f92f4478-b0b4-4d6b-b54e-c605caca5fff\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 83080,\n                                \"end\": 83490,\n                                \"duration\": 410,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:26\"\n                    },\n                    {\n                        \"id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\",\n                        \"text\": \"D'accord. Je vais le scanner et l'envoyer cet après-midi. »\",\n                        \"start\": 159020,\n                        \"end\": 162620,\n                        \"duration\": 3600,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"069549ec-7e2e-4fba-9723-4972a7a36dfa\",\n                                \"text\": \" cet\",\n                                \"start\": 161540,\n                                \"end\": 161700,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"164cd798-c3d9-49ab-98cf-e69c7ed9b2de\",\n                                \"text\": \" »\",\n                                \"start\": 162400,\n                                \"end\": 162620,\n                                \"duration\": 220,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"42be80d0-67e5-41a0-be1a-5cdea8f98295\",\n                                \"text\": \" après-midi.\",\n                                \"start\": 161700,\n                                \"end\": 162200,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"4768cb83-7cb4-4be4-8099-f15441f7c7d0\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 159020,\n                                \"end\": 159560,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"5831026f-177a-4b53-837c-a3315aea8025\",\n                                \"text\": \" le\",\n                                \"start\": 160500,\n                                \"end\": 160600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"5f6b8b91-c414-4ee4-905d-6703d687e70a\",\n                                \"text\": \" l'envoyer\",\n                                \"start\": 161080,\n                                \"end\": 161540,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"980f7ea3-f495-471e-983e-df13e75ffb7a\",\n                                \"text\": \" scanner\",\n                                \"start\": 160600,\n                                \"end\": 160940,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"ae410235-ea03-461e-9f9e-3fdae6bcbf1a\",\n                                \"text\": \" vais\",\n                                \"start\": 160340,\n                                \"end\": 160500,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"e4a05b2b-57e9-4996-89d1-c84506910217\",\n                                \"text\": \" Je\",\n                                \"start\": 159900,\n                                \"end\": 160340,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            },\n                            {\n                                \"id\": \"e840bb1f-8910-43fe-aa20-ed6b73e6a7e4\",\n                                \"text\": \" et\",\n                                \"start\": 160940,\n                                \"end\": 161080,\n                                \"duration\": 140,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:39-02:42\"\n                    },\n                    {\n                        \"id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\",\n                        \"text\": \"Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\",\n                        \"start\": 256540,\n                        \"end\": 273840,\n                        \"duration\": 17300,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09e6773b-13fd-40d1-bcdf-85d6275f0475\",\n                                \"text\": \" le\",\n                                \"start\": 266020,\n                                \"end\": 266320,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"1c091e46-1cf9-4001-b37d-eab600458a9e\",\n                                \"text\": \" d'arrivée.\",\n                                \"start\": 263760,\n                                \"end\": 264200,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"1eeeae26-4a34-4d07-9b7f-ddada72c924d\",\n                                \"text\": \" de\",\n                                \"start\": 259740,\n                                \"end\": 260019,\n                                \"duration\": 279,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"20a11b35-c44b-4c84-adb5-f3b14bf9cf78\",\n                                \"text\": \" dans\",\n                                \"start\": 258880,\n                                \"end\": 259000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"2b15850d-8385-4084-bbf7-c8929faf46fa\",\n                                \"text\": \" sera\",\n                                \"start\": 258240,\n                                \"end\": 258440,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"342842c0-8559-43e1-954d-ce3c4f2bf937\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 257279,\n                                \"end\": 257519,\n                                \"duration\": 240,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"3b41f36a-e53f-41c6-af04-9baafed35617\",\n                                \"text\": \" deux\",\n                                \"start\": 260019,\n                                \"end\": 260200,\n                                \"duration\": 181,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"3d3637c4-c9c7-44a1-85d8-ccc2707a80db\",\n                                \"text\": \" Merci\",\n                                \"start\": 256540,\n                                \"end\": 256940,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"408cb884-ea5b-4f49-a503-f804c4102afd\",\n                                \"text\": \" est-il\",\n                                \"start\": 265300,\n                                \"end\": 265760,\n                                \"duration\": 460,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"56823fb4-1389-42fe-adc0-79aa9607ef65\",\n                                \"text\": \" heures.\",\n                                \"start\": 260200,\n                                \"end\": 260440,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"69f7bc9d-f035-4498-844c-e49b0db86a18\",\n                                \"text\": \" Votre\",\n                                \"start\": 264780,\n                                \"end\": 265040,\n                                \"duration\": 260,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"6ce46054-43a8-460c-bd27-4b3c3f783a31\",\n                                \"text\": \" SMS\",\n                                \"start\": 261640,\n                                \"end\": 261899,\n                                \"duration\": 259,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"797a598e-a14e-49de-99ae-05435b849777\",\n                                \"text\": \" ses\",\n                                \"start\": 262240,\n                                \"end\": 262440,\n                                \"duration\": 200,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"7d616730-021e-42de-b408-27adff6bf120\",\n                                \"text\": \" Un\",\n                                \"start\": 257640,\n                                \"end\": 257839,\n                                \"duration\": 199,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"87bf390e-19cd-4610-9296-df0f5803a131\",\n                                \"text\": \" numéro\",\n                                \"start\": 265040,\n                                \"end\": 265300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"8f927823-423b-4406-a15a-9ba3d7c9445b\",\n                                \"text\": \" ?\",\n                                \"start\": 273420,\n                                \"end\": 273840,\n                                \"duration\": 420,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"934d3182-e003-41d2-949c-1026591d2145\",\n                                \"text\": \" et\",\n                                \"start\": 262940,\n                                \"end\": 263200,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"99ef05a3-2a08-4d15-8f3e-9e816b89f867\",\n                                \"text\": \" dépanneur\",\n                                \"start\": 257839,\n                                \"end\": 258240,\n                                \"duration\": 401,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"a1168739-504b-4c04-8b23-02a41c5037e6\",\n                                \"text\": \" recevrez\",\n                                \"start\": 261079,\n                                \"end\": 261540,\n                                \"duration\": 461,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"a2954c1c-f57e-4113-872a-026c3abba75f\",\n                                \"text\": \" 0601-02-03-04-05\",\n                                \"start\": 266330,\n                                \"end\": 273420,\n                                \"duration\": 7090,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"a61042ed-3b79-4f73-ab77-41ee596dd9ae\",\n                                \"text\": \" avec\",\n                                \"start\": 261899,\n                                \"end\": 262240,\n                                \"duration\": 341,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"a97475a0-8ab1-44ba-928b-0a12b275fbaf\",\n                                \"text\": \" Vous\",\n                                \"start\": 260680,\n                                \"end\": 261079,\n                                \"duration\": 399,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"ad091f14-aa43-4c7c-afa4-8e519ab51166\",\n                                \"text\": \" un\",\n                                \"start\": 259000,\n                                \"end\": 259140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"b1fa43b3-db3f-44dd-9859-c7f7a0c83cd0\",\n                                \"text\": \" maximum\",\n                                \"start\": 259380,\n                                \"end\": 259740,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"b4fc1cb2-1fcb-4c66-b81d-ebca75cc0f54\",\n                                \"text\": \" envoyé\",\n                                \"start\": 258440,\n                                \"end\": 258880,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"b7e57099-63d0-42db-9c22-2228d185bcdf\",\n                                \"text\": \" délai\",\n                                \"start\": 259140,\n                                \"end\": 259380,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"cd52ef6e-8f06-4b83-a093-9d6400490e4e\",\n                                \"text\": \" l'heure\",\n                                \"start\": 263200,\n                                \"end\": 263340,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"d87436e3-d55c-4f07-a50d-3e8ded81b649\",\n                                \"text\": \" un\",\n                                \"start\": 261540,\n                                \"end\": 261640,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"ec660b36-2571-48d7-b547-236bc3b7ad82\",\n                                \"text\": \" beaucoup,\",\n                                \"start\": 256940,\n                                \"end\": 257180,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"f089dcb9-fb20-4bef-83b2-64a209ac6671\",\n                                \"text\": \" exacte\",\n                                \"start\": 263340,\n                                \"end\": 263760,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"fc1aecab-e360-4b06-98f8-94f8bc2cc1c8\",\n                                \"text\": \" toujours\",\n                                \"start\": 265760,\n                                \"end\": 266020,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            },\n                            {\n                                \"id\": \"feba25fc-5dc5-4e41-9f95-68382244079c\",\n                                \"text\": \" coordonnées\",\n                                \"start\": 262440,\n                                \"end\": 262940,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:16-04:33\"\n                    },\n                    {\n                        \"id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 330560,\n                        \"end\": 331520,\n                        \"duration\": 960,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"37d520cd-fda5-40ed-898c-7c2b53f72812\",\n                                \"text\": \" Merci,\",\n                                \"start\": 330560,\n                                \"end\": 330920,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\n                            },\n                            {\n                                \"id\": \"95e9fa4e-46eb-44d0-8ba4-c24619fe32e1\",\n                                \"text\": \" revoir.\",\n                                \"start\": 331260,\n                                \"end\": 331520,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\n                            },\n                            {\n                                \"id\": \"de51e7e8-6c88-407d-877a-5132e51fb0c1\",\n                                \"text\": \" au\",\n                                \"start\": 331100,\n                                \"end\": 331260,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:30-05:31\"\n                    },\n                    {\n                        \"id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\",\n                        \"text\": \"Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\",\n                        \"start\": 127990,\n                        \"end\": 132490,\n                        \"duration\": 4500,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"11078292-d611-4aba-a3fc-23bc07328349\",\n                                \"text\": \" la\",\n                                \"start\": 130990,\n                                \"end\": 131170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"166bc514-1c8f-4559-bb00-61b76ad55877\",\n                                \"text\": \" «\",\n                                \"start\": 132070,\n                                \"end\": 132490,\n                                \"duration\": 420,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"23e285c4-0a9c-4f19-9935-86ec7853edd1\",\n                                \"text\": \" envoyé.\",\n                                \"start\": 129289,\n                                \"end\": 129930,\n                                \"duration\": 641,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"2c3eaf63-6b0b-41f7-afc5-f3968eaed762\",\n                                \"text\": \" ne\",\n                                \"start\": 128530,\n                                \"end\": 128669,\n                                \"duration\": 139,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"3184a727-0eb8-44ea-ab70-9385984b06f9\",\n                                \"text\": \" ?\",\n                                \"start\": 131710,\n                                \"end\": 132070,\n                                \"duration\": 360,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"3b0054d3-a338-4eec-a5af-f2d1b822ca47\",\n                                \"text\": \" encore\",\n                                \"start\": 129030,\n                                \"end\": 129289,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"4152c26a-fc1a-467c-a390-b25c518b786e\",\n                                \"text\": \" procédure\",\n                                \"start\": 131170,\n                                \"end\": 131710,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"5e1490a5-1c6d-4b4d-92a9-20a2cff6c781\",\n                                \"text\": \" pas\",\n                                \"start\": 128889,\n                                \"end\": 129030,\n                                \"duration\": 141,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"70fe7182-7ed8-4175-8be5-2755667d58c0\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 129970,\n                                \"end\": 130570,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"de958e39-4e35-4b41-aa7b-0b76bbc8b66b\",\n                                \"text\": \" Je\",\n                                \"start\": 127990,\n                                \"end\": 128530,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"e4639776-2b18-4a16-9f7e-b37f827d374f\",\n                                \"text\": \" m'expliquer\",\n                                \"start\": 130570,\n                                \"end\": 130990,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            },\n                            {\n                                \"id\": \"e9b19e31-d6f3-4647-bdb4-dbfb83187db3\",\n                                \"text\": \" l'ai\",\n                                \"start\": 128669,\n                                \"end\": 128889,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:07-02:12\"\n                    },\n                    {\n                        \"id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\",\n                        \"text\": \"Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\",\n                        \"start\": 133810,\n                        \"end\": 157670,\n                        \"duration\": 23860,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0176e973-c145-4c96-a9e9-40aa24bbbf3c\",\n                                \"text\": \" directement\",\n                                \"start\": 143970,\n                                \"end\": 144270,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"02442d7b-77bc-42b0-a537-dc282d391e05\",\n                                \"text\": \" notre\",\n                                \"start\": 151550,\n                                \"end\": 151930,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"057a304c-c7e9-4695-a002-83d31d56d87f\",\n                                \"text\": \" pour\",\n                                \"start\": 156370,\n                                \"end\": 156630,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"0b96bf34-1e5d-42cf-90dc-7d1a3815c54c\",\n                                \"text\": \" votre\",\n                                \"start\": 140770,\n                                \"end\": 140930,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"121396ce-ec96-4f82-b4cf-42897efcc9fa\",\n                                \"text\": \" fois\",\n                                \"start\": 150870,\n                                \"end\": 151030,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1231cfae-ce14-46d1-9d09-24bd4738d610\",\n                                \"text\": \" Bernard,\",\n                                \"start\": 134610,\n                                \"end\": 134910,\n                                \"duration\": 300,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1466200d-598b-4af1-bb8e-d5d3e965e679\",\n                                \"text\": \" transmettre\",\n                                \"start\": 155130,\n                                \"end\": 155610,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"15c3f6f2-01af-490b-8328-2d9554beb73b\",\n                                \"text\": \" reçu,\",\n                                \"start\": 151030,\n                                \"end\": 151470,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1936b6b3-fd70-4f3f-82be-460471b17a0a\",\n                                \"text\": \" ou\",\n                                \"start\": 142570,\n                                \"end\": 142810,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"19a3e26d-0d97-4b19-b615-edca14b61730\",\n                                \"text\": \" client\",\n                                \"start\": 141310,\n                                \"end\": 141570,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1a67c03d-5509-4fe8-9553-46dde25689e6\",\n                                \"text\": \" en\",\n                                \"start\": 146850,\n                                \"end\": 147030,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1c16f8ed-50ea-428b-a292-3d6566048d0a\",\n                                \"text\": \" ligne,\",\n                                \"start\": 141770,\n                                \"end\": 141990,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"1cc7d1f4-b0c9-4f81-8104-cd70b3557019\",\n                                \"text\": \" des\",\n                                \"start\": 137410,\n                                \"end\": 137550,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"2a4be29f-42c1-4982-bd1c-95254bc95e5e\",\n                                \"text\": \" la\",\n                                \"start\": 157030,\n                                \"end\": 157210,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"2bf8abb9-515c-473c-864e-afde382bdf91\",\n                                \"text\": \" en\",\n                                \"start\": 140110,\n                                \"end\": 140230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"2c8c9576-db57-4a48-a46b-5658e0850231\",\n                                \"text\": \" nos\",\n                                \"start\": 144970,\n                                \"end\": 145110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"358c73de-21bc-40d5-a76e-83af9d8d4cf3\",\n                                \"text\": \" dans\",\n                                \"start\": 144270,\n                                \"end\": 144710,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"360c4a15-b577-4c72-a654-beed42eb3614\",\n                                \"text\": \" physiques,\",\n                                \"start\": 145410,\n                                \"end\": 145930,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"37b4a00a-3d1d-4b4f-af7d-6a50338ae9e1\",\n                                \"text\": \" sûr,\",\n                                \"start\": 134050,\n                                \"end\": 134410,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"3b747c6b-0c58-4ae1-8736-b40de5587bfd\",\n                                \"text\": \" Je\",\n                                \"start\": 153930,\n                                \"end\": 154450,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"40679040-aa05-43d9-aab1-b0f182f55e81\",\n                                \"text\": \" agences\",\n                                \"start\": 145110,\n                                \"end\": 145410,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"44716c9d-f912-4385-991e-73be966f1a03\",\n                                \"text\": \" possible\",\n                                \"start\": 156050,\n                                \"end\": 156370,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"45640a43-d9c3-4518-96b1-d897a440097c\",\n                                \"text\": \" l'envoyant\",\n                                \"start\": 147030,\n                                \"end\": 147470,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"4972e989-bd78-4c32-b5ed-42a47586449e\",\n                                \"text\": \" analysera\",\n                                \"start\": 152710,\n                                \"end\": 153290,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"4972ec84-4a2e-47a1-9427-9a1cc057ac2c\",\n                                \"text\": \" déposant\",\n                                \"start\": 143510,\n                                \"end\": 143970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"4b910983-67c1-4244-bb2e-8bee5e2573c9\",\n                                \"text\": \" courrier\",\n                                \"start\": 147590,\n                                \"end\": 147950,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"52d6729f-8717-41ea-93f9-49b3bb0e182d\",\n                                \"text\": \" et\",\n                                \"start\": 139890,\n                                \"end\": 140110,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"5a7b0d86-7ff7-4bbb-82f6-329c07e77937\",\n                                \"text\": \" de\",\n                                \"start\": 154990,\n                                \"end\": 155070,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"5ac90d35-b238-4150-a77f-bc2108b1c154\",\n                                \"text\": \" méthodes\",\n                                \"start\": 137550,\n                                \"end\": 137910,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"5f1a24f8-2725-4744-81f8-f75df943100d\",\n                                \"text\": \" En\",\n                                \"start\": 138770,\n                                \"end\": 139250,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"6737c479-82d4-4948-8a82-c59a91757895\",\n                                \"text\": \" en\",\n                                \"start\": 143070,\n                                \"end\": 143370,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"6c59aae0-606c-43a4-8a6e-facaf32c156b\",\n                                \"text\": \" M.\",\n                                \"start\": 134410,\n                                \"end\": 134490,\n                                \"duration\": 80,\n                                \"probability\": 0.54,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"6e2bf794-f3ce-4cdf-a649-3f1602bbdd09\",\n                                \"text\": \" scannant\",\n                                \"start\": 139390,\n                                \"end\": 139890,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7393bbb4-e757-4f76-abda-6c1f55c5c753\",\n                                \"text\": \" indiquée\",\n                                \"start\": 148530,\n                                \"end\": 148890,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"773b38ae-14db-4e15-b4c9-a33803712a03\",\n                                \"text\": \" de\",\n                                \"start\": 144830,\n                                \"end\": 144970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7a8f46f9-2140-4324-b475-b9aded2cab31\",\n                                \"text\": \" le\",\n                                \"start\": 155070,\n                                \"end\": 155130,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7c4dbb97-f2a0-4d1e-85d2-61e6e240e43d\",\n                                \"text\": \" le\",\n                                \"start\": 153290,\n                                \"end\": 153410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7ca3dc85-9054-404c-a843-204706643382\",\n                                \"text\": \" par\",\n                                \"start\": 147470,\n                                \"end\": 147590,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7cc65c1a-030a-4547-89d5-b19670ee38a8\",\n                                \"text\": \" Bien\",\n                                \"start\": 133810,\n                                \"end\": 134050,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7d0de977-a3b1-4d72-ad92-3ef006ad2590\",\n                                \"text\": \" le\",\n                                \"start\": 143370,\n                                \"end\": 143510,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"7fd26720-5359-430d-86b1-91458d1d1c93\",\n                                \"text\": \" que\",\n                                \"start\": 155950,\n                                \"end\": 156050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"8341ac49-3c14-4ace-a161-71c66cc85971\",\n                                \"text\": \" espace\",\n                                \"start\": 140930,\n                                \"end\": 141310,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"8407a6c0-35f6-4aac-adc2-6548dd5b03aa\",\n                                \"text\": \" sur\",\n                                \"start\": 148890,\n                                \"end\": 149030,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"8f60ccd1-d5b1-4e73-a775-57290493ffd1\",\n                                \"text\": \" d'experts\",\n                                \"start\": 152290,\n                                \"end\": 152710,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"93b506c1-7c68-4c74-bc45-59c97345e058\",\n                                \"text\": \" procédure.\",\n                                \"start\": 157210,\n                                \"end\": 157670,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"93c806c2-fde4-4bcf-a729-aa14c80a4458\",\n                                \"text\": \" l'envoyant\",\n                                \"start\": 140230,\n                                \"end\": 140650,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"98a91125-d0ce-42a9-bb52-a44be8f2d073\",\n                                \"text\": \" Une\",\n                                \"start\": 150350,\n                                \"end\": 150870,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"9a010a51-2145-4f69-b724-06166911a046\",\n                                \"text\": \" équipe\",\n                                \"start\": 151930,\n                                \"end\": 152290,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"9b6da973-8ee0-4a32-a480-9cb3dc3d43dd\",\n                                \"text\": \" nous\",\n                                \"start\": 135710,\n                                \"end\": 135850,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"abcde393-8be3-4b31-ae8f-b837c04b96da\",\n                                \"text\": \" alors\",\n                                \"start\": 146670,\n                                \"end\": 146850,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"b6d53b65-2a0f-4032-b6b2-dcd71c676f9a\",\n                                \"text\": \" à\",\n                                \"start\": 147950,\n                                \"end\": 148210,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"bb41f413-1a0e-4d7b-bb0e-a15d6b7740f2\",\n                                \"text\": \" le\",\n                                \"start\": 139250,\n                                \"end\": 139390,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"bc37b15f-9cdd-4719-a762-5c7227fa534c\",\n                                \"text\": \" contrat.\",\n                                \"start\": 149230,\n                                \"end\": 149630,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"bc563c9a-3fbf-4276-8c8b-313e1fd301a8\",\n                                \"text\": \" en\",\n                                \"start\": 141570,\n                                \"end\": 141770,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"c5f39532-dddc-4efb-9926-68b0a737d9f8\",\n                                \"text\": \" par\",\n                                \"start\": 136950,\n                                \"end\": 137170,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"c610f26f-1a9d-4b6e-9961-d1c61bdc97cc\",\n                                \"text\": \" dès\",\n                                \"start\": 155610,\n                                \"end\": 155950,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"c6799e4d-8122-45d3-9750-352d71c10f6d\",\n                                \"text\": \" vous\",\n                                \"start\": 135150,\n                                \"end\": 135390,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"c9d77eed-0edd-483f-b2c1-2dfbbe3c8085\",\n                                \"text\": \" l'une\",\n                                \"start\": 144710,\n                                \"end\": 144830,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"d1e81ddb-fa5b-4ccd-aaa3-67d750a89263\",\n                                \"text\": \" conseille\",\n                                \"start\": 154550,\n                                \"end\": 154990,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"d530fa6f-d60c-429d-983d-0f297fa50ebe\",\n                                \"text\": \" ou\",\n                                \"start\": 145930,\n                                \"end\": 146670,\n                                \"duration\": 740,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"d7f67d03-fc0c-44ca-bf1d-ccdc022315fd\",\n                                \"text\": \" l'une\",\n                                \"start\": 137170,\n                                \"end\": 137410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"deb2a398-0085-47b2-9704-2881fd431022\",\n                                \"text\": \" alors\",\n                                \"start\": 142810,\n                                \"end\": 143070,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"e273da89-fa08-4e09-89b6-f9158e74310c\",\n                                \"text\": \" transmettre\",\n                                \"start\": 135850,\n                                \"end\": 136310,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"eb5cbdf9-6110-41d4-b5e6-f6e4451b0508\",\n                                \"text\": \" pouvez\",\n                                \"start\": 135390,\n                                \"end\": 135710,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"eb62aa93-8deb-4f55-960e-a52a3b40fe35\",\n                                \"text\": \" vous\",\n                                \"start\": 154450,\n                                \"end\": 154550,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"ec8fb480-e1fc-440a-bb81-46301ecc3dde\",\n                                \"text\": \" votre\",\n                                \"start\": 149030,\n                                \"end\": 149230,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"ecb16582-9a61-49b4-bffd-008de8099ea2\",\n                                \"text\": \" document.\",\n                                \"start\": 153410,\n                                \"end\": 153730,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"f45df09c-2e6a-4a71-9421-25466d2b1e7c\",\n                                \"text\": \" suivantes.\",\n                                \"start\": 137910,\n                                \"end\": 138470,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"f479417d-1070-43af-932b-923a6e5d0a00\",\n                                \"text\": \" accélérer\",\n                                \"start\": 156630,\n                                \"end\": 157030,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"f64cf136-53c4-4067-b11a-b44ba0011704\",\n                                \"text\": \" l'adresse\",\n                                \"start\": 148210,\n                                \"end\": 148530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"fb424908-558a-497a-9d8c-8aea32ad5408\",\n                                \"text\": \" constat\",\n                                \"start\": 136490,\n                                \"end\": 136950,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"fc4595f0-a868-4335-9619-79e5592975b0\",\n                                \"text\": \" le\",\n                                \"start\": 136310,\n                                \"end\": 136490,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            },\n                            {\n                                \"id\": \"fcbf71ec-4b1c-4d27-bcf0-3bfdbcd3df19\",\n                                \"text\": \" via\",\n                                \"start\": 140650,\n                                \"end\": 140770,\n                                \"duration\": 120,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:13-02:37\"\n                    },\n                    {\n                        \"id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\",\n                        \"text\": \"Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\",\n                        \"start\": 316610,\n                        \"end\": 324910,\n                        \"duration\": 8300,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00f2dbc3-4e03-4335-8145-fbdf1284ab27\",\n                                \"text\": \" Je\",\n                                \"start\": 318130,\n                                \"end\": 318490,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"0a28397c-f7ec-4487-86e8-c9af3c727fb8\",\n                                \"text\": \" plaisir,\",\n                                \"start\": 316970,\n                                \"end\": 317330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"0edab014-dd4d-4bfb-b7ec-f2f8447b2db5\",\n                                \"text\": \" suite.\",\n                                \"start\": 324690,\n                                \"end\": 324910,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"342c705e-3399-45d5-bf01-4dfca08d8416\",\n                                \"text\": \" Avec\",\n                                \"start\": 316610,\n                                \"end\": 316970,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"5436f554-08a2-4ec5-a9a9-143fe3fbf2aa\",\n                                \"text\": \" courage\",\n                                \"start\": 324130,\n                                \"end\": 324430,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"5b2bf075-7509-478f-b9c5-fed9261f45f0\",\n                                \"text\": \" pour\",\n                                \"start\": 324430,\n                                \"end\": 324590,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"6b9877e7-0da1-421e-85b4-97276972ca25\",\n                                \"text\": \" avez\",\n                                \"start\": 320290,\n                                \"end\": 320490,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"6eb12673-651e-4373-9a5b-403e67edd3c3\",\n                                \"text\": \" à\",\n                                \"start\": 321910,\n                                \"end\": 321950,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"706cb33e-3b29-479d-bdb6-139e8a0ef4d6\",\n                                \"text\": \" et\",\n                                \"start\": 323730,\n                                \"end\": 324010,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"77ffbfa4-c7c5-4cf2-ae89-74e8a27a2992\",\n                                \"text\": \" clôturer\",\n                                \"start\": 318710,\n                                \"end\": 319130,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"7ba61bbe-9641-4d31-9f0f-cfbbde55e404\",\n                                \"text\": \" Si\",\n                                \"start\": 319770,\n                                \"end\": 320130,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"98e09381-b6d8-450d-baa0-acbf69bdfa65\",\n                                \"text\": \" d'autres\",\n                                \"start\": 320490,\n                                \"end\": 320690,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"ac18fe6d-612b-461a-9a73-98dbd006188f\",\n                                \"text\": \" journée\",\n                                \"start\": 323430,\n                                \"end\": 323730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"ac38e561-9f7f-4240-869a-c90d39415bb6\",\n                                \"text\": \" recontacter.\",\n                                \"start\": 322030,\n                                \"end\": 322490,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"b50d4634-5490-4289-ba38-9e8c169ac440\",\n                                \"text\": \" nous\",\n                                \"start\": 321950,\n                                \"end\": 322030,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"bb4e104d-9e13-4da5-be67-56c2dfaa8f41\",\n                                \"text\": \" cet\",\n                                \"start\": 319130,\n                                \"end\": 319270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"bc18405e-99b4-4ec7-95eb-c080e7d06c48\",\n                                \"text\": \" bon\",\n                                \"start\": 324010,\n                                \"end\": 324130,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"c06a5b3d-1b5c-47ce-9c6f-bb4a37321ae2\",\n                                \"text\": \" pas\",\n                                \"start\": 321610,\n                                \"end\": 321910,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"c67d81ea-4d60-45ac-947c-eb9daedc4441\",\n                                \"text\": \" la\",\n                                \"start\": 324590,\n                                \"end\": 324690,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"e16ed67a-f8bb-4592-8625-2de176fc45c1\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 317590,\n                                \"end\": 317850,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"e52b6b38-4e5f-4dd5-a576-06614674f02d\",\n                                \"text\": \" vous\",\n                                \"start\": 320130,\n                                \"end\": 320290,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"e6b23e32-20a8-4865-b3e2-a31204ee56d7\",\n                                \"text\": \" questions,\",\n                                \"start\": 320690,\n                                \"end\": 321070,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"e6c2fabd-d63c-4c54-b10a-b5b4ce23d3c0\",\n                                \"text\": \" Bonne\",\n                                \"start\": 323070,\n                                \"end\": 323430,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"ecdb7f8a-848e-4298-9ac7-456f1c6e0d6d\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 321230,\n                                \"end\": 321610,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"ede37779-1337-42cf-818b-852cd9e7f73b\",\n                                \"text\": \" vais\",\n                                \"start\": 318490,\n                                \"end\": 318710,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"f23af122-1fd5-4100-a01b-3c26207d1f05\",\n                                \"text\": \" appel.\",\n                                \"start\": 319270,\n                                \"end\": 319530,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            },\n                            {\n                                \"id\": \"f9b1abd1-602d-4c19-8e3e-168d3f416047\",\n                                \"text\": \" M.\",\n                                \"start\": 317370,\n                                \"end\": 317450,\n                                \"duration\": 80,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:16-05:24\"\n                    },\n                    {\n                        \"id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\",\n                        \"text\": \"« Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\",\n                        \"start\": 213860,\n                        \"end\": 217400,\n                        \"duration\": 3540,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0a462339-eac3-43be-a9b3-81f96ade756b\",\n                                \"text\": \" lieu\",\n                                \"start\": 214960,\n                                \"end\": 215160,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"3686579c-81b4-4cc1-b72f-3cbe9eb15e12\",\n                                \"text\": \" toujours\",\n                                \"start\": 214180,\n                                \"end\": 214440,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"4059c288-7ef7-49ca-8cff-5f55189ea10d\",\n                                \"text\": \" sur\",\n                                \"start\": 214440,\n                                \"end\": 214780,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"589f58c4-9ac9-4029-bbde-8b9dbddc222b\",\n                                \"text\": \" la\",\n                                \"start\": 216720,\n                                \"end\": 216880,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"610978f9-9879-46f0-a78d-6cc58ddc0983\",\n                                \"text\": \" de\",\n                                \"start\": 215160,\n                                \"end\": 215300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"67768132-53d0-488e-8c9f-85c0a9fb1d9c\",\n                                \"text\": \" le\",\n                                \"start\": 214780,\n                                \"end\": 214960,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"721ffe3f-bef2-446d-98d9-f65a72347f03\",\n                                \"text\": \" Elle\",\n                                \"start\": 214040,\n                                \"end\": 214060,\n                                \"duration\": 20,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"88556d01-f40a-4122-9130-7d187588ef87\",\n                                \"text\": \" l'accident.\",\n                                \"start\": 215300,\n                                \"end\": 215820,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"96b9c808-d281-4a58-b8f5-1842d290f9f7\",\n                                \"text\": \" pas\",\n                                \"start\": 216400,\n                                \"end\": 216520,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"a8e2fd9c-d2a4-4b0f-99bd-c0e7263cc5f4\",\n                                \"text\": \" n'ai\",\n                                \"start\": 216260,\n                                \"end\": 216400,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"b9dc79d8-f049-44f3-a352-4dd295353988\",\n                                \"text\": \" est\",\n                                \"start\": 214060,\n                                \"end\": 214180,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"c99e1270-9141-4ecc-8d58-2dacdc6080eb\",\n                                \"text\": \" Je\",\n                                \"start\": 215940,\n                                \"end\": 216260,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"d2cd71f2-38ef-495f-8cb2-a72ebd4d6e86\",\n                                \"text\": \" pu\",\n                                \"start\": 216520,\n                                \"end\": 216720,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"eb2b1f22-5271-4780-8bba-067519881b2f\",\n                                \"text\": \" «\",\n                                \"start\": 213860,\n                                \"end\": 214040,\n                                \"duration\": 180,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            },\n                            {\n                                \"id\": \"fc62f5e9-2175-4533-9f96-73c8578e2d5c\",\n                                \"text\": \" déplacer.\",\n                                \"start\": 216880,\n                                \"end\": 217400,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"03:33-03:37\"\n                    },\n                    {\n                        \"id\": \"d427353a-7619-447c-b654-a1454556acc2\",\n                        \"text\": \"Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\",\n                        \"start\": 30180,\n                        \"end\": 41100,\n                        \"duration\": 10920,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e5f364-c41d-418c-805f-f6ca2e69ec6c\",\n                                \"text\": \" Michel\",\n                                \"start\": 32759,\n                                \"end\": 33440,\n                                \"duration\": 681,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"0a93cbec-9a08-4c6e-a702-b705d37d7f29\",\n                                \"text\": \" 14\",\n                                \"start\": 36400,\n                                \"end\": 37280,\n                                \"duration\": 880,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"346c928b-e219-4150-ab56-697c72ec85d5\",\n                                \"text\": \" et\",\n                                \"start\": 33900,\n                                \"end\": 34540,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"43d2445c-f232-4048-9445-3f1527670aba\",\n                                \"text\": \" 6\",\n                                \"start\": 39420,\n                                \"end\": 40380,\n                                \"duration\": 960,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"4caaaab7-c54d-4327-9069-b389e81c17f7\",\n                                \"text\": \" de\",\n                                \"start\": 35080,\n                                \"end\": 35360,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"4d66621a-e97d-4214-8651-86057126dec2\",\n                                \"text\": \" sûr.\",\n                                \"start\": 31120,\n                                \"end\": 31480,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"5eb78f6e-f6d5-4da0-b289-d00be2a9a092\",\n                                \"text\": \" numéro\",\n                                \"start\": 34740,\n                                \"end\": 35080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"6e4f5c60-5294-4914-aac5-7db09f9dfbad\",\n                                \"text\": \" Bernard\",\n                                \"start\": 33440,\n                                \"end\": 33900,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"72893c10-7192-4de9-aa02-2f0d2cf8cc0b\",\n                                \"text\": \" bien\",\n                                \"start\": 30840,\n                                \"end\": 31120,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"772903f8-9fd9-44a4-bfa0-380354cc123a\",\n                                \"text\": \" m'appelle\",\n                                \"start\": 32280,\n                                \"end\": 32759,\n                                \"duration\": 479,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"7cd592b2-eb8e-49d3-9b77-326b5672d6eb\",\n                                \"text\": \" R.\",\n                                \"start\": 40380,\n                                \"end\": 41100,\n                                \"duration\": 720,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"9d77084f-cd60-43bd-812b-7263ac970ac9\",\n                                \"text\": \" contrat\",\n                                \"start\": 35360,\n                                \"end\": 35720,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"ba3450f2-a199-4018-a59c-5ea3a3746347\",\n                                \"text\": \" est\",\n                                \"start\": 35720,\n                                \"end\": 36220,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"bce64307-bc72-4fbd-95f9-7c048bcfec57\",\n                                \"text\": \" Je\",\n                                \"start\": 31700,\n                                \"end\": 32280,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"bd2cdb1f-b4f5-4c86-a392-43c849eb6fd8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 30180,\n                                \"end\": 30760,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"cbee3a16-8276-4da0-95b2-49e40931d5c8\",\n                                \"text\": \" 15\",\n                                \"start\": 37280,\n                                \"end\": 38140,\n                                \"duration\": 860,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"ccfa1c75-0f68-401f-bbfc-9908bfc28608\",\n                                \"text\": \" le\",\n                                \"start\": 36220,\n                                \"end\": 36400,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"f1d4141a-93b8-4768-b9b4-93e2297f2aab\",\n                                \"text\": \" mon\",\n                                \"start\": 34540,\n                                \"end\": 34740,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            },\n                            {\n                                \"id\": \"f2e94313-605d-428a-be4a-5c29f8b1eca7\",\n                                \"text\": \" 92\",\n                                \"start\": 38140,\n                                \"end\": 39420,\n                                \"duration\": 1280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:30-00:41\"\n                    },\n                    {\n                        \"id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\",\n                        \"text\": \"Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\",\n                        \"start\": 44000,\n                        \"end\": 66090,\n                        \"duration\": 22090,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"07dafade-8544-43f5-b3d5-8d4a22e6ca7c\",\n                                \"text\": \" Bernard.\",\n                                \"start\": 45180,\n                                \"end\": 45540,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"085b78d8-9815-42c3-9cf4-ad8ce31427d1\",\n                                \"text\": \" de\",\n                                \"start\": 65209,\n                                \"end\": 65349,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"1224ce40-7c79-4c63-8b70-1160f1243734\",\n                                \"text\": \" vais\",\n                                \"start\": 46100,\n                                \"end\": 46280,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"1e4824bc-5365-48e0-b4ae-d1feeeb48ee9\",\n                                \"text\": \" vois\",\n                                \"start\": 52210,\n                                \"end\": 52410,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"1f4bd1a2-9eaf-4fa1-be4a-02bda9a3123a\",\n                                \"text\": \" Merci\",\n                                \"start\": 44000,\n                                \"end\": 44640,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"2251e5a8-204b-4e48-b0c7-d648c46560b9\",\n                                \"text\": \" ici,\",\n                                \"start\": 53230,\n                                \"end\": 53490,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"251adb11-c309-45a5-839d-474f9859a9f2\",\n                                \"text\": \" circonstances\",\n                                \"start\": 64650,\n                                \"end\": 65209,\n                                \"duration\": 559,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"2a666efe-5b3b-4f70-a286-843699d5f064\",\n                                \"text\": \" Levallois-Perret.\",\n                                \"start\": 59070,\n                                \"end\": 60190,\n                                \"duration\": 1120,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"338e1ec5-95ee-40ff-9c06-66e37adf0a7d\",\n                                \"text\": \" 300\",\n                                \"start\": 58550,\n                                \"end\": 59070,\n                                \"duration\": 520,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"3d75d2ee-6b62-48d1-be6e-33d935a6f8aa\",\n                                \"text\": \" bien\",\n                                \"start\": 52410,\n                                \"end\": 52590,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"3d9bdf4e-3638-4801-a916-b311c3f23c47\",\n                                \"text\": \" consulter\",\n                                \"start\": 46280,\n                                \"end\": 46780,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"3ed52807-e355-4da3-bcdb-74818ca05b3a\",\n                                \"text\": \" au\",\n                                \"start\": 55730,\n                                \"end\": 55870,\n                                \"duration\": 140,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"43a0b158-4749-429b-99cd-d0c606bdee8b\",\n                                \"text\": \" Anatole\",\n                                \"start\": 56830,\n                                \"end\": 57410,\n                                \"duration\": 580,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"45959193-cae5-4568-858e-d69251da9049\",\n                                \"text\": \" pour\",\n                                \"start\": 61650,\n                                \"end\": 61830,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"47e5b110-934b-43d8-96c1-1a51792918d6\",\n                                \"text\": \" cela\",\n                                \"start\": 47520,\n                                \"end\": 47820,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"505776b3-8885-4814-8a64-4c6cc959598e\",\n                                \"text\": \" monsieur\",\n                                \"start\": 44980,\n                                \"end\": 45180,\n                                \"duration\": 200,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"56997317-ce69-424c-b690-3ef77a797c3a\",\n                                \"text\": \" 80\",\n                                \"start\": 55870,\n                                \"end\": 56290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"5fc3198e-d182-4a54-9474-60c326481c71\",\n                                \"text\": \" contrat\",\n                                \"start\": 52770,\n                                \"end\": 53230,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"6353a40f-0ee3-4978-8e81-fbc5b41c6ce7\",\n                                \"text\": \" les\",\n                                \"start\": 64470,\n                                \"end\": 64650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"651b47ca-f2fb-4654-85b9-cad8c9e0f09d\",\n                                \"text\": \" mieux\",\n                                \"start\": 61830,\n                                \"end\": 62190,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"75325079-f484-4fe7-8e76-b7e2abe9a10f\",\n                                \"text\": \" rue\",\n                                \"start\": 56290,\n                                \"end\": 56830,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"7a1f0f6b-edf9-4922-85ec-c30a5025c6e0\",\n                                \"text\": \" instants.\",\n                                \"start\": 48300,\n                                \"end\": 48740,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"7c32aff7-4acf-45ab-895d-c5624d2c711d\",\n                                \"text\": \" me\",\n                                \"start\": 64090,\n                                \"end\": 64170,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"7e6aa9e7-7e5a-4c4a-972d-f457d65b50aa\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 63490,\n                                \"end\": 64090,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"841d14a5-01d1-49d3-9024-142f3ae0b4a8\",\n                                \"text\": \" risque,\",\n                                \"start\": 54270,\n                                \"end\": 54550,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"8e1bca92-1699-4018-8ce6-e986d77f55fb\",\n                                \"text\": \" prendra\",\n                                \"start\": 47820,\n                                \"end\": 48140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"92a6d3f5-cf40-4dad-aa5e-f57ed1ac9517\",\n                                \"text\": \" la\",\n                                \"start\": 62530,\n                                \"end\": 62830,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"9ccac2fa-f991-4a91-af41-cf62db849ea0\",\n                                \"text\": \" Maintenant,\",\n                                \"start\": 61110,\n                                \"end\": 61570,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a3452bb6-940f-461a-9818-db85c170a683\",\n                                \"text\": \" domicilié\",\n                                \"start\": 54710,\n                                \"end\": 55730,\n                                \"duration\": 1020,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a4033303-0c2a-4f94-9903-ec515be56a24\",\n                                \"text\": \" 92\",\n                                \"start\": 57870,\n                                \"end\": 58550,\n                                \"duration\": 680,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a509b1ff-cae5-4fa1-8590-363296ad8822\",\n                                \"text\": \" l'accident\",\n                                \"start\": 65349,\n                                \"end\": 65750,\n                                \"duration\": 401,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a79fb5e3-4e94-4788-93ea-8728e3acdbd5\",\n                                \"text\": \" Je\",\n                                \"start\": 51870,\n                                \"end\": 52210,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a8fc04e2-073d-4098-b0ef-26cade52ba2a\",\n                                \"text\": \" quelques\",\n                                \"start\": 48140,\n                                \"end\": 48300,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"a94d27b6-98a2-4240-9c58-1511c97c4712\",\n                                \"text\": \" décrire\",\n                                \"start\": 64170,\n                                \"end\": 64470,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"b7055270-f494-43b8-a037-72f0fd552336\",\n                                \"text\": \" patienté.\",\n                                \"start\": 51270,\n                                \"end\": 51850,\n                                \"duration\": 580,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"b74858ff-dfab-4645-b2dc-616b46348293\",\n                                \"text\": \" Je\",\n                                \"start\": 45820,\n                                \"end\": 46100,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"b7c35fcd-155a-4664-9cad-b8f56bb14468\",\n                                \"text\": \" situation,\",\n                                \"start\": 62830,\n                                \"end\": 63150,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"b93e321a-38d4-492c-b725-d7d6a742594d\",\n                                \"text\": \" d'avoir\",\n                                \"start\": 51030,\n                                \"end\": 51270,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"bb793767-b6d2-433e-9bc6-86d6acd66f33\",\n                                \"text\": \" assuré\",\n                                \"start\": 53650,\n                                \"end\": 54130,\n                                \"duration\": 480,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"bbd479b9-0d69-4b5c-bff7-33745a5d4d70\",\n                                \"text\": \" beaucoup,\",\n                                \"start\": 44640,\n                                \"end\": 44880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"c897d676-0633-434e-8289-94c6b6cff381\",\n                                \"text\": \" tout\",\n                                \"start\": 54130,\n                                \"end\": 54270,\n                                \"duration\": 140,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"d4125fdf-037e-436b-89f2-1402341dc7e4\",\n                                \"text\": \" Merci\",\n                                \"start\": 50570,\n                                \"end\": 51030,\n                                \"duration\": 460,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"d550e507-56f2-413c-93ef-cde045baeb5b\",\n                                \"text\": \" comprendre\",\n                                \"start\": 62190,\n                                \"end\": 62530,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"d6a322e9-f4f3-46f3-98eb-86d0c83b6818\",\n                                \"text\": \" ?\",\n                                \"start\": 65750,\n                                \"end\": 66090,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"d7b1d537-aa73-43b1-b506-a2fd616f47d6\",\n                                \"text\": \" dossier,\",\n                                \"start\": 46960,\n                                \"end\": 47480,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"e8a00ab0-5ba6-4ea8-ae7b-900e8d192b89\",\n                                \"text\": \" votre\",\n                                \"start\": 46780,\n                                \"end\": 46960,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"f087c761-ec90-43e0-a244-d4dd0ee23254\",\n                                \"text\": \" France,\",\n                                \"start\": 57410,\n                                \"end\": 57650,\n                                \"duration\": 240,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            },\n                            {\n                                \"id\": \"f08bfdcc-b008-436e-8c66-000d5260f0d1\",\n                                \"text\": \" votre\",\n                                \"start\": 52590,\n                                \"end\": 52770,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:44-01:06\"\n                    },\n                    {\n                        \"id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\",\n                        \"text\": \"Non, ça ira pour le moment. Merci beaucoup.\",\n                        \"start\": 311580,\n                        \"end\": 314820,\n                        \"duration\": 3240,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"043a0bbb-cbc9-4be0-b25e-a6f66bdc8a6b\",\n                                \"text\": \" le\",\n                                \"start\": 313380,\n                                \"end\": 313520,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"16ea3e90-a08e-44d1-9ecd-b309cfdfb83d\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 314540,\n                                \"end\": 314820,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"5861c9ab-50e0-43b2-af48-b2c55eedc6e7\",\n                                \"text\": \" pour\",\n                                \"start\": 313240,\n                                \"end\": 313380,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"6401dd1c-0999-4b05-9fdc-5d90ab976b09\",\n                                \"text\": \" ça\",\n                                \"start\": 312440,\n                                \"end\": 312900,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"7a0393ff-41e8-41ff-a244-2fb486f1edf1\",\n                                \"text\": \" moment.\",\n                                \"start\": 313520,\n                                \"end\": 313780,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"823af71d-42c8-4c4c-bf1b-44c1cadde946\",\n                                \"text\": \" Merci\",\n                                \"start\": 313980,\n                                \"end\": 314540,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"bbd1cf59-d066-48dc-897f-3f6facbd630d\",\n                                \"text\": \" ira\",\n                                \"start\": 312900,\n                                \"end\": 313240,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            },\n                            {\n                                \"id\": \"f27e8790-6c07-4908-a398-dcb82eb9e3df\",\n                                \"text\": \" Non,\",\n                                \"start\": 311580,\n                                \"end\": 312140,\n                                \"duration\": 560,\n                                \"probability\": 0.78,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"05:11-05:14\"\n                    },\n                    {\n                        \"id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\",\n                        \"text\": \"Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\",\n                        \"start\": 293750,\n                        \"end\": 310300,\n                        \"duration\": 16550,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05ddbbb3-f187-4884-9242-0df0bbace591\",\n                                \"text\": \" Y\",\n                                \"start\": 307720,\n                                \"end\": 308080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"0667b407-9995-4652-8974-a81e999bbd7a\",\n                                \"text\": \" le\",\n                                \"start\": 297670,\n                                \"end\": 298190,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"08f90669-851d-4de3-bd8a-05c378e941d8\",\n                                \"text\": \" autre\",\n                                \"start\": 308320,\n                                \"end\": 308440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"0c1e3410-0868-4a5e-80df-8ec74267d93d\",\n                                \"text\": \" véhicule\",\n                                \"start\": 296050,\n                                \"end\": 296530,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"0d2942f1-8379-45fb-a599-c93f2c399813\",\n                                \"text\": \" alors,\",\n                                \"start\": 301870,\n                                \"end\": 302110,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"12dd3115-a20b-42fc-aebc-27adbae5d1e6\",\n                                \"text\": \" pourrons\",\n                                \"start\": 303550,\n                                \"end\": 303910,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"183ed4cf-32ca-4d4c-a378-2d13eaf7365b\",\n                                \"text\": \" faire\",\n                                \"start\": 309100,\n                                \"end\": 309280,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"1a82c58d-7722-44c5-bcdc-e4a21eb01d0d\",\n                                \"text\": \" évaluation\",\n                                \"start\": 299830,\n                                \"end\": 300210,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"2338024c-18eb-43bc-b34a-980e42f7cd29\",\n                                \"text\": \" ?\",\n                                \"start\": 310020,\n                                \"end\": 310300,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"29a7f50d-13e4-4bf0-b2c1-cc6b3471c119\",\n                                \"text\": \" à\",\n                                \"start\": 302270,\n                                \"end\": 302510,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"341fed07-a976-4026-8113-ee79679bec58\",\n                                \"text\": \" Une\",\n                                \"start\": 295350,\n                                \"end\": 295710,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"35e19aa3-3a62-4c70-aac5-9acfe7bd14ce\",\n                                \"text\": \" garage\",\n                                \"start\": 298190,\n                                \"end\": 298530,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"40de1a39-5c23-429a-83e3-1bb2fa48b32e\",\n                                \"text\": \" ce\",\n                                \"start\": 309700,\n                                \"end\": 309740,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"51df90f2-7751-4764-be94-d94667c0544f\",\n                                \"text\": \" effectuera\",\n                                \"start\": 299130,\n                                \"end\": 299690,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"55cf5c29-1f6f-4f69-812a-723a1a6bc0c6\",\n                                \"text\": \" de\",\n                                \"start\": 305250,\n                                \"end\": 305370,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"6181ed9f-b736-45c9-b1d1-bf679495d6f5\",\n                                \"text\": \" récupéré,\",\n                                \"start\": 296530,\n                                \"end\": 297570,\n                                \"duration\": 1040,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"6505ef40-80d2-4195-8b4c-c41542332b9d\",\n                                \"text\": \" à\",\n                                \"start\": 309580,\n                                \"end\": 309700,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"689fe78b-8711-4463-a535-c422d995ddf8\",\n                                \"text\": \" le\",\n                                \"start\": 304390,\n                                \"end\": 304510,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"6ded466b-a97c-43c7-acf5-883b30a0f1b8\",\n                                \"text\": \" fois\",\n                                \"start\": 295710,\n                                \"end\": 295890,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"7259af0b-27d2-48cc-8e30-c00787f93a75\",\n                                \"text\": \" ce\",\n                                \"start\": 302510,\n                                \"end\": 302610,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"7b0e484f-1024-4de7-8e99-4e61e43c6f14\",\n                                \"text\": \" une\",\n                                \"start\": 299690,\n                                \"end\": 299830,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"8280aa3d-8f1a-4e34-a948-d091693a9b6d\",\n                                \"text\": \" a-t-il\",\n                                \"start\": 308080,\n                                \"end\": 308320,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"83068fc0-5dd9-4f73-91d6-5c9c4b19e703\",\n                                \"text\": \" puisse\",\n                                \"start\": 308900,\n                                \"end\": 309100,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"84c2205a-2dd3-4ce5-979f-0ad462295274\",\n                                \"text\": \" pour\",\n                                \"start\": 309280,\n                                \"end\": 309460,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"870191d9-e167-41a9-9e54-2e92f288b635\",\n                                \"text\": \" moment-là,\",\n                                \"start\": 302610,\n                                \"end\": 303050,\n                                \"duration\": 440,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"87de85a1-91b2-43d0-9616-c10a71675262\",\n                                \"text\": \" réparation\",\n                                \"start\": 305370,\n                                \"end\": 305990,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"8af667ca-9c65-49ce-8bb9-967cc8604078\",\n                                \"text\": \" indiquer\",\n                                \"start\": 294730,\n                                \"end\": 295030,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"8d683cc7-968b-4341-8de3-226e1e327deb\",\n                                \"text\": \" vais\",\n                                \"start\": 294590,\n                                \"end\": 294730,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"935d040d-8a29-4bd0-b930-e46f39f83070\",\n                                \"text\": \" Très\",\n                                \"start\": 293750,\n                                \"end\": 294270,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"94fa2503-3150-46cb-9d55-c341857f2d8f\",\n                                \"text\": \" que\",\n                                \"start\": 308680,\n                                \"end\": 308840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"95f19c56-1af1-4a65-bb9c-6ecf266fb325\",\n                                \"text\": \" Et\",\n                                \"start\": 301510,\n                                \"end\": 301870,\n                                \"duration\": 360,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a1294d6c-0eb9-451d-b3a6-70c3e592eda1\",\n                                \"text\": \" je\",\n                                \"start\": 308840,\n                                \"end\": 308900,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a1304f34-07cf-4447-b083-d68f1de691c8\",\n                                \"text\": \" sujet\",\n                                \"start\": 309740,\n                                \"end\": 310020,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a14de495-e129-4002-b7e4-15875d96f766\",\n                                \"text\": \" votre\",\n                                \"start\": 295890,\n                                \"end\": 296050,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a18000e2-332c-4c34-8865-91efd540cf88\",\n                                \"text\": \" chose\",\n                                \"start\": 308440,\n                                \"end\": 308680,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a1b267eb-bac7-4dd1-8bdd-2fe5c7b54acf\",\n                                \"text\": \" bien,\",\n                                \"start\": 294270,\n                                \"end\": 294410,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a7125ffc-dd0a-4153-8a09-d918c4ad0968\",\n                                \"text\": \" dégâts.\",\n                                \"start\": 300470,\n                                \"end\": 300810,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"a883c140-9384-4c05-a5a9-d2efab1c8127\",\n                                \"text\": \" je\",\n                                \"start\": 294470,\n                                \"end\": 294590,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"ab43058e-2a80-4c2a-b96a-727a1370a990\",\n                                \"text\": \" d'anonymisation.\",\n                                \"start\": 306170,\n                                \"end\": 306790,\n                                \"duration\": 620,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"b6dda4df-2e9a-4bc1-b25e-4cbd921dc415\",\n                                \"text\": \" des\",\n                                \"start\": 300210,\n                                \"end\": 300470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"cbc0c46e-9e54-4f62-ba8e-8845769228f0\",\n                                \"text\": \" nous\",\n                                \"start\": 303130,\n                                \"end\": 303550,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"d0391fd7-f7a2-45c2-ad5c-ef2453f39639\",\n                                \"text\": \" et\",\n                                \"start\": 305990,\n                                \"end\": 306170,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"d8fdbb31-269e-454f-95b4-62d3ec72b86e\",\n                                \"text\": \" processus\",\n                                \"start\": 304510,\n                                \"end\": 305250,\n                                \"duration\": 740,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"e116b9ff-668f-47a5-b88d-ab80bb396ea0\",\n                                \"text\": \" cela.\",\n                                \"start\": 295030,\n                                \"end\": 295230,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"e67fa2a8-0ec9-49bb-bb43-7613129b4621\",\n                                \"text\": \" sur\",\n                                \"start\": 304250,\n                                \"end\": 304390,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"f89262d8-eb77-454a-ac36-a59fb16d1c59\",\n                                \"text\": \" vous\",\n                                \"start\": 309460,\n                                \"end\": 309580,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"fe5fe3e1-cf9f-4eeb-b99b-aa70502e31b1\",\n                                \"text\": \" agréé\",\n                                \"start\": 298530,\n                                \"end\": 299130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            },\n                            {\n                                \"id\": \"ff0e36a6-0be6-429a-8a88-86ace9716d58\",\n                                \"text\": \" avancer\",\n                                \"start\": 303910,\n                                \"end\": 304250,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"04:53-05:10\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"contact-reason-classification\": [\n                    {\n                        \"id\": \"a8ed96a4-35ec-4a07-84a4-35361dcae22d\",\n                        \"text\": \"Car accident\",\n                        \"object\": {\n                            \"title\": \"Car accident with material damage and request for replacement vehicle\",\n                            \"reasoning\": \"The customer had a car accident, with material damage on the vehicle. The customer wants to know if the repair of the vehicle will be taken in charge. No injuries reported. The customer has filled out a constat amiable with the other driver, who admitted his fault and was not injured. The customer has not sent the constat to the insurance company yet. The customer also asked for a replacement vehicle, as the current one is immobilized. The customer's vehicle is currently immobilized on the location of the accident. The customer agreed to contact the roadside assistance service for the recovery of the vehicle. The customer prefers a garage near his home for the recovery of the vehicle.\",\n                            \"contact_reason\": \"Car accident\"\n                        },\n                        \"type\": \"contact-reason-classification\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"74f81615-5201-468a-98ae-fec2a8ece953"}],"id":"f4687463-f32b-4079-98df-f425b38021ad","_postman_id":"f4687463-f32b-4079-98df-f425b38021ad","description":""}],"id":"5a8688e7-616b-484f-8f7a-0444cc3a50a5","_postman_id":"5a8688e7-616b-484f-8f7a-0444cc3a50a5","description":""},{"name":"Extract call actions","item":[{"name":"Extract call actions from previously transcribed audio","item":[{"name":"Extract call actions from previously transcribed audio","id":"d41d715f-cc81-48fd-a5e0-42d57f7b9a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"actions-extraction\",\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-actions-extraction\">WebHook callback reception on successful call actions extraction</h5>\n<p>Extract call actions from previously transcribed audio, and receive a webhook callback (POST request) on successful call actions extraction, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call actions extraction, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fadecb42-9560-4b22-a263-87a407201e3d","name":"Extract call actions from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"actions-extraction\",\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"fr\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\n}"}],"_postman_id":"d41d715f-cc81-48fd-a5e0-42d57f7b9a20"},{"name":"Get call actions extraction status/result","id":"924f930f-5cd5-4b49-bfe9-1020eed0551e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fe323dfb-8edf-44ab-8877-752978531320","name":"Get call actions extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"2dbe020c-b816-4de9-8614-532d7443507e\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"08f76f7c-afe5-4bf8-962c-4c7b4330cd6a\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"09135b8b-5bee-4937-bde0-a0aac20a8822\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"09b0e11f-9ed8-4e42-a0bf-7dd672698a88\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"150d94f8-7aa6-4739-b59d-5936540bfcd0\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"156b1d54-b666-4dbb-8215-64234f280beb\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"170cc18c-7164-4000-b3de-f0f99dcb73ad\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"1897d839-12a7-45b9-abaa-ee90e9ebf668\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"22021e29-7130-481f-8dd5-5b07fa32d4d6\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"23547d9d-898d-42ca-b9f2-c05c52793f33\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"23c76654-7a62-433d-a1d2-244e08c70559\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"242b4eba-4f22-4fd7-baa3-861105195e6a\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"2affb317-b4a9-447b-a349-dc4b24ecc5a4\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"2b985d7d-f74e-40a6-a0d2-28a18fa25841\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"2d79be82-95f2-4bb2-8c5e-cd47bc731603\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"34f98a20-62a1-433d-a5bf-71f1e6ac5680\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"48934e67-f2fa-46ab-b195-229d8d074107\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"50c3d05a-3aec-4635-b976-238fd5ba0f00\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"54ce6d72-ccee-49ca-b70b-d0672cf02289\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"5b153bfd-bec3-4d1c-83b1-c08a66d1955b\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"5cf9bbd1-ecfd-434d-9516-4fae542c04f0\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"6029bc6c-cda0-4011-ad16-a08f73a4993d\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"63d6ddc3-75c7-4f0c-a0ca-2beb2b65e655\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"672957c5-6528-4706-974d-b5230501913d\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"6dad6add-db33-4efe-865f-6e8e94471f60\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"6f00746f-c224-4f2c-839b-748266feaa95\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"6f90ff6e-9ae4-4be1-968f-7a4554825661\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"713ae663-94ef-45f4-b109-638c9c665a7a\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"794094a0-e135-465b-9feb-e386e9c98d8a\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"7d2fba3e-812f-4607-ac58-0f2e76f7b31c\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"852120ec-b924-4815-971b-52d5b06da87b\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"89f2e6d5-7352-48f7-8d6a-67896200d816\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"8a745456-6cff-4d87-827f-8c703ff6a640\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"8ddc580e-281c-4973-b849-dd1eed9d3df5\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"90ad5f9a-8653-49ae-99dd-07672a9b55bf\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"96a0f518-e3f6-4975-9978-9430f6909f5c\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"97b11fb8-867f-43bb-9244-2562f7779a38\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"9e2158fc-5e15-44cc-9fd4-6ebc9a009dca\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"a98213f6-247d-46fa-b83f-967620977382\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"af98362e-e5f7-4282-9042-e09bc6eba50d\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"b1e7e123-808e-46e3-b397-4452d949aeb8\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"b22f7b6e-e65a-4dd6-82a6-670460d58e42\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"b24a7de0-f997-4148-a81b-d042bb92589c\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"b4cfceca-48b8-4ca1-9fda-75c3cd1858a2\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"c831db7a-4c77-4ee4-adad-87573fe5a981\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"ce2d1f22-b57e-4a96-80e0-242ca5fa2f1a\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"ce7c69d0-9330-4bd4-9a14-d422a77469e0\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"d5aac36f-5267-4c7e-9642-8f9ff35f942c\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"d6c6dd4a-e2c1-4076-a5c9-9bd42127c90d\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"dbc9bc18-9195-4395-a80f-cebfc9716c27\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"df0e2fdb-022c-40e4-aa4b-e8ef38cc6ecd\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"e94aff1a-fbdf-4557-95e6-5fa354d32b69\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"f32fd914-eb96-4c43-8123-efbebace4077\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"faa2bfa3-bc93-42a1-bb17-dcd778a98a5f\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"040d130e-d7f9-4f46-a99b-08bfa16dff08\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"07df567a-8a84-4fce-8a4a-ef71005d611c\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"0add7a94-abc1-4243-a7a3-e0baad99e255\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"0f28c02b-a9b2-49e7-ace1-8b910d1ad18a\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"0f4d3d11-55f2-444a-bc3b-3061a2f9ae86\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"11328d8d-7e75-492d-8250-0858f1ad92be\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"1591a45c-9085-49bd-95e3-0a4f1c332aaf\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"19575f22-7337-4a52-9b40-b50e57605b66\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"25a3c453-8248-446d-905e-4d2f77cba2a3\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"26e0a251-c5bb-49c5-a6ae-0c1c217f249d\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"2a0fd4a3-96ea-443f-bca4-a198787fa546\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"2bcc3fb2-e46f-4522-8804-2aeb806607b1\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"31e07e11-cb41-4bf9-aaf8-e05d0e7f3d87\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"3418eee1-78df-4be4-aba8-33903e798e2c\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"37d950e5-9f43-41b2-a8bd-642cca222d79\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"3a4d4d4f-feea-4671-897e-65a95065bf58\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"3a9d894f-51d2-43b2-bc87-f4d7dad666ae\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"3ebf2443-a107-488d-9355-8fd2b41a8dcb\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"5022a4a5-8e5d-4ad0-aaa8-dc3551e14037\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"56a5db5c-053a-47bf-8eea-f6585c676db1\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"667cf60c-0be6-487b-93c1-f7aa7856023c\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"69853c4b-66f6-4c17-b2dc-f01d75d0b8ee\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"6ba097dd-4604-40fd-8e9b-1b35a512411f\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"782354c1-633f-4892-9811-c3ce0e965c66\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"7f97b4ba-82ed-4247-8cc8-bd0bc8a06565\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"85215cc7-54cf-48a3-b2f4-d4c67661b3c8\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"8533aede-694c-4deb-8a5a-8dc151d9dd66\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"8cd0e9a2-3dc7-4fc5-966a-90ed0211c4e2\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"8d30f64f-9742-4cdf-845e-d959cb22c6a6\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"90622bff-d4a3-4ab3-af22-719b0e1f9aef\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"92fbc4b9-29b6-4e35-90b4-1bcd2be053cc\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"93e5d0f9-1355-46b3-af55-1d924a99a85e\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"94b5ec6c-e3eb-4568-b427-334e69b74478\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"9de4bf69-a941-4a5b-a5cc-c668f0c431f8\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"b03278de-4b00-4f33-a6b3-b30f63108e75\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"bd91ce71-c96d-4721-ac2b-20de3b5393a3\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"cd2e70bd-6f21-401e-bc22-62761e111b5c\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"cf8e9efa-1fc5-442f-af35-035beaa46e5a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"d1422509-9e71-4698-89a7-f694c69d7b5b\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"d227d449-46c2-4e1e-9d19-71e294f22f1f\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"d2a89015-2feb-43e6-91e3-7517351ddf71\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"d71f179d-71b4-4406-a3c6-e89cd195b9d1\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"e1389771-e662-45f8-9f23-d3896abde84f\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"e723538e-99f3-4505-b112-ff022e19d413\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"e9cc8014-e58b-4bb2-9fc2-283fbff0406f\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f3146f9c-f03d-41d7-927f-2b245dd82163\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f342d410-1862-4b6d-9fd5-6a6e52cfd66d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f3514919-3288-4131-bcf3-e2925181ebd9\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f458e126-1c41-4c81-a15e-6f20b677070d\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f5cc245d-b0e7-4f77-ad70-503e9169e8a0\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"fab59683-46f8-4587-b73b-b269f151b2ab\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"fbc08206-e73b-4ac5-a6bc-e2d9890f468d\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"2ca8e294-a448-4cad-8553-c9de5957a5bb\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"411dc52b-7ff5-4440-914b-aa5da62a571d\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"88282fac-25b5-4913-8ef4-06e8bca331c3\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"a1369636-90c2-43f7-8e68-e1900afd3ac1\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"b1be4ff1-b96c-466e-aa33-116ac7396430\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"bfe35035-e99e-4639-b3d3-626cf8caf4f2\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"d9d17f7b-5fd1-4b77-9865-939e747b6c61\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"f9eb460a-d934-4eb2-97fb-7d0b2bac7de3\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"2509b939-6f75-4276-ac0f-4d9d823db53b\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"267bc8e3-9a39-4194-8730-e919abde172d\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"377d08bd-b6e1-4d73-9d62-bd85a2e08660\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"3c942f29-1734-47b0-bfdc-852f4b8ea163\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"40285a91-591f-46e2-98cc-a64fd4fa5dee\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"41ff4f47-06a2-49e9-916c-5991fcb7767b\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"5a7f358f-e10e-4ed5-84ff-5b69adce03df\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"71dd61b7-262e-4677-9ea7-5675ea3bf8b2\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"7329befe-c986-4757-a732-eb9d15ec2052\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"78308574-ace3-434a-9c28-482c4e8170b7\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"86c08b15-0ff1-40ca-bd22-31236964cf1f\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"b01f63f4-f205-4d2c-9c03-c53baf8df116\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"cc2d4750-d6a1-4c2f-af0c-35d9e05cf22c\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"dae7214f-4229-420f-a542-cc102e99af37\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"ecfbe323-a890-4119-9132-89cea8972f60\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"f0404ef2-5c52-41fd-8295-f393c22f76ee\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"f638125f-0c39-471d-9298-df5c8d89cff2\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"04946765-50f2-47f1-917f-869e6b56ba84\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            },\n                            {\n                                \"id\": \"1a31204a-31af-4043-a643-689fa3b218bc\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            },\n                            {\n                                \"id\": \"957fa798-2110-4d66-8dfb-ac783d56b91a\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            },\n                            {\n                                \"id\": \"9a579822-0082-4069-a643-56e638b48dc2\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            },\n                            {\n                                \"id\": \"ae66e1df-eb56-4470-840a-ebcefa13e96f\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00499b86-e3c8-4038-b148-f38d7623955f\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"008bcf3e-bdc9-4ea5-b740-7e6e26513590\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"0a403179-7855-421e-948e-c9a5caabb160\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"1315703f-bdef-4189-a171-18b4380ab75d\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"149038ac-6385-4c29-9f92-853cfe0c4e56\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"150e6d6a-a086-4b82-931e-3669c91f3196\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"156d604c-382d-4ad1-8785-31d1561ba982\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"197f0aae-0e2c-4b8e-8411-bfae9da976d2\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"239e6770-dfe3-40c2-ae71-1000ae61c447\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"28693626-c390-4d93-a76e-fbefbea7ea5e\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"2e7bc008-3445-4fc6-977b-c79ec65d02da\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"3231d9d6-2202-4bfc-8f6d-d5943c28ce36\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"333dff36-9af9-47c0-b3fd-124280addb48\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"3502ca7a-f557-4c7c-a955-36b2fc6b95ca\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"38194350-d876-4876-8e92-271c647ba1b2\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"3b7c83d6-8e58-46b0-9d6f-66ef411dfec7\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"4361c5ee-3914-48f8-83f4-7d83c3cae0c3\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"4761d0bd-5238-4ea5-b32b-624cb3e39240\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"47f82376-8753-4473-a287-03b6ee3ebab1\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"48ce804e-2634-4d13-866b-ee5d29ad8bc8\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"4aad14c6-47b2-40bc-b838-1990c15e3c2c\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"4d48f1d5-c980-4f4b-a299-31491035c0ba\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"511495ce-8240-43de-aabb-2b7ae88bbd18\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"5470957c-6f58-41d4-b09c-fbb61dd09591\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"55ae11ec-1354-4190-87a8-c8f29e2a585f\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"5a6d7df6-ed51-4df9-8332-c9be89a06c6a\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"60dfd499-9a88-4c54-84d6-5eaa8b71e459\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"68bf1e9e-ecb4-46e1-bc58-6d98931b945b\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"6b0bb11b-776e-4eb0-97e0-8c6a87ccab02\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"80288950-d546-467c-8969-26f7c875085b\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"857d5f31-3bcf-4d45-a241-aff9afb82f5d\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"863b6cc1-a99d-41ca-8663-d8151d517191\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"8c520ead-9c53-45ba-811f-d013d06640bb\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"90dec66a-0d7d-45aa-92bb-1509571f88fb\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"9564c8a6-91b1-4170-9cc7-ae6dd5e1b7b5\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"95ef028b-1d1f-4973-b17a-ea7c50fd365b\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"9db24d9c-6ad7-44e6-85c2-a8c4c8e3979e\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"9e0b867d-6a46-4976-80fd-f01a77ffcfa7\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"a00060c6-6bc1-4030-847c-fdb2c0ced2a9\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"a00f991e-e106-4b8d-a608-d6ab9239b890\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"a96a2599-d6fa-48d3-8eb8-cbd66693faf2\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"a96bcecc-8363-441e-aba0-60a5ae75007b\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"aaeefa09-5572-4879-b749-29a96f1f6f70\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"b73113f3-10e3-4bd6-a30c-ece4567d9a21\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"bf67621c-4618-4d0d-9f30-a03be079a1bf\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"bf8af6c8-2348-42f2-b805-e397cdd0951d\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"cb711580-d19e-4f38-9d39-4affd8d72adc\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"e34183c3-4cad-4203-9f0a-86b8b196bea7\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"e82015a4-0028-4280-a84d-4e5095273cd3\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"eb9a3f15-bd51-4e5c-89f5-d7375649ba9f\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"ebc48ca4-03f3-4ee7-a368-5c95f8d4e6ec\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"f41df242-75bb-4679-8c07-f84f119c1883\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"f6702682-edf5-4797-b680-baeba4f2fbb5\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"f98baa79-ec93-4353-9291-afd317fe5c9c\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"f98ef362-02fe-4697-9eeb-45a8aecfc024\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"684b2844-9c93-42f7-8f60-a01d733d050e\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\n                            },\n                            {\n                                \"id\": \"b981783e-1cb1-400a-ad0f-5f72d2c87e9a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\n                            },\n                            {\n                                \"id\": \"c654446e-59ca-4852-8c95-dc1c27a5714b\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00faab52-836d-48df-9a8f-498dd890ad99\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"0e886d93-1e6f-42e1-8127-cda0ea9ac64a\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"12f044ea-6949-4a78-aaf7-a4e3861a3ad5\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"1b4ae540-959c-43fa-8b76-333c8ac2414c\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"1cd8921b-c8eb-4983-93c5-1eb9d919b204\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"2682aadd-597a-42ca-962e-5ccd8e680780\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"4106dee1-8991-41a8-8564-f2181df34bb3\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"549b46ec-e614-4e67-90ec-a9a5222ba4f0\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"563f1a45-1955-418e-8378-5377bdf25680\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"64878f60-5c3b-4009-8788-74a16f5fac82\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"6813a0a5-5343-4d62-bf51-96b8838ddafd\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"685a94f8-1ced-4f80-b70f-36b65492528d\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"7329c2db-3d75-495f-b70b-40e5d16d05b7\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"7c22843b-7306-4bbc-bbc9-af54fa19d64b\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"7e5739ee-c60e-4d38-87bb-16d881a76276\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"864ff915-02ba-4295-a55e-59410502b52f\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"8ca2f227-2868-44a1-9ba0-f0464dfe54ca\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"8d9bc400-6423-483b-8314-79294798dffa\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"9c04a9bc-90a4-4bfa-9a93-022ee0525c1f\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"acef2a0b-265d-465c-8cfb-9f1a4278ee02\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"b2e91b07-dc5f-4d8d-bac3-c0b9be2400bf\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"c6b1fcdd-54e4-49ed-9054-0222de7bf921\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"cdaaf5c6-25b8-4617-b999-2ba7e9f5c3e1\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"d3975a14-2a1d-4d3a-9099-127b9c1aa792\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"da3515b3-1360-4320-8f79-661ba381ebd1\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"e43211a3-a944-49e2-a821-b2ca6c524045\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"e4730714-0407-4630-8cbd-7e7758d47050\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"ebfe3c0f-609e-497a-90a2-c53085b8bd2a\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"f3cecefa-746c-43c7-a25d-937008ac1254\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"f7d4f4c2-e92c-42c5-a939-24f40d94cf75\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"f8bb06f2-d572-419b-9f1b-afad45cb3c8e\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0260e67c-15f6-4e4c-9fc0-79a3f42588ef\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"089f9ed1-a0b0-4d04-bec0-4a89e8d61f81\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"0a036209-00fa-402d-b32a-ab4ffcff394c\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"2331a040-ba29-4ad2-8d50-192227d9d436\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"2ade4c63-838b-46b7-9c37-cc663ec97157\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"2d4fca4e-859f-4352-a6a2-2f3cb227ab9c\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"31c84fb8-e24a-4bab-9540-4a4e6070d07b\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"32cfc9e6-d09a-4d0d-8354-f96b6fc83b62\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"34e1a4c6-f2e1-434f-8830-513f3f3a35e2\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"3612a25a-943c-4cf6-be82-dd4c5bb6ab93\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"38fa0f81-5866-4af9-a766-beb11aa90575\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"3a652265-9f1f-424a-b4fa-dde6eb7f1bc2\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"3b39d145-17a3-47bd-b355-11666c11efed\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"3c5e7fa7-8a2d-468d-a515-fc82c9a013b1\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"5f31e7ee-1aa9-43ba-9bfa-88a1c8735f36\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"68d00fa0-ccc0-464d-aa0e-c8f70bc4de1d\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"71d685e7-945b-49b6-8d09-a96d76dfd18b\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"75bebfaa-5d12-4f12-855d-03607a0cbd76\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"771127cc-f86a-4a3d-9db2-93b2aafee2a8\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"89e296a5-f1ef-4855-bdb1-c32cdcf71e4d\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"89e973e6-8b66-4770-8426-b69abfcbad99\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"93865136-d2f9-4adf-8d2a-7ef0c2fd8e80\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"9c9d5896-11d7-4c02-852f-a26e22dc3b88\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"ae827999-ebb0-40ec-b4c2-e98cbb3a6ad8\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"b5bd6457-8399-4f56-b3dc-5e63a0be3abd\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"bfe6dd6d-d5e5-44c9-bea3-faa63667fd3b\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"c3a28aa8-000d-4160-ace1-e54b5fe359cf\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"c5b9e5e4-62c1-466d-ba69-01d106c57a92\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"ced3da02-6c4e-413b-8400-6486e6178819\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"d2f13db2-709d-4421-b1c6-6988015dba5b\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"d7db12ff-3477-43e6-ba80-d7238563cf53\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"dcca49f3-00ac-4df1-aff7-4deefe86ab92\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"e7a43d1d-e4bd-47f1-b8e0-5dc505baf277\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"e9bbd65e-d73d-494b-82cd-1172f3957d5a\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"f4d35d44-548b-4627-b6d7-a1bfae68b304\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"f83a0b30-b253-4dad-aa3d-847550d85c56\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"fabe4f3f-86a4-4dad-9506-1ccd6a546662\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"afc749cb-8644-4007-b616-f49341fe71fa\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"be623e15-abb5-4926-a1f2-391506ed5541\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"afc749cb-8644-4007-b616-f49341fe71fa\"\n                            },\n                            {\n                                \"id\": \"e20394fa-f243-4fbb-b76c-d64e7ad9a614\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"afc749cb-8644-4007-b616-f49341fe71fa\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"013e8f62-f527-4378-9118-339f27ba4840\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"095cfb6a-b1e3-4634-87d7-56c20eed9cae\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"0ce513fd-b325-4065-b7f5-8c8a1f75c3db\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"1b805d82-2881-4fca-99fd-8ee726d74ad0\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"1c2aaf63-4ad2-4338-8395-4d38bb6d58de\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"21a143f7-9dc3-466b-b210-50eb70483822\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"29cd9a35-ff49-4b51-b163-8f25beba6a33\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"2c7910b1-21c4-4017-a4ef-d6db04f28caf\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"2e3c0318-d03d-4269-b92a-fc6af7bd2af1\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"2e64a9fa-e50d-401d-a00e-dc05d0f8f492\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"4d1870b8-4072-49e7-bd33-aa0c784147f7\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"4d66acac-f4a9-401b-821e-65b69e78c3ba\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"56547fc4-7933-48f1-a98e-c53c30088bc0\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"57ed46c0-5e8c-49a1-85e3-7c3d0ebb1552\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"58c9b83f-2938-42f6-aec6-48c592ea27f3\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"74e7e4bb-eb91-4bb0-aea9-2c65bfaaaf87\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"7976183f-e08a-4acc-aa6e-7de456119f6c\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"79ef4976-b4b5-4645-86ac-913b2150b806\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"7c91c5a2-d463-4821-9947-43f79fd7bfd7\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"826d7979-3dbc-4237-a980-f77b68559ceb\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"82b22638-8cb2-4a32-b7bd-5bc0e925f73e\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"84fa0dbe-c112-40df-bc59-bb9004b39fe7\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"93ec41b1-7c01-41a1-84d9-226e544c5745\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"9700377b-472b-4e1d-9cf5-b3bbc96e3819\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"b5f5936c-6413-47de-ae2b-3421a15d05f2\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"b760b3e6-399f-4395-89fe-956558523984\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"c2ef586d-b796-438b-ad1d-7acefe295a59\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"cd7d6723-2fdf-4bc8-ae46-6e2f14fafc6c\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"ced0cac9-8a52-43f7-8d88-de78699c847a\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"e9ce7e95-8f5b-4cba-9810-7a61ccdf019b\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"ed2dca46-396c-4e21-b9e6-0ffa9da40a55\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"ed3686cb-23f7-4d60-be20-479740817645\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"fa902bd3-5d8a-42fa-8532-35fa734b0457\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"fd796f9a-2632-4a85-881e-d66e41b89cde\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"fdc8f99a-aa4a-4b99-a8ad-b36da656b7a6\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"107e2f55-9fac-4880-8d49-fcc3a2b5ec4f\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"1bfe82bb-a55e-4cc9-a064-5974c4853933\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"28fa69af-bc4c-481d-9401-d810b22fea74\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"308b1df6-06e3-4480-9617-8acc30e5e719\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"3349035c-18c5-4c29-8b48-165cf68a2657\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"364e800e-d0c2-444e-b021-6a78d159cc37\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"46bfa57c-29af-487e-9b09-3e84d90b2089\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"4b5600b0-bc92-453a-b74a-54cee1ac261d\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"4bc172fb-f832-4697-bbc9-9d2891748271\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"5c15e550-6a98-43fc-b414-df9b9f127ae3\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"5dc2e18c-d012-4933-bf99-1d8f2cd0631b\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"95473dd4-dad4-4a7f-8390-24e46180b868\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"9be3c177-dd96-410b-bf59-15af3863186e\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"9c7e3ff5-62e4-47fc-9826-dfeaa7229a29\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"aa2a63fc-2785-4932-a71d-22ab4106cbbc\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"af0f9149-3bf2-4b21-bb42-0c11c88ff7c2\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"be8b9789-66c2-4c10-b288-2bc8cf8ca3d5\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"d0a3d342-48df-43d3-b1ce-263e57b62c10\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"d1dc37ab-2f38-4981-908b-686e109152a4\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"d3f92054-3acd-46ad-8ad3-d0731f05e782\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"dc9ba997-ddaa-4b26-8828-395ad3878b21\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"eaee6457-b070-4a11-af32-04937cf4a277\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1df48a9d-5743-4367-a1a6-0b4c6982590e\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"34bbafc7-4bfe-4e46-ba89-90da50dc4305\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"3dc4c79b-b649-48e9-a640-ae3d5f53b829\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"42a4525b-98cd-40ee-a102-4963a1c6c6be\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"436e8173-7902-409c-97a5-a787ba142914\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"774f58a6-3b4a-4d03-b612-7fb6556515d3\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"78a8902e-6744-458b-9d69-ed538d6d8584\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"869db045-5e74-4317-9c2a-c879d9a9b16a\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"8befff3f-e10a-43c6-b112-11bdd6504ee5\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"9b074db5-7a66-4a51-8c1c-645dfade8481\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"9d42eb57-f7c1-4e7b-b7be-ece172b30f47\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"c0b06374-8694-4f8f-851d-bdef815bb3dd\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"d1a1822a-1311-404a-b94a-10c265c9db3d\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"d73f95bf-0c89-4086-9235-9f5e66edf442\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"ea5bd3f9-0bd2-4b6f-9554-436d04aa3077\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"f315d818-d37a-49b1-8733-cc98138c39a3\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"fa0ccf6b-404a-4f1b-afcd-2435249d7561\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01ad8ab6-b77f-4f33-81c1-1d96ee6b4bc3\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"129c3460-a9c6-422d-a5ce-2e6de5407a55\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"34a14004-e55a-4d88-8fea-15802fce3339\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"41f9ce7e-975d-40ea-9a31-ff23bdada2b6\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"4b730633-b0ea-4136-9b99-f80e2aeb8a2f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"4d26fc5d-44ec-45e4-8d9f-7d7b40f866af\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"56e0ddd9-c538-4378-be93-c68f9cf13b36\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"674f4b5b-6424-4730-a5a3-823293d06bcd\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"730687a7-185b-47aa-91c3-0b78462a2f95\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"7771eb93-a6f3-49a4-989f-eb37824773c1\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"870bd466-1ae9-4da8-a8c7-0257cd6b0e5f\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"8e18cfe8-cb3c-4387-9c2f-417868284877\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"928c1968-7b14-4dc0-b0eb-f5409d25585a\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"9517b6d6-f3ea-4c5a-995f-d812d34cdfb7\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"a57e9416-a30a-4981-aa26-be7c268b07f7\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"afe9bac5-c453-423f-a843-1368bf8de7ac\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"baadddc7-313d-43ab-bb30-5cfa9c2ba40c\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"bcd5c918-e1d6-4274-9965-6379ca6b512d\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"c03ede91-5d12-4e70-b88a-3c516d44bca2\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"c3f16ac5-6379-46ef-b7d7-fa0b0d6af5d9\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"d438e884-debb-4b38-918c-cd71a57ab89c\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"d491f672-df09-472e-85bb-346f511d0705\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"d9ed25fc-1362-42c0-a092-8b85ac568d5c\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"f0c98011-d792-41ae-878b-f0f14afc0092\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"f9a6b74d-1c3a-49e9-949f-1820618d4082\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"ff7cf892-31be-482e-8c6b-72f593882eb1\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"011e269a-0838-4175-9ebc-5bfb278424b1\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"01dbda24-2d8a-4273-b811-8b7ab78b58ec\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"15196c21-a557-4e56-ae8b-d63b991558f2\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"1930e180-6c76-40c0-889b-37cc7b1be080\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"266dc4f5-6a36-46df-b4f1-484a66c1a0d8\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"2748c094-b53c-494e-a650-e106a8390f33\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"3500bdd8-5375-4796-95ac-615dd3e1aa62\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"3fda33ea-18de-4c19-bb3f-0bd911fb18ba\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"45021def-e8e2-4283-ac57-e0784c88a00d\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"46051971-eca3-473b-9469-b61df08ebfc1\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"48bc5218-be7b-4980-8001-dbd164e5d8f8\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"56243e89-ca10-450c-bac4-8fc635d63e72\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"60e10cfd-1a4f-4d50-afce-2d9e244fb0f9\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"66bc1f96-b9fe-478d-b3eb-8f40c52a6911\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"72446a4c-51be-4b0f-936c-3e43e43ada93\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"7c138ee1-2bc6-409c-8c7c-af5b387ab54f\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"7ef99346-acb4-4d18-951a-d3c9077a3bf9\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"801c1dde-a964-48c0-bbe7-50b672644130\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"82997d10-577a-442a-9486-b78dbe1a6a7b\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"83893988-d37c-448a-8931-eb8ea08130f7\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"85521332-bc58-44af-b01f-f36359ce0876\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"8b5490b1-3d93-437a-9575-c2266cf5e1e8\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"8be0759f-2640-43c2-a1b8-5fd8876d5aa3\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"8bfcb2d6-8b59-473d-a961-33b0e56b22ec\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"91737a01-d357-4684-b0ce-8b77a0e730bf\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"94816740-7765-4d94-b282-d76151ab666d\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"9621e4fa-341f-45b9-8642-149b1e8e4356\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"99b6b79d-99cd-4fed-a0eb-c8aff0dabae1\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"9a34738a-e1b2-4079-ad05-a5ef0a18d4f6\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"9c0b6b65-adae-4f96-98bc-ef76a11fa7cf\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"a02c9463-fb43-4c1d-9c0e-771e9268ec01\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"a3b5edbe-d0b5-478b-8e0c-17416907d2cb\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"a948a2b1-7089-4d60-bb48-a49af5cfd87e\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"a9647455-2972-489c-9a56-2541af18de23\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"ae9be7f6-1fa7-4a98-8dea-5875bc88c0f9\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"b011aa42-496c-47bd-aa98-6c7757d7eb2e\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"b6e5507e-37ff-4666-ba93-e788341be380\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"d038f695-fa78-46f1-8da4-f2eb79f636af\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"d74b4b96-7242-4a9f-99fb-8363d9c7ff55\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"dbf6a869-9a52-4914-a070-9c5da471a37a\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"dc19b9fa-3f6d-4899-b673-5ea7321a9790\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"df931930-ac08-4c29-9187-357baa1a7844\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"e1d0418b-1755-47f8-bdfb-fb884c91fd1e\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"e95b6152-4eb1-4184-889e-384bdd4b7970\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"e9d6c66c-b807-4718-9028-2d3deb9170cf\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"04168d2e-ccc9-47bf-9aec-d2c145210f02\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\n                            },\n                            {\n                                \"id\": \"59ff2230-5665-46cf-9f09-909b4f4842d3\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\n                            },\n                            {\n                                \"id\": \"71f5fa24-063a-43ac-856d-006a2f6559d0\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"actions\": [\n                    {\n                        \"id\": \"bbb2c683-e729-4e74-9682-610dda936a31\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour accéder aux informations sur le compte et vérifier s'il y a des problèmes techniques connus affectant la connexion internet du client.\",\n                                \"steps\": [\n                                    \"L'agent demande les coordonnées de la box internet et le numéro de compte du client\",\n                                    \"Le client fournit ces informations, permettant à l'agent d'accéder au compte et de vérifier son statut\"\n                                ],\n                                \"title\": \"Vérification de l'état du compte client\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour comprendre la nature du problème et identifier les étapes à suivre pour le résoudre.\",\n                                \"steps\": [\n                                    \"L'agent demande au client de décrire en détail le problème de connexion\",\n                                    \"Le client explique que la connexion a été interrompue soudainement et ne peut être rétablie malgré plusieurs redémarrages\"\n                                ],\n                                \"title\": \"Obtention des détails du problème\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour identifier et résoudre les problèmes techniques sous-jacents affectant la connexion internet du client.\",\n                                \"steps\": [\n                                    \"L'agent vérifie l'état de la connexion depuis le système\",\n                                    \"Le système indique un problème technique avec la connexion\"\n                                ],\n                                \"title\": \"Vérification de l'état technique de la connexion\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour signaler le problème technique et assurer un suivi.\",\n                                \"steps\": [\n                                    \"L'agent crée un ticket pour l'équipe technique concernant le problème\"\n                                ],\n                                \"title\": \"Création d'un ticket pour l'équipe technique\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Pour résoudre les problèmes potentiels liés à une défaillance logicielle ou matérielle temporaire.\",\n                                \"steps\": [\n                                    \"L'agent demande au client de redémarrer la box internet\",\n                                    \"Le client redémarre la box internet\"\n                                ],\n                                \"title\": \"Redémarrage de la box internet\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour fournir une solution temporaire au client et lui permettre de continuer à accéder à internet pendant la résolution du problème.\",\n                                \"steps\": [\n                                    \"L'agent propose une extension de data mobile pour pallier à la panne internet\"\n                                ],\n                                \"title\": \"Proposition d'une extension de data mobile\",\n                                \"completed\": false\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"924f930f-5cd5-4b49-bfe9-1020eed0551e"}],"id":"6f365e75-e424-45db-913b-5a927961269a","_postman_id":"6f365e75-e424-45db-913b-5a927961269a","description":""},{"name":"Transcribe audio and Extract call actions","item":[{"name":"Transcribe stereo phone call and Extract call actions","id":"0f5cc33d-4103-4aa9-916f-c6ff0a638697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"actions-extraction","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and extract the call actions and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a1ad662a-69e7-4c5d-99e5-35a95243ccf1","name":"Transcribe stereo phone call and Extract call actions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"actions-extraction","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"0f5cc33d-4103-4aa9-916f-c6ff0a638697"},{"name":"Get transcription and call actions extraction status/result","id":"b351af04-3b29-4cc6-9e63-8a5beb65769d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b5e0cb67-a5e1-4715-8f4f-5b2214f62af5","name":"Get transcription and call actions extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"2dbe020c-b816-4de9-8614-532d7443507e\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"08f76f7c-afe5-4bf8-962c-4c7b4330cd6a\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"09135b8b-5bee-4937-bde0-a0aac20a8822\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"09b0e11f-9ed8-4e42-a0bf-7dd672698a88\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"150d94f8-7aa6-4739-b59d-5936540bfcd0\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"156b1d54-b666-4dbb-8215-64234f280beb\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"170cc18c-7164-4000-b3de-f0f99dcb73ad\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"1897d839-12a7-45b9-abaa-ee90e9ebf668\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"22021e29-7130-481f-8dd5-5b07fa32d4d6\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"23547d9d-898d-42ca-b9f2-c05c52793f33\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"23c76654-7a62-433d-a1d2-244e08c70559\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"242b4eba-4f22-4fd7-baa3-861105195e6a\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"2affb317-b4a9-447b-a349-dc4b24ecc5a4\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"2b985d7d-f74e-40a6-a0d2-28a18fa25841\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"2d79be82-95f2-4bb2-8c5e-cd47bc731603\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"34f98a20-62a1-433d-a5bf-71f1e6ac5680\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"48934e67-f2fa-46ab-b195-229d8d074107\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"50c3d05a-3aec-4635-b976-238fd5ba0f00\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"54ce6d72-ccee-49ca-b70b-d0672cf02289\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"5b153bfd-bec3-4d1c-83b1-c08a66d1955b\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"5cf9bbd1-ecfd-434d-9516-4fae542c04f0\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"6029bc6c-cda0-4011-ad16-a08f73a4993d\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"63d6ddc3-75c7-4f0c-a0ca-2beb2b65e655\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"672957c5-6528-4706-974d-b5230501913d\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"6dad6add-db33-4efe-865f-6e8e94471f60\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"6f00746f-c224-4f2c-839b-748266feaa95\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"6f90ff6e-9ae4-4be1-968f-7a4554825661\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"713ae663-94ef-45f4-b109-638c9c665a7a\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"794094a0-e135-465b-9feb-e386e9c98d8a\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"7d2fba3e-812f-4607-ac58-0f2e76f7b31c\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"852120ec-b924-4815-971b-52d5b06da87b\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"89f2e6d5-7352-48f7-8d6a-67896200d816\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"8a745456-6cff-4d87-827f-8c703ff6a640\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"8ddc580e-281c-4973-b849-dd1eed9d3df5\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"90ad5f9a-8653-49ae-99dd-07672a9b55bf\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"96a0f518-e3f6-4975-9978-9430f6909f5c\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"97b11fb8-867f-43bb-9244-2562f7779a38\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"9e2158fc-5e15-44cc-9fd4-6ebc9a009dca\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"a98213f6-247d-46fa-b83f-967620977382\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"af98362e-e5f7-4282-9042-e09bc6eba50d\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"b1e7e123-808e-46e3-b397-4452d949aeb8\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"b22f7b6e-e65a-4dd6-82a6-670460d58e42\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"b24a7de0-f997-4148-a81b-d042bb92589c\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"b4cfceca-48b8-4ca1-9fda-75c3cd1858a2\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"c831db7a-4c77-4ee4-adad-87573fe5a981\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"ce2d1f22-b57e-4a96-80e0-242ca5fa2f1a\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"ce7c69d0-9330-4bd4-9a14-d422a77469e0\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"d5aac36f-5267-4c7e-9642-8f9ff35f942c\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"d6c6dd4a-e2c1-4076-a5c9-9bd42127c90d\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"dbc9bc18-9195-4395-a80f-cebfc9716c27\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"df0e2fdb-022c-40e4-aa4b-e8ef38cc6ecd\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"e94aff1a-fbdf-4557-95e6-5fa354d32b69\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"f32fd914-eb96-4c43-8123-efbebace4077\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            },\n                            {\n                                \"id\": \"faa2bfa3-bc93-42a1-bb17-dcd778a98a5f\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"040d130e-d7f9-4f46-a99b-08bfa16dff08\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"07df567a-8a84-4fce-8a4a-ef71005d611c\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"0add7a94-abc1-4243-a7a3-e0baad99e255\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"0f28c02b-a9b2-49e7-ace1-8b910d1ad18a\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"0f4d3d11-55f2-444a-bc3b-3061a2f9ae86\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"11328d8d-7e75-492d-8250-0858f1ad92be\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"1591a45c-9085-49bd-95e3-0a4f1c332aaf\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"19575f22-7337-4a52-9b40-b50e57605b66\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"25a3c453-8248-446d-905e-4d2f77cba2a3\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"26e0a251-c5bb-49c5-a6ae-0c1c217f249d\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"2a0fd4a3-96ea-443f-bca4-a198787fa546\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"2bcc3fb2-e46f-4522-8804-2aeb806607b1\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"31e07e11-cb41-4bf9-aaf8-e05d0e7f3d87\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"3418eee1-78df-4be4-aba8-33903e798e2c\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"37d950e5-9f43-41b2-a8bd-642cca222d79\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"3a4d4d4f-feea-4671-897e-65a95065bf58\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"3a9d894f-51d2-43b2-bc87-f4d7dad666ae\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"3ebf2443-a107-488d-9355-8fd2b41a8dcb\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"5022a4a5-8e5d-4ad0-aaa8-dc3551e14037\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"56a5db5c-053a-47bf-8eea-f6585c676db1\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"667cf60c-0be6-487b-93c1-f7aa7856023c\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"69853c4b-66f6-4c17-b2dc-f01d75d0b8ee\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"6ba097dd-4604-40fd-8e9b-1b35a512411f\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"782354c1-633f-4892-9811-c3ce0e965c66\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"7f97b4ba-82ed-4247-8cc8-bd0bc8a06565\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"85215cc7-54cf-48a3-b2f4-d4c67661b3c8\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"8533aede-694c-4deb-8a5a-8dc151d9dd66\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"8cd0e9a2-3dc7-4fc5-966a-90ed0211c4e2\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"8d30f64f-9742-4cdf-845e-d959cb22c6a6\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"90622bff-d4a3-4ab3-af22-719b0e1f9aef\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"92fbc4b9-29b6-4e35-90b4-1bcd2be053cc\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"93e5d0f9-1355-46b3-af55-1d924a99a85e\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"94b5ec6c-e3eb-4568-b427-334e69b74478\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"9de4bf69-a941-4a5b-a5cc-c668f0c431f8\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"b03278de-4b00-4f33-a6b3-b30f63108e75\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"bd91ce71-c96d-4721-ac2b-20de3b5393a3\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"cd2e70bd-6f21-401e-bc22-62761e111b5c\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"cf8e9efa-1fc5-442f-af35-035beaa46e5a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"d1422509-9e71-4698-89a7-f694c69d7b5b\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"d227d449-46c2-4e1e-9d19-71e294f22f1f\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"d2a89015-2feb-43e6-91e3-7517351ddf71\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"d71f179d-71b4-4406-a3c6-e89cd195b9d1\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"e1389771-e662-45f8-9f23-d3896abde84f\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"e723538e-99f3-4505-b112-ff022e19d413\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"e9cc8014-e58b-4bb2-9fc2-283fbff0406f\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f3146f9c-f03d-41d7-927f-2b245dd82163\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f342d410-1862-4b6d-9fd5-6a6e52cfd66d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f3514919-3288-4131-bcf3-e2925181ebd9\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f458e126-1c41-4c81-a15e-6f20b677070d\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"f5cc245d-b0e7-4f77-ad70-503e9169e8a0\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"fab59683-46f8-4587-b73b-b269f151b2ab\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            },\n                            {\n                                \"id\": \"fbc08206-e73b-4ac5-a6bc-e2d9890f468d\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"2ca8e294-a448-4cad-8553-c9de5957a5bb\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"411dc52b-7ff5-4440-914b-aa5da62a571d\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"88282fac-25b5-4913-8ef4-06e8bca331c3\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"a1369636-90c2-43f7-8e68-e1900afd3ac1\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"b1be4ff1-b96c-466e-aa33-116ac7396430\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"bfe35035-e99e-4639-b3d3-626cf8caf4f2\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"d9d17f7b-5fd1-4b77-9865-939e747b6c61\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            },\n                            {\n                                \"id\": \"f9eb460a-d934-4eb2-97fb-7d0b2bac7de3\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"2509b939-6f75-4276-ac0f-4d9d823db53b\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"267bc8e3-9a39-4194-8730-e919abde172d\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"377d08bd-b6e1-4d73-9d62-bd85a2e08660\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"3c942f29-1734-47b0-bfdc-852f4b8ea163\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"40285a91-591f-46e2-98cc-a64fd4fa5dee\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"41ff4f47-06a2-49e9-916c-5991fcb7767b\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"5a7f358f-e10e-4ed5-84ff-5b69adce03df\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"71dd61b7-262e-4677-9ea7-5675ea3bf8b2\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"7329befe-c986-4757-a732-eb9d15ec2052\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"78308574-ace3-434a-9c28-482c4e8170b7\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"86c08b15-0ff1-40ca-bd22-31236964cf1f\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"b01f63f4-f205-4d2c-9c03-c53baf8df116\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"cc2d4750-d6a1-4c2f-af0c-35d9e05cf22c\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"dae7214f-4229-420f-a542-cc102e99af37\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"ecfbe323-a890-4119-9132-89cea8972f60\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"f0404ef2-5c52-41fd-8295-f393c22f76ee\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            },\n                            {\n                                \"id\": \"f638125f-0c39-471d-9298-df5c8d89cff2\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"04946765-50f2-47f1-917f-869e6b56ba84\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            },\n                            {\n                                \"id\": \"1a31204a-31af-4043-a643-689fa3b218bc\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            },\n                            {\n                                \"id\": \"957fa798-2110-4d66-8dfb-ac783d56b91a\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            },\n                            {\n                                \"id\": \"9a579822-0082-4069-a643-56e638b48dc2\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            },\n                            {\n                                \"id\": \"ae66e1df-eb56-4470-840a-ebcefa13e96f\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00499b86-e3c8-4038-b148-f38d7623955f\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"008bcf3e-bdc9-4ea5-b740-7e6e26513590\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"0a403179-7855-421e-948e-c9a5caabb160\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"1315703f-bdef-4189-a171-18b4380ab75d\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"149038ac-6385-4c29-9f92-853cfe0c4e56\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"150e6d6a-a086-4b82-931e-3669c91f3196\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"156d604c-382d-4ad1-8785-31d1561ba982\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"197f0aae-0e2c-4b8e-8411-bfae9da976d2\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"239e6770-dfe3-40c2-ae71-1000ae61c447\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"28693626-c390-4d93-a76e-fbefbea7ea5e\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"2e7bc008-3445-4fc6-977b-c79ec65d02da\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"3231d9d6-2202-4bfc-8f6d-d5943c28ce36\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"333dff36-9af9-47c0-b3fd-124280addb48\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"3502ca7a-f557-4c7c-a955-36b2fc6b95ca\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"38194350-d876-4876-8e92-271c647ba1b2\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"3b7c83d6-8e58-46b0-9d6f-66ef411dfec7\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"4361c5ee-3914-48f8-83f4-7d83c3cae0c3\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"4761d0bd-5238-4ea5-b32b-624cb3e39240\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"47f82376-8753-4473-a287-03b6ee3ebab1\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"48ce804e-2634-4d13-866b-ee5d29ad8bc8\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"4aad14c6-47b2-40bc-b838-1990c15e3c2c\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"4d48f1d5-c980-4f4b-a299-31491035c0ba\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"511495ce-8240-43de-aabb-2b7ae88bbd18\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"5470957c-6f58-41d4-b09c-fbb61dd09591\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"55ae11ec-1354-4190-87a8-c8f29e2a585f\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"5a6d7df6-ed51-4df9-8332-c9be89a06c6a\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"60dfd499-9a88-4c54-84d6-5eaa8b71e459\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"68bf1e9e-ecb4-46e1-bc58-6d98931b945b\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"6b0bb11b-776e-4eb0-97e0-8c6a87ccab02\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"80288950-d546-467c-8969-26f7c875085b\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"857d5f31-3bcf-4d45-a241-aff9afb82f5d\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"863b6cc1-a99d-41ca-8663-d8151d517191\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"8c520ead-9c53-45ba-811f-d013d06640bb\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"90dec66a-0d7d-45aa-92bb-1509571f88fb\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"9564c8a6-91b1-4170-9cc7-ae6dd5e1b7b5\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"95ef028b-1d1f-4973-b17a-ea7c50fd365b\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"9db24d9c-6ad7-44e6-85c2-a8c4c8e3979e\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"9e0b867d-6a46-4976-80fd-f01a77ffcfa7\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"a00060c6-6bc1-4030-847c-fdb2c0ced2a9\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"a00f991e-e106-4b8d-a608-d6ab9239b890\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"a96a2599-d6fa-48d3-8eb8-cbd66693faf2\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"a96bcecc-8363-441e-aba0-60a5ae75007b\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"aaeefa09-5572-4879-b749-29a96f1f6f70\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"b73113f3-10e3-4bd6-a30c-ece4567d9a21\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"bf67621c-4618-4d0d-9f30-a03be079a1bf\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"bf8af6c8-2348-42f2-b805-e397cdd0951d\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"cb711580-d19e-4f38-9d39-4affd8d72adc\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"e34183c3-4cad-4203-9f0a-86b8b196bea7\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"e82015a4-0028-4280-a84d-4e5095273cd3\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"eb9a3f15-bd51-4e5c-89f5-d7375649ba9f\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"ebc48ca4-03f3-4ee7-a368-5c95f8d4e6ec\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"f41df242-75bb-4679-8c07-f84f119c1883\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"f6702682-edf5-4797-b680-baeba4f2fbb5\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"f98baa79-ec93-4353-9291-afd317fe5c9c\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            },\n                            {\n                                \"id\": \"f98ef362-02fe-4697-9eeb-45a8aecfc024\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"684b2844-9c93-42f7-8f60-a01d733d050e\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\n                            },\n                            {\n                                \"id\": \"b981783e-1cb1-400a-ad0f-5f72d2c87e9a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\n                            },\n                            {\n                                \"id\": \"c654446e-59ca-4852-8c95-dc1c27a5714b\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00faab52-836d-48df-9a8f-498dd890ad99\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"0e886d93-1e6f-42e1-8127-cda0ea9ac64a\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"12f044ea-6949-4a78-aaf7-a4e3861a3ad5\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"1b4ae540-959c-43fa-8b76-333c8ac2414c\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"1cd8921b-c8eb-4983-93c5-1eb9d919b204\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"2682aadd-597a-42ca-962e-5ccd8e680780\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"4106dee1-8991-41a8-8564-f2181df34bb3\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"549b46ec-e614-4e67-90ec-a9a5222ba4f0\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"563f1a45-1955-418e-8378-5377bdf25680\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"64878f60-5c3b-4009-8788-74a16f5fac82\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"6813a0a5-5343-4d62-bf51-96b8838ddafd\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"685a94f8-1ced-4f80-b70f-36b65492528d\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"7329c2db-3d75-495f-b70b-40e5d16d05b7\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"7c22843b-7306-4bbc-bbc9-af54fa19d64b\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"7e5739ee-c60e-4d38-87bb-16d881a76276\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"864ff915-02ba-4295-a55e-59410502b52f\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"8ca2f227-2868-44a1-9ba0-f0464dfe54ca\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"8d9bc400-6423-483b-8314-79294798dffa\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"9c04a9bc-90a4-4bfa-9a93-022ee0525c1f\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"acef2a0b-265d-465c-8cfb-9f1a4278ee02\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"b2e91b07-dc5f-4d8d-bac3-c0b9be2400bf\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"c6b1fcdd-54e4-49ed-9054-0222de7bf921\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"cdaaf5c6-25b8-4617-b999-2ba7e9f5c3e1\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"d3975a14-2a1d-4d3a-9099-127b9c1aa792\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"da3515b3-1360-4320-8f79-661ba381ebd1\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"e43211a3-a944-49e2-a821-b2ca6c524045\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"e4730714-0407-4630-8cbd-7e7758d47050\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"ebfe3c0f-609e-497a-90a2-c53085b8bd2a\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"f3cecefa-746c-43c7-a25d-937008ac1254\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"f7d4f4c2-e92c-42c5-a939-24f40d94cf75\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            },\n                            {\n                                \"id\": \"f8bb06f2-d572-419b-9f1b-afad45cb3c8e\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0260e67c-15f6-4e4c-9fc0-79a3f42588ef\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"089f9ed1-a0b0-4d04-bec0-4a89e8d61f81\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"0a036209-00fa-402d-b32a-ab4ffcff394c\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"2331a040-ba29-4ad2-8d50-192227d9d436\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"2ade4c63-838b-46b7-9c37-cc663ec97157\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"2d4fca4e-859f-4352-a6a2-2f3cb227ab9c\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"31c84fb8-e24a-4bab-9540-4a4e6070d07b\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"32cfc9e6-d09a-4d0d-8354-f96b6fc83b62\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"34e1a4c6-f2e1-434f-8830-513f3f3a35e2\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"3612a25a-943c-4cf6-be82-dd4c5bb6ab93\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"38fa0f81-5866-4af9-a766-beb11aa90575\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"3a652265-9f1f-424a-b4fa-dde6eb7f1bc2\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"3b39d145-17a3-47bd-b355-11666c11efed\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"3c5e7fa7-8a2d-468d-a515-fc82c9a013b1\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"5f31e7ee-1aa9-43ba-9bfa-88a1c8735f36\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"68d00fa0-ccc0-464d-aa0e-c8f70bc4de1d\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"71d685e7-945b-49b6-8d09-a96d76dfd18b\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"75bebfaa-5d12-4f12-855d-03607a0cbd76\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"771127cc-f86a-4a3d-9db2-93b2aafee2a8\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"89e296a5-f1ef-4855-bdb1-c32cdcf71e4d\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"89e973e6-8b66-4770-8426-b69abfcbad99\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"93865136-d2f9-4adf-8d2a-7ef0c2fd8e80\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"9c9d5896-11d7-4c02-852f-a26e22dc3b88\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"ae827999-ebb0-40ec-b4c2-e98cbb3a6ad8\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"b5bd6457-8399-4f56-b3dc-5e63a0be3abd\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"bfe6dd6d-d5e5-44c9-bea3-faa63667fd3b\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"c3a28aa8-000d-4160-ace1-e54b5fe359cf\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"c5b9e5e4-62c1-466d-ba69-01d106c57a92\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"ced3da02-6c4e-413b-8400-6486e6178819\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"d2f13db2-709d-4421-b1c6-6988015dba5b\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"d7db12ff-3477-43e6-ba80-d7238563cf53\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"dcca49f3-00ac-4df1-aff7-4deefe86ab92\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"e7a43d1d-e4bd-47f1-b8e0-5dc505baf277\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"e9bbd65e-d73d-494b-82cd-1172f3957d5a\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"f4d35d44-548b-4627-b6d7-a1bfae68b304\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"f83a0b30-b253-4dad-aa3d-847550d85c56\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            },\n                            {\n                                \"id\": \"fabe4f3f-86a4-4dad-9506-1ccd6a546662\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"afc749cb-8644-4007-b616-f49341fe71fa\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"be623e15-abb5-4926-a1f2-391506ed5541\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"afc749cb-8644-4007-b616-f49341fe71fa\"\n                            },\n                            {\n                                \"id\": \"e20394fa-f243-4fbb-b76c-d64e7ad9a614\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"afc749cb-8644-4007-b616-f49341fe71fa\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"013e8f62-f527-4378-9118-339f27ba4840\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"095cfb6a-b1e3-4634-87d7-56c20eed9cae\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"0ce513fd-b325-4065-b7f5-8c8a1f75c3db\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"1b805d82-2881-4fca-99fd-8ee726d74ad0\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"1c2aaf63-4ad2-4338-8395-4d38bb6d58de\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"21a143f7-9dc3-466b-b210-50eb70483822\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"29cd9a35-ff49-4b51-b163-8f25beba6a33\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"2c7910b1-21c4-4017-a4ef-d6db04f28caf\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"2e3c0318-d03d-4269-b92a-fc6af7bd2af1\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"2e64a9fa-e50d-401d-a00e-dc05d0f8f492\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"4d1870b8-4072-49e7-bd33-aa0c784147f7\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"4d66acac-f4a9-401b-821e-65b69e78c3ba\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"56547fc4-7933-48f1-a98e-c53c30088bc0\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"57ed46c0-5e8c-49a1-85e3-7c3d0ebb1552\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"58c9b83f-2938-42f6-aec6-48c592ea27f3\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"74e7e4bb-eb91-4bb0-aea9-2c65bfaaaf87\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"7976183f-e08a-4acc-aa6e-7de456119f6c\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"79ef4976-b4b5-4645-86ac-913b2150b806\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"7c91c5a2-d463-4821-9947-43f79fd7bfd7\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"826d7979-3dbc-4237-a980-f77b68559ceb\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"82b22638-8cb2-4a32-b7bd-5bc0e925f73e\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"84fa0dbe-c112-40df-bc59-bb9004b39fe7\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"93ec41b1-7c01-41a1-84d9-226e544c5745\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"9700377b-472b-4e1d-9cf5-b3bbc96e3819\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"b5f5936c-6413-47de-ae2b-3421a15d05f2\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"b760b3e6-399f-4395-89fe-956558523984\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"c2ef586d-b796-438b-ad1d-7acefe295a59\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"cd7d6723-2fdf-4bc8-ae46-6e2f14fafc6c\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"ced0cac9-8a52-43f7-8d88-de78699c847a\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"e9ce7e95-8f5b-4cba-9810-7a61ccdf019b\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"ed2dca46-396c-4e21-b9e6-0ffa9da40a55\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"ed3686cb-23f7-4d60-be20-479740817645\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"fa902bd3-5d8a-42fa-8532-35fa734b0457\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"fd796f9a-2632-4a85-881e-d66e41b89cde\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            },\n                            {\n                                \"id\": \"fdc8f99a-aa4a-4b99-a8ad-b36da656b7a6\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"107e2f55-9fac-4880-8d49-fcc3a2b5ec4f\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"1bfe82bb-a55e-4cc9-a064-5974c4853933\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"28fa69af-bc4c-481d-9401-d810b22fea74\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"308b1df6-06e3-4480-9617-8acc30e5e719\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"3349035c-18c5-4c29-8b48-165cf68a2657\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"364e800e-d0c2-444e-b021-6a78d159cc37\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"46bfa57c-29af-487e-9b09-3e84d90b2089\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"4b5600b0-bc92-453a-b74a-54cee1ac261d\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"4bc172fb-f832-4697-bbc9-9d2891748271\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"5c15e550-6a98-43fc-b414-df9b9f127ae3\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"5dc2e18c-d012-4933-bf99-1d8f2cd0631b\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"95473dd4-dad4-4a7f-8390-24e46180b868\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"9be3c177-dd96-410b-bf59-15af3863186e\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"9c7e3ff5-62e4-47fc-9826-dfeaa7229a29\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"aa2a63fc-2785-4932-a71d-22ab4106cbbc\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"af0f9149-3bf2-4b21-bb42-0c11c88ff7c2\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"be8b9789-66c2-4c10-b288-2bc8cf8ca3d5\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"d0a3d342-48df-43d3-b1ce-263e57b62c10\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"d1dc37ab-2f38-4981-908b-686e109152a4\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"d3f92054-3acd-46ad-8ad3-d0731f05e782\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"dc9ba997-ddaa-4b26-8828-395ad3878b21\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            },\n                            {\n                                \"id\": \"eaee6457-b070-4a11-af32-04937cf4a277\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1df48a9d-5743-4367-a1a6-0b4c6982590e\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"34bbafc7-4bfe-4e46-ba89-90da50dc4305\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"3dc4c79b-b649-48e9-a640-ae3d5f53b829\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"42a4525b-98cd-40ee-a102-4963a1c6c6be\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"436e8173-7902-409c-97a5-a787ba142914\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"774f58a6-3b4a-4d03-b612-7fb6556515d3\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"78a8902e-6744-458b-9d69-ed538d6d8584\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"869db045-5e74-4317-9c2a-c879d9a9b16a\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"8befff3f-e10a-43c6-b112-11bdd6504ee5\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"9b074db5-7a66-4a51-8c1c-645dfade8481\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"9d42eb57-f7c1-4e7b-b7be-ece172b30f47\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"c0b06374-8694-4f8f-851d-bdef815bb3dd\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"d1a1822a-1311-404a-b94a-10c265c9db3d\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"d73f95bf-0c89-4086-9235-9f5e66edf442\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"ea5bd3f9-0bd2-4b6f-9554-436d04aa3077\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"f315d818-d37a-49b1-8733-cc98138c39a3\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            },\n                            {\n                                \"id\": \"fa0ccf6b-404a-4f1b-afcd-2435249d7561\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01ad8ab6-b77f-4f33-81c1-1d96ee6b4bc3\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"129c3460-a9c6-422d-a5ce-2e6de5407a55\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"34a14004-e55a-4d88-8fea-15802fce3339\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"41f9ce7e-975d-40ea-9a31-ff23bdada2b6\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"4b730633-b0ea-4136-9b99-f80e2aeb8a2f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"4d26fc5d-44ec-45e4-8d9f-7d7b40f866af\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"56e0ddd9-c538-4378-be93-c68f9cf13b36\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"674f4b5b-6424-4730-a5a3-823293d06bcd\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"730687a7-185b-47aa-91c3-0b78462a2f95\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"7771eb93-a6f3-49a4-989f-eb37824773c1\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"870bd466-1ae9-4da8-a8c7-0257cd6b0e5f\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"8e18cfe8-cb3c-4387-9c2f-417868284877\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"928c1968-7b14-4dc0-b0eb-f5409d25585a\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"9517b6d6-f3ea-4c5a-995f-d812d34cdfb7\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"a57e9416-a30a-4981-aa26-be7c268b07f7\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"afe9bac5-c453-423f-a843-1368bf8de7ac\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"baadddc7-313d-43ab-bb30-5cfa9c2ba40c\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"bcd5c918-e1d6-4274-9965-6379ca6b512d\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"c03ede91-5d12-4e70-b88a-3c516d44bca2\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"c3f16ac5-6379-46ef-b7d7-fa0b0d6af5d9\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"d438e884-debb-4b38-918c-cd71a57ab89c\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"d491f672-df09-472e-85bb-346f511d0705\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"d9ed25fc-1362-42c0-a092-8b85ac568d5c\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"f0c98011-d792-41ae-878b-f0f14afc0092\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"f9a6b74d-1c3a-49e9-949f-1820618d4082\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            },\n                            {\n                                \"id\": \"ff7cf892-31be-482e-8c6b-72f593882eb1\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"011e269a-0838-4175-9ebc-5bfb278424b1\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"01dbda24-2d8a-4273-b811-8b7ab78b58ec\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"15196c21-a557-4e56-ae8b-d63b991558f2\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"1930e180-6c76-40c0-889b-37cc7b1be080\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"266dc4f5-6a36-46df-b4f1-484a66c1a0d8\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"2748c094-b53c-494e-a650-e106a8390f33\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"3500bdd8-5375-4796-95ac-615dd3e1aa62\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"3fda33ea-18de-4c19-bb3f-0bd911fb18ba\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"45021def-e8e2-4283-ac57-e0784c88a00d\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"46051971-eca3-473b-9469-b61df08ebfc1\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"48bc5218-be7b-4980-8001-dbd164e5d8f8\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"56243e89-ca10-450c-bac4-8fc635d63e72\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"60e10cfd-1a4f-4d50-afce-2d9e244fb0f9\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"66bc1f96-b9fe-478d-b3eb-8f40c52a6911\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"72446a4c-51be-4b0f-936c-3e43e43ada93\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"7c138ee1-2bc6-409c-8c7c-af5b387ab54f\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"7ef99346-acb4-4d18-951a-d3c9077a3bf9\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"801c1dde-a964-48c0-bbe7-50b672644130\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"82997d10-577a-442a-9486-b78dbe1a6a7b\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"83893988-d37c-448a-8931-eb8ea08130f7\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"85521332-bc58-44af-b01f-f36359ce0876\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"8b5490b1-3d93-437a-9575-c2266cf5e1e8\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"8be0759f-2640-43c2-a1b8-5fd8876d5aa3\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"8bfcb2d6-8b59-473d-a961-33b0e56b22ec\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"91737a01-d357-4684-b0ce-8b77a0e730bf\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"94816740-7765-4d94-b282-d76151ab666d\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"9621e4fa-341f-45b9-8642-149b1e8e4356\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"99b6b79d-99cd-4fed-a0eb-c8aff0dabae1\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"9a34738a-e1b2-4079-ad05-a5ef0a18d4f6\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"9c0b6b65-adae-4f96-98bc-ef76a11fa7cf\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"a02c9463-fb43-4c1d-9c0e-771e9268ec01\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"a3b5edbe-d0b5-478b-8e0c-17416907d2cb\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"a948a2b1-7089-4d60-bb48-a49af5cfd87e\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"a9647455-2972-489c-9a56-2541af18de23\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"ae9be7f6-1fa7-4a98-8dea-5875bc88c0f9\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"b011aa42-496c-47bd-aa98-6c7757d7eb2e\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"b6e5507e-37ff-4666-ba93-e788341be380\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"d038f695-fa78-46f1-8da4-f2eb79f636af\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"d74b4b96-7242-4a9f-99fb-8363d9c7ff55\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"dbf6a869-9a52-4914-a070-9c5da471a37a\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"dc19b9fa-3f6d-4899-b673-5ea7321a9790\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"df931930-ac08-4c29-9187-357baa1a7844\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"e1d0418b-1755-47f8-bdfb-fb884c91fd1e\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"e95b6152-4eb1-4184-889e-384bdd4b7970\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            },\n                            {\n                                \"id\": \"e9d6c66c-b807-4718-9028-2d3deb9170cf\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"04168d2e-ccc9-47bf-9aec-d2c145210f02\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\n                            },\n                            {\n                                \"id\": \"59ff2230-5665-46cf-9f09-909b4f4842d3\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\n                            },\n                            {\n                                \"id\": \"71f5fa24-063a-43ac-856d-006a2f6559d0\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"actions\": [\n                    {\n                        \"id\": \"bbb2c683-e729-4e74-9682-610dda936a31\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour accéder aux informations sur le compte et vérifier s'il y a des problèmes techniques connus affectant la connexion internet du client.\",\n                                \"steps\": [\n                                    \"L'agent demande les coordonnées de la box internet et le numéro de compte du client\",\n                                    \"Le client fournit ces informations, permettant à l'agent d'accéder au compte et de vérifier son statut\"\n                                ],\n                                \"title\": \"Vérification de l'état du compte client\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour comprendre la nature du problème et identifier les étapes à suivre pour le résoudre.\",\n                                \"steps\": [\n                                    \"L'agent demande au client de décrire en détail le problème de connexion\",\n                                    \"Le client explique que la connexion a été interrompue soudainement et ne peut être rétablie malgré plusieurs redémarrages\"\n                                ],\n                                \"title\": \"Obtention des détails du problème\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour identifier et résoudre les problèmes techniques sous-jacents affectant la connexion internet du client.\",\n                                \"steps\": [\n                                    \"L'agent vérifie l'état de la connexion depuis le système\",\n                                    \"Le système indique un problème technique avec la connexion\"\n                                ],\n                                \"title\": \"Vérification de l'état technique de la connexion\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour signaler le problème technique et assurer un suivi.\",\n                                \"steps\": [\n                                    \"L'agent crée un ticket pour l'équipe technique concernant le problème\"\n                                ],\n                                \"title\": \"Création d'un ticket pour l'équipe technique\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Pour résoudre les problèmes potentiels liés à une défaillance logicielle ou matérielle temporaire.\",\n                                \"steps\": [\n                                    \"L'agent demande au client de redémarrer la box internet\",\n                                    \"Le client redémarre la box internet\"\n                                ],\n                                \"title\": \"Redémarrage de la box internet\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"Pour fournir une solution temporaire au client et lui permettre de continuer à accéder à internet pendant la résolution du problème.\",\n                                \"steps\": [\n                                    \"L'agent propose une extension de data mobile pour pallier à la panne internet\"\n                                ],\n                                \"title\": \"Proposition d'une extension de data mobile\",\n                                \"completed\": false\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"b351af04-3b29-4cc6-9e63-8a5beb65769d"}],"id":"82d93cdf-0e1a-4b43-ba3f-552718db5cc2","_postman_id":"82d93cdf-0e1a-4b43-ba3f-552718db5cc2","description":""}],"id":"d78b6470-2a0f-4068-89f3-db38a18a5ac8","_postman_id":"d78b6470-2a0f-4068-89f3-db38a18a5ac8","description":""},{"name":"Evaluate customer satisfaction during a call","item":[{"name":"Evaluate customer satisfaction during a call from previously transcribed audio","item":[{"name":"Evaluate customer satisfaction during a call from previously transcribed audio","id":"dda4a449-67ea-46a7-b9d2-4e35ff731f4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"nps-estimation\",\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-evaluation-of-customer-satisfaction-during-the-call\">WebHook callback reception on successful evaluation of customer satisfaction during the call</h5>\n<p>Evaluate customer satisfaction during a call from previously transcribed audio, and receive a webhook callback (POST request) on successful evaluation of customer satisfaction during the call, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful evaluation of customer satisfaction during the call, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7925cea8-99f7-4b15-96a4-22216a889c25","name":"Evaluate customer satisfaction during a call from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"nps-estimation\",\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"fr\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\n}"}],"_postman_id":"dda4a449-67ea-46a7-b9d2-4e35ff731f4d"},{"name":"Get evaluation of customer satisfaction during a call status/result","id":"9bcaf2fb-3c24-47e3-bff8-d2ad9dc3c0e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5e14a377-6a66-4fbd-877e-c33aefa27a58","name":"Get evaluation of customer satisfaction during a call status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"08ea8199-f631-4155-90cb-a75605122eea\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0a4292a9-8d2a-4a50-9ae4-a8a83789cebc\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0b99a94b-17f9-4b59-b853-50ed6206d3ac\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0e416802-897e-421e-95a8-603093e03695\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0e78781f-7598-47a6-992d-463692a4ab43\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0f83bb8f-0f57-425f-b1ae-2be674031431\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"1463b9a2-867f-4a9c-8f5d-f407aa7c702d\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"17bf2b0c-97db-4edc-8fc1-6061e7872a00\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"1fc9baa9-ec66-4aaa-8a70-56b64e2af408\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"219b81fb-066b-4564-ac55-544235fc177c\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"28fb9b8f-9fa9-48dc-abde-084f9605cd65\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"2b72ef1c-89bf-4298-a474-1148b0a5eed5\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"2f520b22-0ed9-4e37-92cc-a62e7f0407c6\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"328dd9c1-48cd-4a0f-8379-e01706802afd\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"372b2143-7f30-40e8-96b1-47c4f1208875\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"37444c28-13f6-4d72-91f5-089e68ba4385\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"3ec0f78f-26a8-45e5-a705-e57a8a9e08c1\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"49f9b07f-ad71-4894-9413-6a9ec1df3c96\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"4f666c24-b928-4772-b933-3d77f5385165\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"50169aea-5701-434c-a1c8-dfae87b1f91e\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"582cf606-21bc-469c-b085-1d2db31224a4\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"6050e58c-19ea-488d-bcaf-93403db87c12\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"6c53d116-23e1-4095-ac3d-175a2891a738\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"6dd53653-4ffc-4ca3-ab75-e2f6cda874bf\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"72d07086-bdef-4de0-9fc2-b766dd1d0170\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"79e8a770-3ce0-424e-a6f1-39663eb3bc28\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"7fddb6af-2f60-434d-97ce-496541ba3578\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"8012ec1f-b7d3-4e9f-8a58-a83d2b26558d\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"874bed87-dcaf-4fcf-b29a-f73731431db5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"949360c5-e122-418b-8ec0-eb5755ef0366\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"9e4a31a3-1726-41cb-9f5a-ee930a8d55d2\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"a69890b7-4e2c-4fcc-ac64-527e8ca64d5b\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"ae8f0b8b-453f-4fd7-839b-078a32f99791\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b1bf71e8-4ced-476f-937f-909252eededd\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b3921059-671a-4056-9be3-0039d9d4a0f8\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b4f0d243-327e-4e55-8a3a-24e0ee5d18d1\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b597ccb7-090a-4c8f-922d-d3bdc2f9ea63\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b6831c7c-117c-4281-a2ae-d71ca3812990\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"bedb3f16-61a4-4195-9658-753d6d833e57\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"bf91e9bc-f7c5-4562-b225-c2059d6844ce\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"bf9b9d0d-4e57-4647-9d64-c2a863cdbaee\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"c1e70417-f38b-4802-9919-8c4859a9855d\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"cb3b795f-331d-4b5d-921a-5d5a4e66961b\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"cd134a59-dbab-49fb-9452-f0fc4d564182\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"d4ae3259-89e8-4d74-98d1-769ecedd77e7\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"d64e6694-42e0-4e77-bc06-95372ae32cd7\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"e35f988e-4d86-4e30-bb15-8b65de93d5ba\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"e3865f6d-e9be-4ca5-b47d-a5fa44d99c3b\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"e67c1aa9-2913-4862-b3db-24f929f2818b\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"eccb4f6b-1ef7-4520-9133-13878ecb4b57\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"ef2367fb-b363-4dcd-b0de-6f0f246ddf5e\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"f0bccaff-c87f-4858-bd88-ef2f2073f715\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"fb532ae4-7d27-4fec-815b-c60a5bf75627\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"9fc0c66a-160f-4b12-8279-584a8df78713\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\"\n                            },\n                            {\n                                \"id\": \"e4be2307-3e0f-417d-bc42-13582d13eb76\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1c07d27f-bd59-404e-ab70-ba981ae8bf3a\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            },\n                            {\n                                \"id\": \"36b4d3c1-f4ef-423d-b6b8-38676230ea5e\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            },\n                            {\n                                \"id\": \"807f9132-fba4-43e1-b5d1-70cc7c69a5a8\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            },\n                            {\n                                \"id\": \"a736788d-0e47-47d8-9df1-029eb5abb496\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            },\n                            {\n                                \"id\": \"db01056e-f57e-48d3-961d-d4e8ff1ad4bc\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"4f3546be-7734-4e17-b704-9a1148247228\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"00b3b11a-c138-45ac-a81e-f67d0168e95d\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"16dfd4f2-b9f8-4104-8511-9812cf72f29c\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"1bc6cee7-519f-4d47-8c81-082f71353108\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"1e2049d5-1f8f-492a-be09-28916d03057a\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"2bb7ff2e-d04d-4da7-a727-fa834bcba734\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"2bedd0ff-b2e9-4f2e-baf0-fc73cb4a1f4a\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"2ebc94a0-5a49-47ab-a477-152729b27267\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"3eacf466-eed0-4beb-9687-8113a2228890\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"41fa6fa0-a426-482a-9607-fc9cded954df\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"49fc00c5-e4a0-4224-98fc-7c405c6b07a2\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"4bdf7138-888f-49de-ac88-fef9f110b056\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"50a70a17-6e22-4134-afa5-9922c16a82a6\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"50ccc051-6f13-4ed5-a9c0-6e0042f56d01\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"529cd6b8-861a-4981-b517-7a5d16b60189\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"59382ee0-f22a-4960-98a0-26821299cdb4\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"736786ee-4191-4754-bcee-c5448ddb9d62\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"746b8669-0825-4b2f-a872-3df05a366e54\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"8d9d3061-0acb-4169-aa4f-341f20a88ff5\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"917742d1-3dbd-434e-a186-f1787b51fffd\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"9564a1fb-425b-4f4b-9ae8-db8345dc2e00\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"99da904c-384e-4ff5-bd23-3d4dfbcfa9cf\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"9c329ff1-78e8-4fd2-8c7b-8e9ad41ebe24\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"b22fa519-25a6-4bcd-afa1-7a0c6f20c003\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"b7af7b73-4142-48a1-9a5a-c0035bd66399\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"b7b7989b-bf4c-4c43-a032-a84e744ff663\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"b8d6f484-7df8-4810-a8bb-7cb47da64c5a\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"c2439cac-ac80-4f6c-8487-bb6e86bb271e\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"c2f1c7c9-6ce4-4af0-a566-8c26bee92e47\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"c4f5fde8-3a41-425f-88d5-a506a8fd08ad\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"d1f4f89b-9269-45fe-9a4e-0d0506d45892\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"e1a9a18b-086d-43ff-b2ed-614e9e591a1c\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"e57f8bd2-a46d-404c-8cf8-8fa043832dfe\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"ed045933-68eb-468f-9a84-1115cb3987b7\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"f0985639-1457-4d4f-a3ab-c930552d8cf0\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"f27dbb99-8411-41b6-a8e9-5f78501eb1c3\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0a0810ec-d15c-4d42-b8e6-3e795c1ac9fc\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"24d2dfb1-a365-48f7-8951-fb34684ee9e0\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"29657265-109d-4709-b432-5d9208ba11c6\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"3ddafbac-81a8-4fe6-b476-c741e51775b4\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"41500624-410a-4483-82d7-57acc6f17025\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"42bedba1-eb6d-4410-8d25-67036b0ba9c5\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"46fe9dfb-a3fa-41ce-8bb4-ad8329b18a34\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"4d667a97-66de-4227-a11e-41b1315ef1fd\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"4fe23755-0e56-4665-b940-abd020256cc6\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"6e949c2e-6e3d-437a-b0e8-889657ca4e8d\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"868a0fb7-dd38-4cf0-b8d2-aac65bd56e87\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"88473e71-181f-43af-baa5-fd5b1ad4fe33\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"91d63630-7b04-404b-acb7-21e6004d831a\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"979ac965-5751-4a9c-a42e-853165c7253d\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"a3fc4cbd-ce9b-4905-ae83-eca10da68be3\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"c3001b75-d83c-4011-8ac3-c0e03d9226c6\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"fca1718c-debf-462b-abd1-5206c5e47b13\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02e61ea3-50d1-4dc1-a767-0ce69b1633f5\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"12b98b57-28f3-44fa-bc21-6b94a3fb1038\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"1502e5b5-1241-46df-b87c-00e08dd8b5b3\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"1ed35c26-0000-4a07-90ae-1b4d15c28c59\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"2277ed3e-970d-4333-a605-aa4f57e1c0f7\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"29176a39-7f29-4a7c-b29a-472a05d36122\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"2e98cf3a-c62d-43bb-9372-be6ea4aad570\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"34d92e7e-11b5-4249-9ef0-267c058b3e4a\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"3d372c55-2c52-4f1a-95cf-971d07031209\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"3f5ee93e-35a8-4108-a9e7-400ecb938f79\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"4fb3fe61-8886-437e-b0d1-21749663412b\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"50014344-c1f8-4d66-9fcf-79e55ead78e7\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"58cfcdcb-43a6-410d-8056-1b45d944f42d\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"5ba0b2ff-f7c0-4d8f-a753-06525a0bf750\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"5bf22de2-b49c-4d49-b5bd-5c9c9157c8d9\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"668af1ef-1bf5-4eea-a95f-69dc54769e21\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"687e56c1-6339-4f3a-9316-54285bee79c0\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"730a7ca8-70a1-45d5-ad03-7538690dce95\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"73545c6a-08d7-485b-8b1a-854153a38f2b\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"74e63f15-3235-4c95-8351-81f3dfeb1d0a\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"752feb2d-5afd-476f-9948-4917bfc13cc6\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"774e3ca4-cd31-4543-989f-fd3af0ecd767\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"9d47bf23-52f2-45f7-ab1b-b03256fb89ba\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"a0579e35-7b59-45d6-ab75-d85ba085feaf\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"a7b52e82-b22d-4f27-a484-a520d1745e47\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"aaaa55de-b098-4588-bc43-4801d803f0f5\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"ada1fb65-6d40-41d8-821f-7c2978bd29de\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"b09c7082-3246-4dd2-bc85-0ae8d9101dca\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"b95db4a8-dfad-4611-b523-3c952e115774\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"b988544a-ab07-40bf-a3b3-d76ea9fb60d8\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"c2aa583b-443c-4e9c-8f6a-8e613c381c21\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"c968b9f0-753e-4ce6-be5e-0b477362dfaa\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"d4d33dca-a08e-4c8d-8c1b-c74fe230ac22\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"d7b664f9-89a9-4834-9dde-c2b41419efba\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"d865141d-28a7-4fda-b0d4-fd2b21fb53f7\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"dafd79f5-a937-40f9-a0dc-53cb6657ac8d\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"ec2bcc3a-7d42-4d11-828f-78372d502384\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0555a940-519e-4f05-8bc8-3c66ea14c951\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"07ef7c1b-132c-4a5f-bd87-445a0d59b78c\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"245a655c-67f4-4256-8d30-a77cd4ae87a5\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"2e6c3e87-6b78-42a9-a6b2-37cac03b7a98\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"30fd8193-7c6f-482a-9598-2c27d00229b0\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"343d0f53-6b55-463a-b12e-e2230e9804ad\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"344cbc2b-a086-4ae3-9d48-2de5e0236606\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"35d99840-d964-4257-b0fc-4ff56f3ad0c2\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"3861d666-b9ff-40ae-ab25-2a0cf03ff55e\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"3c813be1-220c-471d-8d31-a6258e67d8e7\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"75ab4884-8e55-47a6-8ede-e7ab58db3a53\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"aaa8eb93-f6be-46c4-886d-55d4a98400ba\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"acabd2fb-9b27-4d00-be36-39965ffe852b\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"bee26e3d-a75e-409b-a2df-6d81fcd7ab63\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"d80a02c6-2746-42f8-ab85-398514b5b56c\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"e7f5a84d-3980-4cfc-82d8-0fac7524be1f\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"ecc21bdd-9f6f-481f-b1b6-8394b4838651\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"02075963-8c2f-4824-8fef-94c2865f3ba5\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"02b10c47-6796-4329-8468-b3568ae95ab1\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"03a70128-31c1-4b93-91d6-92bb30b4b731\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"1db69156-a51a-4cca-b2c4-79550dca1064\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"26cefa8c-b164-4ba6-a6de-252520c74eec\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"2b3260b8-1fbe-46f4-9585-e04ac48529aa\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"3019998f-f4aa-4f76-9d5d-6312aa90dfa7\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"37cb57cf-0699-42d9-822a-5c42452a3efa\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"393a20b2-ac91-4011-af63-62f969c003bd\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"399450b2-39b5-4364-80e2-a982d2114a80\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"3ba35d7d-3a2b-4d51-bb0e-3c837cb26b2d\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"523925ec-9de7-44e7-9f2e-34e01c854706\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"6386fe47-c3b0-4812-ad06-cbeaecf0802c\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"6619766e-b80e-4b18-835f-f9ac84f708c6\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"6b56bc04-41ce-4082-b5e1-5ff578dd8ab7\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"72a7cf14-fbcf-4c3e-a7b8-a93398fc00b8\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"7965eea9-a06a-4d50-a80f-68987fb1771f\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"7c153913-e0af-4690-aaef-07e26437dc60\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"816f1ee4-ceea-4a70-9e6e-808c9eed4cd1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"83db8e8b-de6d-4ac3-89e5-aa2b5a02e0d4\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"871dc469-9a69-4d29-ba1f-18481debe373\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"894dc2eb-60eb-471b-9728-29332f1227db\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"8a7a3d65-0516-4ddd-96a7-51ba8ea10cb8\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"8b1154fa-aa1d-4082-bd5e-12268ae0c4d9\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"8ee7551f-3883-4cfa-935b-cbf4cf21f393\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"9df21010-da30-4801-ad0f-07b3ea1b9793\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"9eb5d3ab-3687-4d2f-a0a5-6d4ce6ad80f8\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"a0824cd2-0815-4a5d-969b-c0cd44ead78b\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"a60c1eea-1aa0-43aa-a125-b7806f52f9cb\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"a84aa31d-3612-4ea8-a4c4-8a548f0be8a1\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"b0fee186-0537-4869-a715-70116bcf56d5\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"d6c1f255-d406-49a9-914b-b96511b1658c\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"dad1eade-2c6e-475b-8185-fdd38e5cb96c\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"dd54a17e-a023-458d-84ae-22574b319d35\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"e40a2576-8e88-4842-9678-5458438da6dc\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"e48666b5-a40f-4c17-9f2a-7387e0ab5037\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"e699037d-79e2-4df2-8bf7-533f7878f827\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"e9a30674-e2d9-4a1c-9988-0aa2fdd6ccd6\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"ea211683-263e-4743-8dab-bf5bf99c7e56\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"eb183dfc-d7dc-40fc-85f2-fc813356b39b\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"ee6ddee4-ae6b-4be6-bcf7-3d0b56f660f2\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"f43d7945-7925-4fa3-9207-a673132d43ab\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"f69fb677-db87-48e2-9fc9-c43925bd5274\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"fd0c5a42-94f0-461d-a008-8cacfc1f0643\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"fdf60016-9d1b-47af-a15f-d09683191e84\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"72d13eec-0864-42bc-922e-060b4a57f610\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"071e3d4a-0d1f-4906-bde0-2b783faafd61\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"35aceb66-a4c1-4da2-9e7e-0afe8ce96a20\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"9b8d3150-d9b3-4b8f-a179-9b086a9af7d2\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"b6ea3323-c6d2-47ce-9861-a6f141276e05\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"bb024841-40ce-4317-b79e-a66066a54a58\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"c298b7ee-77ab-4df2-82a4-cb3088321503\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"e9fd3b53-fe05-42c7-8205-d426116d205c\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"f7a43a3e-53e0-49a6-8bce-d22dbc3aa658\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0dfd9713-3069-4637-b559-611a17d1a888\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"14bc6de8-afe5-413c-8a4d-a0f115871633\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"1a31f572-0518-48e0-bd92-326b6d8a31e6\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"1c7c246b-5542-4b74-ac35-7c72dbc55a3c\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"217d4c35-2b23-4e31-87d9-f97c9776e244\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"2fa9eed4-1850-4ba4-8c5f-8e325a82f0d1\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"320424d8-0d39-41b8-bf6f-bdded31fb09f\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"38244813-49ad-4559-b759-3b27dc43f361\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"399ac2cc-84ca-4ba4-a0f3-e99f750309ab\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"4bab72e5-bcf4-4bd2-a6eb-96ed60f96027\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"678f0a24-ebb2-46ad-b4fe-1e4749091859\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"7f3c9d35-3398-4c59-88cd-bc00e8966b2a\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"837ef132-1eb8-41b3-8d99-cd507a63e4b3\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"a107cc3e-3460-4466-98f0-2f96238b9a67\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"a673866c-0212-4114-b815-003a1cef35e0\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"bec58b09-9045-4e4e-8362-b7f3cd3c124e\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"c137f0e9-6f98-4889-bc78-3f1f534a5fe4\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"c2c6fe68-b0c1-40a8-b0f5-1a82aedd60b9\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"c2de0de2-d756-4d1a-91c5-3a4355995826\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"c7f6c202-8bfc-48ed-a3da-40513192ab29\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"cf177533-de52-42d9-b800-7b100fcb5529\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"dd58f7a7-2324-4a2f-806f-98b14254b4f9\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"f231c045-d8cc-42ec-9f21-63d5d4ae2e05\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"f47d4bda-96c4-428c-96a4-f8f9d7d2aa96\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"f5a57d75-a68c-4ea5-8ee3-3d20f270ee67\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"f8a8d170-6a5d-441b-afce-415d595a997f\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04051c98-899a-4143-8f57-241fd5b4f4b6\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"09150455-5915-4878-aa80-4636028e2b4c\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"0f856aef-cbc3-4874-9a63-383a352f3036\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"169016fe-9aeb-4ba3-a9f9-a2f4d77aa59a\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"1ef71ebb-882a-43e0-abd4-fb364a071d97\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"20025b6c-c819-4630-bf98-c35ac2e8a6c3\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"21b573f7-f28f-40e0-9b0d-7ca2524761b5\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"21d18a54-af14-448a-b977-3cdfc577311a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"31ab28b0-ab07-4f9a-a1c4-78e6134ea89e\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"3ffdc945-a206-4bcc-a58c-cbb0488d1628\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"4b926ae8-dc0b-43fd-ba66-1b34eec5b5b1\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"4d13c5f1-d1ca-4c94-ad51-c3ac010b6371\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"4eea0554-75bc-4b1d-acea-edb44d211816\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"4fbec5d3-7e4a-4f3e-922e-13ec363bf467\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"50d75c56-4db5-496d-bcc9-66933d5edc57\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"577cd95c-08a2-43d3-aa1f-2edf42057425\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"5b33aa33-1fbd-488a-8e11-7284e7da4787\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"5b9df62e-7c65-4872-b71c-3bd855d0d85e\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"6017b763-690d-402a-8685-6c958b096a78\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"6685f357-d40b-496c-b571-b526ad6855ca\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"753d5c09-1a46-4732-911a-048e2f0c7002\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7953eb66-334b-45bb-8d69-5902fd6072e5\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7abde7df-22ba-4651-8321-48b6275be00f\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7b2c9c65-8d40-4e04-926f-9f0fb238facd\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7bf3135d-1aaa-4acf-b1b4-571faef851ae\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7d938f6e-6999-4622-8145-6657f8c05ca9\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"821cfd65-24eb-4523-ae41-3be744c6e02f\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"8303fa91-e84d-4fdd-9173-9db05b0394fa\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"88192c64-e1cb-4232-a3f3-053d666c5159\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"883a0350-3753-4805-9423-20f8e85d27db\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"9582178e-550d-4ad6-a4f7-81e567be4720\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"95aac9f9-f305-4d25-a49c-7fdca377ad47\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"9863d04a-498c-4460-b19f-4c794b49db55\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"98ab3c16-a83c-4bb1-9c06-19fbc536854c\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"9b8e1326-00f3-4a69-879d-a453fc486c99\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"a826f3ad-5dd0-4de0-a59d-da5e949d619e\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"a9282937-0348-467f-9f2f-c72b3501bc7b\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"a9d6405d-ec5c-45c0-b8cd-2d2bb58be568\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"aed454aa-59b6-4516-9f65-b2baf4920259\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"b228288d-825b-47ea-bb01-4558fd9e86e4\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"b83c0534-68b5-46a8-b80e-e1168b75caf9\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"bb841c9e-a04a-4f10-9548-57ea3080df1b\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"c4988679-6f2c-40c0-baf7-a114a9d1fda0\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"c511e44b-d6d6-4586-af5b-b75bdce0ab05\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"d7b93c83-ba9a-4f3b-a5b9-6b6a60004d2e\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"dfad3ddd-5f03-40be-a8b9-49fec46a89fd\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"e6fa72d8-c525-445c-a013-af5097c5f748\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"ea49da08-759e-4308-b88f-7b5f702cfab5\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"ea921ac7-c2e3-4890-8e1c-11de6ea7fe91\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"ef9c3996-f8c9-4700-a43b-b2f595b37435\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"f69e909b-14cb-4f29-bace-ca17cc4db9bf\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"fd555082-5aab-4329-9257-98efa4f62943\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"00aa0509-3f23-457d-b700-ab91a401133a\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"0694f3fe-2340-4f50-8a1b-16021f35b093\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"0adf1a45-8d14-4d14-a805-af06eb098b46\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"16df12a1-598e-48d5-89e2-ea24ccd1b9e9\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"2794f89a-6313-48e7-90a7-8a12317e3306\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"347c7b1b-65b3-47df-83fa-e7d84bad757b\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"38c768f4-e682-4ecc-bcff-db4ab2fc08cc\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"3a8c8d47-2904-454e-84a3-6d091c21b596\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"3c319906-42bd-480d-ba85-59c6238e3aea\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"40af1ebb-22a7-4110-96c0-cba266888eb7\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"428a52f5-7e42-4900-bb51-7427a45d1a67\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"6a9891c9-37bc-4bf7-b563-32a9243c580f\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"6e3f4c35-3b4d-4e58-863f-343848e82514\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"74adbda6-582e-4dbe-9231-0f894652108a\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"800c103e-80ea-4145-beb5-551476de60ad\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"89d81119-6302-4773-9bb1-db00dfa219d5\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"b170903f-72bb-4beb-b46b-362f2f7831a9\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"b17cc709-47c9-449b-b8da-36c853554286\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"c379589f-b382-4ddc-a314-bb7d7720b32c\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"e26c22c9-8724-4a55-8148-d3e4af082934\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"eb377be8-1d41-44a9-b1b0-adf9251dd26c\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"f68a1318-5ef8-4d3b-9107-630185aea7d3\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0d77a512-89e8-4605-8f7d-3f2aeef64f7d\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"1074dbbb-3250-46d3-b2cd-686b1094bdad\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"14483e97-144e-4006-b5eb-c485bd25c236\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"15a76438-eac6-4a70-84ed-703f27506572\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"17bdb3f0-f883-49a2-b0c7-e0e4383c6689\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"1c4b6905-e5e4-4ac2-adc3-5f266231b54f\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"1dc53d9f-2728-4572-8e3d-06c97d2af1a9\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"26c0dc97-e95d-49a0-a6fc-a2f60cac9a00\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"27e97ca2-fac5-4027-81f6-e4306c557403\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"29588c92-fca6-48ae-8b93-1d64a1ddca58\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"2f6f14a9-25fe-4bf1-b47c-ccbe6894b125\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"35770840-93b3-4db4-b45b-e3bd2883aaca\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4112a039-a524-4213-b636-f7d62813cd42\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4204e033-5c19-479a-a3ab-323cfcc6e28e\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4223ce29-ea4b-41be-9204-56f09b8a8f65\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"467b98d3-3c30-40bd-944e-1dae0ef2fe57\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4e39297f-4d86-4ad2-b610-2b44b3509483\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4f002855-17a3-40f3-91b7-6e27bb40d442\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"53c7565d-7fb6-4707-9b18-dad252f7ac46\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"56af623a-8c17-473d-a25b-c27f2356d7aa\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"572a5564-e0f3-4b34-838f-4094ecf91221\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"6815c701-86d2-470f-bebf-65b34228def6\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"70d4460c-626e-4fc1-83b7-bb8bd6d8cac4\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"7f4d9247-28f0-4553-8e53-36cdf2c01fb5\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"836179db-64ca-42ef-9572-4c83c4d6f046\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"89b66b23-2ba0-4e1b-84fe-dc709c7d5c61\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"95761637-92a6-4537-866c-25a15e601467\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"980b816f-476c-4398-8465-0175ab3c3bdc\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"989e3bb1-90c4-4a9a-9e30-31e202ce17f1\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"9933ab4c-f0d3-4804-9654-2e3bc82b89e4\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"9ba9b1da-292d-4f2c-8805-876725a4e5f7\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"9c0a8446-fe6e-4a30-b05f-b52204357834\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"9dfd18aa-12a9-435c-be4f-7b5c7ec2a627\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"a148214a-d4e9-4822-91d2-b83a36e5de58\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"a269a4c6-fac0-4caa-9c2b-d7a0025d779a\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"a8a26b49-a477-4a61-af85-2cedc3fe83f0\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"abf2c00d-ba37-487e-afa3-5bb2f77dbb60\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b04f0764-07ed-41a0-a4d8-86bb50b37c19\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b2943a44-9581-4365-9c99-cc10d6009b26\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b47cac23-0446-41ff-9003-f3e75cc610ce\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b49be73b-0ac0-48fc-a2b2-cc32e897dbc8\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b74fe025-a244-45cb-a2c3-470988724b2f\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"bb7ca99f-e1d7-41b0-9e1f-3eb5590d7f61\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"cb14bc40-dfcf-4fae-97e6-5cfeec4ee374\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"d5ad538f-62ca-4797-8490-4e4b79bb0a42\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"d914bd3c-76d6-40c9-ae05-fef64a282d7b\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"d9b88055-1fcb-44a9-b7ac-293d6eeb8294\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"ded41a1d-04a4-4eec-805b-0ceb88e58b9b\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"dfdc4066-6270-4928-8da7-e7ad1b8b7836\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"e12e7fd4-574b-4034-9520-b59122f672b6\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"e2b0dd46-63a8-459c-b5a9-7d84a598e8ee\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"ecd8dcdc-a84f-41d5-8b3e-d14f25c6483f\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"f3fe9092-1be0-4088-ac3c-cb508af68e1c\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"f708cfff-7fdd-410a-9847-a0e5d2f3773a\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"ff7a8168-3020-436f-ab07-9703eb08f236\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"5ecbf200-971c-4e5a-b4b7-60defe124193\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\n                            },\n                            {\n                                \"id\": \"f9a74483-dc35-4a39-87bc-635cf16f1622\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\n                            },\n                            {\n                                \"id\": \"ff81c98b-16e6-4429-9842-3033c223ee61\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02c10a63-cff4-44db-90d1-e44e68a6158b\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"054441e5-1c41-41ef-8c09-c671db89a277\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"07eee8f3-5691-4846-9865-6dd0d4be9585\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"08159b71-dac1-4eee-8a2a-5075452d9b3c\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"155712e6-87c4-4e3f-98dc-b8fbe2991595\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"2d11ee1d-948e-4116-8465-4d1906a4cdb2\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"56ba979e-e922-4fc8-8a75-9cb49ccb1d08\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5b6183ee-2934-4ed9-818e-edf55d6a9e44\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5c631ae7-4f72-496e-8f8c-5de0a854e4c5\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5e106a18-3969-4642-86e0-681fac42710b\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5e3492ae-7d43-4eb1-bb37-673f0866b159\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5faa3267-0f48-421a-b0e6-51def528d50b\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"63e83ba9-a217-4792-a808-2722db42acf5\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"641f14c6-c8a2-4e21-adaa-02ff59313562\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"750374ce-a917-4ea5-8c7e-6759fb25eb8b\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"79e7d577-dbe9-43e4-abeb-3a25778e22ad\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"9487f156-b73b-45b9-ad0f-43267ebeef6f\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"a8209d4b-c215-41bc-8c0c-fbacad1e6033\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"ac2bac7e-8e19-419e-9ffc-5f0fed3160e9\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"af97c54d-7da7-46fc-b1a8-58595eab5b30\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"b374e113-40e8-4144-8b42-d5581f828311\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"bba1d48e-31ef-4398-803e-c583f9505a26\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"bdc71536-559d-441a-a13c-3016d142f139\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"be70b998-f297-4852-83eb-7c64bca3f0d3\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"bfa9d8ca-97bc-4599-9c05-5cb2f3048a7d\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"c65fc3f7-8f33-4ef4-9a3b-165de15e8faf\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"cfc78807-c839-4562-85da-1c90204a0d2a\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"d17b2e7f-f10f-4d8a-a08a-0c0bb962b762\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"d6c40728-6111-437c-a16a-16b5ad108714\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"dcd13e36-fecd-4798-b6ad-55ffc3348a15\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"df5d2c74-7e03-424d-ad60-8b36c50cee13\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"115010e9-6818-4a31-9eec-2dae878f8f32\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\n                            },\n                            {\n                                \"id\": \"d988efdf-29f0-4cc3-8d70-ad6f10a1d1e2\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\n                            },\n                            {\n                                \"id\": \"dd6bdf6c-f680-418b-b5ff-cdfa568c1ad3\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"client-nps\": [\n                    {\n                        \"id\": \"17107775-119b-42ed-ae4d-7f98e3fef87b\",\n                        \"text\": null,\n                        \"object\": {\n                            \"end_score\": 4,\n                            \"reasoning\": \"Le client a montré des signes d'insatisfaction au début de l'appel, exprimant sa frustration face aux problèmes récurrents de connexion internet.\\\\n-L'agent a su démontrer une bonne écoute et compréhension du problème, ce qui a permis d'apaiser le client.\\\\n-Le client semble satisfait de la solution proposée par l'agent, à savoir une extension de data mobile pendant la durée de la panne.\",\n                            \"end_feeling\": \"Le client s'est montré satisfait de la solution proposée par l'agent et a remercié ce dernier, indiquant un niveau d'insatisfaction moindre.\",\n                            \"start_score\": 2,\n                            \"start_feeling\": \"Le client a exprimé sa frustration face aux problèmes récurrents de connexion internet, ce qui indique un niveau initial d'insatisfaction.\"\n                        },\n                        \"type\": \"client-nps\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"9bcaf2fb-3c24-47e3-bff8-d2ad9dc3c0e8"}],"id":"84ec070f-c4d2-4424-a117-1cb4405630f2","_postman_id":"84ec070f-c4d2-4424-a117-1cb4405630f2","description":""},{"name":"Transcribe audio and Evaluate customer satisfaction during a call","item":[{"name":"Transcribe stereo phone call and Evaluate customer satisfaction during the call","id":"c93ecfb2-13eb-43dc-b1c6-9859c8f7a1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"nps-estimation","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and evaluate customer satisfaction during the call and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7d7134d4-64e6-46d0-9869-8b9170ccd89f","name":"Transcribe stereo phone call and Evaluate customer satisfaction during the call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"nps-estimation","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"c93ecfb2-13eb-43dc-b1c6-9859c8f7a1e7"},{"name":"Get transcription and evaluation of customer satisfaction during a call status/result","id":"43619d47-f9fc-4fd4-8a01-5ccfa119fcb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e569fdbc-4c9a-498b-bb9b-d9a3343960af","name":"Get transcription and evaluation of customer satisfaction during a call status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"08ea8199-f631-4155-90cb-a75605122eea\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0a4292a9-8d2a-4a50-9ae4-a8a83789cebc\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0b99a94b-17f9-4b59-b853-50ed6206d3ac\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0e416802-897e-421e-95a8-603093e03695\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0e78781f-7598-47a6-992d-463692a4ab43\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"0f83bb8f-0f57-425f-b1ae-2be674031431\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"1463b9a2-867f-4a9c-8f5d-f407aa7c702d\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"17bf2b0c-97db-4edc-8fc1-6061e7872a00\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"1fc9baa9-ec66-4aaa-8a70-56b64e2af408\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"219b81fb-066b-4564-ac55-544235fc177c\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"28fb9b8f-9fa9-48dc-abde-084f9605cd65\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"2b72ef1c-89bf-4298-a474-1148b0a5eed5\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"2f520b22-0ed9-4e37-92cc-a62e7f0407c6\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"328dd9c1-48cd-4a0f-8379-e01706802afd\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"372b2143-7f30-40e8-96b1-47c4f1208875\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"37444c28-13f6-4d72-91f5-089e68ba4385\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"3ec0f78f-26a8-45e5-a705-e57a8a9e08c1\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"49f9b07f-ad71-4894-9413-6a9ec1df3c96\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"4f666c24-b928-4772-b933-3d77f5385165\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"50169aea-5701-434c-a1c8-dfae87b1f91e\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"582cf606-21bc-469c-b085-1d2db31224a4\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"6050e58c-19ea-488d-bcaf-93403db87c12\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"6c53d116-23e1-4095-ac3d-175a2891a738\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"6dd53653-4ffc-4ca3-ab75-e2f6cda874bf\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"72d07086-bdef-4de0-9fc2-b766dd1d0170\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"79e8a770-3ce0-424e-a6f1-39663eb3bc28\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"7fddb6af-2f60-434d-97ce-496541ba3578\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"8012ec1f-b7d3-4e9f-8a58-a83d2b26558d\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"874bed87-dcaf-4fcf-b29a-f73731431db5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"949360c5-e122-418b-8ec0-eb5755ef0366\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"9e4a31a3-1726-41cb-9f5a-ee930a8d55d2\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"a69890b7-4e2c-4fcc-ac64-527e8ca64d5b\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"ae8f0b8b-453f-4fd7-839b-078a32f99791\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b1bf71e8-4ced-476f-937f-909252eededd\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b3921059-671a-4056-9be3-0039d9d4a0f8\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b4f0d243-327e-4e55-8a3a-24e0ee5d18d1\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b597ccb7-090a-4c8f-922d-d3bdc2f9ea63\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"b6831c7c-117c-4281-a2ae-d71ca3812990\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"bedb3f16-61a4-4195-9658-753d6d833e57\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"bf91e9bc-f7c5-4562-b225-c2059d6844ce\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"bf9b9d0d-4e57-4647-9d64-c2a863cdbaee\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"c1e70417-f38b-4802-9919-8c4859a9855d\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"cb3b795f-331d-4b5d-921a-5d5a4e66961b\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"cd134a59-dbab-49fb-9452-f0fc4d564182\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"d4ae3259-89e8-4d74-98d1-769ecedd77e7\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"d64e6694-42e0-4e77-bc06-95372ae32cd7\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"e35f988e-4d86-4e30-bb15-8b65de93d5ba\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"e3865f6d-e9be-4ca5-b47d-a5fa44d99c3b\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"e67c1aa9-2913-4862-b3db-24f929f2818b\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"eccb4f6b-1ef7-4520-9133-13878ecb4b57\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"ef2367fb-b363-4dcd-b0de-6f0f246ddf5e\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"f0bccaff-c87f-4858-bd88-ef2f2073f715\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            },\n                            {\n                                \"id\": \"fb532ae4-7d27-4fec-815b-c60a5bf75627\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"9fc0c66a-160f-4b12-8279-584a8df78713\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\"\n                            },\n                            {\n                                \"id\": \"e4be2307-3e0f-417d-bc42-13582d13eb76\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1c07d27f-bd59-404e-ab70-ba981ae8bf3a\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            },\n                            {\n                                \"id\": \"36b4d3c1-f4ef-423d-b6b8-38676230ea5e\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            },\n                            {\n                                \"id\": \"807f9132-fba4-43e1-b5d1-70cc7c69a5a8\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            },\n                            {\n                                \"id\": \"a736788d-0e47-47d8-9df1-029eb5abb496\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            },\n                            {\n                                \"id\": \"db01056e-f57e-48d3-961d-d4e8ff1ad4bc\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"4f3546be-7734-4e17-b704-9a1148247228\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"00b3b11a-c138-45ac-a81e-f67d0168e95d\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"16dfd4f2-b9f8-4104-8511-9812cf72f29c\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"1bc6cee7-519f-4d47-8c81-082f71353108\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"1e2049d5-1f8f-492a-be09-28916d03057a\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"2bb7ff2e-d04d-4da7-a727-fa834bcba734\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"2bedd0ff-b2e9-4f2e-baf0-fc73cb4a1f4a\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"2ebc94a0-5a49-47ab-a477-152729b27267\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"3eacf466-eed0-4beb-9687-8113a2228890\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"41fa6fa0-a426-482a-9607-fc9cded954df\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"49fc00c5-e4a0-4224-98fc-7c405c6b07a2\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"4bdf7138-888f-49de-ac88-fef9f110b056\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"50a70a17-6e22-4134-afa5-9922c16a82a6\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"50ccc051-6f13-4ed5-a9c0-6e0042f56d01\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"529cd6b8-861a-4981-b517-7a5d16b60189\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"59382ee0-f22a-4960-98a0-26821299cdb4\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"736786ee-4191-4754-bcee-c5448ddb9d62\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"746b8669-0825-4b2f-a872-3df05a366e54\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"8d9d3061-0acb-4169-aa4f-341f20a88ff5\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"917742d1-3dbd-434e-a186-f1787b51fffd\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"9564a1fb-425b-4f4b-9ae8-db8345dc2e00\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"99da904c-384e-4ff5-bd23-3d4dfbcfa9cf\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"9c329ff1-78e8-4fd2-8c7b-8e9ad41ebe24\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"b22fa519-25a6-4bcd-afa1-7a0c6f20c003\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"b7af7b73-4142-48a1-9a5a-c0035bd66399\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"b7b7989b-bf4c-4c43-a032-a84e744ff663\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"b8d6f484-7df8-4810-a8bb-7cb47da64c5a\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"c2439cac-ac80-4f6c-8487-bb6e86bb271e\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"c2f1c7c9-6ce4-4af0-a566-8c26bee92e47\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"c4f5fde8-3a41-425f-88d5-a506a8fd08ad\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"d1f4f89b-9269-45fe-9a4e-0d0506d45892\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"e1a9a18b-086d-43ff-b2ed-614e9e591a1c\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"e57f8bd2-a46d-404c-8cf8-8fa043832dfe\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"ed045933-68eb-468f-9a84-1115cb3987b7\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"f0985639-1457-4d4f-a3ab-c930552d8cf0\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            },\n                            {\n                                \"id\": \"f27dbb99-8411-41b6-a8e9-5f78501eb1c3\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0a0810ec-d15c-4d42-b8e6-3e795c1ac9fc\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"24d2dfb1-a365-48f7-8951-fb34684ee9e0\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"29657265-109d-4709-b432-5d9208ba11c6\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"3ddafbac-81a8-4fe6-b476-c741e51775b4\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"41500624-410a-4483-82d7-57acc6f17025\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"42bedba1-eb6d-4410-8d25-67036b0ba9c5\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"46fe9dfb-a3fa-41ce-8bb4-ad8329b18a34\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"4d667a97-66de-4227-a11e-41b1315ef1fd\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"4fe23755-0e56-4665-b940-abd020256cc6\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"6e949c2e-6e3d-437a-b0e8-889657ca4e8d\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"868a0fb7-dd38-4cf0-b8d2-aac65bd56e87\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"88473e71-181f-43af-baa5-fd5b1ad4fe33\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"91d63630-7b04-404b-acb7-21e6004d831a\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"979ac965-5751-4a9c-a42e-853165c7253d\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"a3fc4cbd-ce9b-4905-ae83-eca10da68be3\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"c3001b75-d83c-4011-8ac3-c0e03d9226c6\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            },\n                            {\n                                \"id\": \"fca1718c-debf-462b-abd1-5206c5e47b13\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02e61ea3-50d1-4dc1-a767-0ce69b1633f5\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"12b98b57-28f3-44fa-bc21-6b94a3fb1038\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"1502e5b5-1241-46df-b87c-00e08dd8b5b3\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"1ed35c26-0000-4a07-90ae-1b4d15c28c59\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"2277ed3e-970d-4333-a605-aa4f57e1c0f7\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"29176a39-7f29-4a7c-b29a-472a05d36122\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"2e98cf3a-c62d-43bb-9372-be6ea4aad570\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"34d92e7e-11b5-4249-9ef0-267c058b3e4a\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"3d372c55-2c52-4f1a-95cf-971d07031209\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"3f5ee93e-35a8-4108-a9e7-400ecb938f79\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"4fb3fe61-8886-437e-b0d1-21749663412b\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"50014344-c1f8-4d66-9fcf-79e55ead78e7\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"58cfcdcb-43a6-410d-8056-1b45d944f42d\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"5ba0b2ff-f7c0-4d8f-a753-06525a0bf750\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"5bf22de2-b49c-4d49-b5bd-5c9c9157c8d9\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"668af1ef-1bf5-4eea-a95f-69dc54769e21\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"687e56c1-6339-4f3a-9316-54285bee79c0\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"730a7ca8-70a1-45d5-ad03-7538690dce95\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"73545c6a-08d7-485b-8b1a-854153a38f2b\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"74e63f15-3235-4c95-8351-81f3dfeb1d0a\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"752feb2d-5afd-476f-9948-4917bfc13cc6\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"774e3ca4-cd31-4543-989f-fd3af0ecd767\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"9d47bf23-52f2-45f7-ab1b-b03256fb89ba\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"a0579e35-7b59-45d6-ab75-d85ba085feaf\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"a7b52e82-b22d-4f27-a484-a520d1745e47\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"aaaa55de-b098-4588-bc43-4801d803f0f5\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"ada1fb65-6d40-41d8-821f-7c2978bd29de\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"b09c7082-3246-4dd2-bc85-0ae8d9101dca\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"b95db4a8-dfad-4611-b523-3c952e115774\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"b988544a-ab07-40bf-a3b3-d76ea9fb60d8\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"c2aa583b-443c-4e9c-8f6a-8e613c381c21\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"c968b9f0-753e-4ce6-be5e-0b477362dfaa\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"d4d33dca-a08e-4c8d-8c1b-c74fe230ac22\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"d7b664f9-89a9-4834-9dde-c2b41419efba\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"d865141d-28a7-4fda-b0d4-fd2b21fb53f7\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"dafd79f5-a937-40f9-a0dc-53cb6657ac8d\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            },\n                            {\n                                \"id\": \"ec2bcc3a-7d42-4d11-828f-78372d502384\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0555a940-519e-4f05-8bc8-3c66ea14c951\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"07ef7c1b-132c-4a5f-bd87-445a0d59b78c\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"245a655c-67f4-4256-8d30-a77cd4ae87a5\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"2e6c3e87-6b78-42a9-a6b2-37cac03b7a98\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"30fd8193-7c6f-482a-9598-2c27d00229b0\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"343d0f53-6b55-463a-b12e-e2230e9804ad\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"344cbc2b-a086-4ae3-9d48-2de5e0236606\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"35d99840-d964-4257-b0fc-4ff56f3ad0c2\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"3861d666-b9ff-40ae-ab25-2a0cf03ff55e\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"3c813be1-220c-471d-8d31-a6258e67d8e7\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"75ab4884-8e55-47a6-8ede-e7ab58db3a53\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"aaa8eb93-f6be-46c4-886d-55d4a98400ba\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"acabd2fb-9b27-4d00-be36-39965ffe852b\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"bee26e3d-a75e-409b-a2df-6d81fcd7ab63\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"d80a02c6-2746-42f8-ab85-398514b5b56c\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"e7f5a84d-3980-4cfc-82d8-0fac7524be1f\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            },\n                            {\n                                \"id\": \"ecc21bdd-9f6f-481f-b1b6-8394b4838651\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"02075963-8c2f-4824-8fef-94c2865f3ba5\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"02b10c47-6796-4329-8468-b3568ae95ab1\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"03a70128-31c1-4b93-91d6-92bb30b4b731\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"1db69156-a51a-4cca-b2c4-79550dca1064\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"26cefa8c-b164-4ba6-a6de-252520c74eec\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"2b3260b8-1fbe-46f4-9585-e04ac48529aa\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"3019998f-f4aa-4f76-9d5d-6312aa90dfa7\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"37cb57cf-0699-42d9-822a-5c42452a3efa\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"393a20b2-ac91-4011-af63-62f969c003bd\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"399450b2-39b5-4364-80e2-a982d2114a80\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"3ba35d7d-3a2b-4d51-bb0e-3c837cb26b2d\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"523925ec-9de7-44e7-9f2e-34e01c854706\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"6386fe47-c3b0-4812-ad06-cbeaecf0802c\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"6619766e-b80e-4b18-835f-f9ac84f708c6\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"6b56bc04-41ce-4082-b5e1-5ff578dd8ab7\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"72a7cf14-fbcf-4c3e-a7b8-a93398fc00b8\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"7965eea9-a06a-4d50-a80f-68987fb1771f\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"7c153913-e0af-4690-aaef-07e26437dc60\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"816f1ee4-ceea-4a70-9e6e-808c9eed4cd1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"83db8e8b-de6d-4ac3-89e5-aa2b5a02e0d4\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"871dc469-9a69-4d29-ba1f-18481debe373\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"894dc2eb-60eb-471b-9728-29332f1227db\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"8a7a3d65-0516-4ddd-96a7-51ba8ea10cb8\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"8b1154fa-aa1d-4082-bd5e-12268ae0c4d9\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"8ee7551f-3883-4cfa-935b-cbf4cf21f393\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"9df21010-da30-4801-ad0f-07b3ea1b9793\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"9eb5d3ab-3687-4d2f-a0a5-6d4ce6ad80f8\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"a0824cd2-0815-4a5d-969b-c0cd44ead78b\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"a60c1eea-1aa0-43aa-a125-b7806f52f9cb\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"a84aa31d-3612-4ea8-a4c4-8a548f0be8a1\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"b0fee186-0537-4869-a715-70116bcf56d5\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"d6c1f255-d406-49a9-914b-b96511b1658c\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"dad1eade-2c6e-475b-8185-fdd38e5cb96c\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"dd54a17e-a023-458d-84ae-22574b319d35\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"e40a2576-8e88-4842-9678-5458438da6dc\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"e48666b5-a40f-4c17-9f2a-7387e0ab5037\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"e699037d-79e2-4df2-8bf7-533f7878f827\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"e9a30674-e2d9-4a1c-9988-0aa2fdd6ccd6\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"ea211683-263e-4743-8dab-bf5bf99c7e56\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"eb183dfc-d7dc-40fc-85f2-fc813356b39b\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"ee6ddee4-ae6b-4be6-bcf7-3d0b56f660f2\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"f43d7945-7925-4fa3-9207-a673132d43ab\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"f69fb677-db87-48e2-9fc9-c43925bd5274\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"fd0c5a42-94f0-461d-a008-8cacfc1f0643\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            },\n                            {\n                                \"id\": \"fdf60016-9d1b-47af-a15f-d09683191e84\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"72d13eec-0864-42bc-922e-060b4a57f610\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"071e3d4a-0d1f-4906-bde0-2b783faafd61\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"35aceb66-a4c1-4da2-9e7e-0afe8ce96a20\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"9b8d3150-d9b3-4b8f-a179-9b086a9af7d2\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"b6ea3323-c6d2-47ce-9861-a6f141276e05\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"bb024841-40ce-4317-b79e-a66066a54a58\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"c298b7ee-77ab-4df2-82a4-cb3088321503\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"e9fd3b53-fe05-42c7-8205-d426116d205c\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            },\n                            {\n                                \"id\": \"f7a43a3e-53e0-49a6-8bce-d22dbc3aa658\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0dfd9713-3069-4637-b559-611a17d1a888\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"14bc6de8-afe5-413c-8a4d-a0f115871633\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"1a31f572-0518-48e0-bd92-326b6d8a31e6\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"1c7c246b-5542-4b74-ac35-7c72dbc55a3c\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"217d4c35-2b23-4e31-87d9-f97c9776e244\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"2fa9eed4-1850-4ba4-8c5f-8e325a82f0d1\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"320424d8-0d39-41b8-bf6f-bdded31fb09f\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"38244813-49ad-4559-b759-3b27dc43f361\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"399ac2cc-84ca-4ba4-a0f3-e99f750309ab\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"4bab72e5-bcf4-4bd2-a6eb-96ed60f96027\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"678f0a24-ebb2-46ad-b4fe-1e4749091859\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"7f3c9d35-3398-4c59-88cd-bc00e8966b2a\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"837ef132-1eb8-41b3-8d99-cd507a63e4b3\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"a107cc3e-3460-4466-98f0-2f96238b9a67\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"a673866c-0212-4114-b815-003a1cef35e0\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"bec58b09-9045-4e4e-8362-b7f3cd3c124e\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"c137f0e9-6f98-4889-bc78-3f1f534a5fe4\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"c2c6fe68-b0c1-40a8-b0f5-1a82aedd60b9\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"c2de0de2-d756-4d1a-91c5-3a4355995826\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"c7f6c202-8bfc-48ed-a3da-40513192ab29\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"cf177533-de52-42d9-b800-7b100fcb5529\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"dd58f7a7-2324-4a2f-806f-98b14254b4f9\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"f231c045-d8cc-42ec-9f21-63d5d4ae2e05\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"f47d4bda-96c4-428c-96a4-f8f9d7d2aa96\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"f5a57d75-a68c-4ea5-8ee3-3d20f270ee67\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            },\n                            {\n                                \"id\": \"f8a8d170-6a5d-441b-afce-415d595a997f\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04051c98-899a-4143-8f57-241fd5b4f4b6\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"09150455-5915-4878-aa80-4636028e2b4c\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"0f856aef-cbc3-4874-9a63-383a352f3036\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"169016fe-9aeb-4ba3-a9f9-a2f4d77aa59a\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"1ef71ebb-882a-43e0-abd4-fb364a071d97\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"20025b6c-c819-4630-bf98-c35ac2e8a6c3\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"21b573f7-f28f-40e0-9b0d-7ca2524761b5\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"21d18a54-af14-448a-b977-3cdfc577311a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"31ab28b0-ab07-4f9a-a1c4-78e6134ea89e\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"3ffdc945-a206-4bcc-a58c-cbb0488d1628\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"4b926ae8-dc0b-43fd-ba66-1b34eec5b5b1\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"4d13c5f1-d1ca-4c94-ad51-c3ac010b6371\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"4eea0554-75bc-4b1d-acea-edb44d211816\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"4fbec5d3-7e4a-4f3e-922e-13ec363bf467\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"50d75c56-4db5-496d-bcc9-66933d5edc57\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"577cd95c-08a2-43d3-aa1f-2edf42057425\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"5b33aa33-1fbd-488a-8e11-7284e7da4787\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"5b9df62e-7c65-4872-b71c-3bd855d0d85e\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"6017b763-690d-402a-8685-6c958b096a78\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"6685f357-d40b-496c-b571-b526ad6855ca\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"753d5c09-1a46-4732-911a-048e2f0c7002\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7953eb66-334b-45bb-8d69-5902fd6072e5\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7abde7df-22ba-4651-8321-48b6275be00f\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7b2c9c65-8d40-4e04-926f-9f0fb238facd\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7bf3135d-1aaa-4acf-b1b4-571faef851ae\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"7d938f6e-6999-4622-8145-6657f8c05ca9\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"821cfd65-24eb-4523-ae41-3be744c6e02f\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"8303fa91-e84d-4fdd-9173-9db05b0394fa\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"88192c64-e1cb-4232-a3f3-053d666c5159\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"883a0350-3753-4805-9423-20f8e85d27db\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"9582178e-550d-4ad6-a4f7-81e567be4720\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"95aac9f9-f305-4d25-a49c-7fdca377ad47\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"9863d04a-498c-4460-b19f-4c794b49db55\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"98ab3c16-a83c-4bb1-9c06-19fbc536854c\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"9b8e1326-00f3-4a69-879d-a453fc486c99\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"a826f3ad-5dd0-4de0-a59d-da5e949d619e\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"a9282937-0348-467f-9f2f-c72b3501bc7b\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"a9d6405d-ec5c-45c0-b8cd-2d2bb58be568\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"aed454aa-59b6-4516-9f65-b2baf4920259\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"b228288d-825b-47ea-bb01-4558fd9e86e4\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"b83c0534-68b5-46a8-b80e-e1168b75caf9\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"bb841c9e-a04a-4f10-9548-57ea3080df1b\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"c4988679-6f2c-40c0-baf7-a114a9d1fda0\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"c511e44b-d6d6-4586-af5b-b75bdce0ab05\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"d7b93c83-ba9a-4f3b-a5b9-6b6a60004d2e\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"dfad3ddd-5f03-40be-a8b9-49fec46a89fd\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"e6fa72d8-c525-445c-a013-af5097c5f748\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"ea49da08-759e-4308-b88f-7b5f702cfab5\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"ea921ac7-c2e3-4890-8e1c-11de6ea7fe91\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"ef9c3996-f8c9-4700-a43b-b2f595b37435\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"f69e909b-14cb-4f29-bace-ca17cc4db9bf\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            },\n                            {\n                                \"id\": \"fd555082-5aab-4329-9257-98efa4f62943\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"00aa0509-3f23-457d-b700-ab91a401133a\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"0694f3fe-2340-4f50-8a1b-16021f35b093\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"0adf1a45-8d14-4d14-a805-af06eb098b46\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"16df12a1-598e-48d5-89e2-ea24ccd1b9e9\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"2794f89a-6313-48e7-90a7-8a12317e3306\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"347c7b1b-65b3-47df-83fa-e7d84bad757b\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"38c768f4-e682-4ecc-bcff-db4ab2fc08cc\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"3a8c8d47-2904-454e-84a3-6d091c21b596\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"3c319906-42bd-480d-ba85-59c6238e3aea\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"40af1ebb-22a7-4110-96c0-cba266888eb7\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"428a52f5-7e42-4900-bb51-7427a45d1a67\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"6a9891c9-37bc-4bf7-b563-32a9243c580f\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"6e3f4c35-3b4d-4e58-863f-343848e82514\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"74adbda6-582e-4dbe-9231-0f894652108a\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"800c103e-80ea-4145-beb5-551476de60ad\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"89d81119-6302-4773-9bb1-db00dfa219d5\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"b170903f-72bb-4beb-b46b-362f2f7831a9\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"b17cc709-47c9-449b-b8da-36c853554286\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"c379589f-b382-4ddc-a314-bb7d7720b32c\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"e26c22c9-8724-4a55-8148-d3e4af082934\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"eb377be8-1d41-44a9-b1b0-adf9251dd26c\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            },\n                            {\n                                \"id\": \"f68a1318-5ef8-4d3b-9107-630185aea7d3\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0d77a512-89e8-4605-8f7d-3f2aeef64f7d\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"1074dbbb-3250-46d3-b2cd-686b1094bdad\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"14483e97-144e-4006-b5eb-c485bd25c236\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"15a76438-eac6-4a70-84ed-703f27506572\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"17bdb3f0-f883-49a2-b0c7-e0e4383c6689\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"1c4b6905-e5e4-4ac2-adc3-5f266231b54f\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"1dc53d9f-2728-4572-8e3d-06c97d2af1a9\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"26c0dc97-e95d-49a0-a6fc-a2f60cac9a00\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"27e97ca2-fac5-4027-81f6-e4306c557403\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"29588c92-fca6-48ae-8b93-1d64a1ddca58\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"2f6f14a9-25fe-4bf1-b47c-ccbe6894b125\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"35770840-93b3-4db4-b45b-e3bd2883aaca\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4112a039-a524-4213-b636-f7d62813cd42\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4204e033-5c19-479a-a3ab-323cfcc6e28e\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4223ce29-ea4b-41be-9204-56f09b8a8f65\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"467b98d3-3c30-40bd-944e-1dae0ef2fe57\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4e39297f-4d86-4ad2-b610-2b44b3509483\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"4f002855-17a3-40f3-91b7-6e27bb40d442\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"53c7565d-7fb6-4707-9b18-dad252f7ac46\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"56af623a-8c17-473d-a25b-c27f2356d7aa\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"572a5564-e0f3-4b34-838f-4094ecf91221\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"6815c701-86d2-470f-bebf-65b34228def6\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"70d4460c-626e-4fc1-83b7-bb8bd6d8cac4\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"7f4d9247-28f0-4553-8e53-36cdf2c01fb5\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"836179db-64ca-42ef-9572-4c83c4d6f046\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"89b66b23-2ba0-4e1b-84fe-dc709c7d5c61\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"95761637-92a6-4537-866c-25a15e601467\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"980b816f-476c-4398-8465-0175ab3c3bdc\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"989e3bb1-90c4-4a9a-9e30-31e202ce17f1\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"9933ab4c-f0d3-4804-9654-2e3bc82b89e4\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"9ba9b1da-292d-4f2c-8805-876725a4e5f7\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"9c0a8446-fe6e-4a30-b05f-b52204357834\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"9dfd18aa-12a9-435c-be4f-7b5c7ec2a627\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"a148214a-d4e9-4822-91d2-b83a36e5de58\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"a269a4c6-fac0-4caa-9c2b-d7a0025d779a\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"a8a26b49-a477-4a61-af85-2cedc3fe83f0\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"abf2c00d-ba37-487e-afa3-5bb2f77dbb60\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b04f0764-07ed-41a0-a4d8-86bb50b37c19\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b2943a44-9581-4365-9c99-cc10d6009b26\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b47cac23-0446-41ff-9003-f3e75cc610ce\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b49be73b-0ac0-48fc-a2b2-cc32e897dbc8\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"b74fe025-a244-45cb-a2c3-470988724b2f\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"bb7ca99f-e1d7-41b0-9e1f-3eb5590d7f61\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"cb14bc40-dfcf-4fae-97e6-5cfeec4ee374\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"d5ad538f-62ca-4797-8490-4e4b79bb0a42\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"d914bd3c-76d6-40c9-ae05-fef64a282d7b\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"d9b88055-1fcb-44a9-b7ac-293d6eeb8294\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"ded41a1d-04a4-4eec-805b-0ceb88e58b9b\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"dfdc4066-6270-4928-8da7-e7ad1b8b7836\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"e12e7fd4-574b-4034-9520-b59122f672b6\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"e2b0dd46-63a8-459c-b5a9-7d84a598e8ee\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"ecd8dcdc-a84f-41d5-8b3e-d14f25c6483f\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"f3fe9092-1be0-4088-ac3c-cb508af68e1c\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"f708cfff-7fdd-410a-9847-a0e5d2f3773a\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            },\n                            {\n                                \"id\": \"ff7a8168-3020-436f-ab07-9703eb08f236\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"5ecbf200-971c-4e5a-b4b7-60defe124193\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\n                            },\n                            {\n                                \"id\": \"f9a74483-dc35-4a39-87bc-635cf16f1622\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\n                            },\n                            {\n                                \"id\": \"ff81c98b-16e6-4429-9842-3033c223ee61\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02c10a63-cff4-44db-90d1-e44e68a6158b\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"054441e5-1c41-41ef-8c09-c671db89a277\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"07eee8f3-5691-4846-9865-6dd0d4be9585\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"08159b71-dac1-4eee-8a2a-5075452d9b3c\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"155712e6-87c4-4e3f-98dc-b8fbe2991595\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"2d11ee1d-948e-4116-8465-4d1906a4cdb2\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"56ba979e-e922-4fc8-8a75-9cb49ccb1d08\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5b6183ee-2934-4ed9-818e-edf55d6a9e44\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5c631ae7-4f72-496e-8f8c-5de0a854e4c5\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5e106a18-3969-4642-86e0-681fac42710b\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5e3492ae-7d43-4eb1-bb37-673f0866b159\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"5faa3267-0f48-421a-b0e6-51def528d50b\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"63e83ba9-a217-4792-a808-2722db42acf5\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"641f14c6-c8a2-4e21-adaa-02ff59313562\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"750374ce-a917-4ea5-8c7e-6759fb25eb8b\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"79e7d577-dbe9-43e4-abeb-3a25778e22ad\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"9487f156-b73b-45b9-ad0f-43267ebeef6f\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"a8209d4b-c215-41bc-8c0c-fbacad1e6033\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"ac2bac7e-8e19-419e-9ffc-5f0fed3160e9\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"af97c54d-7da7-46fc-b1a8-58595eab5b30\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"b374e113-40e8-4144-8b42-d5581f828311\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"bba1d48e-31ef-4398-803e-c583f9505a26\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"bdc71536-559d-441a-a13c-3016d142f139\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"be70b998-f297-4852-83eb-7c64bca3f0d3\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"bfa9d8ca-97bc-4599-9c05-5cb2f3048a7d\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"c65fc3f7-8f33-4ef4-9a3b-165de15e8faf\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"cfc78807-c839-4562-85da-1c90204a0d2a\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"d17b2e7f-f10f-4d8a-a08a-0c0bb962b762\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"d6c40728-6111-437c-a16a-16b5ad108714\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"dcd13e36-fecd-4798-b6ad-55ffc3348a15\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            },\n                            {\n                                \"id\": \"df5d2c74-7e03-424d-ad60-8b36c50cee13\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"115010e9-6818-4a31-9eec-2dae878f8f32\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\n                            },\n                            {\n                                \"id\": \"d988efdf-29f0-4cc3-8d70-ad6f10a1d1e2\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\n                            },\n                            {\n                                \"id\": \"dd6bdf6c-f680-418b-b5ff-cdfa568c1ad3\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"client-nps\": [\n                    {\n                        \"id\": \"17107775-119b-42ed-ae4d-7f98e3fef87b\",\n                        \"text\": null,\n                        \"object\": {\n                            \"end_score\": 4,\n                            \"reasoning\": \"Le client a montré des signes d'insatisfaction au début de l'appel, exprimant sa frustration face aux problèmes récurrents de connexion internet.\\\\n-L'agent a su démontrer une bonne écoute et compréhension du problème, ce qui a permis d'apaiser le client.\\\\n-Le client semble satisfait de la solution proposée par l'agent, à savoir une extension de data mobile pendant la durée de la panne.\",\n                            \"end_feeling\": \"Le client s'est montré satisfait de la solution proposée par l'agent et a remercié ce dernier, indiquant un niveau d'insatisfaction moindre.\",\n                            \"start_score\": 2,\n                            \"start_feeling\": \"Le client a exprimé sa frustration face aux problèmes récurrents de connexion internet, ce qui indique un niveau initial d'insatisfaction.\"\n                        },\n                        \"type\": \"client-nps\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"43619d47-f9fc-4fd4-8a01-5ccfa119fcb6"}],"id":"2292955d-19cc-44cf-bd02-c12f120fa43e","_postman_id":"2292955d-19cc-44cf-bd02-c12f120fa43e","description":""}],"id":"4c989668-4907-4516-89b9-b56893e4ef7d","_postman_id":"4c989668-4907-4516-89b9-b56893e4ef7d","description":""},{"name":"Summarize a call","item":[{"name":"Summarize a call from previously transcribed audio","item":[{"name":"Summarize a call from previously transcribed audio","id":"1e5aef3d-a245-48fc-96ca-00cb411d8896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"summarization\",\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-summarization\">WebHook callback reception on successful call summarization</h5>\n<p>Summarize a call from previously transcribed audio, and receive a webhook callback (POST request) on successful call summarization, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call summarization, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"78bce41c-0f52-4504-93a8-75871ed06594","name":"Summarize a call from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"summarization\",\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"fr\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\n}"}],"_postman_id":"1e5aef3d-a245-48fc-96ca-00cb411d8896"},{"name":"Summarize a call from previously transcribed audio (with tags generation)","id":"feb191f4-0086-42f5-8381-ba984013ea9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"summarization\",\n    \"generate_tags_with_summary\": true,\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-summarization-with-tags-generation\">WebHook callback reception on successful call summarization (with tags generation)</h5>\n<p>Summarize a call from previously transcribed audio, and receive a webhook callback (POST request) on successful call summarization (with tags generation), including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call reason extraction, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2d0f3fb5-1fd2-4e30-9292-1f43d53716c4","name":"Summarize a call from previously transcribed audio (with tags generation)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"summarization\",\n    \"generate_tags_with_summary\": true,\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"fr\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\n}"}],"_postman_id":"feb191f4-0086-42f5-8381-ba984013ea9b"},{"name":"Get call summarization status/result","id":"ec84fe42-029a-4bdd-bb8f-043c6ab5eef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"90d31bbc-e3e4-4cff-bc14-23758eda396e","name":"Get call summarization status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"02ee5f1f-399b-4bd0-8620-57bb883038d0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"0b176f85-3d72-44cd-8c12-c0cf3a89e8c7\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"0c119eac-86b7-4d76-b653-4e23e3e42f28\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"14f9ba2c-28ed-44ad-ba72-235e8b583df5\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"1a8b5306-4dfc-4886-aac3-eeb688530574\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"21098248-bb9e-4307-9250-79b85c74182b\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"2fdf094e-3191-4e94-86fb-f9bb01d67049\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"30a9c278-8cd8-4834-bfe1-aa8e1cce706d\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"3e4962f5-0e0a-4bbd-b7b1-823df21bbec4\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"43a146f7-7e4f-48d2-a900-b52ce90ac25e\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"64a7d97d-31a6-4130-8735-c7f407dc9e5e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"7013afbd-10d5-4950-a342-a55a958bfbd9\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"73d4478c-4b0d-4a2c-8004-bff38bdc4ce7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"9117ea49-1988-47d9-a0b8-a6c4da1c3711\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"b246b2d2-dcb3-4620-9720-9eb6d818d924\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"b838fc66-e754-4553-95a3-82bb99d1d3de\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"beeeba31-0fa7-4206-96ac-0812597b808c\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"c30b93e1-a15e-4f5f-969b-b821f62727b3\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"cae150c4-c157-4345-93ac-36f653988132\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"dff82907-12f3-4d19-9dcb-a49a579711d5\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"ecce880e-12b8-4ace-8d87-8fffe5b27a87\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"f3fd1be5-27f5-4e16-ad9d-ccad41c4ae71\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"022bea64-3744-40f5-9cbe-6e157da4c942\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"05ba06c0-dcef-4498-9ff0-221ec9a29823\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"095f170d-05eb-42ea-a2f0-bc46a5981c96\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"0b6d1ddb-780e-41f2-bd14-921cd6b444f0\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"16bd6f51-2873-41df-991e-fa0058047768\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"183c9722-c735-4415-99a2-e527834239f0\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"1cfd9abe-1116-4d9d-9640-40005555896f\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"1d8113c6-a810-4ffe-b167-9149be95a2f2\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"22894cb6-4e3d-499d-b4ad-3eac66733e00\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"24717df5-cf6a-4194-9fea-9d4f2bc9888c\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"25940a8c-c366-4025-9290-857ed81dadfa\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"26581f86-4425-4e37-8d6c-b13ff043a9f5\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"2fe7639d-a6ab-477d-aadb-25d9b9f0dde8\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"37a79441-a3ce-47a3-8472-474d5b2a4684\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"43c44a6b-93b2-4a68-bcf1-e4c71440a319\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"4a06e0e9-f816-4856-b0b0-e6855bd8df5a\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"4be7ba29-21a9-4211-9e99-736a41a03e4e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"5709314c-2c33-4dd7-a699-4aeb3253313b\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"5786ff61-90d9-4e23-b7b1-adfd0b139455\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"5b5722e9-c131-43e6-9483-405844065c40\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"60e07435-7784-4e89-8aa5-a7daa2eca075\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"6aaeb097-9e9f-496e-bc71-85627fe0bdee\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"6f0c692b-b4fe-4a51-a93c-152eca5b3d4b\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"7928a940-cec6-428e-bd6b-397ad1079020\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"81aea388-d5e9-4c71-a689-327a7cdbb02c\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"85db4e84-d5d6-475d-b4ef-53ba4126dfd9\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"872507ee-16df-48d2-b9cc-dc05eef0fef1\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"899101a3-9cd1-4479-9ec6-f480142d5383\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"8a430ea2-5d98-4035-b91a-622f837e9c29\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"8cfd943c-6b57-47fe-929d-f708e770460c\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"8f1669b7-b93a-4372-a31e-d47aedb81cf1\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"937b9fe3-7fe7-4dec-aa57-fcc2813e6801\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"9e70539c-a934-45c5-a7ac-4c01fe0a167c\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"a69b0d2e-6dfd-483c-97b9-987b9db8ab17\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"aa9309c4-d174-496e-b12c-d8b571d8b425\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"b70bdc79-e09f-40be-a40b-ae0b6378251f\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"b75bfe80-1af6-4201-a573-c47a03cdc6ce\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"b82bf5e7-5582-4143-bcae-7db10386d28d\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"b999509f-f0ba-46f4-bb7e-7c3993b77746\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"bb2ad8dc-6970-462c-ac55-f7fee32b7c3b\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"bdc7d99e-6c8d-46b6-999c-762b769f21d7\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"bfb5b80c-8a1a-467e-a09b-a45d0556337b\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"d04a530e-05b7-4251-8068-f41c0ebbedd9\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"d200958c-9607-4437-aeb8-b32318eb031e\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"e1d48605-7bbd-4760-8621-d10823fa24e4\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"e94b8838-db83-464e-ad21-86dc842ed01a\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"eac3ce06-3645-4a6b-9932-37cd0f5d013d\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"eb2d4285-2c3b-4f50-b835-df3a0bf9f849\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"f0de5d77-f28a-43fb-a448-397b7c9a8d8b\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"f49fb37f-8c60-4494-b171-eb9132a673c9\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"f4e0cf05-7574-45a7-a865-b6ca5843acaf\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"f82c6416-d422-47e0-822d-2683152e1c93\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"fc3cb5e1-bd3d-4808-b50f-ca311c6a2c91\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"055dc84b-2c31-49e3-89d6-e36c144bec15\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"0dc8ef29-c37b-44fa-8ec1-3adaada2c9af\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"18a85701-067f-440b-ba44-b6942046d0d1\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"19f71e6e-7df1-43bd-9a1f-0410db5b9d0e\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"220ce5ea-1982-43f8-a34b-2bf1adba130e\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"2277ab19-a908-4574-9680-07912ab067d4\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"2ceb0501-37dd-4035-a5c9-014ad7e38ab5\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"2dcf7980-c4bf-4354-a248-dbfdaaf5db99\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"2e35056f-f21f-4503-91a4-dc5e9d39e2d1\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"34ed46c5-5989-4757-bbb3-b7a3f5087f60\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"3b0a89ec-fd01-4737-8547-18d9fd2b9556\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"3b89fe31-b6f8-49a1-a5ae-2560076cfdc1\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"3e38c60c-a591-460f-83f5-5f1b215dd120\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"3f58e674-eef2-475d-ad47-dcdc763adca9\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"41d4114c-eac3-41b2-a4b6-a63d155c9a69\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"4ed5b707-9a65-4751-b4d4-bc55117e915f\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"5224fcf9-701c-465d-8fd5-cb05cd5dcb5f\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"5388cd08-9d35-4ffa-be39-b2078caff126\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"5bf6b4b4-0c0c-463e-b931-2571722a19d4\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"620a3172-61b3-411c-bec9-78c639d2f821\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"662bbe8a-cf78-4f73-b565-871b98321151\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"675a4f4a-3010-4c63-994f-0cd3d2d927ca\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"686fe20d-5000-4751-a983-58d7e0b2e2b4\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"708a3f95-09f9-43c2-bff0-51600c6ae1ad\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"72910374-d778-4272-bf24-e06afd567c31\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"76891f32-a416-4be0-882c-328855facd30\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"7a2838b4-6759-4cfc-92db-022e2b47c6b7\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"84b84de5-b0cb-4eba-8e5c-ea3112d775d9\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"8d32df81-56c5-4af9-826b-cfdf86b65b84\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"94eb2373-0389-4aaa-b6ff-937533820354\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"9acab16b-f5fc-49a0-b99e-17ddfcb6398d\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"a0255178-de57-4435-b932-ffee942e46f0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"b0c5a022-05d1-4821-91bd-198a06124178\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"b83c7ab5-1cad-4964-839b-65163ac5e9d1\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"b938e4a2-a86d-457a-af80-f48eba085db9\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"bb281913-fb93-4702-81a2-61b5374f8c4a\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"c6a8f48b-7c99-424d-ad08-595224337f54\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"ced5db19-7a03-414a-9732-971c9a13715e\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"db500b52-4583-4f4f-a274-87bdb28bf665\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"dee0010a-edb8-463c-a1d7-c018112c983d\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"dee293e6-e93d-45d7-b7f6-ed6d5e4760d1\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"df587596-6e5c-4ba4-8ff6-c1c65bbd1b79\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"f1a9bdfe-b92e-4a4a-8383-be2466c019d0\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"f5391da5-e998-449e-b86f-391706d6e33e\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"f793e553-4e4d-4fe0-add4-2e656ad6115e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0666975c-9a90-48ff-8c5b-9bd4e5fada67\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"0ba98446-284d-45c2-bb8e-ec7b40744e38\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"10f5a50e-b9e8-4c09-a54c-8f9ce93b6e58\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"2248f800-2529-4c54-987f-cb1bbc9d8c04\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"3ebdfe1a-e894-4fa2-999f-bf8f355b124c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"44730c16-74cc-4267-8c90-7ef41a3d3df4\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"4941111f-8c2f-4b03-ac31-cd0cec322344\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"4a4d83b5-244b-4a25-b309-d515549bbb16\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"50fca7c3-8630-4eb7-8951-1709672d61e9\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"665c30d8-a385-4d0c-90cf-d5af0946cca2\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"6ecd41cd-e84a-47ce-956c-085e84af11b4\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"7526adac-b016-4e5f-8077-e86b1b30f897\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"7e4e7acb-9bad-444c-a0b9-2ae3364b0572\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"7ef70bef-dd91-480e-b243-e84140cd1de4\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"84e0cd4f-37ee-41bc-956c-26de042e5a7f\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"8753d373-ebd5-4cbc-990e-64d65bcf92d8\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"8b6205eb-7302-4c87-8b4a-c9ce6a1f5520\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"9521f67d-dbcd-4172-9727-ee049c21cd56\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"a5cab72b-d7a3-485b-a2af-268328da13a4\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"ad3dcce2-3b1d-453a-8809-e895f9c0095e\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"aef04611-c475-4ffe-bada-75d4ce47213f\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"b23aebef-d334-4e60-9b41-6fcf7c30f31b\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"c527ab97-1113-4d9b-ad50-299811f95324\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"ca60f95c-d34f-40d4-a732-5c5761b6d4d6\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"ed7160c0-d064-4e36-ba72-cf9431915c0d\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"fd95758f-8a1d-47b3-85fc-ce3b096adfff\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2f088948-36fc-467f-96db-545569a8318d\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02a4923f-1710-4838-8b10-abe5c1d46ff0\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"054032b0-5ccb-4aa7-adee-ea01df49148d\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"06413344-0fa7-48a1-b078-5161f24d2c6a\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"08f1d412-e9c5-4269-8016-723ba5c033c9\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"093487e9-800d-4c0e-b655-d9f03d0d95a8\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"0f1be8e8-5095-4903-8f98-277d0b02cbb8\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"0fb468b7-5269-4969-9c04-616c0b553a31\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"18e11043-d18f-45a5-8f3f-debbcb1ff283\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"29c34e24-435a-4b4e-b387-ce146a0befdd\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"374d918e-3fa6-4d9b-bd4f-4d6570d4343c\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"37c4a0da-3d85-4bdd-b15d-8efa93013693\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"3b2fe64b-71c5-4b11-bba1-682f2dc77aaf\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"3de275ab-a664-4cc0-b35e-6e1cd9919ad6\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"40eb0994-faff-401a-9c81-3f8b90c310a2\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"41b869ea-a7ac-4f1f-a89e-92b7c23bf15a\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"46cc51a8-7fe6-403f-b03d-5b30aecbec62\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"48368412-4977-4451-9884-b87f4d1d769a\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"4de52e5c-c7ea-40b5-82c9-14460b81ab55\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"4f185cf0-f89a-4b87-8e2f-596938d0d5d6\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"5059b0da-ba48-494f-b68a-2a1b5f96bfab\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"524332a3-be94-45b8-b086-ab2a5fbb414a\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"5568e63b-b8a2-4ec9-8201-8f1f8e7a5f85\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"5ba604cf-5f6c-4317-8ade-d80791d5c12e\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"6214b407-6334-4335-a529-0bf150e235e5\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"6214c03e-a2bd-42c2-adff-f7bb6793f998\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"673ccbff-775c-4d41-a568-552cba0fa202\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"71af7e40-29e1-4d4a-8a22-6f72c91fdfb8\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"7211f8f9-77a8-4570-8e77-994a871a4438\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"7a1119da-a8f7-4ebc-bb97-e29498a8b32c\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"80dd63df-300c-488a-b005-49d133db72fb\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"85744018-d49a-4c78-b16c-6b8071e40dbe\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"a5b5b098-adf2-4df5-bcaf-ddb007388ee7\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"ad0ad248-91d3-4677-a8a2-1c59f60f6586\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b053dace-6730-499b-9319-1398168ec3ab\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b3525c9a-fb1d-40e1-888b-15f622140b31\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b42c84b8-39a3-4e31-a113-b2a03c3f67fd\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b540a31e-6437-465c-a308-a7fac73e443c\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b958d1b7-4058-4af4-8a87-b05aa7e02060\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"be0a428a-4429-4509-8f13-01b7e54be3d0\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"bfc3be95-0ab2-4a90-9df9-7925b62fef17\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"c9545fee-9730-4191-8ff2-63fbc5e0ffcf\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"ca25be91-beee-4ff4-874d-c8384023c248\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"cc738040-7221-48a5-816e-96df69c74a98\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"d22cef5f-501d-4c88-8db1-63b077677477\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"d5a61314-ec01-4c20-9ce4-bf9ab445cfb5\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"d73699f2-7d4d-4541-a612-54895c96131f\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"d9ba52bf-557f-4bb5-bfb5-6468d021fccf\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"deb768f7-f7a2-4b66-9461-c769c4498e45\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"e2c2dbbc-2c8c-423a-8ac3-05ccd5b96a1b\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"e356d393-623e-4461-aeec-d3a113f354ed\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"e4ade996-1440-4185-a315-fa2b5ab862d5\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"e734a8df-20c7-4c9b-be06-8a53a71f3785\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"f13a35a0-1531-4af6-82eb-7d0f3c34e2b3\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"f2015e71-f304-424a-bfed-bce9d7a19fef\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"f5afbb13-2f2c-4c79-a8b1-5897cae335fd\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"444bca66-8c56-4f66-85fa-691300c536a4\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"06a43a70-ebe4-4f81-87cf-4b2ae057e68b\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"0fcfe541-7786-4db9-854a-cfbb6bb8c736\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"16edb5ab-046b-42e6-b96c-ca2d14c14481\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"1c663b38-ceb1-4c70-8845-f10940d1c36f\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"2ca66bd9-b4c1-4d3d-b18a-d667e8eb0221\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"2d3efdc8-f489-41ea-b07e-ee93ad45d51f\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"2fe1832b-02fd-4cef-8ea8-cf910751c5c4\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"35ff9828-9b0c-4e5e-b0ec-7504163e6001\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"395204b4-538a-4902-80f7-d35789217c41\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"499626a6-2145-4520-baa1-dba63437fdf2\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"4a7da2c8-91ce-49dc-95d5-666fe6408943\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"542ba736-f0e6-46d5-aef1-5b426e13bea6\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"5a8a2532-9b00-4c7a-8604-8fb9214d5347\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"5ce99864-6328-4098-91dc-70472742826a\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"6882f2bc-a898-454f-b302-020c83ee38f4\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"80be2669-8a0f-41d6-9b12-01b4e58777ff\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"82f210e4-fa48-4ec5-a752-acb377bf1a2a\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"888ee5e0-3974-4557-870b-712f32f48d3d\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"8901d921-8d09-4e6b-9d27-585875b3df7f\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"8a74b581-caa5-4559-aebc-a626c2aebed6\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"9057b10d-1c66-4c74-b9a2-904568d909b3\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"91d9aaa2-a287-4efa-9c25-9d4ae3633119\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"98d27343-7d36-4066-b3ec-e5e91fa6434a\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"a10497e4-7d8a-4e27-8a01-cf00a5259fff\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"a5844d7f-74b8-461b-8f03-41fee402cb70\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"b32777d6-2bec-4068-80e3-93b04b297d33\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"bf4a4f8b-a955-4455-b79a-c1444a9cfe49\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"c00f2ab1-59eb-4f97-9110-fb8a8b10996c\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"c162e0a5-eece-4735-86c4-438a4b6ca1e2\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"cec9b191-af6e-4017-9b52-de410a98a172\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"d05de11d-7cde-4d57-bd8c-3ebaba1856e4\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"d31cb4c5-292e-4200-96ef-73db69219d49\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"dfd349c8-1cbe-4948-91c6-f486df3b6661\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"e9e498a8-9aad-4885-9a38-72d7f73204c8\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"ec6f97cc-adae-4bdd-833d-4a0524677fbc\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"f421432d-6a84-4a4d-8820-aed076bbc20a\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"f467c108-769e-42c9-8281-3f661355ec91\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"376ffe7d-c150-450c-bc99-e455327af0ca\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\n                            },\n                            {\n                                \"id\": \"75056095-1c2a-4542-822b-f8ad7b888cc8\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\n                            },\n                            {\n                                \"id\": \"a932287c-bc4f-4d5e-a0c9-e8fa00c8062b\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02746d94-ab42-4eb5-ad25-aec8af34ea79\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"027f8c61-1ed5-4730-a9bf-0155f279e96d\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"1be0515b-ef80-4e32-bfca-25c4f6ccd7ca\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"22c3e305-9ba9-4d5c-bd08-dcdae4f0ab6e\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"2511db38-12b6-4c14-b5aa-427da23c8af3\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"257a7f50-451b-4bdc-856d-2d3b1d99a827\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"2691a262-36e9-490c-b904-9fc5dfc19426\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"2a748e14-592d-46f3-aac9-a335fe077c60\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"3226ae7d-dd05-4153-a373-f385cf4e3431\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"369af829-2727-41c4-ba99-584699233c70\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"38bab9c2-eb57-4e0b-9a1f-1db17cefa1bc\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"5daf07cb-c234-469d-a038-b84ced588816\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"5f1a9aa5-64d4-4f8b-af69-5d0c9754cb22\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"73441805-a444-4f5d-bab2-dd3dc662c1e4\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"76d8a49a-bfbe-46fa-9e6f-a871ddc4345f\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"7ea6f7c3-09d1-4a1c-8678-7d47ae2dd226\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"82b9525c-28f3-4097-8e8a-f6d93c48f7b6\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"87492f8c-695d-4068-9567-6264b530b404\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"a9e9aa79-dbd0-46c4-bf26-d83155f0ebee\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"ac570b51-2240-49ad-921b-8ddf3e991bb6\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"b08cdcad-e3c7-4ca4-bb7d-87c0972a3467\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"b82b3360-1d09-4bb6-a3c1-0abd07385238\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"ba32f6a1-9882-4191-85ce-0712fcb822ab\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"bbe04c71-b4f5-42b3-af93-5d8521549811\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"cc5f152d-b291-4950-b959-68376b5b2d10\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"cdac1b6b-920f-4a4d-8489-f4efff1d0774\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"cf5ab8bb-91c8-4c9c-af6b-fe1789f33fe1\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"efd75789-5551-4fab-8c14-4d8234c0a1e3\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"efdbbbef-2bbd-46d3-97be-65518253a091\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"f9c871ee-b756-4506-9619-70f6d869bdd0\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"fdc0bb09-ec80-4254-bc65-f203d048a2a6\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"02fe3a1a-73f5-4f1d-b84e-b2457d62dd22\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"03324a3c-cdcf-4396-ba5f-3b87b8dbb92e\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"094f66df-3a14-402d-b857-df81ce1553c4\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"113e19ae-0849-4c76-8c1b-b93e76c6c736\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"194da385-7859-4b7f-9b16-d2e75646ef6a\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"1cd22f34-04b5-4fa4-aa40-e164c6b7ca83\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"243629ea-6f4b-4ec5-9859-0cb716f0e0ef\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"286dfa49-c99f-4a6f-b5cb-65b9639fab89\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"2c1169c3-17f6-4cb3-82ab-a4eef6698193\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"2d8ca0f5-63ce-4fe5-983e-bc01c6c3e0c3\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"3107bac3-bfb5-4e36-87a7-b9829f53b051\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"35d48206-dabe-4b62-a474-c9bfc0eeea68\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"435f53de-0ac1-4063-808b-f600f0f53b48\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"4805204f-efee-4a6c-a17b-4acc0e9512f5\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"4efb0ee1-4383-4b1d-bd27-374aad85ad4f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"75e38bf6-6cbd-4dbb-8318-9aa8e068b92f\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"789eec94-bac7-4934-b028-571b611ccb78\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"795217e2-31b2-4578-91db-be257c61619d\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"7b55a810-e74c-4962-9b58-a9a1e56e6faa\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"86c4841e-bcce-479c-a809-7ef46a81951b\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"9374b3d4-bb49-4f95-9e78-8ce7718db3ee\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"9dfffad0-8e60-4f1e-adc9-fd3a9162a91a\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"bb8587eb-3b59-459f-bb7b-73b7763681aa\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"c37010a9-3cf8-40c7-b9c1-6b72df03c677\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"c6282b5d-5bdb-47e5-93dd-130a9a0bfef3\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"ca261b2f-463d-42f9-84f8-435b58751f08\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"dca660ce-aa8a-4f77-87c5-248e7d81d5e0\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"dd3f527f-7eae-4045-9523-80ec94ef88e0\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"ea013632-5646-46aa-b328-87430c79cf42\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"eba63075-78ee-4173-a475-b86eba2d0396\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"ec1af159-de91-40e1-83cb-b0c777d063bd\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"f1affe2d-7438-485e-a1e2-dbb8a569cb02\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"f6e48356-15d5-43cd-9682-78bd99bd9f1f\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"f9bf384f-a772-4861-982d-102c797bfca2\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"fee4e67e-d06a-4d75-ad2a-b985c69e79ef\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"016fafe9-0494-415b-9c3a-091f924bf2cb\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"09bb7e41-431f-4b76-ad37-69cd5635c6de\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"14bb4bfc-aa1e-4fc5-b888-aecdb690c60a\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"4ea43eb9-ce54-4d39-8520-a23f3f65b1ed\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"52f1f549-defb-4cb3-9ee7-f149b5b73ed6\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"6e9ee1f0-e1fb-48aa-a5e0-06df3ac590aa\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"78382caf-bafa-498f-b25c-489c86f6c948\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"7d41f011-fc69-4411-83b0-1574ab23fbd8\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"a5375b61-f83f-430c-9984-121ccff3a5d5\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"b0554a7f-8a07-493b-b9a3-064fcb9e3a49\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"b4bac0ac-8bc3-4406-b251-67bb2472b496\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"b9d5faca-8969-4f6e-8f7b-ffe4dfc40f52\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"cc77d8d9-3992-4ab2-a5ef-aa32131d6a72\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"d3008d56-bdc6-4944-baec-cabc39355504\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"d514c35b-6410-4612-820d-c58a9321602e\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"dbf850d7-2db2-43af-b644-ed12c1c5d0a0\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"dd2ed9fb-2bb5-4dae-a293-9150e3a3eac1\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"548525c3-7b90-4b91-9736-1353b2317ff3\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\n                            },\n                            {\n                                \"id\": \"c56dd115-5c0b-4900-ad55-66f7a2c90984\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\n                            },\n                            {\n                                \"id\": \"d1a9fbba-3f74-469e-bd4d-99c0f32b1cde\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c3b327d-7129-4069-97f9-e6e7869b3662\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            },\n                            {\n                                \"id\": \"2db430c8-311b-413f-b252-088d1889142d\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            },\n                            {\n                                \"id\": \"432a8bcd-293f-443f-b804-0726529d88c9\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            },\n                            {\n                                \"id\": \"96151280-bbf3-44a0-b45f-4654d7bcb859\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            },\n                            {\n                                \"id\": \"da05a199-eadb-46ac-9c52-85206cef4a6c\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"aa73d421-3459-4344-a967-34248acb674e\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0e8cc263-666b-4c5a-9e0a-acc729197756\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"5235b577-0211-475d-8380-ad171a4f97eb\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"60140c97-2514-479b-8ae9-1aab3ba984de\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"673e867e-f550-4c68-a856-5df45c2a2c44\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"909b90ae-dbb5-4ca6-b3c4-986300022f70\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"c2bd29d5-3d65-4562-b61f-b26aa8179a32\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"e30de9ee-cee5-432b-b0f6-10a7f3d82792\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"e750640d-ea84-4a65-ac78-050874e80d3a\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"65b5d84e-11f3-4b96-8496-11d8f004a698\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\"\n                            },\n                            {\n                                \"id\": \"dc08c822-a03a-4306-8229-c559b67841ea\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04f2bc57-39ae-41aa-907b-a49671d75a66\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"07871574-a2d7-4ac1-930e-dd6e449df2ff\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"07978c06-0411-4f86-91ea-ffe1a387a7e4\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"0f123b57-beb1-4019-a199-345a69f572da\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"0fa45449-5e4a-45e9-8e7f-06673b964cf7\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"23f5c8b4-f29f-48a4-92aa-3ce83688d7e7\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"28e27b80-fc4b-4452-a292-00e30c4ec36a\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"2afa4034-663e-42ef-8d52-7e46fc36b672\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"2da232d6-499b-4758-8b5c-87b56d41ae9c\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"375d25e9-8a9b-4202-ae4a-c3f7297cd1ad\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"3d1a4bcb-b519-407e-b8fc-22bceead474b\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"3e3360ae-7276-49fe-857f-4b8735ec212b\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"4014000e-07da-482e-b3a7-5f81feeae106\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"4a07915e-9d1b-4235-9df8-28666c95ddee\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"4d172878-efb0-4f26-90c3-caa1dc852ab6\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"534cf844-c5b9-4df8-b136-2cdae6ad6b4a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"54ccec5d-20e0-4915-882d-819aab4c11c4\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"5605477a-45fc-4631-b377-eda0b8ed18a9\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"581379ca-2953-4083-afd2-d393d6e361af\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"6287c3ed-21f4-4ead-9c01-b1292a63009e\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"63e4e83e-7bbd-4a14-9dbf-f7503eb5cbc7\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"6516c28b-2216-47da-be88-9e779cace8f3\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"6ce1dd64-96fc-4e59-84e6-c08b47133b2a\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"72934324-a6a5-4916-93d9-9ee9daf2d05a\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"78da539d-cb4f-4789-ad5b-a344ce452ebe\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"80c94c3f-d8e8-4a03-8be4-c2de02b901c1\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"892da06c-f178-4c55-b848-bcdd72fa4402\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"8b51fd60-2a08-4883-9a8f-fdd0fe4fc217\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"8d373f6b-e136-4b63-ba08-c2f30672beeb\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"983aa775-4e0d-48f3-ad3d-460acc2c03ac\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"99aa3a40-07c9-41b3-ac1c-9efebc4b96bf\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"9a679b7a-1d89-42ea-8d2e-1cba3c995bb7\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"9b5e83a0-db80-4cdf-a5e1-e173630e152f\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"9f0441bb-35f2-40a5-a039-05905ecd9f56\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"9f5e3c28-e289-4ab9-9830-f078a30e12b8\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"a25a9673-a985-4358-9924-148b83e0fe77\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"a741b2e4-f40e-4aa5-a19c-2c7b355a95d1\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"ad1fa5d4-db95-4838-b1d8-1478c61b7311\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"b7b34c48-f48c-41ea-91a8-b101e82b793a\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"b9a3922e-13fc-4183-a7ff-806a7450c151\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"c4f17374-6248-4704-977b-d6cd2e0bfe4e\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"cd27a1cf-d490-4f95-a4cc-66403b56aef9\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"d28e7151-22e5-49c0-81c8-5722c5167784\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"de8c3060-5060-481a-b4f1-8b0e3389a421\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"e144d423-feb2-4666-a6a6-5a52c097aea5\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"e24852b0-671d-40b8-b904-ac2b451146ee\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"e76605cb-971e-4844-aed0-569558247e4b\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"ed9b24bc-8138-40e9-9d1f-47a5783ce3d7\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"f78f8d3f-d6ce-4599-8bd8-bcdf8c81b0ec\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"fc569905-f99b-4d8c-ae1e-e7a28efde98d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"fce6b154-b5c2-4cfd-afb0-bca2020c5fc4\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"ffc941fa-f2f7-4e9c-926b-ac61bd018e45\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09974f00-43e9-48fa-92cb-f278bd134911\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"269e1967-51cd-4ea8-99ab-bec85b70a186\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"30554306-6b52-4dae-9d00-16dcc8b59fd3\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"34d92ff6-215f-454c-bbcf-5c83be6120fa\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"3b20d616-25f6-4a92-892f-aef61813e24e\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"49d9679f-5704-4360-98f2-50acab58a4bc\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"5393178f-1bd2-4449-b8ec-35264d17e8b8\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"549dc2b5-e5cf-498c-8455-4fa301968247\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"5a937aaf-95a9-495f-b724-e3f39f126a23\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"919d55f1-1e82-4a21-959a-65ef27d1b265\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"9e09d4dc-5208-42eb-91e4-170c710eca43\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"a7966c11-c81a-41c4-9189-454666863023\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"b59a787e-8c7d-4c10-8984-c64108277032\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"d9e6001e-b07b-4e10-b45e-bb91b5fa8b6a\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"ef110ae2-13c8-479a-858b-2e381de3109b\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"f21f0696-8969-4839-9bd0-3a6566d68920\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"f8ef81dc-452f-467e-a510-503a55ae04b5\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"550b4382-2cb4-4bd1-8a6a-079a147d4c30\",\n                        \"text\": \"L'appel débute par la présentation du client, Alain Dupont, qui exprime un problème avec sa box internet. Il est client chez Diabolo Telecom et utilise actuellement sa 4G pour se connecter. Le client mentionne que cela s'est produit trois fois ce mois-ci.\\\\n-L'agent, André, tente d'identifier le problème en demandant des informations supplémentaires sur la box internet et le numéro de compte du client. Il met l'appel en attente pour vérifier l'état de la connexion via leur système.\\\\n-Après avoir constaté un problème technique, André crée un ticket pour alerter les équipes techniques. Il demande au client de redémarrer une nouvelle fois sa box et lui fournit un numéro de suivi pour son dossier. Enfin, il propose à Alain Dupont une extension de data mobile en attendant que la panne soit résolue.\",\n                        \"object\": [\n                            \"L'appel débute par la présentation du client, Alain Dupont, qui exprime un problème avec sa box internet. Il est client chez Diabolo Telecom et utilise actuellement sa 4G pour se connecter. Le client mentionne que cela s'est produit trois fois ce mois-ci.\",\n                            \"L'agent, André, tente d'identifier le problème en demandant des informations supplémentaires sur la box internet et le numéro de compte du client. Il met l'appel en attente pour vérifier l'état de la connexion via leur système.\",\n                            \"Après avoir constaté un problème technique, André crée un ticket pour alerter les équipes techniques. Il demande au client de redémarrer une nouvelle fois sa box et lui fournit un numéro de suivi pour son dossier. Enfin, il propose à Alain Dupont une extension de data mobile en attendant que la panne soit résolue.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"d79b9170-2c04-41ff-b6f5-17de1e9f47f8\",\n                        \"text\": \"L'appel débute par l'identification du client et la description du problème qu'il rencontre avec sa box internet. L'agent, André, demande des informations supplémentaires sur le compte du client et met l'appel en attente pour vérifier l'état de la connexion via leur système. Après avoir identifié un problème technique, il crée un ticket et propose une extension de data mobile au client.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"f3d93639-0841-4c1e-a122-05ea45d69fad\",\n                        \"text\": \"Client Diabolo Telecom signalant des problèmes récurrents avec sa box internet\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"9a17ac98-f9ef-492e-84c5-ff0659965ae6","name":"Get call summarization status/result (with tags generation)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03348b32-9863-467a-9ee0-d5ea050dcfcf\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"0a863e13-72ef-4221-bd02-db5ba0ca9bd1\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"0c557764-6665-4747-8ac4-a7741272941f\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"0fe99dd3-bce0-42da-9f87-f7be3e1b3a5f\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"10b313f0-67a7-441e-904d-6ae25056d6cb\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"1327c0b2-5d4a-4e18-88cb-2b9a026c03ab\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"14ac2959-2a17-4b08-8a24-7801a6a19360\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"1b8c2343-ebf0-4da2-9f73-a3e4f7d6f77c\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"1ebf173d-7447-404b-8bc1-b09ade442245\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"2199aaf8-4e79-4369-b699-caf23b8bfe89\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"2a3422c8-dc81-424a-a40a-0d7865042731\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"303d1fe3-0cdc-4470-866a-a60a8e1cb7fc\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"330f26a2-da19-4c17-b9e8-d35d08aec71f\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"37327bd3-3109-4727-bedc-9bca6d1dff93\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"3b6cb5ac-cdc0-4b96-a138-fa4392dbf578\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"3f4d3b2b-b988-4a8c-a6d3-70e49e644d47\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"48f8b5fa-d4ff-47c9-97bc-981fd35bd601\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"4d166669-3a53-4f01-8229-8a5fb5520297\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"537b4f8d-06e2-4c32-b81b-dd64eefe21a0\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"555d655a-fac3-43e4-8116-a6ced81e3277\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"56f936bd-73d0-46b4-8db8-55e75bd6bdeb\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"59fd0f7a-7d4b-4e90-8166-82b05744070e\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"5a614cc6-e55b-4bdc-b5c0-0aa6fad4bddb\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"5adfd61d-3924-42b6-ab94-b75af5680165\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"5bf401c9-1f64-497f-ac36-dde34ab84879\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"5c0d70b4-e1c5-40d0-9224-39f3082208d7\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"65331ba1-d377-40b2-a0bc-1502c995a5f6\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"659246f4-bbb9-4fc3-9dde-23a51b312c18\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"6b878726-a07a-41f2-aa63-b9671cefa78d\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"73cf2439-59a0-4f7b-924a-8457b3d38817\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"7df5ac4a-9729-48f5-8b33-ae0499f4c2d3\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"8edb0b79-0cd9-4aee-a65a-17a5cad8e117\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"962ac129-43a7-4b5e-9414-69aa305a63fb\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"97ab2711-11c6-4899-8564-3d5ee4d9ae61\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"9e71e026-8120-4edc-969d-5ec3094dd7d8\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"a4801d67-f3f8-454b-b473-7144c03297f0\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"a8dfcd23-ab31-4c2b-998b-d56ac0880c1d\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"a9c29a77-ee7f-4759-90b4-d578b63d936d\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"aab9783a-de59-47de-9ec2-6f45bc9b0e00\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"af0f4d53-8775-4835-ae6b-969c8c165f99\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"b0a6a1a0-f0dc-42ee-b7f1-89197a61efb8\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"b3fe48bd-5ac7-4cf5-ad10-1a548a048f88\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"cf24eb1a-8ec8-4a79-abd1-62454861d39b\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"d0b4e679-65bc-4baa-9b75-5cc9cd1b2693\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"d3b7a93a-0cf7-4a89-b346-c19df1509445\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"d78affe9-7a68-454c-a6cd-0196d5793b52\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"d90c427f-e0a3-4947-afae-bc9b2fb3aeb9\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"dca3306f-983b-4b69-82db-0cde91366be0\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"e3212f46-75a4-47bb-90f4-ed9feb64127c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"e3ba1169-dcd8-4983-903e-df1082f388ad\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"e9526394-8713-4087-b4cd-42e9c0aafe49\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"fb4c7d80-bf8b-4808-a1e8-f1cf12935e0a\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"fc639d68-c57e-4f94-9bd7-8df283edbe88\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"fe6300d8-fdc9-42bb-abce-8397529f4fc0\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"ff775fd5-f691-43c0-a270-8d7b7c6b7560\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"e020c1e6-134f-47ea-b3de-55498e7c27f5\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\n                            },\n                            {\n                                \"id\": \"e31ff120-9034-4c02-9594-05ba523852a1\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\n                            },\n                            {\n                                \"id\": \"e894f22d-4e58-4747-b275-a766ef3ea01b\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0b95bef7-4c24-4d2e-a665-926716849e96\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"0ff62436-cfac-48a1-8ac4-fee28ada3982\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"12aa9dd3-6b2a-4773-9b61-15a0eb4cfb82\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"2aeb8a50-46a3-41d6-8480-3b2acd2cef24\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"2ea544e4-aba1-4a3b-a520-39995f6d9bbd\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"3054dac2-f1ed-40ff-b27d-3d7c38958266\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"33c93a2f-19b4-4ada-bee8-2ca90d254612\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"349dfa35-eb32-4d35-96b0-b5e2e5efe3a6\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"36323c74-1d77-44b4-a99e-a80fca4d9aa9\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"3a7e62df-39bd-487f-bae4-0347b7fe87d7\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"43e98564-8882-4b80-9ee7-7e53bdb506e1\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"4994448a-d9cf-493a-b675-f90ce5daf1ce\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"4d2f1194-9284-41ba-87b0-20bfbf63a128\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"5c007dad-06d5-4a82-ae9f-9cb373ffcc1c\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"5f87f264-286d-4d18-b027-a41ba837ab90\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"64eac9d6-89fd-4636-891a-13539431646d\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"65392df7-33cb-4d53-a72e-f67d6f793b62\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"9025c7be-d41d-4b8f-9c05-0c38fa5425e2\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"93888c81-6e34-4218-8938-6e170f2af68c\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"9a3370a6-c60f-46d7-9e4a-94fd7d1698cf\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"9a912595-6f06-4e66-b46b-e2020c80d1c6\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"9d7013b2-1fc0-494b-89ac-7e3e539e9657\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a2552a38-c18e-42a5-933f-6c2217151b03\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a4a05f53-be9e-4c41-8c50-76adfef9ebe4\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a4acc03a-fdd0-4bd5-b8f9-774082652f1c\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a5175d10-43a6-4e82-9d89-6c9c2b9d1cf0\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a7349f95-c223-44a1-88f2-e04281b16789\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a8a5eeff-2d4a-4350-a17b-262129778be5\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"b41740ed-7fa9-4594-b403-f6a298f01487\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"bfcd002d-fe28-4f80-a23f-7ddabe9b8166\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"cbbf145a-edd3-4785-8239-f3bf295de1ee\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"e0107f1d-a9d2-454a-9ad4-edd33cd932a8\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"ea571347-6fb0-4540-ab2d-a4a896a17c38\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"eac76b52-c4fe-481a-99e7-c5c461d01512\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"ed98ac90-63ef-4d95-8681-5a994452585b\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"f77cd73b-0223-46f5-999c-0b45efff9530\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"fb1170b0-8eb7-4585-9db6-3faaec73dc41\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"030c209d-4fe3-4350-b634-3b6e99fac843\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"031815e1-7843-4591-bd21-47709250d98e\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"0d16a65e-52f5-4e9a-a687-9f8176f854ba\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"1d929d97-cd91-41f0-a032-94ab96c85100\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"29fe3ef2-7048-4b13-b9f7-16c148de8e1f\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"3437f02a-2bac-4764-8606-12d4e733aa7d\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"34b7e3bf-089f-4b7a-a719-f87425fe12d5\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"37b036b9-29eb-4842-a5df-e6c6a34073da\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"45fb1c0b-d4ee-4bfe-bcf3-827674750dd1\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"52275f7d-5fb8-4919-ae20-e933c35880da\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"574a6eff-2042-4bdc-855d-271b160435e0\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"6192fa78-1385-4eaa-8e04-7260fe7d1bbb\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"639f1594-72ba-4a78-a3a9-ae23ea499705\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"68f3f1bf-f852-4b4d-aa4d-42d70db8a300\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"737ae53c-4316-48ce-b62e-47966f8daa33\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"7e62f4e1-b268-461d-8e75-df3c297642fb\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"8cc327b1-8c32-477c-b6de-50213c4af769\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"a634a6a9-d9fe-47c9-9570-0da90a02aded\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"b4d4b59e-c804-4dd1-bb51-94e4dde1ecd5\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"ccab672c-b62f-4e02-90ad-218974e28be5\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"d54c4861-3f49-4953-bc87-514c7eefeb5b\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"dfbd1dc6-f32a-4ef0-8969-f0812b7688af\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"e071c13c-fc69-431a-b354-3c7eca890757\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"f080d4d5-64b3-47fa-ab54-ac06470f876e\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"f52667b4-22f0-4ffa-b273-3804efd6385a\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"fe9ec615-a276-4b97-a9ef-160604d398fa\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0efba70a-a365-4ab0-81bd-4d3fe918ad48\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            },\n                            {\n                                \"id\": \"a4fb8d4a-991c-460d-8b62-41ef8a9060e4\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            },\n                            {\n                                \"id\": \"b39db8ec-ebce-49e0-93d1-119d0b34e4e8\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            },\n                            {\n                                \"id\": \"edda22b2-46e2-4255-affb-21a030d40635\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            },\n                            {\n                                \"id\": \"fe64bf5c-8335-45c7-887e-18eddb8335b7\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0585269a-8d44-4bf6-9599-185d06e50549\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"079670e5-d638-4afc-8c30-96639ceaeac1\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"12f2d951-8fef-46a4-be99-b7288c38e72b\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"280b8241-e62d-4147-8199-1cbabf1c3e36\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"2a72a109-ad67-46be-ba8f-19de8b31b469\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"4c7acc4e-e49e-48d0-b339-11d67c25b0d2\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"4d7c254f-4f86-495f-818a-10399d37996c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"6706314c-ed4e-4558-a641-7811c72b0160\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"6ac2c0f7-a6e8-451c-8f6e-21121a99ffc1\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"75bd3c93-b345-4136-8209-c3922d95eb44\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"7c79c258-c392-4ba5-9363-1be834ddc14a\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"86d244f8-72c5-460a-b392-7be8e43a2c40\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"9c49c2e5-f956-4805-99bd-859a9a907f8a\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"a3d981a2-927d-4d82-b4b0-396260b29699\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"b78a3fcb-47f3-48a7-b305-956f841e383d\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"e3891d23-67fe-48cb-b401-7c87dfe4fd49\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"f8ce7a73-44f7-4074-9fba-64bc797975bd\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03d5acf6-f10d-4bb5-bb07-4fa0282f5a0f\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"1eb98d83-8280-40e4-9184-de96c1fde8da\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"20916085-5bb6-49f8-b084-038ca3ce6bdf\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"2bcd5957-7aea-4a7f-a0f6-46c0a221c448\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"39ad405a-9b65-4019-9d20-b883d7ba1c0b\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"5b03ff21-3c0c-4e4d-a13f-95e4de3df7a6\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"5dafc9a7-a4e1-4c0b-a650-2748e3e67b60\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"619a90a2-10b2-4739-bb4d-5a5119b8314a\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"64866064-6f0d-4cfa-8eed-1d564a0f1602\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"772a037a-58ff-4c2c-833d-08d0b061d0fa\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"7f3c504b-e918-4521-a549-04a10c58212b\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"8b14394e-e4e1-4f17-9082-7b03a96ca5b4\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"8c69e48b-0924-4736-878d-9ee29754a317\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"8cc03e46-4723-4013-b204-e69fa415fde8\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"90e27fa1-b55a-4509-940f-e85a7cbd4cd3\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"940ffb66-0b27-48bc-85f1-ebf61166006a\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"9bdee195-0e53-4060-afbe-76bea165bb66\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"9c54e6da-183e-4432-853a-247c76aff905\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"9d21ee61-217a-4c61-b24b-38e0725d01da\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"9f2e3f5d-0d67-42f2-abaa-4fd13a1525a6\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"a9dde61f-e115-4768-bc95-57351fd30f04\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"aa21d678-da25-49a5-a8f0-eb754d417073\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"b37a1dd2-9402-47dc-9ee6-2fb33cee9b6f\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"c331e4c1-1ef9-4242-98f7-c880f5ee7bc5\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"cff6ca6c-ec24-4029-a120-03eac87439ac\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"d2ee5e01-5395-4e1e-b977-bdd5809474e3\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"d867fc23-c8db-47c5-9773-95b2e0762312\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"e3a573a8-6ed4-45c8-a75a-4714dcb3a2f8\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"f8f080b2-01e5-48ab-9e9c-9bf9047bec90\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"fbeaf94f-df01-4499-9158-233233b1d91d\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"ff4cb359-52c5-4315-b3e7-865919b7e0d2\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"9e12eec9-504b-4bf7-9502-e09ae0efabd0\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\"\n                            },\n                            {\n                                \"id\": \"d6839b87-2c85-43ce-971f-6d692fb2d40e\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0cff9686-a2fa-45a6-aa4d-e53b43251284\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"1174f62a-c3b6-470b-944e-d4837fc89018\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"1e04c290-c151-4e52-ba26-b0d2c1c4090b\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"1fa095a5-25e8-4e85-936d-1759f85840eb\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"2015eb33-70cb-48d1-80e3-27a49ae7d54d\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"23cff5f7-a370-4c36-984b-25c73509f913\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"25ffe6c6-e785-4e66-a1c2-616b48799949\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"2b021223-2131-4c08-827f-cbc4994e3346\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"2bbafe59-7c20-45f3-87e2-bba1b24dd862\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"2dda9f39-7a61-490e-aba7-d81e76149b37\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"3141c945-82bd-4941-85c6-69c6b06e3170\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"3dd65500-f07e-423b-9da4-0784a51366dd\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"4a751734-2a40-4b02-ae01-7b194d59af38\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"60aaa16a-b200-4541-ae50-022672fd9e55\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"6be8adad-9570-454e-9b4d-740b7794da5f\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"721baa48-749c-42ff-a7b2-47533f97e074\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"90be5d4e-5791-45ca-92ee-cde6fd3b00f9\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"90f6749a-a7e3-42dc-a27a-6876fdd38bd6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"92a10084-4b6d-47ff-bdb4-645dbf93f2a6\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"94705f20-f1b7-4f92-a202-4edbadf2bcc0\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"961785f4-029d-41a8-aafe-810b33d33034\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"96249189-411c-4a68-a516-6bc04761a13d\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"a0729776-3126-4825-a19f-56fac53ed859\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"a5300c3f-d3ce-450e-8afe-e344f0dd175c\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"adc86b5b-8eae-4cfd-a9f6-614c7aab3d8e\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"afe25cde-bace-45c6-b0e1-5f765ccec843\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"c5c3c172-c406-4234-adaa-81004910a3ab\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"d078ccbc-f7e6-46ed-93ab-c143729dce74\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"d31b068e-6fb8-45cf-8cb7-127ac26d8e7e\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"ddc736e6-c894-4032-a1a8-b86695015c2e\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"e6b91539-4b19-41b6-a1f3-4a6f46c6cacb\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"ef637bca-1ea5-4a38-aea2-363ff9933469\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"f95c56b1-3406-4e87-a92a-f5342212bb2b\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"fa0bcae1-e243-4428-b10e-b2c17e2a6144\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"fdf2ef6a-c8d1-4198-9673-82b6a9165860\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"1707c40d-c013-45e9-b5ab-31ef10e4ea7d\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"179f95a6-420e-4ebc-abe5-ec4dfa243c40\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"1854493f-77bf-41c6-8c4e-939ee320559d\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"19576cfd-90b4-45e3-ac8e-c5fd1f4f2ce1\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"19a2bc3b-1384-44c8-97bc-e563c1b3816b\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"21618d74-8f6a-4ba5-b0e1-86560f4e5a4b\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"2b15ca9b-3e71-4aaa-8725-184800a30fe0\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"2b3c2bf4-66d9-4148-862e-8569ac61da85\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"2c080a08-c601-4d3a-9142-76a0b9ce169d\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3255af58-45b4-4e74-a9eb-ec9f16679e22\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3369e872-c5e5-45bf-8a5c-6ef169ef080e\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3557806e-59a1-4891-85cb-478c84261edf\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"36ec33f6-328a-44de-bd6a-69c832bf9a4e\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"38030fea-8e5a-4efc-a536-9760cecbd762\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3ab60254-6274-4457-ae7e-b69dbfeec3f4\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3be440ed-a352-4a3c-a8f1-67f584c13683\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"42c7b0ad-ae10-4934-9a9c-b67d2db3ddac\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"45c2f664-3dc6-442d-ac5c-5f537d39dc6e\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"4ae52ee5-0ce1-4c90-832c-40742af53c15\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"52c1b52a-e144-4115-84c3-840d7d8c89ce\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"56033e15-b5cd-4f58-a51e-f57aba1cfb5d\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"5c5d14d4-8fac-4b25-97a0-c8428a75618d\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"5df2dd9e-6693-4a5c-a6e6-71ee4227ceb3\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"654c890f-6a82-4ded-b119-681fbc984fdc\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"6a0853e7-fc0c-433a-95d7-bb9c10e1fe84\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"6ce00169-e455-48dc-9a13-f4bffe0b1033\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"72037832-5bce-457c-b500-304b117c1dae\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"7af1c4cf-2462-4bee-b3e4-e889d7e3a0ac\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"86686f8a-961a-42fd-acf5-9ebe3dcf477e\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"8dcde5aa-a32c-4d1c-b0b2-5d8c39c11797\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"a4f749c9-823b-4fe0-9821-345ce72f8bbc\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"ae61a926-a19b-4228-b072-e09d39d6c220\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"b2eccb15-0aef-43ba-9bc6-c17ad0caee5f\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"b33523c3-de49-4fc1-95e6-ad7a8e2f8e7c\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"cc9768f7-8f7a-4415-9dbd-a3bdcc126316\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"cd1ee5af-af91-493b-a349-42ab9fb158ec\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"cef85ed3-648b-49cb-b8bd-31a6fb1b2024\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"d2f24e42-52fa-4df8-a39e-110e1241541b\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"d4403f92-cfa0-48f8-ba7e-067514bef8b3\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"d7b24842-7c52-4cdb-8adb-3d432b9e22d7\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"db2c3b5f-2468-4986-82a8-5b2394ec4da4\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"db97f0dc-e71c-4e23-8c5e-d403c954501b\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"dfc5863b-1871-4c90-b77a-49028880c4cd\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"e001b742-6d7e-4dcb-9840-d5b29f5f2692\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"e18846a8-21df-4f6e-a190-13de75af6e90\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"e2828b9c-a02f-48e2-822d-2e4c612a58ec\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"e813756b-1633-4544-a9f1-3c97b9b1c560\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"eb1378a8-a6f5-4f76-9f77-b9df2cd255b4\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"ee145b6a-9649-4d31-af37-3204aa100cc3\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"ee4d24c6-c78c-42bc-b353-e8cb8ce0bf4b\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"f4e72782-c26c-4007-bd4c-a554c2422e49\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"f8e8dbe3-5699-49fd-a76a-3d8d63dfde06\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"ff9ab0c8-685b-4b82-9943-d494d5b1145c\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1331ce78-b0ac-45ab-81db-8df901d7fcd7\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"149b180f-ed80-410b-a1aa-95daf565bb6c\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"21fbc3b6-9de9-4ad9-9c33-53226a7c1596\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"5718d49c-144f-4a4b-8455-d0cd3b9512de\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"5fb7a568-b62a-4420-958f-20783cc41b0f\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"947d789d-d2aa-448a-a7c2-eec951be756e\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"af9bae08-45b9-4bde-ac37-ac7be00c08d9\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"ea7da150-9188-4559-bbc7-3f4f0b9dc19c\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"01707b61-57c6-44a3-ab1d-72b88aee4296\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"03112de4-0abc-4b6d-a418-bc548f07624f\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"03870372-024e-4299-b0fc-1de5c57cac04\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"049296fd-2918-438b-b7c0-cef056873b6f\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"05904308-64a9-4b34-bbc5-70a19c65a1ad\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"08e30b89-7ff2-4a4e-97b4-acc70191ad2d\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"0c42ac98-c3af-47c1-916c-76edf84f21c2\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"156eb7e5-05af-4bf5-8dad-1ba58a38b507\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"175c29f2-3296-4bc0-9f38-421a4f7e5ee0\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"2028679d-4d16-4b84-af46-1cc31c423967\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"36c05837-e610-416a-be35-c80ed88a38ce\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"382d3299-b48b-4f9f-8fc1-11db3bd3021a\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"3f01894e-c429-4401-86df-188bf276a5b4\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"42a5bb70-6f73-4d30-9ab3-15b1bfb3b78c\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"586ee7ef-259b-4aec-9e18-76e45640a8c3\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"5b132c44-7e66-45b7-b00b-98c74745b66d\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"64280c8b-65bf-4cb3-8281-107d903718e5\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"64d5e81e-c87d-422e-92c7-07d3ccf7381d\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"69f4d7ef-9b0f-4170-b574-a23e516a684c\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"750b0da2-4625-4059-bd61-3a4d58cf90a8\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"774bda91-fc27-4dae-833b-f4c77d5ce032\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"84209152-844f-4685-98fd-fc2db6f55454\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"885efa12-f407-462b-9482-5511b47b9d2a\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"88b970c0-f589-4c19-8a78-95cabc1d798c\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"8e67b3b1-109a-4bdc-8cbf-cf861f0e2a50\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"9e6dbfca-c7fe-4200-b234-61a18c3445f3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"af0c7ef6-518f-4594-8620-53f0e21f7155\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"b0bc8975-50ef-492b-a97c-01b4632b1170\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"b8f57aaf-8843-4bb5-91b1-93778ce16b83\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"ccdb89b5-cc24-4da2-9648-d83621156572\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"cd232ef3-7f24-4ed0-9d65-7f3594598715\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"d2bfedd2-ba3f-47c5-97dc-56a64bfca643\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"d3026953-cf8f-43b0-9103-d24764b03052\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"d6b180c4-bf94-4be9-876e-2aa559e1dad3\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"da1f4ad3-8ab8-463e-9dd3-6020f2434353\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"db145a85-f275-4429-855b-c308925c2272\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"ddf54b5d-8e7d-43f2-a71f-0be70f0ff44c\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"dffd59a3-52e2-4a23-bba5-72058bafbcfb\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"e43b899c-644b-4b6a-8290-d305d1790839\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"e76e9a2e-8365-4a68-8597-e2cb157cb773\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"ef92556d-e3fc-45d3-8cfa-55f0362442d1\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"f4450449-9875-492a-ac49-6f8b0a3118ee\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"f49b0c53-41b9-4d35-a458-9213e9d5400a\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"fcd11ef0-fc10-45f4-8194-be07b638e7d0\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"fe212b46-515d-4c1d-9562-6bfec5e041ec\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"a29d242d-a4ee-41af-a946-06dfdd73a95c\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\n                            },\n                            {\n                                \"id\": \"e0401205-5f54-46ef-81b4-207fe46f3a61\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\n                            },\n                            {\n                                \"id\": \"e894a05c-8ef0-4ce0-87ff-fe5cde7c24da\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d1232784-c095-4d05-bce5-849242d31cea\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0f2c8e82-0d38-4e60-82b1-d2e22fdc4c7a\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"100eb726-6f51-4788-afe6-6537494b1818\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"21c9a79f-8811-47d5-8f19-db5e69a86dec\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"2f749798-7a82-435e-ab98-a166891ddd52\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"5585c49d-6234-4fab-b56a-23c3652f7f5e\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"68200f1e-4bf9-49fb-886a-f5c8d6e2cc15\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"6b312a11-b6e9-4ecb-9b6c-a91caeb92d73\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"82f46681-bddb-43c2-81d4-848063a48911\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"91d2e627-7bf2-458b-a631-0817dff318f9\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"94daed7a-747f-41bc-8364-680c70b94a88\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"96106463-6f5c-4e06-9f72-571ab334d4bf\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"aaf5ec05-73cc-47b0-a934-37f369de3211\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"aafb695e-aaa9-4c71-b197-d2cb05ac6213\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"b743dd23-b4e6-4cc6-98c8-6940a55089a6\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"e32825cf-f012-43f6-b0f3-338769a4b63b\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"e3c7c9f8-36da-4c1f-bab5-9f9e32caf0f4\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"f62dea9d-2758-4cc5-8a25-e0bb68da255e\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0d61bf5c-e6f7-4730-993f-0c33596a660e\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"0e9c7443-c479-4110-a6b4-af81fe4b8659\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"111d4eef-d17c-4432-82f7-9cebe426829c\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"11af38cd-cf66-4b80-ad8b-b05f0feb1c40\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"2034b998-d9db-4e65-91c4-80171027ad13\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"23ded827-7d35-4566-864f-c648c818d22d\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"28d05d50-a233-407d-9c27-21146d18006f\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"2c45553c-60e4-459a-8bc1-4254409d4624\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"2ec185f8-6272-4ca8-838e-ee0947914895\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"3081b55a-8258-492e-8c52-f2fc42aa7d88\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"41266476-1e88-4dca-a97f-b49a338cc166\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"41e48af8-64ba-43dd-abc6-f778356a4c6e\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"47b92c58-2b9f-41ad-85e8-d9bd1eb0f666\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"537e7f3d-94ee-4ef0-bd00-46254d688bbe\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"598f3af9-d4bf-4069-b2f1-8646f5fcdb54\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"5c8f381f-0309-49e8-a817-1f9aca92acae\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"5e6f8b6c-4458-48f5-baae-85cb40b1cd17\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"64d21499-db27-42b8-9e13-30b697501f9d\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"6bf8ff46-5cc6-47bf-9588-7ca8e35e275c\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"6dffb11d-6b9f-4c68-b6de-4e0c22773099\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"73de14f0-f285-4a28-80b8-75d5f8576c3a\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"7406d4f7-150e-4d26-9aa7-5feccc1ebacf\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"780b3acd-1b34-475b-9c8f-110509d8bd0a\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"78eb7b20-a3a0-496a-be0b-5f570be9fded\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"7b94789d-8bf2-4c57-9638-2c3fa3a432c7\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"7d6025d6-807b-41e3-8fa3-0aaf23b915a9\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"7f615e40-0401-4791-805e-b02cbf3e52db\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"838459a6-f6ce-450e-8428-6c1ef8466cf4\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"861a7ef8-4bcc-4786-a134-149f534e196c\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"874d1e46-1205-46cc-9394-6a14da046aba\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"90299ce4-e7bf-453f-97ce-0c40230c47b6\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"92a0a5fc-de2e-42d5-8d0f-f1f067960360\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"960e041d-7186-434d-96c6-b1feac9a28a3\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"9a633e88-2e12-4bdc-9bc2-3a7cd8fa7ea3\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"a4463b15-27ef-4b8f-b51f-a42db79b0577\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"a81b1aab-9d57-4c84-adba-94faf8e89ecb\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"b8759726-5eaa-4ea7-8faf-4d3e991c1e09\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"bd39503c-113f-4058-a557-4814c2e5feb3\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"c27768eb-eece-4281-ac43-be2e5a046a0c\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"cbe55712-47d5-42d3-b7cb-ba6f939596c5\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"cf49e26d-4c36-48cf-ab5e-bf0ca65cb772\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"cf8c931e-5fab-410c-aa73-1261642408e5\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"d693af65-6762-4726-92d3-da72a5bfad7f\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"de9edd16-636c-4f7a-8ce7-76c4a702d6f7\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"dea9d16c-87cc-4ab3-b4e5-c59afa0c7278\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"ea3ae986-a0eb-4c9d-950e-575bfc33cfb7\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"eb698e22-f144-475c-9bcc-882ab2fe489b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"edd22e19-c87d-457e-b61d-cd5e59013ab8\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"f19a6cbb-c360-4cdd-be23-7325f7ca2efe\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"f86c461f-68da-48fe-b8e5-8dda64c531f3\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"f991cfe3-1a31-46e6-a4aa-c57a198c32e5\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"fd4c0614-6a8f-4d0a-8415-0252bc9f28d3\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0b212d30-7397-4a80-9e0b-35b7bbafe3ce\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"11c70bc0-2927-43bf-b181-03c19d78881a\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"11ece938-a21d-47e4-be96-646e821f5dfa\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"155fa75e-9f3e-4685-be74-7fb89daac57f\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"1d832cc5-048d-4577-a4ca-b0d341ea9464\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"2fcd1dbf-c526-4be8-997b-aaec95ae410e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"4d7afe50-9ff9-46ec-91a3-2c210c5b3a42\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"4da91573-30b8-453a-9599-d502950c6d63\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"504ea658-2076-4163-8474-9d4775c08559\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"647b39a8-0a04-4033-abba-4b5d1b1672cf\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"7566dec8-3ca8-465b-a511-021ba1d2aef9\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"762d6f35-f834-4bcb-a4e6-dc90a3589407\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"88153664-2093-4d92-ba46-06007d2bc9ce\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"9a6ce182-0752-43d8-acdf-8b64ef9bca29\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"9fd237f1-1911-43a2-8c21-17ef017f2bbc\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"a5c4b142-75d1-4d64-ad54-26c76f21d527\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"b5ea2b03-64f5-4c0d-9099-e3ea45f653ae\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"c007804b-ada6-40c8-a682-41137a70c6dd\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"ca11e6c3-5f77-40ae-a304-17abdd456d66\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"d4ebff45-28d9-4699-a859-a11017b5027f\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"ee0cf641-5691-4a52-920e-262ce3d62109\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"ee5652dd-bf7d-4f77-b713-40cf2c56d369\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"summary\": [\n                    {\n                        \"id\": \"3fedea81-869b-4804-a16c-505270eaec99\",\n                        \"text\": \"L'appel a pour sujet la connexion internet d'un client, M. Alain Dupont, qui rencontre des difficultés à se connecter depuis ce matin. L'agent s'excuse et vérifie l'état du compte et de la box. Après constatation d'un problème technique, un ticket est créé pour informer les équipes techniques. Le client accepte une extension de data mobile en attendant la résolution du problème.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"587383db-6f17-4960-bc50-9a05cc649fbe\",\n                        \"text\": \"Problème de connexion internet client - Vérification état compte & box, création ticket, extension data mobile\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"ac4db825-7c1b-4bc2-aa8d-8d454ed52035\",\n                        \"text\": \"L'appel débute par une salutation et présentation de l'agent, suivi du client, M. Alain Dupont, qui exprime son problème : il ne peut plus se connecter à internet avec sa box depuis ce matin.\\\\n-L'agent s'excuse pour le désagrément et demande les informations nécessaires pour vérifier l'état du compte et de la box. Le client fournit son numéro de compte (14 15 92 6) et l'identifiant de sa box (29 97 92 45 8).\\\\n-L'agent vérifie les informations, pendant ce temps le client décrit plus en détail son problème : la connexion a été interrompue brusquement et il n'a pas réussi à la rétablir après plusieurs redémarrages.\\\\n-L'agent constate un problème technique, crée un ticket pour informer les équipes techniques. Il demande au client de redémarrer une dernière fois sa box pendant ce temps-là et lui donne son numéro de suivi (343A).\\\\n-L'agent propose une extension de data mobile en attendant la résolution du problème, que le client accepte. L'agent crédite 200 gigas sur le numéro fourni par le client (06 17) et clôt l'appel.\",\n                        \"object\": [\n                            \"L'appel débute par une salutation et présentation de l'agent, suivi du client, M. Alain Dupont, qui exprime son problème : il ne peut plus se connecter à internet avec sa box depuis ce matin.\",\n                            \"L'agent s'excuse pour le désagrément et demande les informations nécessaires pour vérifier l'état du compte et de la box. Le client fournit son numéro de compte (14 15 92 6) et l'identifiant de sa box (29 97 92 45 8).\",\n                            \"L'agent vérifie les informations, pendant ce temps le client décrit plus en détail son problème : la connexion a été interrompue brusquement et il n'a pas réussi à la rétablir après plusieurs redémarrages.\",\n                            \"L'agent constate un problème technique, crée un ticket pour informer les équipes techniques. Il demande au client de redémarrer une dernière fois sa box pendant ce temps-là et lui donne son numéro de suivi (343A).\",\n                            \"L'agent propose une extension de data mobile en attendant la résolution du problème, que le client accepte. L'agent crédite 200 gigas sur le numéro fourni par le client (06 17) et clôt l'appel.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"création_ticket\",\n                \"extension_data_mobile\",\n                \"probleme_connexion\",\n                \"vérification_compte\"\n            ]\n        }\n    }\n}"}],"_postman_id":"ec84fe42-029a-4bdd-bb8f-043c6ab5eef4"}],"id":"6a962ef9-e88d-4fd4-a72f-22039aea1f7b","_postman_id":"6a962ef9-e88d-4fd4-a72f-22039aea1f7b","description":""},{"name":"Transcribe and Summarize a call","item":[{"name":"Transcribe and Summarize stereo phone call","id":"eb92f9b4-8002-4e1c-84d2-b64ae0a67935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"summarization","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and summarize the calls and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7065e9ee-14f3-45bb-a916-de6011f69e1c","name":"Transcribe and Summarize stereo phone call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"summarization","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"eb92f9b4-8002-4e1c-84d2-b64ae0a67935"},{"name":"Transcribe and Summarize stereo phone call (with tags generation)","id":"52740227-196e-4da4-a386-2b30c9ab857f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"summarization","type":"default"},{"key":"generate_tags_with_summary","value":"1","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and summarize the calls (with tags generation) and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"74d8ff8d-1b23-4904-8e4a-50a4d354b0a3","name":"Transcribe and Summarize stereo phone call (with tags generation)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"summarization","type":"default"},{"key":"generate_tags_with_summary","value":"1","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"52740227-196e-4da4-a386-2b30c9ab857f"},{"name":"Transcribe and Summarize single speaker voicemail","id":"93e2927d-aff2-4723-94ff-45756d8908ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"summarization","type":"default"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and summarize the voicemails and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"da8de9e0-b14a-4ae2-9e48-da95860c5ef1","name":"Transcribe and Summarize single speaker voicemail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"summarization","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"93e2927d-aff2-4723-94ff-45756d8908ce"},{"name":"Get transcription and call summarization status/result","id":"84053b9e-7a1d-4f85-8896-20f5904ce088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"09e771c1-ef74-4ce4-accd-f0f08eb14253","name":"Get transcription and call summarization status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"02ee5f1f-399b-4bd0-8620-57bb883038d0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"0b176f85-3d72-44cd-8c12-c0cf3a89e8c7\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"0c119eac-86b7-4d76-b653-4e23e3e42f28\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"14f9ba2c-28ed-44ad-ba72-235e8b583df5\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"1a8b5306-4dfc-4886-aac3-eeb688530574\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"21098248-bb9e-4307-9250-79b85c74182b\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"2fdf094e-3191-4e94-86fb-f9bb01d67049\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"30a9c278-8cd8-4834-bfe1-aa8e1cce706d\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"3e4962f5-0e0a-4bbd-b7b1-823df21bbec4\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"43a146f7-7e4f-48d2-a900-b52ce90ac25e\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"64a7d97d-31a6-4130-8735-c7f407dc9e5e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"7013afbd-10d5-4950-a342-a55a958bfbd9\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"73d4478c-4b0d-4a2c-8004-bff38bdc4ce7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"9117ea49-1988-47d9-a0b8-a6c4da1c3711\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"b246b2d2-dcb3-4620-9720-9eb6d818d924\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"b838fc66-e754-4553-95a3-82bb99d1d3de\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"beeeba31-0fa7-4206-96ac-0812597b808c\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"c30b93e1-a15e-4f5f-969b-b821f62727b3\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"cae150c4-c157-4345-93ac-36f653988132\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"dff82907-12f3-4d19-9dcb-a49a579711d5\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"ecce880e-12b8-4ace-8d87-8fffe5b27a87\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            },\n                            {\n                                \"id\": \"f3fd1be5-27f5-4e16-ad9d-ccad41c4ae71\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"022bea64-3744-40f5-9cbe-6e157da4c942\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"05ba06c0-dcef-4498-9ff0-221ec9a29823\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"095f170d-05eb-42ea-a2f0-bc46a5981c96\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"0b6d1ddb-780e-41f2-bd14-921cd6b444f0\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"16bd6f51-2873-41df-991e-fa0058047768\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"183c9722-c735-4415-99a2-e527834239f0\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"1cfd9abe-1116-4d9d-9640-40005555896f\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"1d8113c6-a810-4ffe-b167-9149be95a2f2\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"22894cb6-4e3d-499d-b4ad-3eac66733e00\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"24717df5-cf6a-4194-9fea-9d4f2bc9888c\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"25940a8c-c366-4025-9290-857ed81dadfa\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"26581f86-4425-4e37-8d6c-b13ff043a9f5\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"2fe7639d-a6ab-477d-aadb-25d9b9f0dde8\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"37a79441-a3ce-47a3-8472-474d5b2a4684\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"43c44a6b-93b2-4a68-bcf1-e4c71440a319\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"4a06e0e9-f816-4856-b0b0-e6855bd8df5a\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"4be7ba29-21a9-4211-9e99-736a41a03e4e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"5709314c-2c33-4dd7-a699-4aeb3253313b\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"5786ff61-90d9-4e23-b7b1-adfd0b139455\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"5b5722e9-c131-43e6-9483-405844065c40\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"60e07435-7784-4e89-8aa5-a7daa2eca075\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"6aaeb097-9e9f-496e-bc71-85627fe0bdee\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"6f0c692b-b4fe-4a51-a93c-152eca5b3d4b\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"7928a940-cec6-428e-bd6b-397ad1079020\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"81aea388-d5e9-4c71-a689-327a7cdbb02c\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"85db4e84-d5d6-475d-b4ef-53ba4126dfd9\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"872507ee-16df-48d2-b9cc-dc05eef0fef1\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"899101a3-9cd1-4479-9ec6-f480142d5383\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"8a430ea2-5d98-4035-b91a-622f837e9c29\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"8cfd943c-6b57-47fe-929d-f708e770460c\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"8f1669b7-b93a-4372-a31e-d47aedb81cf1\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"937b9fe3-7fe7-4dec-aa57-fcc2813e6801\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"9e70539c-a934-45c5-a7ac-4c01fe0a167c\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"a69b0d2e-6dfd-483c-97b9-987b9db8ab17\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"aa9309c4-d174-496e-b12c-d8b571d8b425\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"b70bdc79-e09f-40be-a40b-ae0b6378251f\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"b75bfe80-1af6-4201-a573-c47a03cdc6ce\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"b82bf5e7-5582-4143-bcae-7db10386d28d\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"b999509f-f0ba-46f4-bb7e-7c3993b77746\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"bb2ad8dc-6970-462c-ac55-f7fee32b7c3b\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"bdc7d99e-6c8d-46b6-999c-762b769f21d7\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"bfb5b80c-8a1a-467e-a09b-a45d0556337b\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"d04a530e-05b7-4251-8068-f41c0ebbedd9\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"d200958c-9607-4437-aeb8-b32318eb031e\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"e1d48605-7bbd-4760-8621-d10823fa24e4\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"e94b8838-db83-464e-ad21-86dc842ed01a\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"eac3ce06-3645-4a6b-9932-37cd0f5d013d\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"eb2d4285-2c3b-4f50-b835-df3a0bf9f849\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"f0de5d77-f28a-43fb-a448-397b7c9a8d8b\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"f49fb37f-8c60-4494-b171-eb9132a673c9\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"f4e0cf05-7574-45a7-a865-b6ca5843acaf\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"f82c6416-d422-47e0-822d-2683152e1c93\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            },\n                            {\n                                \"id\": \"fc3cb5e1-bd3d-4808-b50f-ca311c6a2c91\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"055dc84b-2c31-49e3-89d6-e36c144bec15\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"0dc8ef29-c37b-44fa-8ec1-3adaada2c9af\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"18a85701-067f-440b-ba44-b6942046d0d1\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"19f71e6e-7df1-43bd-9a1f-0410db5b9d0e\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"220ce5ea-1982-43f8-a34b-2bf1adba130e\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"2277ab19-a908-4574-9680-07912ab067d4\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"2ceb0501-37dd-4035-a5c9-014ad7e38ab5\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"2dcf7980-c4bf-4354-a248-dbfdaaf5db99\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"2e35056f-f21f-4503-91a4-dc5e9d39e2d1\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"34ed46c5-5989-4757-bbb3-b7a3f5087f60\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"3b0a89ec-fd01-4737-8547-18d9fd2b9556\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"3b89fe31-b6f8-49a1-a5ae-2560076cfdc1\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"3e38c60c-a591-460f-83f5-5f1b215dd120\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"3f58e674-eef2-475d-ad47-dcdc763adca9\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"41d4114c-eac3-41b2-a4b6-a63d155c9a69\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"4ed5b707-9a65-4751-b4d4-bc55117e915f\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"5224fcf9-701c-465d-8fd5-cb05cd5dcb5f\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"5388cd08-9d35-4ffa-be39-b2078caff126\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"5bf6b4b4-0c0c-463e-b931-2571722a19d4\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"620a3172-61b3-411c-bec9-78c639d2f821\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"662bbe8a-cf78-4f73-b565-871b98321151\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"675a4f4a-3010-4c63-994f-0cd3d2d927ca\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"686fe20d-5000-4751-a983-58d7e0b2e2b4\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"708a3f95-09f9-43c2-bff0-51600c6ae1ad\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"72910374-d778-4272-bf24-e06afd567c31\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"76891f32-a416-4be0-882c-328855facd30\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"7a2838b4-6759-4cfc-92db-022e2b47c6b7\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"84b84de5-b0cb-4eba-8e5c-ea3112d775d9\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"8d32df81-56c5-4af9-826b-cfdf86b65b84\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"94eb2373-0389-4aaa-b6ff-937533820354\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"9acab16b-f5fc-49a0-b99e-17ddfcb6398d\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"a0255178-de57-4435-b932-ffee942e46f0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"b0c5a022-05d1-4821-91bd-198a06124178\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"b83c7ab5-1cad-4964-839b-65163ac5e9d1\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"b938e4a2-a86d-457a-af80-f48eba085db9\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"bb281913-fb93-4702-81a2-61b5374f8c4a\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"c6a8f48b-7c99-424d-ad08-595224337f54\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"ced5db19-7a03-414a-9732-971c9a13715e\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"db500b52-4583-4f4f-a274-87bdb28bf665\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"dee0010a-edb8-463c-a1d7-c018112c983d\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"dee293e6-e93d-45d7-b7f6-ed6d5e4760d1\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"df587596-6e5c-4ba4-8ff6-c1c65bbd1b79\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"f1a9bdfe-b92e-4a4a-8383-be2466c019d0\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"f5391da5-e998-449e-b86f-391706d6e33e\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            },\n                            {\n                                \"id\": \"f793e553-4e4d-4fe0-add4-2e656ad6115e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0666975c-9a90-48ff-8c5b-9bd4e5fada67\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"0ba98446-284d-45c2-bb8e-ec7b40744e38\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"10f5a50e-b9e8-4c09-a54c-8f9ce93b6e58\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"2248f800-2529-4c54-987f-cb1bbc9d8c04\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"3ebdfe1a-e894-4fa2-999f-bf8f355b124c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"44730c16-74cc-4267-8c90-7ef41a3d3df4\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"4941111f-8c2f-4b03-ac31-cd0cec322344\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"4a4d83b5-244b-4a25-b309-d515549bbb16\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"50fca7c3-8630-4eb7-8951-1709672d61e9\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"665c30d8-a385-4d0c-90cf-d5af0946cca2\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"6ecd41cd-e84a-47ce-956c-085e84af11b4\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"7526adac-b016-4e5f-8077-e86b1b30f897\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"7e4e7acb-9bad-444c-a0b9-2ae3364b0572\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"7ef70bef-dd91-480e-b243-e84140cd1de4\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"84e0cd4f-37ee-41bc-956c-26de042e5a7f\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"8753d373-ebd5-4cbc-990e-64d65bcf92d8\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"8b6205eb-7302-4c87-8b4a-c9ce6a1f5520\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"9521f67d-dbcd-4172-9727-ee049c21cd56\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"a5cab72b-d7a3-485b-a2af-268328da13a4\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"ad3dcce2-3b1d-453a-8809-e895f9c0095e\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"aef04611-c475-4ffe-bada-75d4ce47213f\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"b23aebef-d334-4e60-9b41-6fcf7c30f31b\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"c527ab97-1113-4d9b-ad50-299811f95324\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"ca60f95c-d34f-40d4-a732-5c5761b6d4d6\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"ed7160c0-d064-4e36-ba72-cf9431915c0d\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            },\n                            {\n                                \"id\": \"fd95758f-8a1d-47b3-85fc-ce3b096adfff\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2f088948-36fc-467f-96db-545569a8318d\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02a4923f-1710-4838-8b10-abe5c1d46ff0\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"054032b0-5ccb-4aa7-adee-ea01df49148d\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"06413344-0fa7-48a1-b078-5161f24d2c6a\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"08f1d412-e9c5-4269-8016-723ba5c033c9\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"093487e9-800d-4c0e-b655-d9f03d0d95a8\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"0f1be8e8-5095-4903-8f98-277d0b02cbb8\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"0fb468b7-5269-4969-9c04-616c0b553a31\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"18e11043-d18f-45a5-8f3f-debbcb1ff283\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"29c34e24-435a-4b4e-b387-ce146a0befdd\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"374d918e-3fa6-4d9b-bd4f-4d6570d4343c\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"37c4a0da-3d85-4bdd-b15d-8efa93013693\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"3b2fe64b-71c5-4b11-bba1-682f2dc77aaf\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"3de275ab-a664-4cc0-b35e-6e1cd9919ad6\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"40eb0994-faff-401a-9c81-3f8b90c310a2\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"41b869ea-a7ac-4f1f-a89e-92b7c23bf15a\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"46cc51a8-7fe6-403f-b03d-5b30aecbec62\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"48368412-4977-4451-9884-b87f4d1d769a\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"4de52e5c-c7ea-40b5-82c9-14460b81ab55\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"4f185cf0-f89a-4b87-8e2f-596938d0d5d6\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"5059b0da-ba48-494f-b68a-2a1b5f96bfab\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"524332a3-be94-45b8-b086-ab2a5fbb414a\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"5568e63b-b8a2-4ec9-8201-8f1f8e7a5f85\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"5ba604cf-5f6c-4317-8ade-d80791d5c12e\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"6214b407-6334-4335-a529-0bf150e235e5\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"6214c03e-a2bd-42c2-adff-f7bb6793f998\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"673ccbff-775c-4d41-a568-552cba0fa202\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"71af7e40-29e1-4d4a-8a22-6f72c91fdfb8\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"7211f8f9-77a8-4570-8e77-994a871a4438\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"7a1119da-a8f7-4ebc-bb97-e29498a8b32c\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"80dd63df-300c-488a-b005-49d133db72fb\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"85744018-d49a-4c78-b16c-6b8071e40dbe\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"a5b5b098-adf2-4df5-bcaf-ddb007388ee7\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"ad0ad248-91d3-4677-a8a2-1c59f60f6586\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b053dace-6730-499b-9319-1398168ec3ab\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b3525c9a-fb1d-40e1-888b-15f622140b31\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b42c84b8-39a3-4e31-a113-b2a03c3f67fd\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b540a31e-6437-465c-a308-a7fac73e443c\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"b958d1b7-4058-4af4-8a87-b05aa7e02060\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"be0a428a-4429-4509-8f13-01b7e54be3d0\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"bfc3be95-0ab2-4a90-9df9-7925b62fef17\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"c9545fee-9730-4191-8ff2-63fbc5e0ffcf\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"ca25be91-beee-4ff4-874d-c8384023c248\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"cc738040-7221-48a5-816e-96df69c74a98\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"d22cef5f-501d-4c88-8db1-63b077677477\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"d5a61314-ec01-4c20-9ce4-bf9ab445cfb5\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"d73699f2-7d4d-4541-a612-54895c96131f\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"d9ba52bf-557f-4bb5-bfb5-6468d021fccf\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"deb768f7-f7a2-4b66-9461-c769c4498e45\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"e2c2dbbc-2c8c-423a-8ac3-05ccd5b96a1b\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"e356d393-623e-4461-aeec-d3a113f354ed\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"e4ade996-1440-4185-a315-fa2b5ab862d5\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"e734a8df-20c7-4c9b-be06-8a53a71f3785\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"f13a35a0-1531-4af6-82eb-7d0f3c34e2b3\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"f2015e71-f304-424a-bfed-bce9d7a19fef\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            },\n                            {\n                                \"id\": \"f5afbb13-2f2c-4c79-a8b1-5897cae335fd\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"444bca66-8c56-4f66-85fa-691300c536a4\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"06a43a70-ebe4-4f81-87cf-4b2ae057e68b\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"0fcfe541-7786-4db9-854a-cfbb6bb8c736\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"16edb5ab-046b-42e6-b96c-ca2d14c14481\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"1c663b38-ceb1-4c70-8845-f10940d1c36f\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"2ca66bd9-b4c1-4d3d-b18a-d667e8eb0221\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"2d3efdc8-f489-41ea-b07e-ee93ad45d51f\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"2fe1832b-02fd-4cef-8ea8-cf910751c5c4\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"35ff9828-9b0c-4e5e-b0ec-7504163e6001\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"395204b4-538a-4902-80f7-d35789217c41\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"499626a6-2145-4520-baa1-dba63437fdf2\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"4a7da2c8-91ce-49dc-95d5-666fe6408943\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"542ba736-f0e6-46d5-aef1-5b426e13bea6\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"5a8a2532-9b00-4c7a-8604-8fb9214d5347\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"5ce99864-6328-4098-91dc-70472742826a\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"6882f2bc-a898-454f-b302-020c83ee38f4\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"80be2669-8a0f-41d6-9b12-01b4e58777ff\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"82f210e4-fa48-4ec5-a752-acb377bf1a2a\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"888ee5e0-3974-4557-870b-712f32f48d3d\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"8901d921-8d09-4e6b-9d27-585875b3df7f\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"8a74b581-caa5-4559-aebc-a626c2aebed6\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"9057b10d-1c66-4c74-b9a2-904568d909b3\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"91d9aaa2-a287-4efa-9c25-9d4ae3633119\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"98d27343-7d36-4066-b3ec-e5e91fa6434a\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"a10497e4-7d8a-4e27-8a01-cf00a5259fff\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"a5844d7f-74b8-461b-8f03-41fee402cb70\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"b32777d6-2bec-4068-80e3-93b04b297d33\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"bf4a4f8b-a955-4455-b79a-c1444a9cfe49\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"c00f2ab1-59eb-4f97-9110-fb8a8b10996c\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"c162e0a5-eece-4735-86c4-438a4b6ca1e2\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"cec9b191-af6e-4017-9b52-de410a98a172\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"d05de11d-7cde-4d57-bd8c-3ebaba1856e4\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"d31cb4c5-292e-4200-96ef-73db69219d49\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"dfd349c8-1cbe-4948-91c6-f486df3b6661\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"e9e498a8-9aad-4885-9a38-72d7f73204c8\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"ec6f97cc-adae-4bdd-833d-4a0524677fbc\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"f421432d-6a84-4a4d-8820-aed076bbc20a\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            },\n                            {\n                                \"id\": \"f467c108-769e-42c9-8281-3f661355ec91\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"376ffe7d-c150-450c-bc99-e455327af0ca\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\n                            },\n                            {\n                                \"id\": \"75056095-1c2a-4542-822b-f8ad7b888cc8\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\n                            },\n                            {\n                                \"id\": \"a932287c-bc4f-4d5e-a0c9-e8fa00c8062b\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02746d94-ab42-4eb5-ad25-aec8af34ea79\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"027f8c61-1ed5-4730-a9bf-0155f279e96d\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"1be0515b-ef80-4e32-bfca-25c4f6ccd7ca\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"22c3e305-9ba9-4d5c-bd08-dcdae4f0ab6e\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"2511db38-12b6-4c14-b5aa-427da23c8af3\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"257a7f50-451b-4bdc-856d-2d3b1d99a827\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"2691a262-36e9-490c-b904-9fc5dfc19426\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"2a748e14-592d-46f3-aac9-a335fe077c60\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"3226ae7d-dd05-4153-a373-f385cf4e3431\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"369af829-2727-41c4-ba99-584699233c70\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"38bab9c2-eb57-4e0b-9a1f-1db17cefa1bc\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"5daf07cb-c234-469d-a038-b84ced588816\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"5f1a9aa5-64d4-4f8b-af69-5d0c9754cb22\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"73441805-a444-4f5d-bab2-dd3dc662c1e4\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"76d8a49a-bfbe-46fa-9e6f-a871ddc4345f\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"7ea6f7c3-09d1-4a1c-8678-7d47ae2dd226\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"82b9525c-28f3-4097-8e8a-f6d93c48f7b6\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"87492f8c-695d-4068-9567-6264b530b404\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"a9e9aa79-dbd0-46c4-bf26-d83155f0ebee\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"ac570b51-2240-49ad-921b-8ddf3e991bb6\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"b08cdcad-e3c7-4ca4-bb7d-87c0972a3467\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"b82b3360-1d09-4bb6-a3c1-0abd07385238\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"ba32f6a1-9882-4191-85ce-0712fcb822ab\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"bbe04c71-b4f5-42b3-af93-5d8521549811\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"cc5f152d-b291-4950-b959-68376b5b2d10\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"cdac1b6b-920f-4a4d-8489-f4efff1d0774\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"cf5ab8bb-91c8-4c9c-af6b-fe1789f33fe1\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"efd75789-5551-4fab-8c14-4d8234c0a1e3\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"efdbbbef-2bbd-46d3-97be-65518253a091\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"f9c871ee-b756-4506-9619-70f6d869bdd0\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            },\n                            {\n                                \"id\": \"fdc0bb09-ec80-4254-bc65-f203d048a2a6\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"02fe3a1a-73f5-4f1d-b84e-b2457d62dd22\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"03324a3c-cdcf-4396-ba5f-3b87b8dbb92e\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"094f66df-3a14-402d-b857-df81ce1553c4\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"113e19ae-0849-4c76-8c1b-b93e76c6c736\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"194da385-7859-4b7f-9b16-d2e75646ef6a\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"1cd22f34-04b5-4fa4-aa40-e164c6b7ca83\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"243629ea-6f4b-4ec5-9859-0cb716f0e0ef\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"286dfa49-c99f-4a6f-b5cb-65b9639fab89\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"2c1169c3-17f6-4cb3-82ab-a4eef6698193\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"2d8ca0f5-63ce-4fe5-983e-bc01c6c3e0c3\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"3107bac3-bfb5-4e36-87a7-b9829f53b051\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"35d48206-dabe-4b62-a474-c9bfc0eeea68\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"435f53de-0ac1-4063-808b-f600f0f53b48\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"4805204f-efee-4a6c-a17b-4acc0e9512f5\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"4efb0ee1-4383-4b1d-bd27-374aad85ad4f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"75e38bf6-6cbd-4dbb-8318-9aa8e068b92f\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"789eec94-bac7-4934-b028-571b611ccb78\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"795217e2-31b2-4578-91db-be257c61619d\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"7b55a810-e74c-4962-9b58-a9a1e56e6faa\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"86c4841e-bcce-479c-a809-7ef46a81951b\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"9374b3d4-bb49-4f95-9e78-8ce7718db3ee\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"9dfffad0-8e60-4f1e-adc9-fd3a9162a91a\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"bb8587eb-3b59-459f-bb7b-73b7763681aa\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"c37010a9-3cf8-40c7-b9c1-6b72df03c677\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"c6282b5d-5bdb-47e5-93dd-130a9a0bfef3\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"ca261b2f-463d-42f9-84f8-435b58751f08\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"dca660ce-aa8a-4f77-87c5-248e7d81d5e0\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"dd3f527f-7eae-4045-9523-80ec94ef88e0\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"ea013632-5646-46aa-b328-87430c79cf42\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"eba63075-78ee-4173-a475-b86eba2d0396\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"ec1af159-de91-40e1-83cb-b0c777d063bd\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"f1affe2d-7438-485e-a1e2-dbb8a569cb02\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"f6e48356-15d5-43cd-9682-78bd99bd9f1f\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"f9bf384f-a772-4861-982d-102c797bfca2\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            },\n                            {\n                                \"id\": \"fee4e67e-d06a-4d75-ad2a-b985c69e79ef\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"016fafe9-0494-415b-9c3a-091f924bf2cb\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"09bb7e41-431f-4b76-ad37-69cd5635c6de\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"14bb4bfc-aa1e-4fc5-b888-aecdb690c60a\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"4ea43eb9-ce54-4d39-8520-a23f3f65b1ed\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"52f1f549-defb-4cb3-9ee7-f149b5b73ed6\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"6e9ee1f0-e1fb-48aa-a5e0-06df3ac590aa\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"78382caf-bafa-498f-b25c-489c86f6c948\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"7d41f011-fc69-4411-83b0-1574ab23fbd8\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"a5375b61-f83f-430c-9984-121ccff3a5d5\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"b0554a7f-8a07-493b-b9a3-064fcb9e3a49\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"b4bac0ac-8bc3-4406-b251-67bb2472b496\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"b9d5faca-8969-4f6e-8f7b-ffe4dfc40f52\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"cc77d8d9-3992-4ab2-a5ef-aa32131d6a72\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"d3008d56-bdc6-4944-baec-cabc39355504\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"d514c35b-6410-4612-820d-c58a9321602e\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"dbf850d7-2db2-43af-b644-ed12c1c5d0a0\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            },\n                            {\n                                \"id\": \"dd2ed9fb-2bb5-4dae-a293-9150e3a3eac1\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"548525c3-7b90-4b91-9736-1353b2317ff3\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\n                            },\n                            {\n                                \"id\": \"c56dd115-5c0b-4900-ad55-66f7a2c90984\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\n                            },\n                            {\n                                \"id\": \"d1a9fbba-3f74-469e-bd4d-99c0f32b1cde\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c3b327d-7129-4069-97f9-e6e7869b3662\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            },\n                            {\n                                \"id\": \"2db430c8-311b-413f-b252-088d1889142d\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            },\n                            {\n                                \"id\": \"432a8bcd-293f-443f-b804-0726529d88c9\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            },\n                            {\n                                \"id\": \"96151280-bbf3-44a0-b45f-4654d7bcb859\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            },\n                            {\n                                \"id\": \"da05a199-eadb-46ac-9c52-85206cef4a6c\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"aa73d421-3459-4344-a967-34248acb674e\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0e8cc263-666b-4c5a-9e0a-acc729197756\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"5235b577-0211-475d-8380-ad171a4f97eb\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"60140c97-2514-479b-8ae9-1aab3ba984de\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"673e867e-f550-4c68-a856-5df45c2a2c44\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"909b90ae-dbb5-4ca6-b3c4-986300022f70\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"c2bd29d5-3d65-4562-b61f-b26aa8179a32\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"e30de9ee-cee5-432b-b0f6-10a7f3d82792\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            },\n                            {\n                                \"id\": \"e750640d-ea84-4a65-ac78-050874e80d3a\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"65b5d84e-11f3-4b96-8496-11d8f004a698\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\"\n                            },\n                            {\n                                \"id\": \"dc08c822-a03a-4306-8229-c559b67841ea\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04f2bc57-39ae-41aa-907b-a49671d75a66\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"07871574-a2d7-4ac1-930e-dd6e449df2ff\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"07978c06-0411-4f86-91ea-ffe1a387a7e4\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"0f123b57-beb1-4019-a199-345a69f572da\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"0fa45449-5e4a-45e9-8e7f-06673b964cf7\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"23f5c8b4-f29f-48a4-92aa-3ce83688d7e7\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"28e27b80-fc4b-4452-a292-00e30c4ec36a\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"2afa4034-663e-42ef-8d52-7e46fc36b672\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"2da232d6-499b-4758-8b5c-87b56d41ae9c\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"375d25e9-8a9b-4202-ae4a-c3f7297cd1ad\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"3d1a4bcb-b519-407e-b8fc-22bceead474b\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"3e3360ae-7276-49fe-857f-4b8735ec212b\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"4014000e-07da-482e-b3a7-5f81feeae106\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"4a07915e-9d1b-4235-9df8-28666c95ddee\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"4d172878-efb0-4f26-90c3-caa1dc852ab6\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"534cf844-c5b9-4df8-b136-2cdae6ad6b4a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"54ccec5d-20e0-4915-882d-819aab4c11c4\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"5605477a-45fc-4631-b377-eda0b8ed18a9\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"581379ca-2953-4083-afd2-d393d6e361af\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"6287c3ed-21f4-4ead-9c01-b1292a63009e\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"63e4e83e-7bbd-4a14-9dbf-f7503eb5cbc7\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"6516c28b-2216-47da-be88-9e779cace8f3\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"6ce1dd64-96fc-4e59-84e6-c08b47133b2a\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"72934324-a6a5-4916-93d9-9ee9daf2d05a\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"78da539d-cb4f-4789-ad5b-a344ce452ebe\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"80c94c3f-d8e8-4a03-8be4-c2de02b901c1\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"892da06c-f178-4c55-b848-bcdd72fa4402\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"8b51fd60-2a08-4883-9a8f-fdd0fe4fc217\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"8d373f6b-e136-4b63-ba08-c2f30672beeb\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"983aa775-4e0d-48f3-ad3d-460acc2c03ac\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"99aa3a40-07c9-41b3-ac1c-9efebc4b96bf\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"9a679b7a-1d89-42ea-8d2e-1cba3c995bb7\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"9b5e83a0-db80-4cdf-a5e1-e173630e152f\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"9f0441bb-35f2-40a5-a039-05905ecd9f56\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"9f5e3c28-e289-4ab9-9830-f078a30e12b8\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"a25a9673-a985-4358-9924-148b83e0fe77\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"a741b2e4-f40e-4aa5-a19c-2c7b355a95d1\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"ad1fa5d4-db95-4838-b1d8-1478c61b7311\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"b7b34c48-f48c-41ea-91a8-b101e82b793a\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"b9a3922e-13fc-4183-a7ff-806a7450c151\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"c4f17374-6248-4704-977b-d6cd2e0bfe4e\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"cd27a1cf-d490-4f95-a4cc-66403b56aef9\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"d28e7151-22e5-49c0-81c8-5722c5167784\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"de8c3060-5060-481a-b4f1-8b0e3389a421\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"e144d423-feb2-4666-a6a6-5a52c097aea5\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"e24852b0-671d-40b8-b904-ac2b451146ee\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"e76605cb-971e-4844-aed0-569558247e4b\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"ed9b24bc-8138-40e9-9d1f-47a5783ce3d7\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"f78f8d3f-d6ce-4599-8bd8-bcdf8c81b0ec\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"fc569905-f99b-4d8c-ae1e-e7a28efde98d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"fce6b154-b5c2-4cfd-afb0-bca2020c5fc4\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            },\n                            {\n                                \"id\": \"ffc941fa-f2f7-4e9c-926b-ac61bd018e45\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09974f00-43e9-48fa-92cb-f278bd134911\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"269e1967-51cd-4ea8-99ab-bec85b70a186\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"30554306-6b52-4dae-9d00-16dcc8b59fd3\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"34d92ff6-215f-454c-bbcf-5c83be6120fa\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"3b20d616-25f6-4a92-892f-aef61813e24e\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"49d9679f-5704-4360-98f2-50acab58a4bc\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"5393178f-1bd2-4449-b8ec-35264d17e8b8\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"549dc2b5-e5cf-498c-8455-4fa301968247\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"5a937aaf-95a9-495f-b724-e3f39f126a23\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"919d55f1-1e82-4a21-959a-65ef27d1b265\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"9e09d4dc-5208-42eb-91e4-170c710eca43\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"a7966c11-c81a-41c4-9189-454666863023\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"b59a787e-8c7d-4c10-8984-c64108277032\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"d9e6001e-b07b-4e10-b45e-bb91b5fa8b6a\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"ef110ae2-13c8-479a-858b-2e381de3109b\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"f21f0696-8969-4839-9bd0-3a6566d68920\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            },\n                            {\n                                \"id\": \"f8ef81dc-452f-467e-a510-503a55ae04b5\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"550b4382-2cb4-4bd1-8a6a-079a147d4c30\",\n                        \"text\": \"L'appel débute par la présentation du client, Alain Dupont, qui exprime un problème avec sa box internet. Il est client chez Diabolo Telecom et utilise actuellement sa 4G pour se connecter. Le client mentionne que cela s'est produit trois fois ce mois-ci.\\\\n-L'agent, André, tente d'identifier le problème en demandant des informations supplémentaires sur la box internet et le numéro de compte du client. Il met l'appel en attente pour vérifier l'état de la connexion via leur système.\\\\n-Après avoir constaté un problème technique, André crée un ticket pour alerter les équipes techniques. Il demande au client de redémarrer une nouvelle fois sa box et lui fournit un numéro de suivi pour son dossier. Enfin, il propose à Alain Dupont une extension de data mobile en attendant que la panne soit résolue.\",\n                        \"object\": [\n                            \"L'appel débute par la présentation du client, Alain Dupont, qui exprime un problème avec sa box internet. Il est client chez Diabolo Telecom et utilise actuellement sa 4G pour se connecter. Le client mentionne que cela s'est produit trois fois ce mois-ci.\",\n                            \"L'agent, André, tente d'identifier le problème en demandant des informations supplémentaires sur la box internet et le numéro de compte du client. Il met l'appel en attente pour vérifier l'état de la connexion via leur système.\",\n                            \"Après avoir constaté un problème technique, André crée un ticket pour alerter les équipes techniques. Il demande au client de redémarrer une nouvelle fois sa box et lui fournit un numéro de suivi pour son dossier. Enfin, il propose à Alain Dupont une extension de data mobile en attendant que la panne soit résolue.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"d79b9170-2c04-41ff-b6f5-17de1e9f47f8\",\n                        \"text\": \"L'appel débute par l'identification du client et la description du problème qu'il rencontre avec sa box internet. L'agent, André, demande des informations supplémentaires sur le compte du client et met l'appel en attente pour vérifier l'état de la connexion via leur système. Après avoir identifié un problème technique, il crée un ticket et propose une extension de data mobile au client.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"f3d93639-0841-4c1e-a122-05ea45d69fad\",\n                        \"text\": \"Client Diabolo Telecom signalant des problèmes récurrents avec sa box internet\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"1e4c1cee-2b55-4413-af3a-9185ada0b33d","name":"Get transcription and call summarization status/result (with tags generation)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03348b32-9863-467a-9ee0-d5ea050dcfcf\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"0a863e13-72ef-4221-bd02-db5ba0ca9bd1\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"0c557764-6665-4747-8ac4-a7741272941f\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"0fe99dd3-bce0-42da-9f87-f7be3e1b3a5f\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"10b313f0-67a7-441e-904d-6ae25056d6cb\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"1327c0b2-5d4a-4e18-88cb-2b9a026c03ab\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"14ac2959-2a17-4b08-8a24-7801a6a19360\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"1b8c2343-ebf0-4da2-9f73-a3e4f7d6f77c\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"1ebf173d-7447-404b-8bc1-b09ade442245\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"2199aaf8-4e79-4369-b699-caf23b8bfe89\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"2a3422c8-dc81-424a-a40a-0d7865042731\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"303d1fe3-0cdc-4470-866a-a60a8e1cb7fc\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"330f26a2-da19-4c17-b9e8-d35d08aec71f\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"37327bd3-3109-4727-bedc-9bca6d1dff93\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"3b6cb5ac-cdc0-4b96-a138-fa4392dbf578\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"3f4d3b2b-b988-4a8c-a6d3-70e49e644d47\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"48f8b5fa-d4ff-47c9-97bc-981fd35bd601\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"4d166669-3a53-4f01-8229-8a5fb5520297\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"537b4f8d-06e2-4c32-b81b-dd64eefe21a0\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"555d655a-fac3-43e4-8116-a6ced81e3277\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"56f936bd-73d0-46b4-8db8-55e75bd6bdeb\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"59fd0f7a-7d4b-4e90-8166-82b05744070e\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"5a614cc6-e55b-4bdc-b5c0-0aa6fad4bddb\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"5adfd61d-3924-42b6-ab94-b75af5680165\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"5bf401c9-1f64-497f-ac36-dde34ab84879\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"5c0d70b4-e1c5-40d0-9224-39f3082208d7\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"65331ba1-d377-40b2-a0bc-1502c995a5f6\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"659246f4-bbb9-4fc3-9dde-23a51b312c18\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"6b878726-a07a-41f2-aa63-b9671cefa78d\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"73cf2439-59a0-4f7b-924a-8457b3d38817\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"7df5ac4a-9729-48f5-8b33-ae0499f4c2d3\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"8edb0b79-0cd9-4aee-a65a-17a5cad8e117\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"962ac129-43a7-4b5e-9414-69aa305a63fb\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"97ab2711-11c6-4899-8564-3d5ee4d9ae61\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"9e71e026-8120-4edc-969d-5ec3094dd7d8\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"a4801d67-f3f8-454b-b473-7144c03297f0\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"a8dfcd23-ab31-4c2b-998b-d56ac0880c1d\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"a9c29a77-ee7f-4759-90b4-d578b63d936d\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"aab9783a-de59-47de-9ec2-6f45bc9b0e00\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"af0f4d53-8775-4835-ae6b-969c8c165f99\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"b0a6a1a0-f0dc-42ee-b7f1-89197a61efb8\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"b3fe48bd-5ac7-4cf5-ad10-1a548a048f88\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"cf24eb1a-8ec8-4a79-abd1-62454861d39b\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"d0b4e679-65bc-4baa-9b75-5cc9cd1b2693\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"d3b7a93a-0cf7-4a89-b346-c19df1509445\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"d78affe9-7a68-454c-a6cd-0196d5793b52\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"d90c427f-e0a3-4947-afae-bc9b2fb3aeb9\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"dca3306f-983b-4b69-82db-0cde91366be0\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"e3212f46-75a4-47bb-90f4-ed9feb64127c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"e3ba1169-dcd8-4983-903e-df1082f388ad\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"e9526394-8713-4087-b4cd-42e9c0aafe49\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"fb4c7d80-bf8b-4808-a1e8-f1cf12935e0a\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"fc639d68-c57e-4f94-9bd7-8df283edbe88\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"fe6300d8-fdc9-42bb-abce-8397529f4fc0\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            },\n                            {\n                                \"id\": \"ff775fd5-f691-43c0-a270-8d7b7c6b7560\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"e020c1e6-134f-47ea-b3de-55498e7c27f5\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\n                            },\n                            {\n                                \"id\": \"e31ff120-9034-4c02-9594-05ba523852a1\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\n                            },\n                            {\n                                \"id\": \"e894f22d-4e58-4747-b275-a766ef3ea01b\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0b95bef7-4c24-4d2e-a665-926716849e96\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"0ff62436-cfac-48a1-8ac4-fee28ada3982\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"12aa9dd3-6b2a-4773-9b61-15a0eb4cfb82\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"2aeb8a50-46a3-41d6-8480-3b2acd2cef24\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"2ea544e4-aba1-4a3b-a520-39995f6d9bbd\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"3054dac2-f1ed-40ff-b27d-3d7c38958266\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"33c93a2f-19b4-4ada-bee8-2ca90d254612\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"349dfa35-eb32-4d35-96b0-b5e2e5efe3a6\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"36323c74-1d77-44b4-a99e-a80fca4d9aa9\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"3a7e62df-39bd-487f-bae4-0347b7fe87d7\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"43e98564-8882-4b80-9ee7-7e53bdb506e1\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"4994448a-d9cf-493a-b675-f90ce5daf1ce\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"4d2f1194-9284-41ba-87b0-20bfbf63a128\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"5c007dad-06d5-4a82-ae9f-9cb373ffcc1c\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"5f87f264-286d-4d18-b027-a41ba837ab90\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"64eac9d6-89fd-4636-891a-13539431646d\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"65392df7-33cb-4d53-a72e-f67d6f793b62\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"9025c7be-d41d-4b8f-9c05-0c38fa5425e2\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"93888c81-6e34-4218-8938-6e170f2af68c\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"9a3370a6-c60f-46d7-9e4a-94fd7d1698cf\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"9a912595-6f06-4e66-b46b-e2020c80d1c6\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"9d7013b2-1fc0-494b-89ac-7e3e539e9657\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a2552a38-c18e-42a5-933f-6c2217151b03\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a4a05f53-be9e-4c41-8c50-76adfef9ebe4\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a4acc03a-fdd0-4bd5-b8f9-774082652f1c\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a5175d10-43a6-4e82-9d89-6c9c2b9d1cf0\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a7349f95-c223-44a1-88f2-e04281b16789\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"a8a5eeff-2d4a-4350-a17b-262129778be5\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"b41740ed-7fa9-4594-b403-f6a298f01487\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"bfcd002d-fe28-4f80-a23f-7ddabe9b8166\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"cbbf145a-edd3-4785-8239-f3bf295de1ee\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"e0107f1d-a9d2-454a-9ad4-edd33cd932a8\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"ea571347-6fb0-4540-ab2d-a4a896a17c38\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"eac76b52-c4fe-481a-99e7-c5c461d01512\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"ed98ac90-63ef-4d95-8681-5a994452585b\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"f77cd73b-0223-46f5-999c-0b45efff9530\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            },\n                            {\n                                \"id\": \"fb1170b0-8eb7-4585-9db6-3faaec73dc41\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"030c209d-4fe3-4350-b634-3b6e99fac843\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"031815e1-7843-4591-bd21-47709250d98e\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"0d16a65e-52f5-4e9a-a687-9f8176f854ba\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"1d929d97-cd91-41f0-a032-94ab96c85100\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"29fe3ef2-7048-4b13-b9f7-16c148de8e1f\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"3437f02a-2bac-4764-8606-12d4e733aa7d\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"34b7e3bf-089f-4b7a-a719-f87425fe12d5\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"37b036b9-29eb-4842-a5df-e6c6a34073da\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"45fb1c0b-d4ee-4bfe-bcf3-827674750dd1\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"52275f7d-5fb8-4919-ae20-e933c35880da\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"574a6eff-2042-4bdc-855d-271b160435e0\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"6192fa78-1385-4eaa-8e04-7260fe7d1bbb\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"639f1594-72ba-4a78-a3a9-ae23ea499705\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"68f3f1bf-f852-4b4d-aa4d-42d70db8a300\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"737ae53c-4316-48ce-b62e-47966f8daa33\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"7e62f4e1-b268-461d-8e75-df3c297642fb\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"8cc327b1-8c32-477c-b6de-50213c4af769\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"a634a6a9-d9fe-47c9-9570-0da90a02aded\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"b4d4b59e-c804-4dd1-bb51-94e4dde1ecd5\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"ccab672c-b62f-4e02-90ad-218974e28be5\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"d54c4861-3f49-4953-bc87-514c7eefeb5b\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"dfbd1dc6-f32a-4ef0-8969-f0812b7688af\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"e071c13c-fc69-431a-b354-3c7eca890757\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"f080d4d5-64b3-47fa-ab54-ac06470f876e\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"f52667b4-22f0-4ffa-b273-3804efd6385a\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            },\n                            {\n                                \"id\": \"fe9ec615-a276-4b97-a9ef-160604d398fa\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0efba70a-a365-4ab0-81bd-4d3fe918ad48\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            },\n                            {\n                                \"id\": \"a4fb8d4a-991c-460d-8b62-41ef8a9060e4\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            },\n                            {\n                                \"id\": \"b39db8ec-ebce-49e0-93d1-119d0b34e4e8\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            },\n                            {\n                                \"id\": \"edda22b2-46e2-4255-affb-21a030d40635\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            },\n                            {\n                                \"id\": \"fe64bf5c-8335-45c7-887e-18eddb8335b7\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0585269a-8d44-4bf6-9599-185d06e50549\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"079670e5-d638-4afc-8c30-96639ceaeac1\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"12f2d951-8fef-46a4-be99-b7288c38e72b\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"280b8241-e62d-4147-8199-1cbabf1c3e36\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"2a72a109-ad67-46be-ba8f-19de8b31b469\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"4c7acc4e-e49e-48d0-b339-11d67c25b0d2\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"4d7c254f-4f86-495f-818a-10399d37996c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"6706314c-ed4e-4558-a641-7811c72b0160\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"6ac2c0f7-a6e8-451c-8f6e-21121a99ffc1\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"75bd3c93-b345-4136-8209-c3922d95eb44\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"7c79c258-c392-4ba5-9363-1be834ddc14a\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"86d244f8-72c5-460a-b392-7be8e43a2c40\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"9c49c2e5-f956-4805-99bd-859a9a907f8a\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"a3d981a2-927d-4d82-b4b0-396260b29699\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"b78a3fcb-47f3-48a7-b305-956f841e383d\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"e3891d23-67fe-48cb-b401-7c87dfe4fd49\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            },\n                            {\n                                \"id\": \"f8ce7a73-44f7-4074-9fba-64bc797975bd\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03d5acf6-f10d-4bb5-bb07-4fa0282f5a0f\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"1eb98d83-8280-40e4-9184-de96c1fde8da\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"20916085-5bb6-49f8-b084-038ca3ce6bdf\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"2bcd5957-7aea-4a7f-a0f6-46c0a221c448\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"39ad405a-9b65-4019-9d20-b883d7ba1c0b\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"5b03ff21-3c0c-4e4d-a13f-95e4de3df7a6\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"5dafc9a7-a4e1-4c0b-a650-2748e3e67b60\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"619a90a2-10b2-4739-bb4d-5a5119b8314a\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"64866064-6f0d-4cfa-8eed-1d564a0f1602\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"772a037a-58ff-4c2c-833d-08d0b061d0fa\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"7f3c504b-e918-4521-a549-04a10c58212b\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"8b14394e-e4e1-4f17-9082-7b03a96ca5b4\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"8c69e48b-0924-4736-878d-9ee29754a317\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"8cc03e46-4723-4013-b204-e69fa415fde8\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"90e27fa1-b55a-4509-940f-e85a7cbd4cd3\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"940ffb66-0b27-48bc-85f1-ebf61166006a\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"9bdee195-0e53-4060-afbe-76bea165bb66\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"9c54e6da-183e-4432-853a-247c76aff905\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"9d21ee61-217a-4c61-b24b-38e0725d01da\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"9f2e3f5d-0d67-42f2-abaa-4fd13a1525a6\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"a9dde61f-e115-4768-bc95-57351fd30f04\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"aa21d678-da25-49a5-a8f0-eb754d417073\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"b37a1dd2-9402-47dc-9ee6-2fb33cee9b6f\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"c331e4c1-1ef9-4242-98f7-c880f5ee7bc5\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"cff6ca6c-ec24-4029-a120-03eac87439ac\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"d2ee5e01-5395-4e1e-b977-bdd5809474e3\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"d867fc23-c8db-47c5-9773-95b2e0762312\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"e3a573a8-6ed4-45c8-a75a-4714dcb3a2f8\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"f8f080b2-01e5-48ab-9e9c-9bf9047bec90\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"fbeaf94f-df01-4499-9158-233233b1d91d\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            },\n                            {\n                                \"id\": \"ff4cb359-52c5-4315-b3e7-865919b7e0d2\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"9e12eec9-504b-4bf7-9502-e09ae0efabd0\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\"\n                            },\n                            {\n                                \"id\": \"d6839b87-2c85-43ce-971f-6d692fb2d40e\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0cff9686-a2fa-45a6-aa4d-e53b43251284\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"1174f62a-c3b6-470b-944e-d4837fc89018\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"1e04c290-c151-4e52-ba26-b0d2c1c4090b\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"1fa095a5-25e8-4e85-936d-1759f85840eb\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"2015eb33-70cb-48d1-80e3-27a49ae7d54d\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"23cff5f7-a370-4c36-984b-25c73509f913\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"25ffe6c6-e785-4e66-a1c2-616b48799949\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"2b021223-2131-4c08-827f-cbc4994e3346\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"2bbafe59-7c20-45f3-87e2-bba1b24dd862\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"2dda9f39-7a61-490e-aba7-d81e76149b37\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"3141c945-82bd-4941-85c6-69c6b06e3170\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"3dd65500-f07e-423b-9da4-0784a51366dd\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"4a751734-2a40-4b02-ae01-7b194d59af38\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"60aaa16a-b200-4541-ae50-022672fd9e55\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"6be8adad-9570-454e-9b4d-740b7794da5f\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"721baa48-749c-42ff-a7b2-47533f97e074\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"90be5d4e-5791-45ca-92ee-cde6fd3b00f9\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"90f6749a-a7e3-42dc-a27a-6876fdd38bd6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"92a10084-4b6d-47ff-bdb4-645dbf93f2a6\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"94705f20-f1b7-4f92-a202-4edbadf2bcc0\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"961785f4-029d-41a8-aafe-810b33d33034\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"96249189-411c-4a68-a516-6bc04761a13d\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"a0729776-3126-4825-a19f-56fac53ed859\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"a5300c3f-d3ce-450e-8afe-e344f0dd175c\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"adc86b5b-8eae-4cfd-a9f6-614c7aab3d8e\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"afe25cde-bace-45c6-b0e1-5f765ccec843\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"c5c3c172-c406-4234-adaa-81004910a3ab\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"d078ccbc-f7e6-46ed-93ab-c143729dce74\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"d31b068e-6fb8-45cf-8cb7-127ac26d8e7e\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"ddc736e6-c894-4032-a1a8-b86695015c2e\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"e6b91539-4b19-41b6-a1f3-4a6f46c6cacb\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"ef637bca-1ea5-4a38-aea2-363ff9933469\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"f95c56b1-3406-4e87-a92a-f5342212bb2b\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"fa0bcae1-e243-4428-b10e-b2c17e2a6144\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            },\n                            {\n                                \"id\": \"fdf2ef6a-c8d1-4198-9673-82b6a9165860\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"1707c40d-c013-45e9-b5ab-31ef10e4ea7d\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"179f95a6-420e-4ebc-abe5-ec4dfa243c40\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"1854493f-77bf-41c6-8c4e-939ee320559d\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"19576cfd-90b4-45e3-ac8e-c5fd1f4f2ce1\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"19a2bc3b-1384-44c8-97bc-e563c1b3816b\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"21618d74-8f6a-4ba5-b0e1-86560f4e5a4b\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"2b15ca9b-3e71-4aaa-8725-184800a30fe0\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"2b3c2bf4-66d9-4148-862e-8569ac61da85\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"2c080a08-c601-4d3a-9142-76a0b9ce169d\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3255af58-45b4-4e74-a9eb-ec9f16679e22\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3369e872-c5e5-45bf-8a5c-6ef169ef080e\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3557806e-59a1-4891-85cb-478c84261edf\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"36ec33f6-328a-44de-bd6a-69c832bf9a4e\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"38030fea-8e5a-4efc-a536-9760cecbd762\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3ab60254-6274-4457-ae7e-b69dbfeec3f4\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"3be440ed-a352-4a3c-a8f1-67f584c13683\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"42c7b0ad-ae10-4934-9a9c-b67d2db3ddac\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"45c2f664-3dc6-442d-ac5c-5f537d39dc6e\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"4ae52ee5-0ce1-4c90-832c-40742af53c15\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"52c1b52a-e144-4115-84c3-840d7d8c89ce\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"56033e15-b5cd-4f58-a51e-f57aba1cfb5d\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"5c5d14d4-8fac-4b25-97a0-c8428a75618d\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"5df2dd9e-6693-4a5c-a6e6-71ee4227ceb3\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"654c890f-6a82-4ded-b119-681fbc984fdc\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"6a0853e7-fc0c-433a-95d7-bb9c10e1fe84\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"6ce00169-e455-48dc-9a13-f4bffe0b1033\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"72037832-5bce-457c-b500-304b117c1dae\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"7af1c4cf-2462-4bee-b3e4-e889d7e3a0ac\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"86686f8a-961a-42fd-acf5-9ebe3dcf477e\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"8dcde5aa-a32c-4d1c-b0b2-5d8c39c11797\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"a4f749c9-823b-4fe0-9821-345ce72f8bbc\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"ae61a926-a19b-4228-b072-e09d39d6c220\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"b2eccb15-0aef-43ba-9bc6-c17ad0caee5f\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"b33523c3-de49-4fc1-95e6-ad7a8e2f8e7c\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"cc9768f7-8f7a-4415-9dbd-a3bdcc126316\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"cd1ee5af-af91-493b-a349-42ab9fb158ec\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"cef85ed3-648b-49cb-b8bd-31a6fb1b2024\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"d2f24e42-52fa-4df8-a39e-110e1241541b\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"d4403f92-cfa0-48f8-ba7e-067514bef8b3\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"d7b24842-7c52-4cdb-8adb-3d432b9e22d7\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"db2c3b5f-2468-4986-82a8-5b2394ec4da4\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"db97f0dc-e71c-4e23-8c5e-d403c954501b\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"dfc5863b-1871-4c90-b77a-49028880c4cd\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"e001b742-6d7e-4dcb-9840-d5b29f5f2692\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"e18846a8-21df-4f6e-a190-13de75af6e90\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"e2828b9c-a02f-48e2-822d-2e4c612a58ec\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"e813756b-1633-4544-a9f1-3c97b9b1c560\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"eb1378a8-a6f5-4f76-9f77-b9df2cd255b4\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"ee145b6a-9649-4d31-af37-3204aa100cc3\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"ee4d24c6-c78c-42bc-b353-e8cb8ce0bf4b\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"f4e72782-c26c-4007-bd4c-a554c2422e49\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"f8e8dbe3-5699-49fd-a76a-3d8d63dfde06\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            },\n                            {\n                                \"id\": \"ff9ab0c8-685b-4b82-9943-d494d5b1145c\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1331ce78-b0ac-45ab-81db-8df901d7fcd7\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"149b180f-ed80-410b-a1aa-95daf565bb6c\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"21fbc3b6-9de9-4ad9-9c33-53226a7c1596\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"5718d49c-144f-4a4b-8455-d0cd3b9512de\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"5fb7a568-b62a-4420-958f-20783cc41b0f\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"947d789d-d2aa-448a-a7c2-eec951be756e\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"af9bae08-45b9-4bde-ac37-ac7be00c08d9\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            },\n                            {\n                                \"id\": \"ea7da150-9188-4559-bbc7-3f4f0b9dc19c\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"01707b61-57c6-44a3-ab1d-72b88aee4296\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"03112de4-0abc-4b6d-a418-bc548f07624f\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"03870372-024e-4299-b0fc-1de5c57cac04\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"049296fd-2918-438b-b7c0-cef056873b6f\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"05904308-64a9-4b34-bbc5-70a19c65a1ad\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"08e30b89-7ff2-4a4e-97b4-acc70191ad2d\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"0c42ac98-c3af-47c1-916c-76edf84f21c2\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"156eb7e5-05af-4bf5-8dad-1ba58a38b507\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"175c29f2-3296-4bc0-9f38-421a4f7e5ee0\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"2028679d-4d16-4b84-af46-1cc31c423967\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"36c05837-e610-416a-be35-c80ed88a38ce\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"382d3299-b48b-4f9f-8fc1-11db3bd3021a\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"3f01894e-c429-4401-86df-188bf276a5b4\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"42a5bb70-6f73-4d30-9ab3-15b1bfb3b78c\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"586ee7ef-259b-4aec-9e18-76e45640a8c3\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"5b132c44-7e66-45b7-b00b-98c74745b66d\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"64280c8b-65bf-4cb3-8281-107d903718e5\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"64d5e81e-c87d-422e-92c7-07d3ccf7381d\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"69f4d7ef-9b0f-4170-b574-a23e516a684c\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"750b0da2-4625-4059-bd61-3a4d58cf90a8\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"774bda91-fc27-4dae-833b-f4c77d5ce032\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"84209152-844f-4685-98fd-fc2db6f55454\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"885efa12-f407-462b-9482-5511b47b9d2a\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"88b970c0-f589-4c19-8a78-95cabc1d798c\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"8e67b3b1-109a-4bdc-8cbf-cf861f0e2a50\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"9e6dbfca-c7fe-4200-b234-61a18c3445f3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"af0c7ef6-518f-4594-8620-53f0e21f7155\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"b0bc8975-50ef-492b-a97c-01b4632b1170\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"b8f57aaf-8843-4bb5-91b1-93778ce16b83\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"ccdb89b5-cc24-4da2-9648-d83621156572\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"cd232ef3-7f24-4ed0-9d65-7f3594598715\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"d2bfedd2-ba3f-47c5-97dc-56a64bfca643\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"d3026953-cf8f-43b0-9103-d24764b03052\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"d6b180c4-bf94-4be9-876e-2aa559e1dad3\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"da1f4ad3-8ab8-463e-9dd3-6020f2434353\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"db145a85-f275-4429-855b-c308925c2272\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"ddf54b5d-8e7d-43f2-a71f-0be70f0ff44c\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"dffd59a3-52e2-4a23-bba5-72058bafbcfb\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"e43b899c-644b-4b6a-8290-d305d1790839\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"e76e9a2e-8365-4a68-8597-e2cb157cb773\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"ef92556d-e3fc-45d3-8cfa-55f0362442d1\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"f4450449-9875-492a-ac49-6f8b0a3118ee\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"f49b0c53-41b9-4d35-a458-9213e9d5400a\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"fcd11ef0-fc10-45f4-8194-be07b638e7d0\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            },\n                            {\n                                \"id\": \"fe212b46-515d-4c1d-9562-6bfec5e041ec\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"a29d242d-a4ee-41af-a946-06dfdd73a95c\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\n                            },\n                            {\n                                \"id\": \"e0401205-5f54-46ef-81b4-207fe46f3a61\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\n                            },\n                            {\n                                \"id\": \"e894a05c-8ef0-4ce0-87ff-fe5cde7c24da\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d1232784-c095-4d05-bce5-849242d31cea\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0f2c8e82-0d38-4e60-82b1-d2e22fdc4c7a\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"100eb726-6f51-4788-afe6-6537494b1818\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"21c9a79f-8811-47d5-8f19-db5e69a86dec\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"2f749798-7a82-435e-ab98-a166891ddd52\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"5585c49d-6234-4fab-b56a-23c3652f7f5e\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"68200f1e-4bf9-49fb-886a-f5c8d6e2cc15\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"6b312a11-b6e9-4ecb-9b6c-a91caeb92d73\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"82f46681-bddb-43c2-81d4-848063a48911\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"91d2e627-7bf2-458b-a631-0817dff318f9\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"94daed7a-747f-41bc-8364-680c70b94a88\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"96106463-6f5c-4e06-9f72-571ab334d4bf\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"aaf5ec05-73cc-47b0-a934-37f369de3211\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"aafb695e-aaa9-4c71-b197-d2cb05ac6213\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"b743dd23-b4e6-4cc6-98c8-6940a55089a6\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"e32825cf-f012-43f6-b0f3-338769a4b63b\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"e3c7c9f8-36da-4c1f-bab5-9f9e32caf0f4\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            },\n                            {\n                                \"id\": \"f62dea9d-2758-4cc5-8a25-e0bb68da255e\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0d61bf5c-e6f7-4730-993f-0c33596a660e\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"0e9c7443-c479-4110-a6b4-af81fe4b8659\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"111d4eef-d17c-4432-82f7-9cebe426829c\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"11af38cd-cf66-4b80-ad8b-b05f0feb1c40\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"2034b998-d9db-4e65-91c4-80171027ad13\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"23ded827-7d35-4566-864f-c648c818d22d\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"28d05d50-a233-407d-9c27-21146d18006f\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"2c45553c-60e4-459a-8bc1-4254409d4624\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"2ec185f8-6272-4ca8-838e-ee0947914895\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"3081b55a-8258-492e-8c52-f2fc42aa7d88\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"41266476-1e88-4dca-a97f-b49a338cc166\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"41e48af8-64ba-43dd-abc6-f778356a4c6e\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"47b92c58-2b9f-41ad-85e8-d9bd1eb0f666\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"537e7f3d-94ee-4ef0-bd00-46254d688bbe\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"598f3af9-d4bf-4069-b2f1-8646f5fcdb54\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"5c8f381f-0309-49e8-a817-1f9aca92acae\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"5e6f8b6c-4458-48f5-baae-85cb40b1cd17\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"64d21499-db27-42b8-9e13-30b697501f9d\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"6bf8ff46-5cc6-47bf-9588-7ca8e35e275c\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"6dffb11d-6b9f-4c68-b6de-4e0c22773099\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"73de14f0-f285-4a28-80b8-75d5f8576c3a\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"7406d4f7-150e-4d26-9aa7-5feccc1ebacf\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"780b3acd-1b34-475b-9c8f-110509d8bd0a\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"78eb7b20-a3a0-496a-be0b-5f570be9fded\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"7b94789d-8bf2-4c57-9638-2c3fa3a432c7\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"7d6025d6-807b-41e3-8fa3-0aaf23b915a9\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"7f615e40-0401-4791-805e-b02cbf3e52db\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"838459a6-f6ce-450e-8428-6c1ef8466cf4\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"861a7ef8-4bcc-4786-a134-149f534e196c\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"874d1e46-1205-46cc-9394-6a14da046aba\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"90299ce4-e7bf-453f-97ce-0c40230c47b6\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"92a0a5fc-de2e-42d5-8d0f-f1f067960360\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"960e041d-7186-434d-96c6-b1feac9a28a3\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"9a633e88-2e12-4bdc-9bc2-3a7cd8fa7ea3\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"a4463b15-27ef-4b8f-b51f-a42db79b0577\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"a81b1aab-9d57-4c84-adba-94faf8e89ecb\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"b8759726-5eaa-4ea7-8faf-4d3e991c1e09\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"bd39503c-113f-4058-a557-4814c2e5feb3\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"c27768eb-eece-4281-ac43-be2e5a046a0c\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"cbe55712-47d5-42d3-b7cb-ba6f939596c5\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"cf49e26d-4c36-48cf-ab5e-bf0ca65cb772\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"cf8c931e-5fab-410c-aa73-1261642408e5\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"d693af65-6762-4726-92d3-da72a5bfad7f\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"de9edd16-636c-4f7a-8ce7-76c4a702d6f7\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"dea9d16c-87cc-4ab3-b4e5-c59afa0c7278\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"ea3ae986-a0eb-4c9d-950e-575bfc33cfb7\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"eb698e22-f144-475c-9bcc-882ab2fe489b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"edd22e19-c87d-457e-b61d-cd5e59013ab8\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"f19a6cbb-c360-4cdd-be23-7325f7ca2efe\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"f86c461f-68da-48fe-b8e5-8dda64c531f3\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"f991cfe3-1a31-46e6-a4aa-c57a198c32e5\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            },\n                            {\n                                \"id\": \"fd4c0614-6a8f-4d0a-8415-0252bc9f28d3\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0b212d30-7397-4a80-9e0b-35b7bbafe3ce\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"11c70bc0-2927-43bf-b181-03c19d78881a\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"11ece938-a21d-47e4-be96-646e821f5dfa\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"155fa75e-9f3e-4685-be74-7fb89daac57f\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"1d832cc5-048d-4577-a4ca-b0d341ea9464\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"2fcd1dbf-c526-4be8-997b-aaec95ae410e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"4d7afe50-9ff9-46ec-91a3-2c210c5b3a42\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"4da91573-30b8-453a-9599-d502950c6d63\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"504ea658-2076-4163-8474-9d4775c08559\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"647b39a8-0a04-4033-abba-4b5d1b1672cf\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"7566dec8-3ca8-465b-a511-021ba1d2aef9\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"762d6f35-f834-4bcb-a4e6-dc90a3589407\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"88153664-2093-4d92-ba46-06007d2bc9ce\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"9a6ce182-0752-43d8-acdf-8b64ef9bca29\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"9fd237f1-1911-43a2-8c21-17ef017f2bbc\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"a5c4b142-75d1-4d64-ad54-26c76f21d527\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"b5ea2b03-64f5-4c0d-9099-e3ea45f653ae\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"c007804b-ada6-40c8-a682-41137a70c6dd\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"ca11e6c3-5f77-40ae-a304-17abdd456d66\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"d4ebff45-28d9-4699-a859-a11017b5027f\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"ee0cf641-5691-4a52-920e-262ce3d62109\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            },\n                            {\n                                \"id\": \"ee5652dd-bf7d-4f77-b713-40cf2c56d369\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"summary\": [\n                    {\n                        \"id\": \"3fedea81-869b-4804-a16c-505270eaec99\",\n                        \"text\": \"L'appel a pour sujet la connexion internet d'un client, M. Alain Dupont, qui rencontre des difficultés à se connecter depuis ce matin. L'agent s'excuse et vérifie l'état du compte et de la box. Après constatation d'un problème technique, un ticket est créé pour informer les équipes techniques. Le client accepte une extension de data mobile en attendant la résolution du problème.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"587383db-6f17-4960-bc50-9a05cc649fbe\",\n                        \"text\": \"Problème de connexion internet client - Vérification état compte & box, création ticket, extension data mobile\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"ac4db825-7c1b-4bc2-aa8d-8d454ed52035\",\n                        \"text\": \"L'appel débute par une salutation et présentation de l'agent, suivi du client, M. Alain Dupont, qui exprime son problème : il ne peut plus se connecter à internet avec sa box depuis ce matin.\\\\n-L'agent s'excuse pour le désagrément et demande les informations nécessaires pour vérifier l'état du compte et de la box. Le client fournit son numéro de compte (14 15 92 6) et l'identifiant de sa box (29 97 92 45 8).\\\\n-L'agent vérifie les informations, pendant ce temps le client décrit plus en détail son problème : la connexion a été interrompue brusquement et il n'a pas réussi à la rétablir après plusieurs redémarrages.\\\\n-L'agent constate un problème technique, crée un ticket pour informer les équipes techniques. Il demande au client de redémarrer une dernière fois sa box pendant ce temps-là et lui donne son numéro de suivi (343A).\\\\n-L'agent propose une extension de data mobile en attendant la résolution du problème, que le client accepte. L'agent crédite 200 gigas sur le numéro fourni par le client (06 17) et clôt l'appel.\",\n                        \"object\": [\n                            \"L'appel débute par une salutation et présentation de l'agent, suivi du client, M. Alain Dupont, qui exprime son problème : il ne peut plus se connecter à internet avec sa box depuis ce matin.\",\n                            \"L'agent s'excuse pour le désagrément et demande les informations nécessaires pour vérifier l'état du compte et de la box. Le client fournit son numéro de compte (14 15 92 6) et l'identifiant de sa box (29 97 92 45 8).\",\n                            \"L'agent vérifie les informations, pendant ce temps le client décrit plus en détail son problème : la connexion a été interrompue brusquement et il n'a pas réussi à la rétablir après plusieurs redémarrages.\",\n                            \"L'agent constate un problème technique, crée un ticket pour informer les équipes techniques. Il demande au client de redémarrer une dernière fois sa box pendant ce temps-là et lui donne son numéro de suivi (343A).\",\n                            \"L'agent propose une extension de data mobile en attendant la résolution du problème, que le client accepte. L'agent crédite 200 gigas sur le numéro fourni par le client (06 17) et clôt l'appel.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"création_ticket\",\n                \"extension_data_mobile\",\n                \"probleme_connexion\",\n                \"vérification_compte\"\n            ]\n        }\n    }\n}"}],"_postman_id":"84053b9e-7a1d-4f85-8896-20f5904ce088"}],"id":"fbaed23a-07b9-4a12-9722-dfbd245305b5","_postman_id":"fbaed23a-07b9-4a12-9722-dfbd245305b5","description":""}],"id":"24c3c687-66f3-4358-9213-80a7819f655f","_postman_id":"24c3c687-66f3-4358-9213-80a7819f655f","description":""},{"name":"Extract the call reason","item":[{"name":"Extract the call reason from previously transcribed audio","item":[{"name":"Extract the call reason from previously transcribed audio","id":"3f021ce9-843b-4f0d-bc7b-d6db987817b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"call-reason-extraction\",\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-reason-extraction\">WebHook callback reception on successful call reason extraction</h5>\n<p>Extract the call reason from previously transcribed audio, and receive a webhook callback (POST request) on successful call reason extraction, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call reason extraction, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cb6c2daa-266d-4135-8230-518cdd618a7a","name":"Extract the call reason from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"call-reason-extraction\",\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"fr\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\n}"}],"_postman_id":"3f021ce9-843b-4f0d-bc7b-d6db987817b1"},{"name":"Get call reason extraction status/result","id":"703775df-f39d-4ce9-bb35-3d8ec386a171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d28c7c8b-9898-4fad-9596-f3c2dac21e46","name":"Get call reason extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"1419790f-5017-499d-8f1f-a612b38645c6\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"4149f656-6858-4797-ba63-cc7ecb8bed8c\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"56e14772-b8b2-4b69-96db-02a1002450cf\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"5a7ed342-ec6d-4acd-877f-ba701cf516dd\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"5eae92e6-8bee-4791-8e79-aee5be55facc\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"62dc0a67-4a01-433d-b3ba-81658aadd6a5\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"6ccdd098-ec1b-4d4a-9294-1d8d3888c6e0\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"82d2df05-cd8e-49f8-b323-1cd59e721caa\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"863cd1e3-ab1e-4071-8531-d081d5131c0c\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"8b14a77f-dd83-406c-8652-70cb1e66c0e2\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"99daf907-5e64-4d90-9728-c279eef346a3\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"a5ec4914-131b-4948-ba95-11280a23da2d\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"a698717d-5010-44e8-8951-55cc2be6b95d\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"b59edd14-4316-4ba1-b111-1811c1b4a5f7\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"c01b1690-dcf0-4713-863e-2c0099240440\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"cd26e615-a5d1-45e0-a9df-23c53775099b\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"d0a54bf3-2ac9-4608-b937-5393356c2f67\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"d280633c-2970-490e-9cbb-171d1fb0aec4\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"d3fabcf5-46ee-4e99-aa77-b309b4adfe41\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"d51c8108-0681-49d1-9503-eb2bc5826cca\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"dcb3f9fb-d31c-4d32-b1b9-3022be9ec0c9\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"e8afb3b0-6e90-45c3-82c4-8de06d172cb6\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"ee559d35-0c5c-4332-8648-c2937b1286b6\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"f779c7f1-8f94-4d8f-825b-97145be375b3\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"f9e330e9-66d3-4b30-98d8-99d2dc422511\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"fff6d48c-00c0-4835-b2be-3b6b99b4bdad\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"45c7bde5-f486-4387-a64c-60561d78c9d2\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\"\n                            },\n                            {\n                                \"id\": \"70410c3a-dc98-4d6b-9a8f-a769762a4a14\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"3a968429-e50b-4fdf-975a-5716b8791272\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02add2d0-490b-48a0-ad3a-74144ea23918\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"06672f79-9d1d-42b0-90a3-73ef250e1ef6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"121387f2-26bf-49ed-a055-89b2b59e56ac\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"272b1a44-0320-4203-a255-bbf6a5176156\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"27e37ad9-1a5c-4af6-b93b-b1940a071b3e\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"397b4389-4d37-4287-b3ad-67c8ac99c922\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"400072d7-b92b-4a90-a127-a892d58d1587\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"453cd782-1212-489e-885c-8d7b60a74593\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"45549a3f-a982-4788-837f-99f055337bb0\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"49c1dec2-ad4e-4771-96ad-07a6dbf555b5\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"4a5c117d-96a4-4493-88f9-a6a1ff9f036c\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"5564ca37-c4ae-4c9f-bc08-10f1bbef6445\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"57a285d5-a344-4762-9767-63926f3c622d\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"5b0b679d-9312-4616-a214-dbb3ba1f0e64\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"5b7909da-7c7d-4653-8e27-15a503d6b858\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"673bf5eb-2a4a-4d49-983e-a842a71b22c5\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"6b1a15e9-83f7-4be4-b441-c3551960231b\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"6e168f5a-4584-4cc4-89b0-0085d1faf0c8\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"729e9c9a-eb30-4f40-a462-698d0963ff5c\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"77a20cee-3251-4ae9-b9cd-a787279e3fc3\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"7b3a4a96-75e8-4f5e-a661-c97ad7d53b41\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"826596de-d1a2-425b-938b-60b967741f24\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"a159f4a1-5a77-4b97-8417-d3455fc409c5\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"ab686062-b854-4fe2-89ad-0d52645b8166\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"afe64820-be24-4e72-bf30-55bc2cd6a0c5\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"b4a3883c-0bab-4ef2-9049-4037de4ca244\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"b84ac1f6-2bf6-4e85-81fb-bc217b728c6b\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"c2713348-8814-4d68-bb85-9d414b514f70\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"c38945e7-53b4-4fef-9e31-45eec595e51c\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"cac5e3f4-b345-4429-9ce3-869f82a7e9f8\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"cda72dec-0460-48d1-ae29-45cc0aa90425\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"e3a3d654-e89d-46a4-b053-b3c896629ab4\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"e8303f51-c372-44dd-b4e2-0ed4183da3ef\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"e8c7139c-1267-45a1-b654-e2f9d23922b7\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"f05150ac-87c1-496f-b9df-11cf2eebee4b\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"f20fe6d4-0df6-46df-bd7e-5c447c4891da\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"fc3ff383-23d5-42c6-a307-9af9293ab200\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"19a7ff2d-083a-480a-b3d6-f2b60ee73012\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"40722f33-f034-4fed-8cb4-b16dc714123c\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"4cb1dc86-7bed-4620-b24e-339f80bb0729\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"d58a9458-cec1-4486-aae1-cff36a11ff12\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"dd1a9bac-7b56-4623-88fb-ce0cd0fb9181\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"ed22cf26-93bc-42e3-91bd-eccd36179707\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"edcaf96e-d509-41c5-b980-3410f748680d\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"f8461ee1-acca-48cc-af23-67215559c7a6\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"08f224db-1e73-499b-987d-cbe073429832\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"0ed28a45-721f-408c-b245-dfa8e9d5ffdf\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"282ad1d4-0a39-4d0d-87be-c7e565898636\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"2e25f222-cde8-45fa-86f0-7360a4eb6d4d\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"38f58601-06bc-40b7-be2d-fe5342635f46\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"496183b1-289e-4184-a786-f8cafca16649\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"5ffcf773-b933-4350-bbc9-3dfc847b230c\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"67feb478-3e5e-4077-98d5-7d2d8eb8ccb7\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"6dbe72ac-14a4-4c05-8e3c-2a618a8061ef\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"734a755c-67a0-4827-839a-ae2c7475e7d4\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"737c3b57-0dad-4225-ab17-35f8d7460551\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"84cbc17b-fd8b-4427-846a-f819d4bb100b\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"8b974e79-380b-4897-9eba-ce2d9ddaa335\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"8bcbfc7f-cced-490b-a26d-6954e72bd34a\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"97e39cf9-5597-4286-bca0-443f92a4a722\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"9a090988-c158-41d9-9dd7-240b861a30e9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"9a30ded2-c9be-4057-96a2-7bf497a9dd02\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"a585e687-cee6-4579-9e5e-528bac198cd2\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"b535d439-25e4-49aa-b159-f71984c6e85c\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"de4a0e09-c07e-437d-aab9-df91b0dae274\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"dec03a87-9504-4692-b25b-62507451f901\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"eff9c5a8-fd42-4254-ad46-a9fa4ea27b8e\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"7907aa07-61d5-48b8-831b-6333ea8d8f3e\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\n                            },\n                            {\n                                \"id\": \"dc5b41d4-83b7-4d5a-bdc0-15b436b91036\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\n                            },\n                            {\n                                \"id\": \"f09313ea-cc3b-45c8-87d3-7570a5fa2ee1\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0668c730-6be2-4cd6-b601-ee1af2d698bb\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"16fa2364-51a1-4d2b-8b81-b83aa172b18a\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"1fe99bac-34e5-4e65-a94e-68c9ce2271bf\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"2ac3e499-f3c8-4b92-bd6b-d4cdd88c7060\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"2d580d40-e4c0-4eef-a1f6-e8bf6d2f1a92\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"37933fd3-5a34-4155-8de2-59306641c7d4\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"39a57ec5-f97d-4aee-8c8f-26beb732158c\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"3a6a00a8-b74e-4633-a931-b8befe8fcce2\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"3b5089e8-f151-4506-a5ef-d4a2dc697afb\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"4b1518e1-5bde-4ce0-be39-2a5eb4f731ef\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"523e17c1-8231-4573-94f3-4a298ee11bc4\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"6cb70e2f-8486-44f3-ae5a-3859ae2593d6\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"9b962ad0-f374-4989-834c-39b0d6dbfc37\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"bb98b557-9e92-4e1d-ae63-e1c403624276\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"c3ac6ca0-45d1-4038-9009-ccb4dd85056e\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"cf505cb9-a490-4f11-8a40-833b5694403a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"f42c41c1-197e-45c4-b307-e538e3423ee4\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1eba6b75-d821-475e-80cc-bbcd4d944769\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"2de9ccf8-f037-47aa-aab3-7b4b66691e96\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"3495bcb3-a5c2-4ccc-9454-ed925ac8db5c\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"3af6e037-37ee-43f5-987d-88e00f313be1\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"3c3eed1c-bff2-43ef-a9b4-3571673b3f13\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"3d70a6a2-9ff6-4c1d-962b-8dc3e5303c9d\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"4216945d-a1a5-4fcd-93de-89530e628329\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"519f7367-39a0-448f-8d92-56097a174d2a\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"53c729fd-6221-426f-bbc9-476ab456c376\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"56a0e378-e11b-46ee-a9a3-0216784941f6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"5ab67ca9-365c-43ff-897f-d175425edf6f\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"610d08db-d429-473d-85b4-d3c1dc315322\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"869155b8-5a0b-450e-9149-8c23a2a97ef8\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"962b9d11-00bd-414d-a526-757f65abd8c9\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a154b697-7d2f-423e-a3d2-351fafa557c5\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a241fd05-e9ff-426b-b5f5-f86a6e22c30c\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a5b02498-7cae-4c09-84bf-f07aed48bc4d\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a68b063a-9504-4c5f-b463-62a376b3cd5e\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a739bdc5-1856-40d7-b3d9-5fbb0172cac2\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a7feabad-7ec0-4d08-8f85-40bb93959ef0\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"ae4dfe8e-4ce3-4cb8-8a50-85c7b7d15bea\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"aebb150a-3281-421f-9ddf-7dbf67d43286\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"b012bcdc-d57a-42bd-bee6-6a37f63e4277\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"b1a5aa77-bdba-4f2f-8e34-59d9bafbbe95\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"b8f91450-900f-49eb-85b5-772310ce75d9\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"bac32f30-246c-4d22-ba9f-ff034e57c512\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"c1357851-ca5e-4424-8ab1-0426d03973cf\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"c40a54af-da06-4807-829c-0e96f72db30c\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"cb78c39e-3415-4a79-967a-cbf36d40e37b\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"d4098c53-2cae-48d9-aa04-09a8b8b7caf0\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"d643cd4a-d646-4032-92c1-98cbf70a95cf\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"db04d712-9799-4ad2-8ed8-d04283988f17\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"e3df14d0-383f-49be-b6e5-eb7e0524beff\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"e4b235de-350d-4b2e-a140-1cbde8b91e1e\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"e749dd2e-a9a3-468a-a362-d741151e5ab5\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0088fc1c-4e77-43ea-8f26-3b26cf84f9b7\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"099eec9f-7670-4ae3-8251-20866e76450e\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"0d6e5b14-0167-4224-9594-91d421ea3f6a\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"17892c81-c615-42a3-8a0e-d5280fa28fd3\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"1e7d416a-6f9b-42e1-aade-62c96f4fbc5f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"1ed3b322-a65c-4ec6-955b-4ac48fbce7d9\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"65e385e5-64b8-472e-8f93-177e3fc1b49c\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"68a30793-a4b7-4aa5-9fdd-648b4d31c576\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"7274e5ec-b451-4a59-bb48-1c6bf48b07d1\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"78411bce-7f5f-4539-97b2-46360ed013ed\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"95348815-2431-4160-976c-b7f253d8845b\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"9e00699c-1697-47d9-ba01-6850333d76b1\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"9f163d6d-44e2-4e30-a514-c3a724b41ec6\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"aaa38d80-c1d4-4e91-bf88-b0a9495edee6\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"b81ce638-aa3e-4495-a7ee-1f1d2685b33a\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"cdd49122-06e4-4bbb-a6f9-f2f06afd06c3\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"d71535dd-8a9b-42d3-b436-3c8bd1578612\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"51990be8-6c46-48b3-95da-e56e1dd0e3bf\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\n                            },\n                            {\n                                \"id\": \"7b0b92c3-0724-4bc6-95ab-b0922d97979d\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\n                            },\n                            {\n                                \"id\": \"e265a11b-2f2a-4c0e-a99c-04e3cd6a70ed\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"034f5cab-4272-4c77-8e23-e5dfe3617979\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"0919aa2c-b3b3-48e2-bd9d-f15068050e2d\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"0e1716f6-b8bc-48b9-b4db-93b0ec9b0a3c\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"167fa62a-b1e1-4367-a6d2-fda976008763\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"17208373-0ce3-46f0-a994-6d40fdbd0547\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"1b973ec7-ead4-47dc-b569-d7777ccc73b9\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"1e8fca68-28eb-4d3e-8f9f-1aefeaefcbce\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"1ebba6a4-3126-436f-8e8f-2caaf2744553\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"22ef8051-acac-4111-95a0-4d41ac7a6d14\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"234bcad4-8ca3-4fbe-900a-4662736fa4bc\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"27542307-8ece-4ed8-b306-02a76f824df8\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"2a141c7c-f1e0-44ae-9a57-b1bd8b1946f0\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"2f00b5fa-b678-4602-8766-54862bc419eb\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"32e003c3-82d6-409d-9400-2cb8b8a1ecad\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"35d3e494-7a38-48d7-b2eb-13c4b46c3b24\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"42c5038b-791b-47ac-821b-7551ff7f2ee5\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"45a53f88-deec-4abc-bedf-f6eb053fe541\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"4619c869-3bcd-4cde-b529-b766fcbb579e\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"4d533fc5-1b51-4705-a65c-e5ccf157a058\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"4f78ef2c-a1d9-4d78-ba68-b480f6b81011\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"4f7f4951-d586-4407-adf7-8b78daff13f4\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"55108ec5-67d9-4301-a8bb-106cc3a87e7b\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"5e273f87-844b-4d08-b681-abda5d7809b4\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"62a9c05b-4d1d-40e6-84a0-60f70c0be7f4\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"6ec5adbc-a169-4e94-af1e-3775a4a5cc66\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"701ad455-a678-4cc3-8e0e-c8f456026c97\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"732e048f-ab7e-4a70-b247-5305b1129fda\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"80d3f7d8-579d-481c-82cc-a1a6703046a5\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"820d18c1-56ab-4972-9e01-517bf1ced2ca\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"8c3be3e9-e3d1-4005-9ae4-cbb0a50be842\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"8f42e3d8-5186-4fb8-b3ce-4ba06b84f801\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"90d75e1a-e383-4055-b051-398077e1aa03\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"9abd7477-c9cc-4175-bf82-ca4420db57be\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"a3caebca-f714-4a56-9aa9-e1f9f04a1e54\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"a474e5de-638b-4993-87c4-fe1392c75671\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"a4e011d4-7cbd-4d2d-a0f1-a32b8c63b994\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"a89fee0f-544a-40d0-8795-a6d2fb60a653\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b0e29771-2c94-4f71-8bbe-8a1abec969bc\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b159ff12-69d7-4065-b8b8-283df3577f7f\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b3b08775-7d3f-4fe5-b1b6-1d1e5fded1b5\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b5f3ad72-518a-4dd3-839c-8c8cddceeec8\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b6975c11-36c8-4372-9c5b-6d5e0d273694\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"bd6756ac-bc45-421e-bd44-e04389679e13\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"c95c314b-bd38-4526-9688-4ffb46768dfe\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"cae8e6da-0296-46b4-b28b-7bcb52766c9a\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"d286c054-8d94-47d8-878a-b69c10be75f0\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"dadcf5c2-224d-41d3-b13b-cba570176dd5\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"dfdcd1d2-3ff9-46bd-b267-1f25c66b63d5\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"dfe377dd-637d-4149-816b-779af539613a\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"e9ffa668-eb75-4b37-bca7-7739d0dc76ac\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"ea2f2ea4-d525-4b1d-9adb-a5d83fc72f03\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"f3e6ec7e-3ceb-4bd0-a9a4-c2e50149c94e\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"033ab144-c8ee-4ad3-a076-48d51ec48f4d\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0994595f-a09f-4e14-9b81-55a17d917e83\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0be06a0a-4d16-487a-a32e-849984ec3128\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0d30b079-1a5b-45b0-9fe5-75d350805320\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0e37f69f-81a8-4600-8822-8f341edfac59\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0f164737-8c7b-4f77-a2e9-dfffdb516a7e\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0fab09f9-cbf4-43e1-beb6-c8e4b7f7ec5e\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"1185bc40-c171-4be4-9c2e-4bf577ccb4a0\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"199b47a3-1e60-4835-8dd0-216fee73fd88\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"23a485ab-a121-45f8-accc-0c7d333aea8f\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"23d15c37-7aa2-45e6-8431-bb4608181651\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"2817cff1-ccfe-40d4-b64e-4254c3d7d7e8\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"29d1f82f-4429-48f7-a4f7-55c7c4342332\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"2be22e1c-9cc0-4bc7-9125-68814a96cb2f\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"2fe6f75f-04f7-43a1-98fc-5c7798939a7d\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"305347cf-3190-49d7-b2e7-0bbed11f27d3\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"35ccda56-0895-4dfc-9f26-2a95dfebcd78\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"3ac83bc0-01de-42f1-b82a-561ce9ae4704\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"3ce4a9c6-b2b9-4d02-9a37-138f7420347a\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"40185c56-846e-4ce0-ba76-13ffa9121cee\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"408d1b08-b4c2-405d-896f-1052b9314ff0\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"49966fd5-b988-4d3a-8b49-4d21bb71e67f\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"4a73bce5-9327-45a6-aa8a-dce02af7eb08\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"4f0ecddd-d73d-46b6-b0ab-17725556b497\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"51f265e7-7a16-42cd-bc37-860ccd318a23\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"52494606-6053-4c3c-9282-5d294d11ada4\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"5698f142-2d2e-4da6-852b-4515130238ee\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"580b2547-e4c0-4223-88b1-e26487d465f7\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"5ae8be76-cca9-45b7-8ba2-6610ebe64637\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"7341f910-e10b-40e0-bae7-09ca8f39a22f\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"8172d9da-1b0c-443e-b321-1bacd670bc79\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"87840557-2a83-4142-95ce-5f061ab04eeb\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"882ae905-c376-458d-908d-e3da75cf5b53\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"893d6975-cf2b-42c4-8b24-dbf95ee57b07\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"959c3daf-ea19-4f82-a974-76424365e277\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"98b401a7-57de-4a52-9f91-7d4d3a0dbce0\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"a4994074-7798-44f8-ba9e-e859ee0ccde4\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"a72dd24e-e351-4624-8648-30d8740ba371\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"ab01ed5e-25b3-4f0a-b1ba-377e3fce3fbd\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"b1b3cf19-fb44-4491-ac9e-4bbecc0ec31d\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"b55f1e1e-80ad-4ef1-918d-409190f1d46c\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"b99d3e5a-9c5e-476a-a9cb-48772309af5d\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"bf3168a1-fa4f-47d7-8a4e-3e69240f9098\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c10f9339-74b1-41f6-83ad-496bcf0191ae\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c2b8a7a6-68de-4db8-a8da-c9cfd7bb6c60\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c7ab097a-0d1a-4bd6-af7b-5aff777306e7\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c7f8791a-f2c7-492f-87f0-eaa772b107b9\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c9969235-ed49-4e10-a0ab-970e36207191\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"d48fbfa0-daa5-4693-a6c3-85f93b5533e4\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"d7db041b-e663-41ba-b7a5-e312ef5d4e58\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"eb8632ec-b0cc-4178-bc6c-f049da84e65c\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"f92b55bb-2eb5-4b6d-acb0-2e240f564a01\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"f9f68fd8-0793-4796-8557-2a6b542b27fa\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"00504450-3d18-4d8a-853e-e5b2378e0bec\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"01d7c80d-e9fc-4d83-8977-8b434ba7858d\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"023038a5-d7d9-4c8f-9ad1-c02788d996d6\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0289acbf-fb75-4c68-b791-6afa8d59733e\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"04571784-c23d-4854-8acd-7add5a611fe9\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0d14b90c-28f4-42c2-93ed-ce9cc51d8bed\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0e37e71f-ed14-4d2f-b07c-e57835c2bd1e\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0f492b8a-5f63-45e3-a6be-14e034b707ee\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0ff7e520-f1c6-46e3-91a8-5e927be2a457\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"131d0851-665c-4dfa-b5f3-cc58a1a6a119\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"136eaa52-ab34-4561-8f3e-c6827a5ed4e8\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"24af4cca-671d-4e0c-87a1-3efce0308093\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"2d4bbcdd-5a3f-4e61-9688-1aa512eaa5cc\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"2dbbbd3c-a74d-4714-a359-6ebc67dc500a\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"37575a67-0127-44f2-9c66-0a9a32ebf77f\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"382c5cf9-87b1-43dc-86f0-8663eec3154b\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"4aa08919-2896-4825-8b5d-0b94bd94b157\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"4c3d33a4-fc61-46d6-b3ec-0f9308e22d70\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"58260903-48e2-4191-a60a-6ca2a18095b1\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"582e974a-2766-4b9d-8ff4-945fe0783618\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"5c3d7442-bb35-40e6-94f0-9f209acf09bd\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"5ea4d0e9-6fcf-4423-afed-993f9cd5a84d\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"622559b7-d08c-43b4-9a89-33136fc3708b\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"6d72528f-1c64-4264-b27f-05c177706bcb\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"7152f293-efcf-4925-874f-7e7c6c74cfd5\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"7ffefcdc-778f-4d33-bb49-758e593fe35d\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"8090721c-164c-420f-8051-33b537f5eb35\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"865388ed-94d8-4a13-80ab-3622ab11d930\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"8bc93087-e973-4b14-ba80-b2e682853992\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"98cd281e-0446-4e77-8da3-14fbc795e4b9\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"9c624087-d40f-4751-a284-d2c7c9a11d57\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"a5dcd30b-a0d9-48c6-a2ed-1c11e04fc821\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"ac4aa584-cce8-4ce6-8187-74fa757f5d3e\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"b52d35a9-f0da-4609-92b6-8a4bda918223\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"b8852829-957a-4e1e-924a-0ffabbc223a9\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"bbb4fcc7-06ea-4b5e-8e4a-2bf039ae4769\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"bc475410-2181-40cd-aa7f-f75ae7b8fb92\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"ca3589cc-cb9b-48f8-924a-ece5478a93e9\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"df4998d1-7ee5-469e-ae48-56573b130e54\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"e382cb9c-da5a-49e7-95bc-02e6a81f1db0\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"e489e8b1-81fc-4c11-b038-6dd2253790c7\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"f08068c3-9cf5-429b-bcef-9c1d37f17b2e\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"f38636e4-bbcc-4fac-ad8c-8c3632d57913\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"f3ec84a4-da16-4d17-a2e9-d40d70a0b9f9\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"fbb61ea7-932d-42f4-a0ae-012be365a56d\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0873ed0a-06ef-404f-b272-91a3f45d426f\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"099fb973-15cc-40ab-8397-e9c493704ae5\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"0aa87cbd-754a-482d-a03d-2a23461d0471\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"0b093b5a-23d7-4990-8a38-bffad85336b6\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"0e114c65-41f9-431a-adf2-3ceefd92c6e3\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"0e3e0454-c082-41c8-ad97-7dce29bef717\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"1390d7da-f810-4ac6-996a-d63f8bb75078\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"13a797f8-2d62-4971-a9c5-e2adaaa100a3\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"1b525de2-755f-4f0a-a366-8cce4c8cbdfe\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"1f8440ce-f4f4-4cfe-801d-f2fbe04e56e1\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"2512600f-7564-4259-850f-37a0c4f0ffc7\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"2c002355-f743-4d69-a4cf-cf4c0e4153b2\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"2f3fd4fc-661f-4e2e-916e-aaea04941925\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"346c8635-486f-4e1f-8cd6-79b5b421e81b\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"392123d3-1926-4896-9992-5c59d9155da0\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"39e28cdd-47eb-41f1-ae3e-1dcb9161ed5b\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"3b7a8eb3-05cc-430f-b46b-4061b16b87af\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"3d4b3119-da4e-4f07-9474-e48b4ffb232b\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"426138b3-4ee9-4a7b-a1d4-033d75c08495\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"56428c98-77d4-4b7b-b04a-d6616ebd1c7f\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"68389f7d-6337-412c-a9bd-749baf8d08b8\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"69fafe2b-8169-4aad-bbc4-5213b4fb9c5b\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"6fa6605a-e081-4964-adfc-0a21944b6946\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"7a09ae29-78cc-4bff-bfeb-0887ce111e16\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"7eaca281-28d8-4b77-93df-ffcc22ae457d\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"7ff0c873-30a5-4008-b332-c5762d9e01c0\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"8219818e-cfb7-42c0-9ac7-330ff325021b\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"8a73732b-b64a-4bdf-a651-e89f82ec4eb5\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"8bfdbbb4-8a11-466d-839e-57251fb7055f\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"923911a2-2a23-4a8d-a1a2-7f91914613b6\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"92efe30c-0362-4711-812c-99524fcd31d3\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"98213cce-a782-469d-801a-1e13d534e330\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"984dc466-2059-4dbb-9744-a77e55663ad9\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"9877a9e2-2696-4ec7-b83d-0e0cedc007c0\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"9a84a3ad-4001-4895-ae56-4c17be72ea96\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a08f80c6-2d75-422a-bbdc-86e5e8e5ca5c\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a40baa7f-063a-4266-a822-edace05f5ac7\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a5a532f1-88d0-47c7-86ff-9b380cb2cebc\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a779450f-f8ee-4033-909b-470b50d248a7\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a857fb63-0d38-47c1-824b-1ff02d84ba51\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"aba3fe15-ad59-44d9-8e0e-b8e791029b98\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"af90d736-b605-4b25-87fb-f21c2a258efd\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"b4cdc4ea-44b4-43fc-b0e9-d24d4c715e4c\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"bc5fa1d1-97a3-4e47-bf36-7f5932f9cd7d\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"bdbb4fa0-e078-4d24-9779-02d8fd7ed7a3\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"c8dee3fc-f59b-4dda-8946-386ac2fa92dc\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"c97a3e60-0423-4f5f-9999-b325042d3f10\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"cf1fb48e-1a9c-44eb-a361-71a232eb7568\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"cf441a9c-31a4-49b7-a75f-5a1e8f46690e\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"d21e157d-c0df-41e1-b335-45928a89cfc0\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"d32f4bca-02e1-48b2-bf94-beea1bbe289c\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"df637e04-f3b9-4116-9fb6-7ff03d6efbb2\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"ee1cca30-419a-4baf-897c-978e9ee38242\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"f1d2caaf-34ab-43a0-bb8f-7e2a74f71c54\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"f37c5f0b-7adf-45a3-85c4-a586a7a517b5\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"407b0388-5b95-4c34-9897-74b7329cd6a6\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            },\n                            {\n                                \"id\": \"91afa847-dcb5-4771-82fd-cbb3d1c7fd04\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            },\n                            {\n                                \"id\": \"ba0bbf1e-8ca9-4564-a15b-2b83e42b85e9\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            },\n                            {\n                                \"id\": \"ea90e62d-0644-44d1-8299-4067d845cae0\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            },\n                            {\n                                \"id\": \"f2690480-528a-4595-94ad-d4aebaa0b030\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04e8c5d4-b6f2-4821-aa33-21e4bcaeab9e\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"0d55251e-0df5-4559-8a72-f2078f54031e\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"17e6ed95-a1dd-466c-9d40-17dddb7fe846\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"1faf22d3-d1e3-4ae3-9f49-658222058036\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"2508a8bf-42ea-4053-9399-89ec972d2e3a\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"266cb1b7-371b-43fe-a0a4-6b84b175cb49\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"27145e80-ec1f-442a-b6e7-1ff653742341\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"3387d234-ca35-497b-9d35-01143a738161\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"361c85fa-87dd-46d7-aa09-7ae2f58db679\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"3d0bfb2c-02a4-422c-91bc-5458bbf842af\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"3d177487-0518-41a2-ab44-24284dfcdaec\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"43200474-f15e-403c-90a7-36cc92b49c72\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"475c7ea6-a28f-480d-aa88-95c0bf6796c6\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"4b85b557-531b-46af-a0a8-9be6f793fa2d\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"5bfa84d0-96f6-43a0-8cbb-0b6d71fdf621\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"60584713-9895-4a7b-9a18-9f326665427d\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"7186bd45-fdfa-4475-a37c-6cd2f63387f6\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"81ba03dd-bf60-4ebc-bf2e-30fafd23d49b\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"8758057b-ebe1-402b-bb15-b6e75e5114b4\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"a60bd154-0906-44bd-a444-a473fb56624d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"b3a1d107-3021-49c9-b164-f319859eb0be\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"b830ac88-a150-47af-9893-18bf336f29c6\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"bdf12174-aa1c-4a9e-ac70-974b7143fb4b\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"c55cbc7e-6b5e-4599-9af9-46787a65414c\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"d2197857-38d5-4d43-9492-0a59b5810be3\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"d6dc1c34-c956-43eb-93f2-d5338d0683ab\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"d86197da-3fef-4f66-a3f4-8bd7609d9b92\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"ef07ca1a-36c2-4827-aaa6-768126a071fc\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"f225b959-7dd5-4fd3-b804-e93638f89a76\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"f4f1d93c-4579-483e-88ed-1299f6367279\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"f61e0b60-3193-4035-b703-3a6f0ccd8f48\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"call-reason\": [\n                    {\n                        \"id\": \"d4a502ff-6376-4369-88e5-2d0963ead322\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"La connexion internet du client a été interrompue le matin même et il n'a pas pu la rétablir, malgré plusieurs tentatives de redémarrage. Il s'agit d'un client existant, utilisant actuellement sa 4G pour se connecter à internet.\",\n                            \"needs\": \"Il a besoin d'une solution immédiate, car il utilise actuellement sa 4G et considère que ce problème est inacceptable, ayant déjà connu des pannes similaires trois fois ce mois-ci.\",\n                            \"request\": \"Le client demande une assistance pour résoudre le problème de connexion internet avec sa box.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"703775df-f39d-4ce9-bb35-3d8ec386a171"}],"id":"e2bcdbb9-0fca-4824-945f-02a5ceb1e597","_postman_id":"e2bcdbb9-0fca-4824-945f-02a5ceb1e597","description":""},{"name":"Transcribe audio and Extract the call reason","item":[{"name":"Transcribe stereo phone call and Extract the call reason","id":"7206af34-6005-45ba-b48d-18ec51b2e32b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"multipart/form-data","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"call-reason-extraction","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and extract the call reason and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5e4e0899-47aa-4c9c-a62b-6eb445f3ffa1","name":"Transcribe stereo phone call and Extract the call reason","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"multipart/form-data","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"call-reason-extraction","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"7206af34-6005-45ba-b48d-18ec51b2e32b"},{"name":"Transcribe single speaker voicemail and Extract the call reason","id":"426663b0-afb9-425d-a2ad-fcc7db9381a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"multipart/form-data","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"call-reason-extraction","type":"default"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and extract the call reason and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6a754963-4ee9-428c-b3d0-551d2d0220a9","name":"Transcribe single speaker voicemail and Extract the call reason","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"multipart/form-data","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"call-reason-extraction","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"426663b0-afb9-425d-a2ad-fcc7db9381a5"},{"name":"Get transcription and call reason extraction status/result","id":"8de64d1a-c645-4279-94d9-58bda4966226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f3b9cac0-c35a-4acd-ace1-7abdd9cfef36","name":"Get transcription and call reason extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"1419790f-5017-499d-8f1f-a612b38645c6\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"4149f656-6858-4797-ba63-cc7ecb8bed8c\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"56e14772-b8b2-4b69-96db-02a1002450cf\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"5a7ed342-ec6d-4acd-877f-ba701cf516dd\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"5eae92e6-8bee-4791-8e79-aee5be55facc\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"62dc0a67-4a01-433d-b3ba-81658aadd6a5\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"6ccdd098-ec1b-4d4a-9294-1d8d3888c6e0\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"82d2df05-cd8e-49f8-b323-1cd59e721caa\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"863cd1e3-ab1e-4071-8531-d081d5131c0c\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"8b14a77f-dd83-406c-8652-70cb1e66c0e2\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"99daf907-5e64-4d90-9728-c279eef346a3\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"a5ec4914-131b-4948-ba95-11280a23da2d\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"a698717d-5010-44e8-8951-55cc2be6b95d\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"b59edd14-4316-4ba1-b111-1811c1b4a5f7\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"c01b1690-dcf0-4713-863e-2c0099240440\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"cd26e615-a5d1-45e0-a9df-23c53775099b\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"d0a54bf3-2ac9-4608-b937-5393356c2f67\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"d280633c-2970-490e-9cbb-171d1fb0aec4\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"d3fabcf5-46ee-4e99-aa77-b309b4adfe41\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"d51c8108-0681-49d1-9503-eb2bc5826cca\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"dcb3f9fb-d31c-4d32-b1b9-3022be9ec0c9\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"e8afb3b0-6e90-45c3-82c4-8de06d172cb6\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"ee559d35-0c5c-4332-8648-c2937b1286b6\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"f779c7f1-8f94-4d8f-825b-97145be375b3\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"f9e330e9-66d3-4b30-98d8-99d2dc422511\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            },\n                            {\n                                \"id\": \"fff6d48c-00c0-4835-b2be-3b6b99b4bdad\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"45c7bde5-f486-4387-a64c-60561d78c9d2\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\"\n                            },\n                            {\n                                \"id\": \"70410c3a-dc98-4d6b-9a8f-a769762a4a14\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"3a968429-e50b-4fdf-975a-5716b8791272\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02add2d0-490b-48a0-ad3a-74144ea23918\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"06672f79-9d1d-42b0-90a3-73ef250e1ef6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"121387f2-26bf-49ed-a055-89b2b59e56ac\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"272b1a44-0320-4203-a255-bbf6a5176156\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"27e37ad9-1a5c-4af6-b93b-b1940a071b3e\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"397b4389-4d37-4287-b3ad-67c8ac99c922\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"400072d7-b92b-4a90-a127-a892d58d1587\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"453cd782-1212-489e-885c-8d7b60a74593\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"45549a3f-a982-4788-837f-99f055337bb0\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"49c1dec2-ad4e-4771-96ad-07a6dbf555b5\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"4a5c117d-96a4-4493-88f9-a6a1ff9f036c\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"5564ca37-c4ae-4c9f-bc08-10f1bbef6445\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"57a285d5-a344-4762-9767-63926f3c622d\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"5b0b679d-9312-4616-a214-dbb3ba1f0e64\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"5b7909da-7c7d-4653-8e27-15a503d6b858\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"673bf5eb-2a4a-4d49-983e-a842a71b22c5\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"6b1a15e9-83f7-4be4-b441-c3551960231b\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"6e168f5a-4584-4cc4-89b0-0085d1faf0c8\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"729e9c9a-eb30-4f40-a462-698d0963ff5c\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"77a20cee-3251-4ae9-b9cd-a787279e3fc3\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"7b3a4a96-75e8-4f5e-a661-c97ad7d53b41\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"826596de-d1a2-425b-938b-60b967741f24\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"a159f4a1-5a77-4b97-8417-d3455fc409c5\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"ab686062-b854-4fe2-89ad-0d52645b8166\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"afe64820-be24-4e72-bf30-55bc2cd6a0c5\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"b4a3883c-0bab-4ef2-9049-4037de4ca244\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"b84ac1f6-2bf6-4e85-81fb-bc217b728c6b\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"c2713348-8814-4d68-bb85-9d414b514f70\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"c38945e7-53b4-4fef-9e31-45eec595e51c\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"cac5e3f4-b345-4429-9ce3-869f82a7e9f8\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"cda72dec-0460-48d1-ae29-45cc0aa90425\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"e3a3d654-e89d-46a4-b053-b3c896629ab4\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"e8303f51-c372-44dd-b4e2-0ed4183da3ef\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"e8c7139c-1267-45a1-b654-e2f9d23922b7\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"f05150ac-87c1-496f-b9df-11cf2eebee4b\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"f20fe6d4-0df6-46df-bd7e-5c447c4891da\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            },\n                            {\n                                \"id\": \"fc3ff383-23d5-42c6-a307-9af9293ab200\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"19a7ff2d-083a-480a-b3d6-f2b60ee73012\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"40722f33-f034-4fed-8cb4-b16dc714123c\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"4cb1dc86-7bed-4620-b24e-339f80bb0729\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"d58a9458-cec1-4486-aae1-cff36a11ff12\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"dd1a9bac-7b56-4623-88fb-ce0cd0fb9181\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"ed22cf26-93bc-42e3-91bd-eccd36179707\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"edcaf96e-d509-41c5-b980-3410f748680d\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            },\n                            {\n                                \"id\": \"f8461ee1-acca-48cc-af23-67215559c7a6\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"08f224db-1e73-499b-987d-cbe073429832\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"0ed28a45-721f-408c-b245-dfa8e9d5ffdf\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"282ad1d4-0a39-4d0d-87be-c7e565898636\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"2e25f222-cde8-45fa-86f0-7360a4eb6d4d\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"38f58601-06bc-40b7-be2d-fe5342635f46\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"496183b1-289e-4184-a786-f8cafca16649\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"5ffcf773-b933-4350-bbc9-3dfc847b230c\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"67feb478-3e5e-4077-98d5-7d2d8eb8ccb7\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"6dbe72ac-14a4-4c05-8e3c-2a618a8061ef\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"734a755c-67a0-4827-839a-ae2c7475e7d4\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"737c3b57-0dad-4225-ab17-35f8d7460551\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"84cbc17b-fd8b-4427-846a-f819d4bb100b\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"8b974e79-380b-4897-9eba-ce2d9ddaa335\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"8bcbfc7f-cced-490b-a26d-6954e72bd34a\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"97e39cf9-5597-4286-bca0-443f92a4a722\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"9a090988-c158-41d9-9dd7-240b861a30e9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"9a30ded2-c9be-4057-96a2-7bf497a9dd02\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"a585e687-cee6-4579-9e5e-528bac198cd2\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"b535d439-25e4-49aa-b159-f71984c6e85c\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"de4a0e09-c07e-437d-aab9-df91b0dae274\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"dec03a87-9504-4692-b25b-62507451f901\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            },\n                            {\n                                \"id\": \"eff9c5a8-fd42-4254-ad46-a9fa4ea27b8e\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"7907aa07-61d5-48b8-831b-6333ea8d8f3e\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\n                            },\n                            {\n                                \"id\": \"dc5b41d4-83b7-4d5a-bdc0-15b436b91036\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\n                            },\n                            {\n                                \"id\": \"f09313ea-cc3b-45c8-87d3-7570a5fa2ee1\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0668c730-6be2-4cd6-b601-ee1af2d698bb\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"16fa2364-51a1-4d2b-8b81-b83aa172b18a\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"1fe99bac-34e5-4e65-a94e-68c9ce2271bf\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"2ac3e499-f3c8-4b92-bd6b-d4cdd88c7060\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"2d580d40-e4c0-4eef-a1f6-e8bf6d2f1a92\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"37933fd3-5a34-4155-8de2-59306641c7d4\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"39a57ec5-f97d-4aee-8c8f-26beb732158c\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"3a6a00a8-b74e-4633-a931-b8befe8fcce2\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"3b5089e8-f151-4506-a5ef-d4a2dc697afb\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"4b1518e1-5bde-4ce0-be39-2a5eb4f731ef\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"523e17c1-8231-4573-94f3-4a298ee11bc4\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"6cb70e2f-8486-44f3-ae5a-3859ae2593d6\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"9b962ad0-f374-4989-834c-39b0d6dbfc37\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"bb98b557-9e92-4e1d-ae63-e1c403624276\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"c3ac6ca0-45d1-4038-9009-ccb4dd85056e\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"cf505cb9-a490-4f11-8a40-833b5694403a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            },\n                            {\n                                \"id\": \"f42c41c1-197e-45c4-b307-e538e3423ee4\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1eba6b75-d821-475e-80cc-bbcd4d944769\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"2de9ccf8-f037-47aa-aab3-7b4b66691e96\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"3495bcb3-a5c2-4ccc-9454-ed925ac8db5c\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"3af6e037-37ee-43f5-987d-88e00f313be1\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"3c3eed1c-bff2-43ef-a9b4-3571673b3f13\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"3d70a6a2-9ff6-4c1d-962b-8dc3e5303c9d\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"4216945d-a1a5-4fcd-93de-89530e628329\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"519f7367-39a0-448f-8d92-56097a174d2a\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"53c729fd-6221-426f-bbc9-476ab456c376\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"56a0e378-e11b-46ee-a9a3-0216784941f6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"5ab67ca9-365c-43ff-897f-d175425edf6f\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"610d08db-d429-473d-85b4-d3c1dc315322\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"869155b8-5a0b-450e-9149-8c23a2a97ef8\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"962b9d11-00bd-414d-a526-757f65abd8c9\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a154b697-7d2f-423e-a3d2-351fafa557c5\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a241fd05-e9ff-426b-b5f5-f86a6e22c30c\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a5b02498-7cae-4c09-84bf-f07aed48bc4d\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a68b063a-9504-4c5f-b463-62a376b3cd5e\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a739bdc5-1856-40d7-b3d9-5fbb0172cac2\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"a7feabad-7ec0-4d08-8f85-40bb93959ef0\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"ae4dfe8e-4ce3-4cb8-8a50-85c7b7d15bea\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"aebb150a-3281-421f-9ddf-7dbf67d43286\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"b012bcdc-d57a-42bd-bee6-6a37f63e4277\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"b1a5aa77-bdba-4f2f-8e34-59d9bafbbe95\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"b8f91450-900f-49eb-85b5-772310ce75d9\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"bac32f30-246c-4d22-ba9f-ff034e57c512\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"c1357851-ca5e-4424-8ab1-0426d03973cf\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"c40a54af-da06-4807-829c-0e96f72db30c\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"cb78c39e-3415-4a79-967a-cbf36d40e37b\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"d4098c53-2cae-48d9-aa04-09a8b8b7caf0\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"d643cd4a-d646-4032-92c1-98cbf70a95cf\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"db04d712-9799-4ad2-8ed8-d04283988f17\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"e3df14d0-383f-49be-b6e5-eb7e0524beff\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"e4b235de-350d-4b2e-a140-1cbde8b91e1e\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            },\n                            {\n                                \"id\": \"e749dd2e-a9a3-468a-a362-d741151e5ab5\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0088fc1c-4e77-43ea-8f26-3b26cf84f9b7\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"099eec9f-7670-4ae3-8251-20866e76450e\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"0d6e5b14-0167-4224-9594-91d421ea3f6a\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"17892c81-c615-42a3-8a0e-d5280fa28fd3\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"1e7d416a-6f9b-42e1-aade-62c96f4fbc5f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"1ed3b322-a65c-4ec6-955b-4ac48fbce7d9\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"65e385e5-64b8-472e-8f93-177e3fc1b49c\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"68a30793-a4b7-4aa5-9fdd-648b4d31c576\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"7274e5ec-b451-4a59-bb48-1c6bf48b07d1\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"78411bce-7f5f-4539-97b2-46360ed013ed\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"95348815-2431-4160-976c-b7f253d8845b\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"9e00699c-1697-47d9-ba01-6850333d76b1\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"9f163d6d-44e2-4e30-a514-c3a724b41ec6\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"aaa38d80-c1d4-4e91-bf88-b0a9495edee6\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"b81ce638-aa3e-4495-a7ee-1f1d2685b33a\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"cdd49122-06e4-4bbb-a6f9-f2f06afd06c3\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            },\n                            {\n                                \"id\": \"d71535dd-8a9b-42d3-b436-3c8bd1578612\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"51990be8-6c46-48b3-95da-e56e1dd0e3bf\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\n                            },\n                            {\n                                \"id\": \"7b0b92c3-0724-4bc6-95ab-b0922d97979d\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\n                            },\n                            {\n                                \"id\": \"e265a11b-2f2a-4c0e-a99c-04e3cd6a70ed\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"034f5cab-4272-4c77-8e23-e5dfe3617979\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"0919aa2c-b3b3-48e2-bd9d-f15068050e2d\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"0e1716f6-b8bc-48b9-b4db-93b0ec9b0a3c\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"167fa62a-b1e1-4367-a6d2-fda976008763\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"17208373-0ce3-46f0-a994-6d40fdbd0547\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"1b973ec7-ead4-47dc-b569-d7777ccc73b9\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"1e8fca68-28eb-4d3e-8f9f-1aefeaefcbce\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"1ebba6a4-3126-436f-8e8f-2caaf2744553\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"22ef8051-acac-4111-95a0-4d41ac7a6d14\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"234bcad4-8ca3-4fbe-900a-4662736fa4bc\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"27542307-8ece-4ed8-b306-02a76f824df8\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"2a141c7c-f1e0-44ae-9a57-b1bd8b1946f0\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"2f00b5fa-b678-4602-8766-54862bc419eb\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"32e003c3-82d6-409d-9400-2cb8b8a1ecad\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"35d3e494-7a38-48d7-b2eb-13c4b46c3b24\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"42c5038b-791b-47ac-821b-7551ff7f2ee5\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"45a53f88-deec-4abc-bedf-f6eb053fe541\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"4619c869-3bcd-4cde-b529-b766fcbb579e\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"4d533fc5-1b51-4705-a65c-e5ccf157a058\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"4f78ef2c-a1d9-4d78-ba68-b480f6b81011\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"4f7f4951-d586-4407-adf7-8b78daff13f4\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"55108ec5-67d9-4301-a8bb-106cc3a87e7b\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"5e273f87-844b-4d08-b681-abda5d7809b4\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"62a9c05b-4d1d-40e6-84a0-60f70c0be7f4\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"6ec5adbc-a169-4e94-af1e-3775a4a5cc66\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"701ad455-a678-4cc3-8e0e-c8f456026c97\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"732e048f-ab7e-4a70-b247-5305b1129fda\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"80d3f7d8-579d-481c-82cc-a1a6703046a5\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"820d18c1-56ab-4972-9e01-517bf1ced2ca\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"8c3be3e9-e3d1-4005-9ae4-cbb0a50be842\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"8f42e3d8-5186-4fb8-b3ce-4ba06b84f801\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"90d75e1a-e383-4055-b051-398077e1aa03\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"9abd7477-c9cc-4175-bf82-ca4420db57be\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"a3caebca-f714-4a56-9aa9-e1f9f04a1e54\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"a474e5de-638b-4993-87c4-fe1392c75671\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"a4e011d4-7cbd-4d2d-a0f1-a32b8c63b994\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"a89fee0f-544a-40d0-8795-a6d2fb60a653\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b0e29771-2c94-4f71-8bbe-8a1abec969bc\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b159ff12-69d7-4065-b8b8-283df3577f7f\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b3b08775-7d3f-4fe5-b1b6-1d1e5fded1b5\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b5f3ad72-518a-4dd3-839c-8c8cddceeec8\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"b6975c11-36c8-4372-9c5b-6d5e0d273694\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"bd6756ac-bc45-421e-bd44-e04389679e13\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"c95c314b-bd38-4526-9688-4ffb46768dfe\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"cae8e6da-0296-46b4-b28b-7bcb52766c9a\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"d286c054-8d94-47d8-878a-b69c10be75f0\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"dadcf5c2-224d-41d3-b13b-cba570176dd5\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"dfdcd1d2-3ff9-46bd-b267-1f25c66b63d5\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"dfe377dd-637d-4149-816b-779af539613a\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"e9ffa668-eb75-4b37-bca7-7739d0dc76ac\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"ea2f2ea4-d525-4b1d-9adb-a5d83fc72f03\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            },\n                            {\n                                \"id\": \"f3e6ec7e-3ceb-4bd0-a9a4-c2e50149c94e\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"033ab144-c8ee-4ad3-a076-48d51ec48f4d\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0994595f-a09f-4e14-9b81-55a17d917e83\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0be06a0a-4d16-487a-a32e-849984ec3128\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0d30b079-1a5b-45b0-9fe5-75d350805320\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0e37f69f-81a8-4600-8822-8f341edfac59\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0f164737-8c7b-4f77-a2e9-dfffdb516a7e\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"0fab09f9-cbf4-43e1-beb6-c8e4b7f7ec5e\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"1185bc40-c171-4be4-9c2e-4bf577ccb4a0\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"199b47a3-1e60-4835-8dd0-216fee73fd88\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"23a485ab-a121-45f8-accc-0c7d333aea8f\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"23d15c37-7aa2-45e6-8431-bb4608181651\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"2817cff1-ccfe-40d4-b64e-4254c3d7d7e8\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"29d1f82f-4429-48f7-a4f7-55c7c4342332\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"2be22e1c-9cc0-4bc7-9125-68814a96cb2f\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"2fe6f75f-04f7-43a1-98fc-5c7798939a7d\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"305347cf-3190-49d7-b2e7-0bbed11f27d3\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"35ccda56-0895-4dfc-9f26-2a95dfebcd78\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"3ac83bc0-01de-42f1-b82a-561ce9ae4704\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"3ce4a9c6-b2b9-4d02-9a37-138f7420347a\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"40185c56-846e-4ce0-ba76-13ffa9121cee\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"408d1b08-b4c2-405d-896f-1052b9314ff0\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"49966fd5-b988-4d3a-8b49-4d21bb71e67f\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"4a73bce5-9327-45a6-aa8a-dce02af7eb08\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"4f0ecddd-d73d-46b6-b0ab-17725556b497\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"51f265e7-7a16-42cd-bc37-860ccd318a23\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"52494606-6053-4c3c-9282-5d294d11ada4\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"5698f142-2d2e-4da6-852b-4515130238ee\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"580b2547-e4c0-4223-88b1-e26487d465f7\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"5ae8be76-cca9-45b7-8ba2-6610ebe64637\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"7341f910-e10b-40e0-bae7-09ca8f39a22f\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"8172d9da-1b0c-443e-b321-1bacd670bc79\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"87840557-2a83-4142-95ce-5f061ab04eeb\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"882ae905-c376-458d-908d-e3da75cf5b53\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"893d6975-cf2b-42c4-8b24-dbf95ee57b07\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"959c3daf-ea19-4f82-a974-76424365e277\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"98b401a7-57de-4a52-9f91-7d4d3a0dbce0\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"a4994074-7798-44f8-ba9e-e859ee0ccde4\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"a72dd24e-e351-4624-8648-30d8740ba371\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"ab01ed5e-25b3-4f0a-b1ba-377e3fce3fbd\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"b1b3cf19-fb44-4491-ac9e-4bbecc0ec31d\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"b55f1e1e-80ad-4ef1-918d-409190f1d46c\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"b99d3e5a-9c5e-476a-a9cb-48772309af5d\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"bf3168a1-fa4f-47d7-8a4e-3e69240f9098\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c10f9339-74b1-41f6-83ad-496bcf0191ae\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c2b8a7a6-68de-4db8-a8da-c9cfd7bb6c60\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c7ab097a-0d1a-4bd6-af7b-5aff777306e7\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c7f8791a-f2c7-492f-87f0-eaa772b107b9\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"c9969235-ed49-4e10-a0ab-970e36207191\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"d48fbfa0-daa5-4693-a6c3-85f93b5533e4\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"d7db041b-e663-41ba-b7a5-e312ef5d4e58\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"eb8632ec-b0cc-4178-bc6c-f049da84e65c\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"f92b55bb-2eb5-4b6d-acb0-2e240f564a01\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            },\n                            {\n                                \"id\": \"f9f68fd8-0793-4796-8557-2a6b542b27fa\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"00504450-3d18-4d8a-853e-e5b2378e0bec\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"01d7c80d-e9fc-4d83-8977-8b434ba7858d\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"023038a5-d7d9-4c8f-9ad1-c02788d996d6\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0289acbf-fb75-4c68-b791-6afa8d59733e\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"04571784-c23d-4854-8acd-7add5a611fe9\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0d14b90c-28f4-42c2-93ed-ce9cc51d8bed\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0e37e71f-ed14-4d2f-b07c-e57835c2bd1e\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0f492b8a-5f63-45e3-a6be-14e034b707ee\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"0ff7e520-f1c6-46e3-91a8-5e927be2a457\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"131d0851-665c-4dfa-b5f3-cc58a1a6a119\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"136eaa52-ab34-4561-8f3e-c6827a5ed4e8\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"24af4cca-671d-4e0c-87a1-3efce0308093\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"2d4bbcdd-5a3f-4e61-9688-1aa512eaa5cc\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"2dbbbd3c-a74d-4714-a359-6ebc67dc500a\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"37575a67-0127-44f2-9c66-0a9a32ebf77f\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"382c5cf9-87b1-43dc-86f0-8663eec3154b\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"4aa08919-2896-4825-8b5d-0b94bd94b157\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"4c3d33a4-fc61-46d6-b3ec-0f9308e22d70\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"58260903-48e2-4191-a60a-6ca2a18095b1\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"582e974a-2766-4b9d-8ff4-945fe0783618\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"5c3d7442-bb35-40e6-94f0-9f209acf09bd\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"5ea4d0e9-6fcf-4423-afed-993f9cd5a84d\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"622559b7-d08c-43b4-9a89-33136fc3708b\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"6d72528f-1c64-4264-b27f-05c177706bcb\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"7152f293-efcf-4925-874f-7e7c6c74cfd5\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"7ffefcdc-778f-4d33-bb49-758e593fe35d\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"8090721c-164c-420f-8051-33b537f5eb35\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"865388ed-94d8-4a13-80ab-3622ab11d930\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"8bc93087-e973-4b14-ba80-b2e682853992\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"98cd281e-0446-4e77-8da3-14fbc795e4b9\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"9c624087-d40f-4751-a284-d2c7c9a11d57\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"a5dcd30b-a0d9-48c6-a2ed-1c11e04fc821\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"ac4aa584-cce8-4ce6-8187-74fa757f5d3e\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"b52d35a9-f0da-4609-92b6-8a4bda918223\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"b8852829-957a-4e1e-924a-0ffabbc223a9\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"bbb4fcc7-06ea-4b5e-8e4a-2bf039ae4769\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"bc475410-2181-40cd-aa7f-f75ae7b8fb92\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"ca3589cc-cb9b-48f8-924a-ece5478a93e9\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"df4998d1-7ee5-469e-ae48-56573b130e54\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"e382cb9c-da5a-49e7-95bc-02e6a81f1db0\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"e489e8b1-81fc-4c11-b038-6dd2253790c7\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"f08068c3-9cf5-429b-bcef-9c1d37f17b2e\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"f38636e4-bbcc-4fac-ad8c-8c3632d57913\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"f3ec84a4-da16-4d17-a2e9-d40d70a0b9f9\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            },\n                            {\n                                \"id\": \"fbb61ea7-932d-42f4-a0ae-012be365a56d\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0873ed0a-06ef-404f-b272-91a3f45d426f\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"099fb973-15cc-40ab-8397-e9c493704ae5\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"0aa87cbd-754a-482d-a03d-2a23461d0471\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"0b093b5a-23d7-4990-8a38-bffad85336b6\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"0e114c65-41f9-431a-adf2-3ceefd92c6e3\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"0e3e0454-c082-41c8-ad97-7dce29bef717\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"1390d7da-f810-4ac6-996a-d63f8bb75078\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"13a797f8-2d62-4971-a9c5-e2adaaa100a3\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"1b525de2-755f-4f0a-a366-8cce4c8cbdfe\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"1f8440ce-f4f4-4cfe-801d-f2fbe04e56e1\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"2512600f-7564-4259-850f-37a0c4f0ffc7\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"2c002355-f743-4d69-a4cf-cf4c0e4153b2\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"2f3fd4fc-661f-4e2e-916e-aaea04941925\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"346c8635-486f-4e1f-8cd6-79b5b421e81b\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"392123d3-1926-4896-9992-5c59d9155da0\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"39e28cdd-47eb-41f1-ae3e-1dcb9161ed5b\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"3b7a8eb3-05cc-430f-b46b-4061b16b87af\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"3d4b3119-da4e-4f07-9474-e48b4ffb232b\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"426138b3-4ee9-4a7b-a1d4-033d75c08495\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"56428c98-77d4-4b7b-b04a-d6616ebd1c7f\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"68389f7d-6337-412c-a9bd-749baf8d08b8\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"69fafe2b-8169-4aad-bbc4-5213b4fb9c5b\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"6fa6605a-e081-4964-adfc-0a21944b6946\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"7a09ae29-78cc-4bff-bfeb-0887ce111e16\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"7eaca281-28d8-4b77-93df-ffcc22ae457d\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"7ff0c873-30a5-4008-b332-c5762d9e01c0\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"8219818e-cfb7-42c0-9ac7-330ff325021b\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"8a73732b-b64a-4bdf-a651-e89f82ec4eb5\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"8bfdbbb4-8a11-466d-839e-57251fb7055f\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"923911a2-2a23-4a8d-a1a2-7f91914613b6\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"92efe30c-0362-4711-812c-99524fcd31d3\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"98213cce-a782-469d-801a-1e13d534e330\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"984dc466-2059-4dbb-9744-a77e55663ad9\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"9877a9e2-2696-4ec7-b83d-0e0cedc007c0\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"9a84a3ad-4001-4895-ae56-4c17be72ea96\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a08f80c6-2d75-422a-bbdc-86e5e8e5ca5c\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a40baa7f-063a-4266-a822-edace05f5ac7\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a5a532f1-88d0-47c7-86ff-9b380cb2cebc\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a779450f-f8ee-4033-909b-470b50d248a7\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"a857fb63-0d38-47c1-824b-1ff02d84ba51\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"aba3fe15-ad59-44d9-8e0e-b8e791029b98\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"af90d736-b605-4b25-87fb-f21c2a258efd\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"b4cdc4ea-44b4-43fc-b0e9-d24d4c715e4c\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"bc5fa1d1-97a3-4e47-bf36-7f5932f9cd7d\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"bdbb4fa0-e078-4d24-9779-02d8fd7ed7a3\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"c8dee3fc-f59b-4dda-8946-386ac2fa92dc\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"c97a3e60-0423-4f5f-9999-b325042d3f10\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"cf1fb48e-1a9c-44eb-a361-71a232eb7568\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"cf441a9c-31a4-49b7-a75f-5a1e8f46690e\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"d21e157d-c0df-41e1-b335-45928a89cfc0\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"d32f4bca-02e1-48b2-bf94-beea1bbe289c\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"df637e04-f3b9-4116-9fb6-7ff03d6efbb2\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"ee1cca30-419a-4baf-897c-978e9ee38242\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"f1d2caaf-34ab-43a0-bb8f-7e2a74f71c54\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            },\n                            {\n                                \"id\": \"f37c5f0b-7adf-45a3-85c4-a586a7a517b5\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"407b0388-5b95-4c34-9897-74b7329cd6a6\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            },\n                            {\n                                \"id\": \"91afa847-dcb5-4771-82fd-cbb3d1c7fd04\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            },\n                            {\n                                \"id\": \"ba0bbf1e-8ca9-4564-a15b-2b83e42b85e9\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            },\n                            {\n                                \"id\": \"ea90e62d-0644-44d1-8299-4067d845cae0\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            },\n                            {\n                                \"id\": \"f2690480-528a-4595-94ad-d4aebaa0b030\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04e8c5d4-b6f2-4821-aa33-21e4bcaeab9e\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"0d55251e-0df5-4559-8a72-f2078f54031e\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"17e6ed95-a1dd-466c-9d40-17dddb7fe846\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"1faf22d3-d1e3-4ae3-9f49-658222058036\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"2508a8bf-42ea-4053-9399-89ec972d2e3a\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"266cb1b7-371b-43fe-a0a4-6b84b175cb49\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"27145e80-ec1f-442a-b6e7-1ff653742341\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"3387d234-ca35-497b-9d35-01143a738161\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"361c85fa-87dd-46d7-aa09-7ae2f58db679\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"3d0bfb2c-02a4-422c-91bc-5458bbf842af\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"3d177487-0518-41a2-ab44-24284dfcdaec\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"43200474-f15e-403c-90a7-36cc92b49c72\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"475c7ea6-a28f-480d-aa88-95c0bf6796c6\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"4b85b557-531b-46af-a0a8-9be6f793fa2d\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"5bfa84d0-96f6-43a0-8cbb-0b6d71fdf621\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"60584713-9895-4a7b-9a18-9f326665427d\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"7186bd45-fdfa-4475-a37c-6cd2f63387f6\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"81ba03dd-bf60-4ebc-bf2e-30fafd23d49b\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"8758057b-ebe1-402b-bb15-b6e75e5114b4\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"a60bd154-0906-44bd-a444-a473fb56624d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"b3a1d107-3021-49c9-b164-f319859eb0be\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"b830ac88-a150-47af-9893-18bf336f29c6\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"bdf12174-aa1c-4a9e-ac70-974b7143fb4b\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"c55cbc7e-6b5e-4599-9af9-46787a65414c\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"d2197857-38d5-4d43-9492-0a59b5810be3\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"d6dc1c34-c956-43eb-93f2-d5338d0683ab\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"d86197da-3fef-4f66-a3f4-8bd7609d9b92\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"ef07ca1a-36c2-4827-aaa6-768126a071fc\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"f225b959-7dd5-4fd3-b804-e93638f89a76\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"f4f1d93c-4579-483e-88ed-1299f6367279\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            },\n                            {\n                                \"id\": \"f61e0b60-3193-4035-b703-3a6f0ccd8f48\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"call-reason\": [\n                    {\n                        \"id\": \"d4a502ff-6376-4369-88e5-2d0963ead322\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"La connexion internet du client a été interrompue le matin même et il n'a pas pu la rétablir, malgré plusieurs tentatives de redémarrage. Il s'agit d'un client existant, utilisant actuellement sa 4G pour se connecter à internet.\",\n                            \"needs\": \"Il a besoin d'une solution immédiate, car il utilise actuellement sa 4G et considère que ce problème est inacceptable, ayant déjà connu des pannes similaires trois fois ce mois-ci.\",\n                            \"request\": \"Le client demande une assistance pour résoudre le problème de connexion internet avec sa box.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"8de64d1a-c645-4279-94d9-58bda4966226"}],"id":"1146c28b-b5d8-4630-ac76-32c29f8488cb","_postman_id":"1146c28b-b5d8-4630-ac76-32c29f8488cb","description":""}],"id":"8af289e5-b540-464a-865e-2ff995bfbb01","_postman_id":"8af289e5-b540-464a-865e-2ff995bfbb01","description":""},{"name":"Sequence a call","item":[{"name":"Sequence a call from previously transcribed audio","item":[{"name":"Sequence a call from previously transcribed audio","id":"3184762d-9a5e-4ace-af5d-10d0c2314358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"sequencing\",\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-sequencing\">WebHook callback reception on successful call sequencing</h5>\n<p>Sequence a call from previously transcribed audio, and receive a webhook callback (POST request) on successful call sequencing, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call sequencing, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9c7b89d3-b49b-4ac7-8d42-afca364d6434","name":"Sequence a call from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_task\": \"sequencing\",\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"fr\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\n}"}],"_postman_id":"3184762d-9a5e-4ace-af5d-10d0c2314358"},{"name":"Get call sequencing status/result","id":"f3ab48bf-89e0-4c0c-8099-e6293d8488ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9174b7c5-9e05-4b75-8bd8-0e3cb67de2b1","name":"Get call sequencing status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"036549af-cfe8-4b5f-b2e3-56b65a63929c\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"081cf6c8-aa46-4fdf-acfa-410f2396771e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"0b6ad76b-fda7-407a-803a-259fba07d6d9\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"14a0faf9-cfd8-498d-aea8-40bc9fb91e1e\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"21a8724f-1c20-4a7f-bab4-83a4212b89ba\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"293a7430-d5dc-4216-a42a-a6b61477867c\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"2f90a232-e68d-48d2-be8b-0f15a141c7be\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"3bb86a18-b21a-4838-aa8a-a3ae9b6518a6\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"3fc37dcf-1f84-4c4b-925c-446441da9dac\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"479a14d0-91aa-4fe7-8bf4-3a98f655dd2d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"490bdeaa-fd1b-4054-8621-295c0c7d5fd4\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"4a67d6e4-8fb9-49b8-98da-927c98486e22\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"563ff2b9-8d55-43e1-a453-81dadbae8aea\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"6d3154b6-b408-4be3-8371-fbdc08687d4e\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"7441634c-9be3-4b1e-a96c-f8f94e258fa8\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"74b9803a-abc4-4ce5-b017-cf6338a95ed9\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"89e71ab3-a47d-4e70-8fee-90c9f7e4b3e1\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"901fa03f-5bb0-40d0-8256-517810e9dbf3\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"98bdd830-c2aa-4c4c-8ae5-4110971550d1\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"9bb92338-df6c-4156-b5d2-9cb3b9fc5e2f\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"a17cc6c8-7336-49ca-95b7-3e851206c151\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"a3fa62da-b228-4a15-93f1-29bcc689e7d3\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"a78838fe-0ad1-4242-afcc-2aa0a8c1fa54\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"bce33513-9a8c-44cc-8184-abf05c93222a\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"be8574d5-f412-41b3-91aa-e71d63e3f85b\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"c3431875-2609-4ade-9ea7-e44b20382f96\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"d041b14c-cf0a-48b7-b727-2691fd4d0da2\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"d5c8cd6e-c615-486f-9582-71424c91bd03\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"e4486018-85f2-4c40-9983-4c586d640809\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"e6017d32-6644-4b6b-b4a8-521c2533fd58\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"e95fa984-8ac3-41d1-b069-4ba25ee80599\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"3e367a6f-a047-4af8-bd4b-92296aaa932b\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\n                            },\n                            {\n                                \"id\": \"644d61c4-4342-474a-9bae-63687a3949ea\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\n                            },\n                            {\n                                \"id\": \"ea1474ad-5036-48c9-8776-f65ee5766d6b\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"250f7501-6916-41e6-b36c-254d87d39b39\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\"\n                            },\n                            {\n                                \"id\": \"b36bd3de-785b-44df-9e46-f61ff6c63c1a\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"3499b849-9988-47b1-9231-a1121e601d50\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0f08205e-9d0c-4537-a08d-c59d37da2a79\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"29fda448-8e26-417e-a41a-9e9aa014cd6a\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"3dad4936-f256-4a7a-8063-37aa870d9d74\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"4c5078e5-f09f-4f06-bd5c-6d34be997280\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"4f543719-3ca6-4850-bc9b-206f4628e69b\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"4f987f09-9bf7-41d0-8b78-3c814ae4f12a\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"81349307-5257-40f9-a7ab-3e5f6999f595\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"89ae7528-7a68-424c-8590-7190b11ec85a\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"92da774d-afa7-486a-91cb-ef0431de64e3\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"93fad7f3-7f90-4426-81a9-117838a1a0c3\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"9d3039b1-d1a9-4dce-a55f-78fe241fb63b\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"a67122ad-5065-4837-83f1-f2c23423d73a\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"b8799e52-e5e0-4a4d-a5a8-d4680cd20dbf\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"c84e8e27-5f3a-4673-af21-fe9d73975d13\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"e697e8f1-a45e-4d5e-8f3a-be411971c6fd\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"ecdccf6d-4e58-41de-af18-bbb2a2b3ef7e\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"f03a59ed-7e17-46e8-a856-2ddbea226b1a\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"21a88ef7-2fe1-48e0-a962-a1666d64da02\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"22e86c43-c3b8-43d7-a7ff-a811675bcde5\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"362bdc5d-8d4f-4f69-a6e4-64cf919db9bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"38701c82-c0c1-4238-a7a8-3507d8ea82c5\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"3ba71d71-62ac-48bb-8c98-ee7b0ff3124f\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"3ead86b3-2658-4a6d-96a7-04866b890d34\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"4d063e3e-7ad2-46d2-a44f-f950fa75ee3e\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"5988e2ba-c08a-4515-9c5b-2cc0fb5480bc\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"5e36afb2-042c-4ea8-a8fd-43b61a686f8a\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"69e78a22-5744-452f-b2dc-0b1d67da1d7c\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"74b05d8b-9be9-423d-af3a-38681ebf6f28\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"757d409c-336c-4034-b48f-abf590074800\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"79300fb8-8499-4c0f-b585-69659430540f\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"7ac39b3d-ee67-40cb-a1e6-efa0cb51379c\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"896563f6-df37-41df-b17f-0bd4e2590af1\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"8b59cfd9-5af9-4693-9fa3-0462a9c2d7b6\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"8c76a57e-272f-4998-9da6-8109e7762c35\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"98235390-6097-4f99-a691-112914a17fad\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"9f62c9b2-6e91-4c0c-9161-a57664bd16a5\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"a3628ef7-7a98-46e0-bde7-06b35e20ff6f\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"ac3ec459-23f0-4bb9-97b9-0b53ae3aca41\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"ad5d7b77-21dc-454c-b7b0-7c12749cac06\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"af1f77d9-8fbd-48c8-95df-6685ebf88873\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"b5523693-6124-4237-a685-456a58835b5c\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"c982c410-7990-434c-abe2-bb338ca0d944\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"cf0c969b-7728-4f21-96dc-8c8453a0b3a6\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"d2d53363-ae9f-4c7f-acab-3612e330fd50\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"d71d490e-ce38-4416-b108-c8cf8760915a\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"d93d0efe-9259-4d92-bf56-b0e5c6937c12\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"e0b7d57b-2d60-4454-98bf-7b40cffefe21\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"e10a4441-4321-4877-8a7c-90128b8d0e03\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"f5d97571-9658-4b13-86ab-3ed920adcc10\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"fb022f74-7831-48b1-b0bc-4142295a05d2\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"fb7272f0-be92-4a2f-9c24-85325de22ce0\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"fda9963a-c4b9-4024-a18e-233b344d645f\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"533469f7-2909-4354-8196-60f9d86d9d34\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"063ed12d-53e9-44b2-ba57-edc1b57887f4\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"0f0061c5-0a38-4f66-9aa6-905f4a5678a7\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"13ca7e85-42fe-40fc-96ba-f29a81d2677f\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"15a8fd85-2593-4925-a1d4-a00a48f803fa\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"18ef6abf-8274-4f46-b93b-bd300f26e422\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"23ca8400-f8c1-4dd3-aa16-da4967953b60\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"3136d5e6-232d-4523-bf27-88f6d7298155\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"31423f84-09ae-487c-a32f-02e946b3410b\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"32884607-2b79-45d0-a903-60352aacfeba\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"3a3f0596-5855-48c9-b84b-1412c6a921a0\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"469e6f64-1676-4731-8d0c-d3452155bf3b\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"494f27ce-3410-4ac7-9f5c-3c4429aff4cd\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"52da3ada-7d93-419a-82d9-81ca115fcc9d\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"65446bc3-6c42-468b-8f8a-9c048ac8385c\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"77d394de-d16b-423d-bdfc-42ce81e1cb43\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"7fcf1ff8-461d-45bb-be8e-b31e7b047aea\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"8208e5c7-7112-4464-b211-c71ba2de5c06\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"8659af29-0af0-4d56-8a18-c11576d00b89\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"8aee0742-fe4c-4765-8fee-520444b654b9\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"ac5466f9-f73c-4c61-b52c-fa9de389f43e\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"d500c04f-05f0-41a1-8eb0-6c4362c48ead\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"e7f7d251-eeab-4806-bf35-34821e39197b\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02d8d2c9-efe5-4452-a930-04eef4f77b90\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"078b590b-6915-4a54-8382-441710b3b1da\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"0ec100f1-c07d-44cb-86fc-a9ae0dc6091b\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"174fa2fc-331f-4d25-a5d0-a857212b3360\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"3023a378-7d2e-4bff-ada5-b144884f5d64\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"3487360e-757f-417e-9503-54757f1399a5\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"35c07956-1109-4239-9945-06a7cc07bb37\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"3be4f0b5-053d-411e-9006-eee214165cce\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"40c38b20-65d5-4afd-a42a-396bfc0f5561\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"453e6dab-0a0b-484f-9c14-096d09682403\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"4d5962ea-9d6b-4112-b73e-3a250613ce4f\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"4df3e328-c2c6-4a7d-b006-456830150485\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"5c4bdc92-409f-4592-b16a-0e6e689d71df\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"5f3ad7dc-d0e1-4ee1-bcfa-1d1409ea573e\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"6d213b89-395c-47c7-8ec5-df7a3b4ac8dc\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"6e68e430-9350-4b0d-8f6b-5768f3c1bb36\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"71798ab1-79b3-47db-954f-8fe1548e8603\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"74d1fc0c-f080-477a-92b5-7ba0fdf3fbaf\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"752af57d-af0a-4543-91ea-3aa151b37187\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"82a35d6e-f9b5-409f-ad9f-2ae97a19884c\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"84272bca-0b34-4462-9ca9-8a110f8f4400\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"8fe5f422-6957-4db0-8c2d-5f709c164a3a\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"a007d0e8-49bd-499f-b57e-492273c44e76\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"a17e6fb6-bb1e-4341-9469-d46854ae675a\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"a944323c-b70a-4f53-86f2-01f0141e13e5\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"af49e8ba-1463-4406-813a-d10c741a47e2\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"c193ae6d-7ba1-4685-925b-108fb008580a\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"ca4cae3d-1b30-4eae-b89f-93881997f73c\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"cc8a7265-ed80-4c90-88f8-fa99bc1d461f\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"d2d062af-35b0-402b-9854-e4eb97193cdb\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"d8642510-aa7d-4684-b92c-40c54ac3fa87\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"dcdfb8ee-fbda-4e10-9ae0-e5db2017e982\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"edab3ecb-aaa4-4527-9ad3-03215b67783c\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"f1466ea2-3c91-4e78-9434-33b4524fdf57\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"f2bccae8-2eca-43a1-bb07-42f5700f637f\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"f366449c-0c0a-4b81-84b2-f92dccc1adc6\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"fd9a2b07-4141-4d8b-b153-e780bee511b5\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"2c896c8e-1126-45f4-adf6-e2de36d459d2\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            },\n                            {\n                                \"id\": \"4e639904-bbbb-49fd-baac-330f2e371c9c\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            },\n                            {\n                                \"id\": \"6c444451-6bed-449a-81c5-0b68cf378bec\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            },\n                            {\n                                \"id\": \"a27cd6e5-89f0-4ef4-b44e-de4264977265\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            },\n                            {\n                                \"id\": \"d1dc63de-1c13-4c1c-ba2f-4282bfec7248\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"18c94338-2a99-4ffc-a30c-2041e4441596\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"194ae1d2-9c39-4523-8796-f501802989f6\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"268c3cf0-a719-40cf-be7a-a45e641c1334\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"42b80e87-4af1-4f8d-9b00-6d7fe8ad8cbc\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"5c535aa1-1808-4389-89a8-65816f0a50d5\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"67690d7b-cbdd-4803-9013-f8d0751132eb\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"6c914fdb-9dff-4c3a-85c3-c5e9bfdcc2d9\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"71ab43d1-6674-42cf-87af-0de709725793\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"84b03c31-fdfa-451d-bb57-6a147a059c1e\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"90636612-ab4a-4de9-b96a-2332747ef2a8\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"a07de7a7-de0e-44ea-a3d6-665612a6541d\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"aaae54c2-da20-4e50-98a7-13a8e637318c\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"acaa3fe2-20a4-44fd-b3a2-c3c228113041\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"b843cdcc-88ce-45e8-99f3-97e1ca0bcb53\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"b9f16b20-6fd3-428a-89ea-611c77fdab90\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"c0268419-ce7b-403b-abe2-59d5164701e0\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"c1852fd5-3a18-475e-80c9-c9a5ab85957b\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"cca601d6-5f87-4317-85a3-ec4ad5d25437\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"cda461aa-b880-4c82-9ae4-9a1263090956\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"d88ae228-4bd8-45d4-9c0a-f697f599fe28\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"dab0da3b-5278-4c92-a814-e58eabf0f8d3\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"de285b06-df7d-4b8c-80e6-9becbba58e04\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"df73a120-4aaf-4bf9-a0b2-aa72f1c2afc3\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"e41a97b2-51f7-4a50-a76e-6eaed7ecff62\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"e5fec47d-3419-4e05-b16a-53a378c11717\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"ef3ebca9-a0b0-48cc-9e7a-f5cea9086da8\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09b45972-002f-4c15-ba9f-aefbf390baa7\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"0ac6071d-8fcb-413f-9318-6bc1147e3bb7\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"0e3b2f72-bd75-420a-bc24-9c1330d471e9\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"12dfb997-b567-4b02-b62d-13e57f37b67f\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"140b97a2-5c6e-4807-b4b8-943ac1ab66c4\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"161e3235-847d-433e-8855-a6c025514b79\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"237691fd-e2be-4774-a028-cfa6d267018b\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"29f0e0aa-72ee-4e1d-9466-3d32c88338ad\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"2e0579d0-dd9d-43ea-86cf-b0728dc717aa\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"31a72c1c-0270-4eae-acdb-560966b42f5e\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"3280c2ed-02ba-482d-8f30-d17863fae5bc\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"38f0336f-d70e-41fd-b505-8f1337d75c77\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"3fc0167a-fd14-45b8-a188-0d4617f9e9cd\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"4223ed2a-7449-4854-90a4-094bc86657b6\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"44234af6-11db-4b89-9462-b06aa66489c7\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"446710a5-67c6-415b-8357-11ee77296047\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"452d0cd5-4fc9-499a-8c1b-040af607bb5c\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"4835eda7-cd3f-4dd3-8a2b-7c60fb4df123\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"4a48114e-d332-48a6-bde6-a6011f686796\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"5117d54c-236f-4101-a515-1dfee8cf43cf\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"5a14a897-4734-4d02-9bc1-d1b3b33372a4\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"5dcde140-c67f-43e9-bb9e-f150e229885e\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"5f9d6f38-8463-401a-831f-9840edda38e0\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"61697ad8-ca98-4b61-8bdb-38ba7ec72fd6\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"640c9d96-189b-49d1-9fa4-d084863546a5\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"650a41b7-114e-4d53-9ee2-5cbee3a853e1\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"6d0cf599-1ae1-4dde-9828-d0595aacd725\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"701ca566-8161-40d9-8ade-62f89b829902\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"732a8746-2657-40a7-b0f4-6d37804fbcb3\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"763e698e-5ee3-4b40-83f5-3e5ede7c7519\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"79661dcb-26fb-4e69-a5c8-8adbdb12ea16\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"81f5b897-3e17-45d9-8e6a-9f27c5d93b96\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"8db0dfde-4f04-4d3c-9070-5685b739e492\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"92a71a44-fc60-4ffa-8c6a-67a28fac14ac\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"93a1267b-c1cc-4529-a95a-0335d3020494\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"9a37dcac-c23c-44d2-b5bf-eeed37896012\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"a0a91c2e-00ff-40d4-b4e0-3e57ffde1a13\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"bd19be59-1adc-415b-8ac6-df434ddc8769\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"bdc80a72-f894-437f-a942-ffe0b10b761e\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"bf698dce-cd67-4a37-9295-6905bdeb5e66\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"c1598b37-720a-4e3c-8419-2aaa342f9711\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"c3bd0660-b542-42da-bb78-a3271ace2b64\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"c6d7769f-1827-4b17-9921-f625283be015\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"d02725b4-6e13-4506-b5b5-05d15c17191d\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"d70d77fd-3cd6-4d94-8bc1-bcc5f1bd9e03\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"df937885-38d2-4b22-873f-b7a255965810\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"e4729644-abeb-4943-b82e-105d97dbe7b2\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"ee0b860c-aeff-4182-a4eb-4722e7b2cbb9\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"eeb6b9f4-8544-4ce5-87cb-53ef704de460\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"f100ad3f-1b4a-45a4-879f-58aa1b0326d5\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"f28f35dc-5b89-45b9-bd90-5dcc3109c3f9\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"faffa5fb-1f30-4c1d-992a-67bcdb270e2b\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"fb56757a-8783-4892-931e-d728c075832d\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0eaacc8a-bbf3-4013-b998-d611979c696c\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"115a2636-06be-499e-b7ef-7b482a240f48\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"5b3d3ea2-2ff3-4dea-999b-5c988642099f\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"6448ca90-4ded-4c64-b45e-818b17942ebd\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"6b6c3781-9ec0-40c5-8e0f-afd4254afeb5\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"6e702ca9-99af-4094-af50-6e6d74aff3d0\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"770f0f11-c97d-4069-8472-df26d26bcaa0\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"7d0ff1f5-9af1-4c84-b2b1-f3e485f9d1a1\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"a2303e96-3e87-4784-8d38-eb75e6064f76\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"bb0bbc5d-ac12-4992-b374-68a20b7362ce\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"bb9bc638-ea27-4c88-a4b6-5321787900fd\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"bdd4aacf-dcb2-4117-9fbe-5d26ceca89b4\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"c3c95967-19c1-486f-9237-af6c275797c5\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"d9fa1592-db8e-4338-9973-a068fb189330\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"e5ab6668-899f-414a-a270-13aaaaef56de\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"f15b77dd-13ff-45bf-b322-59dc76cddf31\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"ffad9e5a-1057-4261-9762-50860c980e0b\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0ac68185-4797-4cbf-8fad-63c33745c94c\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"14c41be4-3371-41b7-a18f-356a1f56032d\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"158d86ab-2b4d-48c8-9cf5-7572ad3d82ce\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"180bd5a7-cfb5-48b8-8806-41d50b0e9a61\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"1ddd252b-c196-4c62-9c62-ff58325bb8f3\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"252b97d1-fe9a-4775-9889-04c65834073b\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"2dc7f68a-ad0a-4718-9bc9-0ce1f0ba1f04\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"3191fff3-46a5-4088-9509-cd6469e771fc\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"351704f9-055f-4b12-8f60-123567a7bd0a\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"398dbc89-202c-404d-af3c-2e82f98d7ddc\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"3a569fce-71a2-4002-bcfa-eac368a8d30f\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"3db43ef3-ed35-4b51-868e-1af7d85053ef\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"4020ce32-791e-43ee-b709-c74b082aab00\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"40c6bf48-3b05-44c7-b13f-b4dbee191d06\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"40d35085-a6c9-462b-921c-699465886160\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"41ea8d90-2841-4700-b963-532b1b6cec6c\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"457cc31a-8d4b-4137-bdc2-bcb3193f22c5\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"491ec102-e32a-4c39-9db9-94b26461d190\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"4a025df0-0352-4a11-8860-37903eafdce7\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"4acaf275-f8c2-451f-aec1-04368ff715b4\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"51ec19c3-afe6-4ec4-ae90-bfe00b871ff0\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"59b6204a-6eee-4783-aa90-36b51e6cea23\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"59cddcf1-93ba-4a55-9d3c-a29205cae210\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"5aea33da-bd6c-4224-96b2-7bf0c91e139b\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"5af9df31-2ac5-4d37-b7f6-b53ab713f089\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"5b188dd4-b90b-4702-bb45-326150827ce0\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"5c46e17c-0a80-42f1-b2af-a343d7d3520e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"6062deaf-8c0d-4e6c-8f2a-ec74f352cf46\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"60755aed-d4e1-456b-a800-4f305a5fe178\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"653383d5-ab00-4d12-b44a-2f54c04f3551\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"658bdd08-57c8-4016-8d30-483940b4ca4c\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"6803ba3f-9f4c-4e1d-af3b-1aa5a4579ff0\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"69b326db-c819-44ad-b68f-725b91ec0ac0\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"72334d9e-705a-4be4-ae04-09f5cc9e8a8f\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"7578cb2c-032e-4c1f-a27e-30472ee7049b\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"8eda3a84-1cf0-432c-baaa-68f89cd5fef9\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"9d38a291-5428-451c-a0b2-74aed78ee24f\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"a13933f0-6b62-4b65-89e9-aca4dbd7cc39\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"a2c6acdc-930f-453f-855e-be6f8ea5535b\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b01740e3-7a02-4a32-96f4-7b7d6d37d011\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b01c73a4-61f8-46d2-b06a-0979714e593b\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b13b48f9-4269-4140-9e62-c8ff9db7a054\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b3a26b99-58e1-49a4-9738-7fc84b1ac80d\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b42cb2d8-f864-4a0c-8c25-af4c6ad5c98d\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"ba6f761b-ab87-4c7c-a3c4-bba656af0aa0\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"d30aedc6-2b60-4842-bff9-780de674aa83\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"d5fe86b2-e92b-455b-bea3-7a703018987e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"df135540-ad17-4ff1-9996-1e2874507efd\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"e0d17dd7-099e-404e-a0de-b1170e6e0d11\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"f259965c-ad34-4e2c-bd95-6719c6731c09\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"f616acf9-1af9-49ee-a82c-a9ef3a65ff1c\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"ff5fbdc2-781f-4497-9687-8cb0983e5bd7\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"039892e2-1b3c-4074-b434-8bfb3b7afec9\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"0b0a8f04-acc2-485e-bea2-087db3c9a580\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"0d48f59a-0797-43cd-b4c3-c9c306594208\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"0f1c8c77-47cd-468d-8dfd-f83d2eebeab9\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"1251f09c-4714-4cba-ac92-e4f4f962c19e\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"17fac936-af00-45d2-9dcc-3bb197f55fa9\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"1cf001b8-da3f-4926-ac16-a4f9196545ea\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"1d261405-f0bb-4630-a390-fbf22da520d7\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"214856af-38ba-45f8-ae3c-d1cbc9850fb1\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"2278de4e-b5fe-404f-a30e-51c8a6ed62a4\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"2844e226-1af4-4155-9d4f-7a7555b7a56e\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"2b16640c-cad4-4b0c-a856-9f76ee409095\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"2bd119da-5cdc-44bb-ad1a-f029b45b2889\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"35e6153e-2bfd-4d91-9835-536fac648065\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"462951a3-472f-4a75-987f-54b1992a71e8\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"4d78e4bb-89ce-4ef9-93d0-5c1b972c64da\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"52bd6fcc-4974-4e67-8962-2d5d0fcf83ca\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"5467500a-7830-489f-90c2-204b99d5de4a\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"5ec8bede-f6b9-4aa9-91df-9ec8f9655542\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"613b984a-bb1b-4e2b-a967-763f4bac6aea\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"63db0fef-50ca-42ac-851e-8797b249e87a\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"64833ecd-9f2e-4a47-9c19-f833509bbf2f\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"67043b3d-b8f1-4ec9-97c5-409f1145b417\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"682b2c01-31c0-49aa-9f4a-cf73dc393245\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"69d19154-bad4-44fb-973f-c5bbf1d9831d\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"80319dbb-cebb-4e2c-be01-bab9659adfa1\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"843d498b-0a51-4c5d-95ff-558f3455b210\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"8edaa78e-c0aa-4fd3-af01-c657ab6e89fa\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"900066b4-e523-4d5a-a0b1-e9b90e63407f\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"9d2571e3-84bc-4b56-905d-a6ed8a4d6013\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"a0c1d7eb-1f17-4ab0-8db8-a8d5b333bea1\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"a3667e05-becc-4b11-a18c-07667077708f\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"a5301b8c-5ed0-4821-9e2c-b323af743058\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"aa6c54df-d00f-4098-8a37-b86adccf1819\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"b9108499-4933-48cf-842e-28b27f7df99b\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"c16ecf4c-47a7-40fc-8cee-8c15942b9874\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"c2476a68-a720-46e1-bbf0-7f46f86a0486\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"d4322a9b-5d31-4059-b511-90253c841cc3\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"d81e509c-1cf9-4827-bd40-427ad2a368f3\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"dda1d6b3-c615-48c4-9819-9b9509f65dd1\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"e40f318e-fcaf-4eda-b62f-4c00039c8d0d\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"eb60d42f-4e1f-47c7-9e16-a3139246775f\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"f210a4c5-3de1-4931-93e8-c009820ada02\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"f43eac8d-4cf3-4840-8c10-86b0dcffe8c3\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"f5e64dd5-b331-407b-8fdd-ec8b84fb60e0\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"37cba23f-3b84-49fd-af82-6f03159cd597\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\n                            },\n                            {\n                                \"id\": \"46da278b-9f42-4b54-bdbb-00ab1f55674b\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\n                            },\n                            {\n                                \"id\": \"d34e2f05-b51a-4975-ae42-b3e6220deb88\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04a21b45-7e9c-478e-9264-863d970ce270\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"0e2b8e22-a643-40ee-a6db-8438ccd79ad0\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"12d1a4bf-b893-4530-86b5-7aa36271e03c\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"14df5d91-adff-4356-a63c-a6ce09005116\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"1e0cd50b-0a97-4b00-937f-6ce26e3a51d0\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"26e2fff4-3aec-446e-8d58-32aaea8f0bc7\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"283b0d5d-76ef-44af-a6b9-a8a72e0e591f\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"28ea474f-fa5a-49d6-9b9a-f5c5e38db978\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"2a315ad4-a873-461c-b5a8-4f7bee501cf6\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"2e49e560-c567-42d8-8b2c-726a6778036a\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"34d31b88-3c4a-4a3a-b578-a81d396038e7\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"36f8b145-f415-428c-8f4e-91d93e608c7c\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"3c2596f0-1185-4b5b-81f1-9a5f9023f806\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"3df3f37d-9bbf-42ca-8cab-d8283ea133d2\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"3e0ea3fb-bf56-4bbd-ab24-5d0a0361569f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"400f3074-452e-40bd-9288-5ad20092b2e8\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"472079d6-16b2-46b3-9490-a0bef4514110\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"48627da5-7872-4092-b6ed-695b514f8ba7\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"5016a636-1102-4fa8-94b3-e3c081411199\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"53e2944e-a18c-4a54-8358-c5aaa8b5acfb\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"5c0f20d7-a028-4bb1-92e2-53c04b736381\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"5f79b441-0f2e-471a-a760-58ac88dab77c\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"60246a96-942b-4415-adb7-a7c6d072140c\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"64a8f74a-ed22-4b96-8f8a-8a8e6352ee19\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"656284e5-1aa3-40d9-aedd-9a7173f82e24\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"683dd334-8fb8-47b7-92b0-a54b85e0153a\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"72d1a410-6a63-4757-b321-1dff50126e72\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"7742d75d-5015-4e2b-b6a8-70285bf81eba\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"851f8820-1c9f-4c1a-8dae-ac00075359d7\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8846ce2f-f501-41f6-945a-35bcf19fe83d\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8bdd353b-53fb-4b9d-811d-f08ff2bb5035\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8cbcfcb5-b508-4e85-9a17-a4032495ca65\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8d60a60f-5bd9-422a-91ed-422aeb603f64\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8ed792b4-1dc3-41f0-9e01-f4d12e41980d\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"9335092b-9d65-4ba4-b6b7-22fc75b23784\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"97aed5cf-12a9-4b19-98bf-8483466f0b86\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"985d5e55-0116-438a-b616-6af3a24aba48\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"988433ab-b33e-4099-a6e2-4d8ca3c1b5fd\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"a0fabddd-06cd-4bea-ab2e-a66d68a2105d\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"a14de913-93da-4fc2-aa1f-e4713bb0724c\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"b0b988e3-154c-4fb2-8954-0627f6b27b02\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"b9739c52-0be4-479e-95c6-219da152b5b3\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"bb89b51b-c2f2-4ccd-8eef-c4ed46aab7bc\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"d0f284a5-a823-4ce1-abca-6c28845ec905\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"d137cc7d-aad5-4230-bf5f-e32d2266e625\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"d251d6b7-0c07-4097-a847-571132ec61cb\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"d8aae1d9-881a-4f56-81b1-fde75a2a292b\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"e004dae1-3de6-442a-bba0-d8b1fc33e873\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"e016fe8a-53b6-4047-8cb8-0972f52da901\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"e1b201ad-da48-49fa-b56e-645ac9a50224\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"e1ba0cb9-ae83-4bff-8edd-a25e59ca7221\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"eea09bd0-e04d-4bc9-9864-de8758d63ed5\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"f3a8655f-b4c2-43f1-b723-69ca2c768318\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"f3ae40e0-39f0-4f97-a0ab-f786f0ef0a5c\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"fac42e8a-3ddc-4223-9283-3aac41992b29\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"36283abd-8111-4d55-b014-fc366f976c96\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"ab5cc1bf-b140-45d8-826a-1f5e741e6487\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"b1f03472-a5cf-42dc-a0f3-16a31b952c11\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"bc1c5017-3c9e-4f83-8b63-8b99160bc27b\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"cdb51bf7-b6dd-41e5-a927-e78a23c98179\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"e4ee6c43-e6a1-432f-89ea-6f140887d7ea\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"ea8da2ae-1451-48bf-bb1a-51ff67ebf75f\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"ec1ba619-2212-4f33-8aa9-70742ba61f98\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"call-sequence\": [\n                    {\n                        \"id\": \"b8037f04-f04c-49cb-83e5-2017503f075c\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"title\": \"Accueil et identification du problème\",\n                                \"client_nps\": 2,\n                                \"complete_summary\": \"L'agent accueille le client, s'identifie et demande des informations sur le problème. Le client explique qu'il a un problème de connexion internet depuis ce matin.\",\n                                \"essential_elements\": [\n                                    \"Problème de connexion internet\",\n                                    \"Depuis ce matin\"\n                                ],\n                                \"comment_on_agent_handling\": \"L'agent débute l'appel de manière professionnelle en s'identifiant et en demandant comment il peut aider. Il écoute attentivement le client et obtient les informations nécessaires pour comprendre le problème.\",\n                                \"comment_on_client_satisfaction\": \"Le client semble frustré et mécontent du problème, mais il coopère avec l'agent pour trouver une solution.\"\n                            },\n                            {\n                                \"title\": \"Vérification de l'état de la connexion\",\n                                \"client_nps\": 2,\n                                \"complete_summary\": \"L'agent vérifie l'état de la connexion depuis le système et met le client en attente. Après un moment, il informe le client qu'il y a un problème technique.\",\n                                \"essential_elements\": [\n                                    \"Vérification de l'état de la connexion\",\n                                    \"Problème technique\"\n                                ],\n                                \"comment_on_agent_handling\": \"L'agent suit les procédures appropriées pour vérifier l'état de la connexion et informer le client de la situation. Il garde le client informé pendant qu'il travaille sur son problème.\",\n                                \"comment_on_client_satisfaction\": \"Le client semble toujours insatisfait, mais il coopère avec l'agent pour tenter de résoudre le problème.\"\n                            },\n                            {\n                                \"title\": \"Création d'un ticket et redémarrage de la box\",\n                                \"client_nps\": 3,\n                                \"complete_summary\": \"L'agent crée un ticket pour signaler le problème technique aux équipes techniques. Il demande au client de redémarrer la box et lui fournit un numéro de suivi.\",\n                                \"essential_elements\": [\n                                    \"Création d'un ticket\",\n                                    \"Redémarrage de la box\",\n                                    \"Numéro de suivi\"\n                                ],\n                                \"comment_on_agent_handling\": \"L'agent suit les procédures appropriées en créant un ticket pour le problème technique et en demandant au client de redémarrer la box. Il fournit un numéro de suivi pour que le client puisse suivre l'avancement de sa demande.\",\n                                \"comment_on_client_satisfaction\": \"Le client semble coopératif et suit les instructions de l'agent pour tenter de résoudre le problème.\"\n                            },\n                            {\n                                \"title\": \"Proposition d'une extension de data mobile\",\n                                \"client_nps\": 4,\n                                \"complete_summary\": \"L'agent propose une extension de data mobile au client pour pallier à la panne internet. Le client accepte.\",\n                                \"essential_elements\": [\n                                    \"Extension de data mobile\",\n                                    \"Solution temporaire\"\n                                ],\n                                \"comment_on_agent_handling\": \"L'agent offre une solution temporaire au problème du client, ce qui démontre son engagement envers la satisfaction du client. Il fournit des informations claires et précises sur l'extension de data mobile.\",\n                                \"comment_on_client_satisfaction\": \"Le client semble satisfait de la solution temporaire proposée par l'agent et accepte.\"\n                            }\n                        ],\n                        \"type\": \"call-sequence\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"f3ab48bf-89e0-4c0c-8099-e6293d8488ec"}],"id":"a5f7c5a7-11b5-4e10-9a63-e53c265f6e1a","_postman_id":"a5f7c5a7-11b5-4e10-9a63-e53c265f6e1a","description":""},{"name":"Transcribe and Sequence a call","item":[{"name":"Transcribe and Sequence stereo phone call","id":"3169b394-a0fb-43bc-beed-e536c9bc43a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"sequencing","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and sequence the calls and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6c9e0b58-8708-4b6d-a188-f79d1f6d46a3","name":"Transcribe and Sequence stereo phone call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_task","value":"sequencing","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"3169b394-a0fb-43bc-beed-e536c9bc43a9"},{"name":"Get transcription and call sequencing status/result","id":"25fa1abb-f7cb-4619-9b9c-b0f7217c7e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"21d21947-bf29-43b5-84a3-b265c5d33f69","name":"Get transcription and call sequencing status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57310,\n                        \"duration\": 7600,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"036549af-cfe8-4b5f-b2e3-56b65a63929c\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"081cf6c8-aa46-4fdf-acfa-410f2396771e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"0b6ad76b-fda7-407a-803a-259fba07d6d9\",\n                                \"text\": \" Je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"14a0faf9-cfd8-498d-aea8-40bc9fb91e1e\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"21a8724f-1c20-4a7f-bab4-83a4212b89ba\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"293a7430-d5dc-4216-a42a-a6b61477867c\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"2f90a232-e68d-48d2-be8b-0f15a141c7be\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"3bb86a18-b21a-4838-aa8a-a3ae9b6518a6\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"3fc37dcf-1f84-4c4b-925c-446441da9dac\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"479a14d0-91aa-4fe7-8bf4-3a98f655dd2d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"490bdeaa-fd1b-4054-8621-295c0c7d5fd4\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"4a67d6e4-8fb9-49b8-98da-927c98486e22\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"563ff2b9-8d55-43e1-a453-81dadbae8aea\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"6d3154b6-b408-4be3-8371-fbdc08687d4e\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"7441634c-9be3-4b1e-a96c-f8f94e258fa8\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"74b9803a-abc4-4ce5-b017-cf6338a95ed9\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"89e71ab3-a47d-4e70-8fee-90c9f7e4b3e1\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"901fa03f-5bb0-40d0-8256-517810e9dbf3\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"98bdd830-c2aa-4c4c-8ae5-4110971550d1\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"9bb92338-df6c-4156-b5d2-9cb3b9fc5e2f\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"a17cc6c8-7336-49ca-95b7-3e851206c151\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"a3fa62da-b228-4a15-93f1-29bcc689e7d3\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"a78838fe-0ad1-4242-afcc-2aa0a8c1fa54\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57310,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"bce33513-9a8c-44cc-8184-abf05c93222a\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"be8574d5-f412-41b3-91aa-e71d63e3f85b\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"c3431875-2609-4ade-9ea7-e44b20382f96\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"d041b14c-cf0a-48b7-b727-2691fd4d0da2\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"d5c8cd6e-c615-486f-9582-71424c91bd03\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"e4486018-85f2-4c40-9983-4c586d640809\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"e6017d32-6644-4b6b-b4a8-521c2533fd58\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            },\n                            {\n                                \"id\": \"e95fa984-8ac3-41d1-b069-4ba25ee80599\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"3e367a6f-a047-4af8-bd4b-92296aaa932b\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\n                            },\n                            {\n                                \"id\": \"644d61c4-4342-474a-9bae-63687a3949ea\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\n                            },\n                            {\n                                \"id\": \"ea1474ad-5036-48c9-8776-f65ee5766d6b\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\",\n                        \"text\": \"revoir, merci\",\n                        \"start\": 166900,\n                        \"end\": 167380,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"250f7501-6916-41e6-b36c-254d87d39b39\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167380,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\"\n                            },\n                            {\n                                \"id\": \"b36bd3de-785b-44df-9e46-f61ff6c63c1a\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"3499b849-9988-47b1-9231-a1121e601d50\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100780,\n                        \"end\": 107820,\n                        \"duration\": 7040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0f08205e-9d0c-4537-a08d-c59d37da2a79\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"29fda448-8e26-417e-a41a-9e9aa014cd6a\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"3dad4936-f256-4a7a-8063-37aa870d9d74\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"4c5078e5-f09f-4f06-bd5c-6d34be997280\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102580,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"4f543719-3ca6-4850-bc9b-206f4628e69b\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"4f987f09-9bf7-41d0-8b78-3c814ae4f12a\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"81349307-5257-40f9-a7ab-3e5f6999f595\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100780,\n                                \"end\": 101180,\n                                \"duration\": 400,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"89ae7528-7a68-424c-8590-7190b11ec85a\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"92da774d-afa7-486a-91cb-ef0431de64e3\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"93fad7f3-7f90-4426-81a9-117838a1a0c3\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"9d3039b1-d1a9-4dce-a55f-78fe241fb63b\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"a67122ad-5065-4837-83f1-f2c23423d73a\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"b8799e52-e5e0-4a4d-a5a8-d4680cd20dbf\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"c84e8e27-5f3a-4673-af21-fe9d73975d13\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"e697e8f1-a45e-4d5e-8f3a-be411971c6fd\",\n                                \"text\": \" box.\",\n                                \"start\": 102580,\n                                \"end\": 102820,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"ecdccf6d-4e58-41de-af18-bbb2a2b3ef7e\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            },\n                            {\n                                \"id\": \"f03a59ed-7e17-46e8-a856-2ddbea226b1a\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"21a88ef7-2fe1-48e0-a962-a1666d64da02\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"22e86c43-c3b8-43d7-a7ff-a811675bcde5\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"362bdc5d-8d4f-4f69-a6e4-64cf919db9bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"38701c82-c0c1-4238-a7a8-3507d8ea82c5\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"3ba71d71-62ac-48bb-8c98-ee7b0ff3124f\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"3ead86b3-2658-4a6d-96a7-04866b890d34\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"4d063e3e-7ad2-46d2-a44f-f950fa75ee3e\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"5988e2ba-c08a-4515-9c5b-2cc0fb5480bc\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"5e36afb2-042c-4ea8-a8fd-43b61a686f8a\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"69e78a22-5744-452f-b2dc-0b1d67da1d7c\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"74b05d8b-9be9-423d-af3a-38681ebf6f28\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"757d409c-336c-4034-b48f-abf590074800\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"79300fb8-8499-4c0f-b585-69659430540f\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"7ac39b3d-ee67-40cb-a1e6-efa0cb51379c\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"896563f6-df37-41df-b17f-0bd4e2590af1\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"8b59cfd9-5af9-4693-9fa3-0462a9c2d7b6\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"8c76a57e-272f-4998-9da6-8109e7762c35\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"98235390-6097-4f99-a691-112914a17fad\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"9f62c9b2-6e91-4c0c-9161-a57664bd16a5\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"a3628ef7-7a98-46e0-bde7-06b35e20ff6f\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"ac3ec459-23f0-4bb9-97b9-0b53ae3aca41\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"ad5d7b77-21dc-454c-b7b0-7c12749cac06\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68160,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"af1f77d9-8fbd-48c8-95df-6685ebf88873\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"b5523693-6124-4237-a685-456a58835b5c\",\n                                \"text\": \" résolu\",\n                                \"start\": 68720,\n                                \"end\": 69080,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"c982c410-7990-434c-abe2-bb338ca0d944\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"cf0c969b-7728-4f21-96dc-8c8453a0b3a6\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"d2d53363-ae9f-4c7f-acab-3612e330fd50\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68720,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"d71d490e-ce38-4416-b108-c8cf8760915a\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"d93d0efe-9259-4d92-bf56-b0e5c6937c12\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"e0b7d57b-2d60-4454-98bf-7b40cffefe21\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"e10a4441-4321-4877-8a7c-90128b8d0e03\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"f5d97571-9658-4b13-86ab-3ed920adcc10\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"fb022f74-7831-48b1-b0bc-4142295a05d2\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"fb7272f0-be92-4a2f-9c24-85325de22ce0\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            },\n                            {\n                                \"id\": \"fda9963a-c4b9-4024-a18e-233b344d645f\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"533469f7-2909-4354-8196-60f9d86d9d34\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"063ed12d-53e9-44b2-ba57-edc1b57887f4\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"0f0061c5-0a38-4f66-9aa6-905f4a5678a7\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"13ca7e85-42fe-40fc-96ba-f29a81d2677f\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"15a8fd85-2593-4925-a1d4-a00a48f803fa\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"18ef6abf-8274-4f46-b93b-bd300f26e422\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"23ca8400-f8c1-4dd3-aa16-da4967953b60\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39630,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"3136d5e6-232d-4523-bf27-88f6d7298155\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"31423f84-09ae-487c-a32f-02e946b3410b\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"32884607-2b79-45d0-a903-60352aacfeba\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"3a3f0596-5855-48c9-b84b-1412c6a921a0\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"469e6f64-1676-4731-8d0c-d3452155bf3b\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"494f27ce-3410-4ac7-9f5c-3c4429aff4cd\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"52da3ada-7d93-419a-82d9-81ca115fcc9d\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"65446bc3-6c42-468b-8f8a-9c048ac8385c\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"77d394de-d16b-423d-bdfc-42ce81e1cb43\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33270,\n                                \"end\": 33470,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"7fcf1ff8-461d-45bb-be8e-b31e7b047aea\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"8208e5c7-7112-4464-b211-c71ba2de5c06\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"8659af29-0af0-4d56-8a18-c11576d00b89\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"8aee0742-fe4c-4765-8fee-520444b654b9\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"ac5466f9-f73c-4c61-b52c-fa9de389f43e\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"d500c04f-05f0-41a1-8eb0-6c4362c48ead\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            },\n                            {\n                                \"id\": \"e7f7d251-eeab-4806-bf35-34821e39197b\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"02d8d2c9-efe5-4452-a930-04eef4f77b90\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"078b590b-6915-4a54-8382-441710b3b1da\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"0ec100f1-c07d-44cb-86fc-a9ae0dc6091b\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"174fa2fc-331f-4d25-a5d0-a857212b3360\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"3023a378-7d2e-4bff-ada5-b144884f5d64\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"3487360e-757f-417e-9503-54757f1399a5\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"35c07956-1109-4239-9945-06a7cc07bb37\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"3be4f0b5-053d-411e-9006-eee214165cce\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"40c38b20-65d5-4afd-a42a-396bfc0f5561\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"453e6dab-0a0b-484f-9c14-096d09682403\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"4d5962ea-9d6b-4112-b73e-3a250613ce4f\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"4df3e328-c2c6-4a7d-b006-456830150485\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"5c4bdc92-409f-4592-b16a-0e6e689d71df\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"5f3ad7dc-d0e1-4ee1-bcfa-1d1409ea573e\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"6d213b89-395c-47c7-8ec5-df7a3b4ac8dc\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"6e68e430-9350-4b0d-8f6b-5768f3c1bb36\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"71798ab1-79b3-47db-954f-8fe1548e8603\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"74d1fc0c-f080-477a-92b5-7ba0fdf3fbaf\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"752af57d-af0a-4543-91ea-3aa151b37187\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"82a35d6e-f9b5-409f-ad9f-2ae97a19884c\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"84272bca-0b34-4462-9ca9-8a110f8f4400\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"8fe5f422-6957-4db0-8c2d-5f709c164a3a\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.29,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"a007d0e8-49bd-499f-b57e-492273c44e76\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"a17e6fb6-bb1e-4341-9469-d46854ae675a\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"a944323c-b70a-4f53-86f2-01f0141e13e5\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"af49e8ba-1463-4406-813a-d10c741a47e2\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"c193ae6d-7ba1-4685-925b-108fb008580a\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"ca4cae3d-1b30-4eae-b89f-93881997f73c\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"cc8a7265-ed80-4c90-88f8-fa99bc1d461f\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24790,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"d2d062af-35b0-402b-9854-e4eb97193cdb\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27870,\n                                \"end\": 28290,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"d8642510-aa7d-4684-b92c-40c54ac3fa87\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"dcdfb8ee-fbda-4e10-9ae0-e5db2017e982\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"edab3ecb-aaa4-4527-9ad3-03215b67783c\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"f1466ea2-3c91-4e78-9434-33b4524fdf57\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"f2bccae8-2eca-43a1-bb07-42f5700f637f\",\n                                \"text\": \" internet,\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"f366449c-0c0a-4b81-84b2-f92dccc1adc6\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            },\n                            {\n                                \"id\": \"fd9a2b07-4141-4d8b-b153-e780bee511b5\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"2c896c8e-1126-45f4-adf6-e2de36d459d2\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            },\n                            {\n                                \"id\": \"4e639904-bbbb-49fd-baac-330f2e371c9c\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            },\n                            {\n                                \"id\": \"6c444451-6bed-449a-81c5-0b68cf378bec\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            },\n                            {\n                                \"id\": \"a27cd6e5-89f0-4ef4-b44e-de4264977265\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            },\n                            {\n                                \"id\": \"d1dc63de-1c13-4c1c-ba2f-4282bfec7248\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"18c94338-2a99-4ffc-a30c-2041e4441596\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"194ae1d2-9c39-4523-8796-f501802989f6\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"268c3cf0-a719-40cf-be7a-a45e641c1334\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"42b80e87-4af1-4f8d-9b00-6d7fe8ad8cbc\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"5c535aa1-1808-4389-89a8-65816f0a50d5\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"67690d7b-cbdd-4803-9013-f8d0751132eb\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"6c914fdb-9dff-4c3a-85c3-c5e9bfdcc2d9\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"71ab43d1-6674-42cf-87af-0de709725793\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"84b03c31-fdfa-451d-bb57-6a147a059c1e\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"90636612-ab4a-4de9-b96a-2332747ef2a8\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"a07de7a7-de0e-44ea-a3d6-665612a6541d\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"aaae54c2-da20-4e50-98a7-13a8e637318c\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"acaa3fe2-20a4-44fd-b3a2-c3c228113041\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"b843cdcc-88ce-45e8-99f3-97e1ca0bcb53\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"b9f16b20-6fd3-428a-89ea-611c77fdab90\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"c0268419-ce7b-403b-abe2-59d5164701e0\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"c1852fd5-3a18-475e-80c9-c9a5ab85957b\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"cca601d6-5f87-4317-85a3-ec4ad5d25437\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"cda461aa-b880-4c82-9ae4-9a1263090956\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"d88ae228-4bd8-45d4-9c0a-f697f599fe28\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"dab0da3b-5278-4c92-a814-e58eabf0f8d3\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"de285b06-df7d-4b8c-80e6-9becbba58e04\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"df73a120-4aaf-4bf9-a0b2-aa72f1c2afc3\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"e41a97b2-51f7-4a50-a76e-6eaed7ecff62\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"e5fec47d-3419-4e05-b16a-53a378c11717\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            },\n                            {\n                                \"id\": \"ef3ebca9-a0b0-48cc-9e7a-f5cea9086da8\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\n                        \"start\": 132920,\n                        \"end\": 164820,\n                        \"duration\": 31900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09b45972-002f-4c15-ba9f-aefbf390baa7\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"0ac6071d-8fcb-413f-9318-6bc1147e3bb7\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"0e3b2f72-bd75-420a-bc24-9c1330d471e9\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"12dfb997-b567-4b02-b62d-13e57f37b67f\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"140b97a2-5c6e-4807-b4b8-943ac1ab66c4\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"161e3235-847d-433e-8855-a6c025514b79\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"237691fd-e2be-4774-a028-cfa6d267018b\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"29f0e0aa-72ee-4e1d-9466-3d32c88338ad\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"2e0579d0-dd9d-43ea-86cf-b0728dc717aa\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"31a72c1c-0270-4eae-acdb-560966b42f5e\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"3280c2ed-02ba-482d-8f30-d17863fae5bc\",\n                                \"text\": \" Au\",\n                                \"start\": 163980,\n                                \"end\": 164820,\n                                \"duration\": 840,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"38f0336f-d70e-41fd-b505-8f1337d75c77\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"3fc0167a-fd14-45b8-a188-0d4617f9e9cd\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"4223ed2a-7449-4854-90a4-094bc86657b6\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"44234af6-11db-4b89-9462-b06aa66489c7\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.03,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"446710a5-67c6-415b-8357-11ee77296047\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"452d0cd5-4fc9-499a-8c1b-040af607bb5c\",\n                                \"text\": \" c'était\",\n                                \"start\": 160080,\n                                \"end\": 160500,\n                                \"duration\": 420,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"4835eda7-cd3f-4dd3-8a2b-7c60fb4df123\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"4a48114e-d332-48a6-bde6-a6011f686796\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"5117d54c-236f-4101-a515-1dfee8cf43cf\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"5a14a897-4734-4d02-9bc1-d1b3b33372a4\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"5dcde140-c67f-43e9-bb9e-f150e229885e\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160080,\n                                \"duration\": 620,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"5f9d6f38-8463-401a-831f-9840edda38e0\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"61697ad8-ca98-4b61-8bdb-38ba7ec72fd6\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"640c9d96-189b-49d1-9fa4-d084863546a5\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"650a41b7-114e-4d53-9ee2-5cbee3a853e1\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"6d0cf599-1ae1-4dde-9828-d0595aacd725\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"701ca566-8161-40d9-8ade-62f89b829902\",\n                                \"text\": \" nous\",\n                                \"start\": 158020,\n                                \"end\": 158080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"732a8746-2657-40a7-b0f4-6d37804fbcb3\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132920,\n                                \"end\": 133220,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"763e698e-5ee3-4b40-83f5-3e5ede7c7519\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"79661dcb-26fb-4e69-a5c8-8adbdb12ea16\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"81f5b897-3e17-45d9-8e6a-9f27c5d93b96\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160500,\n                                \"end\": 160760,\n                                \"duration\": 260,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"8db0dfde-4f04-4d3c-9070-5685b739e492\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"92a71a44-fc60-4ffa-8c6a-67a28fac14ac\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"93a1267b-c1cc-4529-a95a-0335d3020494\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"9a37dcac-c23c-44d2-b5bf-eeed37896012\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"a0a91c2e-00ff-40d4-b4e0-3e57ffde1a13\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"bd19be59-1adc-415b-8ac6-df434ddc8769\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"bdc80a72-f894-437f-a942-ffe0b10b761e\",\n                                \"text\": \" créditer\",\n                                \"start\": 135000,\n                                \"end\": 135420,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"bf698dce-cd67-4a37-9295-6905bdeb5e66\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"c1598b37-720a-4e3c-8419-2aaa342f9711\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"c3bd0660-b542-42da-bb78-a3271ace2b64\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157100,\n                                \"end\": 157780,\n                                \"duration\": 680,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"c6d7769f-1827-4b17-9921-f625283be015\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"d02725b4-6e13-4506-b5b5-05d15c17191d\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133620,\n                                \"end\": 134100,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"d70d77fd-3cd6-4d94-8bc1-bcc5f1bd9e03\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158020,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"df937885-38d2-4b22-873f-b7a255965810\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"e4729644-abeb-4943-b82e-105d97dbe7b2\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"ee0b860c-aeff-4182-a4eb-4722e7b2cbb9\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"eeb6b9f4-8544-4ce5-87cb-53ef704de460\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"f100ad3f-1b4a-45a4-879f-58aa1b0326d5\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"f28f35dc-5b89-45b9-bd90-5dcc3109c3f9\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"faffa5fb-1f30-4c1d-992a-67bcdb270e2b\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            },\n                            {\n                                \"id\": \"fb56757a-8783-4892-931e-d728c075832d\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0eaacc8a-bbf3-4013-b998-d611979c696c\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"115a2636-06be-499e-b7ef-7b482a240f48\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"5b3d3ea2-2ff3-4dea-999b-5c988642099f\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"6448ca90-4ded-4c64-b45e-818b17942ebd\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"6b6c3781-9ec0-40c5-8e0f-afd4254afeb5\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"6e702ca9-99af-4094-af50-6e6d74aff3d0\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"770f0f11-c97d-4069-8472-df26d26bcaa0\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"7d0ff1f5-9af1-4c84-b2b1-f3e485f9d1a1\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"a2303e96-3e87-4784-8d38-eb75e6064f76\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"bb0bbc5d-ac12-4992-b374-68a20b7362ce\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"bb9bc638-ea27-4c88-a4b6-5321787900fd\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"bdd4aacf-dcb2-4117-9fbe-5d26ceca89b4\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"c3c95967-19c1-486f-9237-af6c275797c5\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"d9fa1592-db8e-4338-9973-a068fb189330\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"e5ab6668-899f-414a-a270-13aaaaef56de\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"f15b77dd-13ff-45bf-b322-59dc76cddf31\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            },\n                            {\n                                \"id\": \"ffad9e5a-1057-4261-9762-50860c980e0b\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0ac68185-4797-4cbf-8fad-63c33745c94c\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"14c41be4-3371-41b7-a18f-356a1f56032d\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"158d86ab-2b4d-48c8-9cf5-7572ad3d82ce\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"180bd5a7-cfb5-48b8-8806-41d50b0e9a61\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119430,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"1ddd252b-c196-4c62-9c62-ff58325bb8f3\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"252b97d1-fe9a-4775-9889-04c65834073b\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"2dc7f68a-ad0a-4718-9bc9-0ce1f0ba1f04\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"3191fff3-46a5-4088-9509-cd6469e771fc\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"351704f9-055f-4b12-8f60-123567a7bd0a\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"398dbc89-202c-404d-af3c-2e82f98d7ddc\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"3a569fce-71a2-4002-bcfa-eac368a8d30f\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"3db43ef3-ed35-4b51-868e-1af7d85053ef\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"4020ce32-791e-43ee-b709-c74b082aab00\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"40c6bf48-3b05-44c7-b13f-b4dbee191d06\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"40d35085-a6c9-462b-921c-699465886160\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"41ea8d90-2841-4700-b963-532b1b6cec6c\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126570,\n                                \"duration\": 480,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"457cc31a-8d4b-4137-bdc2-bcb3193f22c5\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119430,\n                                \"end\": 119850,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"491ec102-e32a-4c39-9db9-94b26461d190\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"4a025df0-0352-4a11-8860-37903eafdce7\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"4acaf275-f8c2-451f-aec1-04368ff715b4\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"51ec19c3-afe6-4ec4-ae90-bfe00b871ff0\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"59b6204a-6eee-4783-aa90-36b51e6cea23\",\n                                \"text\": \" mobile\",\n                                \"start\": 126570,\n                                \"end\": 126830,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"59cddcf1-93ba-4a55-9d3c-a29205cae210\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"5aea33da-bd6c-4224-96b2-7bf0c91e139b\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"5af9df31-2ac5-4d37-b7f6-b53ab713f089\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"5b188dd4-b90b-4702-bb45-326150827ce0\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"5c46e17c-0a80-42f1-b2af-a343d7d3520e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"6062deaf-8c0d-4e6c-8f2a-ec74f352cf46\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111350,\n                                \"duration\": 220,\n                                \"probability\": 0.42,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"60755aed-d4e1-456b-a800-4f305a5fe178\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"653383d5-ab00-4d12-b44a-2f54c04f3551\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"658bdd08-57c8-4016-8d30-483940b4ca4c\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.87,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"6803ba3f-9f4c-4e1d-af3b-1aa5a4579ff0\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"69b326db-c819-44ad-b68f-725b91ec0ac0\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"72334d9e-705a-4be4-ae04-09f5cc9e8a8f\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"7578cb2c-032e-4c1f-a27e-30472ee7049b\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"8eda3a84-1cf0-432c-baaa-68f89cd5fef9\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"9d38a291-5428-451c-a0b2-74aed78ee24f\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"a13933f0-6b62-4b65-89e9-aca4dbd7cc39\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"a2c6acdc-930f-453f-855e-be6f8ea5535b\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b01740e3-7a02-4a32-96f4-7b7d6d37d011\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b01c73a4-61f8-46d2-b06a-0979714e593b\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.4,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b13b48f9-4269-4140-9e62-c8ff9db7a054\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b3a26b99-58e1-49a4-9738-7fc84b1ac80d\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"b42cb2d8-f864-4a0c-8c25-af4c6ad5c98d\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"ba6f761b-ab87-4c7c-a3c4-bba656af0aa0\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.65,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"d30aedc6-2b60-4842-bff9-780de674aa83\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"d5fe86b2-e92b-455b-bea3-7a703018987e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"df135540-ad17-4ff1-9996-1e2874507efd\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"e0d17dd7-099e-404e-a0de-b1170e6e0d11\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"f259965c-ad34-4e2c-bd95-6719c6731c09\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"f616acf9-1af9-49ee-a82c-a9ef3a65ff1c\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            },\n                            {\n                                \"id\": \"ff5fbdc2-781f-4497-9687-8cb0983e5bd7\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"039892e2-1b3c-4074-b434-8bfb3b7afec9\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"0b0a8f04-acc2-485e-bea2-087db3c9a580\",\n                                \"text\": \" box\",\n                                \"start\": 9800,\n                                \"end\": 9960,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"0d48f59a-0797-43cd-b4c3-c9c306594208\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"0f1c8c77-47cd-468d-8dfd-f83d2eebeab9\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"1251f09c-4714-4cba-ac92-e4f4f962c19e\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"17fac936-af00-45d2-9dcc-3bb197f55fa9\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"1cf001b8-da3f-4926-ac16-a4f9196545ea\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"1d261405-f0bb-4630-a390-fbf22da520d7\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"214856af-38ba-45f8-ae3c-d1cbc9850fb1\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10220,\n                                \"duration\": 260,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"2278de4e-b5fe-404f-a30e-51c8a6ed62a4\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9800,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"2844e226-1af4-4155-9d4f-7a7555b7a56e\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"2b16640c-cad4-4b0c-a856-9f76ee409095\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.76,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"2bd119da-5cdc-44bb-ad1a-f029b45b2889\",\n                                \"text\": \" Alain\",\n                                \"start\": 7320,\n                                \"end\": 7720,\n                                \"duration\": 400,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"35e6153e-2bfd-4d91-9835-536fac648065\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.01,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"462951a3-472f-4a75-987f-54b1992a71e8\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"4d78e4bb-89ce-4ef9-93d0-5c1b972c64da\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6580,\n                                \"duration\": 580,\n                                \"probability\": 0.89,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"52bd6fcc-4974-4e67-8962-2d5d0fcf83ca\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"5467500a-7830-489f-90c2-204b99d5de4a\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"5ec8bede-f6b9-4aa9-91df-9ec8f9655542\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"613b984a-bb1b-4e2b-a967-763f4bac6aea\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"63db0fef-50ca-42ac-851e-8797b249e87a\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"64833ecd-9f2e-4a47-9c19-f833509bbf2f\",\n                                \"text\": \" avec\",\n                                \"start\": 9380,\n                                \"end\": 9660,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"67043b3d-b8f1-4ec9-97c5-409f1145b417\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"682b2c01-31c0-49aa-9f4a-cf73dc393245\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"69d19154-bad4-44fb-973f-c5bbf1d9831d\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"80319dbb-cebb-4e2c-be01-bab9659adfa1\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"843d498b-0a51-4c5d-95ff-558f3455b210\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"8edaa78e-c0aa-4fd3-af01-c657ab6e89fa\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"900066b4-e523-4d5a-a0b1-e9b90e63407f\",\n                                \"text\": \" C'est\",\n                                \"start\": 17980,\n                                \"end\": 18500,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"9d2571e3-84bc-4b56-905d-a6ed8a4d6013\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"a0c1d7eb-1f17-4ab0-8db8-a8d5b333bea1\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"a3667e05-becc-4b11-a18c-07667077708f\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"a5301b8c-5ed0-4821-9e2c-b323af743058\",\n                                \"text\": \" fois\",\n                                \"start\": 19040,\n                                \"end\": 19300,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"aa6c54df-d00f-4098-8a37-b86adccf1819\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"b9108499-4933-48cf-842e-28b27f7df99b\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"c16ecf4c-47a7-40fc-8cee-8c15942b9874\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"c2476a68-a720-46e1-bbf0-7f46f86a0486\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18580,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"d4322a9b-5d31-4059-b511-90253c841cc3\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9040,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"d81e509c-1cf9-4827-bd40-427ad2a368f3\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"dda1d6b3-c615-48c4-9819-9b9509f65dd1\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13960,\n                                \"duration\": 240,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"e40f318e-fcaf-4eda-b62f-4c00039c8d0d\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"eb60d42f-4e1f-47c7-9e16-a3139246775f\",\n                                \"text\": \" troisième\",\n                                \"start\": 18580,\n                                \"end\": 19040,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"f210a4c5-3de1-4931-93e8-c009820ada02\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"f43eac8d-4cf3-4840-8c10-86b0dcffe8c3\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            },\n                            {\n                                \"id\": \"f5e64dd5-b331-407b-8fdd-ec8b84fb60e0\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9380,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"37cba23f-3b84-49fd-af82-6f03159cd597\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\n                            },\n                            {\n                                \"id\": \"46da278b-9f42-4b54-bdbb-00ab1f55674b\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\n                            },\n                            {\n                                \"id\": \"d34e2f05-b51a-4975-ae42-b3e6220deb88\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"04a21b45-7e9c-478e-9264-863d970ce270\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"0e2b8e22-a643-40ee-a6db-8438ccd79ad0\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"12d1a4bf-b893-4530-86b5-7aa36271e03c\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"14df5d91-adff-4356-a63c-a6ce09005116\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"1e0cd50b-0a97-4b00-937f-6ce26e3a51d0\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"26e2fff4-3aec-446e-8d58-32aaea8f0bc7\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"283b0d5d-76ef-44af-a6b9-a8a72e0e591f\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"28ea474f-fa5a-49d6-9b9a-f5c5e38db978\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"2a315ad4-a873-461c-b5a8-4f7bee501cf6\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"2e49e560-c567-42d8-8b2c-726a6778036a\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"34d31b88-3c4a-4a3a-b578-a81d396038e7\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"36f8b145-f415-428c-8f4e-91d93e608c7c\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"3c2596f0-1185-4b5b-81f1-9a5f9023f806\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"3df3f37d-9bbf-42ca-8cab-d8283ea133d2\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"3e0ea3fb-bf56-4bbd-ab24-5d0a0361569f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"400f3074-452e-40bd-9288-5ad20092b2e8\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"472079d6-16b2-46b3-9490-a0bef4514110\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"48627da5-7872-4092-b6ed-695b514f8ba7\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"5016a636-1102-4fa8-94b3-e3c081411199\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"53e2944e-a18c-4a54-8358-c5aaa8b5acfb\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"5c0f20d7-a028-4bb1-92e2-53c04b736381\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"5f79b441-0f2e-471a-a760-58ac88dab77c\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"60246a96-942b-4415-adb7-a7c6d072140c\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"64a8f74a-ed22-4b96-8f8a-8a8e6352ee19\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"656284e5-1aa3-40d9-aedd-9a7173f82e24\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"683dd334-8fb8-47b7-92b0-a54b85e0153a\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"72d1a410-6a63-4757-b321-1dff50126e72\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"7742d75d-5015-4e2b-b6a8-70285bf81eba\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"851f8820-1c9f-4c1a-8dae-ac00075359d7\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8846ce2f-f501-41f6-945a-35bcf19fe83d\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8bdd353b-53fb-4b9d-811d-f08ff2bb5035\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8cbcfcb5-b508-4e85-9a17-a4032495ca65\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8d60a60f-5bd9-422a-91ed-422aeb603f64\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"8ed792b4-1dc3-41f0-9e01-f4d12e41980d\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"9335092b-9d65-4ba4-b6b7-22fc75b23784\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"97aed5cf-12a9-4b19-98bf-8483466f0b86\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"985d5e55-0116-438a-b616-6af3a24aba48\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"988433ab-b33e-4099-a6e2-4d8ca3c1b5fd\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"a0fabddd-06cd-4bea-ab2e-a66d68a2105d\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"a14de913-93da-4fc2-aa1f-e4713bb0724c\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"b0b988e3-154c-4fb2-8954-0627f6b27b02\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"b9739c52-0be4-479e-95c6-219da152b5b3\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"bb89b51b-c2f2-4ccd-8eef-c4ed46aab7bc\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"d0f284a5-a823-4ce1-abca-6c28845ec905\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"d137cc7d-aad5-4230-bf5f-e32d2266e625\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"d251d6b7-0c07-4097-a847-571132ec61cb\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"d8aae1d9-881a-4f56-81b1-fde75a2a292b\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"e004dae1-3de6-442a-bba0-d8b1fc33e873\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"e016fe8a-53b6-4047-8cb8-0972f52da901\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"e1b201ad-da48-49fa-b56e-645ac9a50224\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"e1ba0cb9-ae83-4bff-8edd-a25e59ca7221\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"eea09bd0-e04d-4bc9-9864-de8758d63ed5\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"f3a8655f-b4c2-43f1-b723-69ca2c768318\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"f3ae40e0-39f0-4f97-a0ab-f786f0ef0a5c\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            },\n                            {\n                                \"id\": \"fac42e8a-3ddc-4223-9283-3aac41992b29\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\n                            }\n                        ]\n                    },\n                    {\n                        \"id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 140920,\n                        \"end\": 145960,\n                        \"duration\": 5040,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"36283abd-8111-4d55-b014-fc366f976c96\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.63,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"ab5cc1bf-b140-45d8-826a-1f5e741e6487\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.57,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"b1f03472-a5cf-42dc-a0f3-16a31b952c11\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"bc1c5017-3c9e-4f83-8b63-8b99160bc27b\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143820,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"cdb51bf7-b6dd-41e5-a927-e78a23c98179\",\n                                \"text\": \" le\",\n                                \"start\": 143820,\n                                \"end\": 144140,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"e4ee6c43-e6a1-432f-89ea-6f140887d7ea\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"ea8da2ae-1451-48bf-bb1a-51ff67ebf75f\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            },\n                            {\n                                \"id\": \"ec1ba619-2212-4f33-8aa9-70742ba61f98\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141920,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"call-sequence\": [\n                    {\n                        \"id\": \"b8037f04-f04c-49cb-83e5-2017503f075c\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"title\": \"Accueil et identification du problème\",\n                                \"client_nps\": 2,\n                                \"complete_summary\": \"L'agent accueille le client, s'identifie et demande des informations sur le problème. Le client explique qu'il a un problème de connexion internet depuis ce matin.\",\n                                \"essential_elements\": [\n                                    \"Problème de connexion internet\",\n                                    \"Depuis ce matin\"\n                                ],\n                                \"comment_on_agent_handling\": \"L'agent débute l'appel de manière professionnelle en s'identifiant et en demandant comment il peut aider. Il écoute attentivement le client et obtient les informations nécessaires pour comprendre le problème.\",\n                                \"comment_on_client_satisfaction\": \"Le client semble frustré et mécontent du problème, mais il coopère avec l'agent pour trouver une solution.\"\n                            },\n                            {\n                                \"title\": \"Vérification de l'état de la connexion\",\n                                \"client_nps\": 2,\n                                \"complete_summary\": \"L'agent vérifie l'état de la connexion depuis le système et met le client en attente. Après un moment, il informe le client qu'il y a un problème technique.\",\n                                \"essential_elements\": [\n                                    \"Vérification de l'état de la connexion\",\n                                    \"Problème technique\"\n                                ],\n                                \"comment_on_agent_handling\": \"L'agent suit les procédures appropriées pour vérifier l'état de la connexion et informer le client de la situation. Il garde le client informé pendant qu'il travaille sur son problème.\",\n                                \"comment_on_client_satisfaction\": \"Le client semble toujours insatisfait, mais il coopère avec l'agent pour tenter de résoudre le problème.\"\n                            },\n                            {\n                                \"title\": \"Création d'un ticket et redémarrage de la box\",\n                                \"client_nps\": 3,\n                                \"complete_summary\": \"L'agent crée un ticket pour signaler le problème technique aux équipes techniques. Il demande au client de redémarrer la box et lui fournit un numéro de suivi.\",\n                                \"essential_elements\": [\n                                    \"Création d'un ticket\",\n                                    \"Redémarrage de la box\",\n                                    \"Numéro de suivi\"\n                                ],\n                                \"comment_on_agent_handling\": \"L'agent suit les procédures appropriées en créant un ticket pour le problème technique et en demandant au client de redémarrer la box. Il fournit un numéro de suivi pour que le client puisse suivre l'avancement de sa demande.\",\n                                \"comment_on_client_satisfaction\": \"Le client semble coopératif et suit les instructions de l'agent pour tenter de résoudre le problème.\"\n                            },\n                            {\n                                \"title\": \"Proposition d'une extension de data mobile\",\n                                \"client_nps\": 4,\n                                \"complete_summary\": \"L'agent propose une extension de data mobile au client pour pallier à la panne internet. Le client accepte.\",\n                                \"essential_elements\": [\n                                    \"Extension de data mobile\",\n                                    \"Solution temporaire\"\n                                ],\n                                \"comment_on_agent_handling\": \"L'agent offre une solution temporaire au problème du client, ce qui démontre son engagement envers la satisfaction du client. Il fournit des informations claires et précises sur l'extension de data mobile.\",\n                                \"comment_on_client_satisfaction\": \"Le client semble satisfait de la solution temporaire proposée par l'agent et accepte.\"\n                            }\n                        ],\n                        \"type\": \"call-sequence\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"25fa1abb-f7cb-4619-9b9c-b0f7217c7e0b"}],"id":"00c4edd1-6bbe-47a0-b1ad-72c1fd805e45","_postman_id":"00c4edd1-6bbe-47a0-b1ad-72c1fd805e45","description":""}],"id":"cc73c066-416a-403c-abef-7700635956df","_postman_id":"cc73c066-416a-403c-abef-7700635956df","description":""},{"name":"Run multiple AI analyses","item":[{"name":"Run multiple AI analyses on previously transcribed audio","item":[{"name":"Run multiple AI analyses on previously transcribed audio","id":"f5b100eb-c770-4037-8eb1-62e242187532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_tasks\": [\n        \"actions-extraction\",\n        \"call-reason-extraction\",\n        \"summarization\"\n    ],\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"en\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-ai-analyses\">WebHook callback reception on successful AI analyses</h5>\n<p>Run multiple AI analyses on previously transcribed audio, and receive a webhook callback (POST request) on successful analyses, including the resulting transcript and AI insights in the language of your choice.</p>\n<p>To receive a webhook callback on successful analyses, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d9785d2c-6edb-4724-b4ca-8bae711172a9","name":"Run multiple AI analyses on previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"ai-insight\",\n    \"insight_tasks\": [\n        \"actions-extraction\",\n        \"call-reason-extraction\",\n        \"summarization\"\n    ],\n    \"job_id\": \"\",\n    \"configuration\": {\n        \"company_name\": \"Company A\",\n        \"vocabulary\": \"Company sector, products names, industry\",\n        \"insights\": {\n            \"output_lang\": \"fr\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\n}"}],"_postman_id":"f5b100eb-c770-4037-8eb1-62e242187532"},{"name":"Get multiple AI analyses status/result","id":"74d7f257-eed7-4f6c-99dd-7bf339d63cbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d9bfaf02-8199-409c-9491-6f8ab5e8417b","name":"Get multiple AI analyses status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Merci, au revoir. Au revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup.\\n\\nAgent: D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée\\n\\nClient: Merci, au revoir.\\n\\nAgent: Au revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71180,\n                        \"end\": 77420,\n                        \"duration\": 6240,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"2afc7624-88a5-4fd6-8b37-903256e76ba0\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"2d719bc2-0087-473c-8472-b8581d26f186\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"32255f26-61f3-400f-bc6a-8e7236157ea3\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"32d1ea11-e5f3-49b9-8817-853e0cbd448e\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"38600642-3491-4ec2-a1fe-b8da5490b7a2\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"409aad5a-35b0-400b-b876-bfd2d1d21994\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"706e1683-11e3-473d-ae0d-a08cb41dbd3e\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"77dc2bc9-8cf8-4a11-b73d-6e7709de6d35\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"80a165c8-f0ee-444c-af54-6dec1dc3eb3b\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"8306ec65-7f97-4d01-b745-ec3bdcd5f7a5\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"865d5b56-fa93-47d1-8e2b-df5b29f5c6db\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"86a7c655-186b-4780-a554-52fb003517de\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"876a5cd4-9b65-428c-a35a-e39b2f117620\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"8d28e127-e26f-4c49-ad5f-629720ac2eea\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"b2db8b59-e981-419b-8f17-325afbb3f851\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"b3c690a1-cebb-48ce-b302-2843c305267a\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"c804581c-6ddc-4dad-affd-9ae817a57277\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"d3a38392-d1db-422b-a961-1367c648239a\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"d614e398-1822-47ef-b9df-49248a260c11\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71180,\n                                \"end\": 71700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"deb79bae-b52b-4cf9-9b4c-d46ff46a9747\",\n                                \"text\": \" je\",\n                                \"start\": 76280,\n                                \"end\": 76380,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"dec0216d-a3b7-4867-888b-9ea6ae613d91\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"e0cb4eee-9e3d-4447-bef9-75b25ef86f3b\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"e5e08901-bc17-4d2a-a9fc-c38fdaf461e8\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"ef1e3577-f863-422d-a28d-cae18183df48\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"ef2b4931-7e10-41ff-b4c2-16c9925762d9\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"f3afcf4b-6069-450c-8b9b-419d4db7941e\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"058b39f7-5679-4a89-b78d-d392d753ad18\",\n                                \"text\": \" boîte\",\n                                \"start\": 30270,\n                                \"end\": 30430,\n                                \"duration\": 160,\n                                \"probability\": 0.58,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"1777c2ff-6bc5-484e-bd14-4253157d9c33\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"1f761eb1-2c29-4d6d-88b5-e10be8ac47d7\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"207bd113-bcdd-4d56-b647-74c650b2ef34\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"2b89ae04-2b3f-4f5a-8796-a235b6f8b810\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"3aa85b7f-8273-4f23-8238-ecafa6c02206\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"3b147c46-d2e7-4fd4-9e57-a21642535c94\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"3f0bc6bf-1175-4160-83ab-affaba92dbaa\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"581022a2-5a7b-4224-8b27-07fbf9fa7531\",\n                                \"text\": \" Internet,\",\n                                \"start\": 30550,\n                                \"end\": 30830,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"63b8dea7-563f-4a88-aeb3-d0c7755eb899\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"6ad4281d-dafa-4ede-b98a-01c421558aec\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"6b0e322d-6341-4b5f-a471-f16e6215c847\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28290,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"7727900f-75b4-4563-9c10-6c284d160abd\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"78a624a4-1ebc-4d5b-bda4-5318f8877d07\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"7f19c5b8-fe57-4fdc-87ee-7a870146180e\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"803d1bd7-84a0-4ec8-b242-a3e1e4970c7b\",\n                                \"text\": \" sur\",\n                                \"start\": 30430,\n                                \"end\": 30550,\n                                \"duration\": 120,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"8877e804-097f-4b41-9e74-c1fd9d15cecb\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"88a8109e-a8e6-4513-9353-c31b1d26cbb3\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"8a1350d1-fdca-4f3c-b670-6a2641b8a877\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"9288b6b2-a3e4-4e0c-823b-28b8e41ce688\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"94a0a2e9-66da-42e6-8bde-8172935d75d8\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"9f984127-9a46-46a8-9b69-b5924efdb330\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"a67879f8-c227-4e50-85c2-2af3ab07cf0c\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"a7a12eba-5b24-4522-bd1f-ad627f53d0cc\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"a970940b-db42-4276-a9cf-53042631f90d\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"b157efba-382c-4b47-8cb2-83ef66294157\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24550,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"b891eb90-2172-4a92-add6-5eb9245c61e0\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"b977496a-b22f-405f-b9a5-1628e5796c76\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"ba31554f-984b-469e-959e-d588f5b1eede\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"bce84db7-bcde-41f1-bd75-529e990f48c7\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"c5d8dca7-0c1f-456e-96bc-b273cdb64550\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"c993ec38-fe6b-4ecd-a4b0-9804425aca41\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"cd7e6810-5c42-43af-a150-850bce618e80\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"cd85cf3c-665c-4612-9e07-fe5eb685da19\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"cf52e4a2-89de-42c3-a1cb-d246f40a7c1e\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"db1f35c7-3199-4904-bd4d-0eb7d1f8180d\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24810,\n                                \"duration\": 180,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"f4584d12-7f11-4439-9b64-3652f24d9899\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.79,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"fdd1935f-f791-4f36-8954-581bd4940adc\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01ea1411-544c-4345-9be4-7c939745bf1c\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"08350bc9-f128-4b5a-a1df-d739fb10d83e\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"0e217a27-0877-49d4-818f-ae79bbd3dc3a\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"133ca978-d305-4821-a973-128b7a32be62\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"1dbb5d0d-9eda-42d4-9687-64bfcf618487\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"2052a5ba-68f3-4b4b-a688-05a401fed5ff\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"237fde06-2e33-4a90-b28d-d2abd0d44e81\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"24443ea9-0601-4207-8b08-ee578122ead0\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"24664ea0-fb02-4b33-a9f5-58c413019b38\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"25234d77-21f1-447e-82f8-725c3a3edf40\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"29302358-f6a9-448c-b839-0336feaac7ee\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"2d499b55-69db-4cf0-9ca1-7acdce4c7a67\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"351c4932-434c-4bac-b8e0-8b8f27322132\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"3c4428ac-b708-4b03-bd7e-e4b393f0b9e0\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"4253ae2c-4103-4805-acee-521abdd3cbd0\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"49d9a628-095c-4126-8f71-2f4783657c59\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"4cc859d8-6bd1-4670-b598-4fc3141317ab\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"53f85aab-6cb0-40dd-8735-3a683556c105\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"547b27f5-f60d-479f-9f86-2a61bbe7b7ee\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"54de7eac-1a05-4f79-8835-3a73e889acc8\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"5f30af24-f29c-4b73-b795-bbeb818ebdde\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"6b97724f-5807-49c2-88df-dd7635b3d820\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"73e93796-94fa-4a28-b4be-09f5fe6eb850\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"7e237280-449b-4ccb-bc84-754f582b7ba0\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"80c46e97-c515-4773-b609-0f5aa3cad22c\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"815bb3f2-5e99-44b7-833e-a4eb41c2b89d\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"88d851cf-8613-4192-816e-d39db559bd68\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88360,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"8932adb8-91c3-42fd-8bc5-783a30efd64c\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"8f7459ae-ef99-4790-9dac-81dbe34bed16\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"962e9913-1990-45a4-9ecb-aa96efc67130\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"9cc84e56-aae1-4919-9a22-147760275d18\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"a47ccba2-b87b-4daf-a7ee-7c49c7fed122\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"a7e2d652-05c1-43a1-a275-4c6880b9a673\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"a7e7d03d-e132-4ca1-834c-4c6499ef014b\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"aa598fa8-1526-4d67-9391-083d18553d72\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"ad6c3e6b-b550-4606-8b05-9e6fc2517813\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b362ab65-326c-4dbd-a4b7-ff0d488fdf3e\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b363779a-e816-4a05-afcd-43ff11ebdbf1\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b42cd959-98b7-408a-9478-8f160f26cd7a\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b79102a6-8f64-4f5d-b25a-4db3a96a8ba8\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b8cdda67-947a-4663-82bd-3436b93ca16e\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"bc896963-15dd-4470-96c3-ffc08437344b\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"c49db411-76aa-4210-8461-8c597bc1bf1f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"d0410324-4691-45c5-94bf-45399c8e71fe\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"d6ecc374-74ee-4c0c-baf6-ed5ddab9e6e7\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"d88e2c71-b4f0-47ef-a8ed-310ce247874b\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"dbe935dc-f42d-4b54-990d-518be1851ba9\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e0984c73-ac9b-4a77-bdbd-ddd3efa80973\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e0bdc2e0-e131-423b-81f6-dbc26699347a\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e6149dcb-9a2e-4c9d-9d30-28301b65522a\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e7ebd622-6981-45dc-b92b-8c6bb1bea5fb\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e9cda61e-a877-494c-8394-d7775ab58397\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"f2e212fa-06ed-43ab-992a-868ab5b6f3a3\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"f7493992-2a44-4675-817a-672aa97fb0ae\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"fc435e42-94ae-4a22-b27f-418338d41926\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci.\",\n                        \"start\": 132420,\n                        \"end\": 140240,\n                        \"duration\": 7820,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0cc476a2-c897-4bd9-88f3-678f9062122a\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"0d8c4acf-c499-4c53-843e-4d977c8803c5\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"2ceb587a-da7f-479f-8d76-7e3d08fff068\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"2f591265-80b8-42a7-9d87-d24d3b5e4cae\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"31ee1439-5992-4405-9724-636756d75513\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"38c73014-a02e-49be-990d-ea9a07c72fab\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"3c133c71-5fc8-4713-acd2-92d2c889e0af\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"3f7600d8-5eb8-4563-ab18-58b4e3a964ac\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"40652380-6673-4ae4-a8c9-b7b2e2cb4379\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"411c87ed-2715-4f8c-96de-c9766b719aca\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"422d21ab-5378-46d9-80d0-df15555942c9\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"43b6fc20-6c76-48be-8dd0-a3fac6c0fdc9\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"4e704630-fc49-4214-ad7d-193aa583ef44\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"6e4593dc-c43e-421c-9df5-c6fdee6e8d9f\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"7e2917d0-e4a2-4592-8308-5b90646e23e7\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"7e7785c0-6581-4906-aab7-f569cd6ea17a\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"86bf95a3-6009-478f-8b01-f60cdbe58164\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"982dde52-0b9f-4ad2-830d-bd0ee3c9576d\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"c97df05f-8c56-4606-b1e8-90c25223bcfb\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"caa6a63d-c7d7-481d-a7ac-773de79bb117\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"d36abec5-e454-427c-b5a7-ed4c8f1c18bb\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"f08e1ed5-d3c9-4ff9-9e8f-50b0da4ca966\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"f9d0c50a-9981-49b8-9907-776f4e82a3d6\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:20\"\n                    },\n                    {\n                        \"id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100860,\n                        \"end\": 107820,\n                        \"duration\": 6960,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"40d5a441-19f8-4e32-bfb1-222c9c78f87a\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"47ee44b7-5a1a-4012-818a-79d574257128\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"50331e9b-426f-419b-8b77-9ca680c57074\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"6006a52c-674d-430e-8464-15380d79df8a\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"6985ce93-19e1-422c-b521-9c0c049a7739\",\n                                \"text\": \" de\",\n                                \"start\": 107580,\n                                \"end\": 107700,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"719605c9-c825-4f3b-ae03-a6ba091f9aa8\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"8082b31d-05cb-43d1-bac6-39594ad5126d\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"976c15c0-7fd9-418f-93d0-e58accbb4eed\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102600,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"9989946d-d2b7-4336-9511-f0be728a3d8d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"9c815935-481a-48e7-80ff-12cae5f4a15a\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"b5f0da53-fef4-428f-be21-a00c713e026d\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"d39a6770-a9a1-4d61-be8a-0d5b4f34390d\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100860,\n                                \"end\": 101180,\n                                \"duration\": 320,\n                                \"probability\": 0.7,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"de965bf8-8581-4e29-9632-004c07b99704\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"e5fc21a5-78de-4c38-9eac-0b6340520d01\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"ee5c5c95-aa82-4632-ba8e-b9ed6cacd294\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107580,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"fb3d99b6-513c-4518-8791-25a412d16048\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"fd9745df-c16f-478e-8e60-c21ecd6ea640\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"513889dc-93d4-4482-938a-867062de0198\",\n                        \"text\": \"D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée\",\n                        \"start\": 154600,\n                        \"end\": 163980,\n                        \"duration\": 9380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"030e605b-f865-4f8e-ac52-060e93f79aee\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"07a0c308-8208-4e13-9db8-2b829a457de0\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"0b1bf2c1-c210-4014-a86f-1cebe6d1c9e2\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"0b9fda02-6c79-4054-acdd-739ec5bc8827\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"13921167-67b6-40f5-9364-c708f5c04352\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"1772ed11-512f-47d7-96d7-11ad04e9a6f5\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"27c486e7-f8aa-48c4-9af8-7be20c6f6236\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"2a47b056-9cc6-4e29-b073-af53cbf1f64a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 154600,\n                                \"end\": 155160,\n                                \"duration\": 560,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"304de7df-6155-48e1-8c38-96f8f2eff0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"390419a9-3d2d-4328-9226-ff123b633e33\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"51363ec7-cd20-48e2-80b4-edd4e260909d\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"6b8b5ff9-9fa0-4985-a1e4-ab614891c542\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"73e1a744-d60d-448b-ab38-2f3c0936bce3\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"7d5db6ed-fdc3-4630-9c0a-0a2261bfb85a\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"7f558da6-5e5b-4831-8e41-16476b6fb5ae\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"83930814-9a4e-4ff9-abff-0cb2bb8e9b98\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"8dc4a2d2-0483-44a1-82ca-ddeaec90ca72\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"8e6b0d48-397d-4c16-93f8-b7f3fdf15554\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"91169444-d587-414c-85c8-218d193af4a6\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"ae2e4f8d-6009-446a-a82c-c2dc17551dc4\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"bf5312e6-0ff7-4716-bf3e-bed0dd25ffca\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"c1f4a7d5-0e94-4843-b31b-a6ba37acdd13\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157120,\n                                \"end\": 157780,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"d5643a06-ffd6-4a9f-95b2-4c2df17045c3\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"db485ec5-23c0-45a7-b593-c4bea2cfc9fd\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"dd62ec91-6f10-4c0e-aa4d-7c0a9398f7cf\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"df6741b7-e4bc-4bba-a67b-57a59becb0f5\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"e323f500-5e8e-4c5c-ad9e-3234ceaeb0e0\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.04,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"f2cb29e5-6df5-4d8d-aa3d-9c30fe890536\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"f3ce9621-771c-45c3-b8fe-7f973b0fc221\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:34-02:43\"\n                    },\n                    {\n                        \"id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\",\n                        \"text\": \"Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"07353049-9dba-4a7b-aaf8-fba6a9bfd63f\",\n                                \"text\": \" C'est\",\n                                \"start\": 17960,\n                                \"end\": 18480,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"0aacd8a4-a578-43c0-93fc-d745c54f817f\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"10cdf57a-d265-4711-a187-5a9e5ea35e95\",\n                                \"text\": \" la\",\n                                \"start\": 18480,\n                                \"end\": 18560,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"1b059db4-6462-4fb9-9b56-a9fe78ea0f4d\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"2170d380-1bf1-47f0-90b5-b81bea1ed145\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"23ec2fe5-a10a-4e72-93a7-3fc92c5ee160\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"2c33ce30-4bc9-41c5-a306-8caeebeda93c\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"316c8ab9-e02c-4a6c-9593-d081693c1a7b\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"3488bce5-a912-4fc4-a36b-d0eba8eef1f4\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"35bfd1a4-550c-49fd-b916-c97984943f2c\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"388b8a47-1530-48f7-88c7-b3040bad78af\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"463b33c1-3490-4e53-8463-4381c458ce87\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"4fcbfd9b-6c56-4353-a649-2b127dbfb899\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"55622b92-6710-4468-a773-e1558b04c34d\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"60363f2c-3a4d-47e5-b4a2-a7db61f7e0d4\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"621b0a32-b769-4703-b799-76cd6fe9bd7d\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"629abd4d-ee55-482b-989e-882873bb86b8\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9980,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"6f9c63fa-0000-4691-922a-d14497a623a8\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"736f07ef-16b6-42ab-9fc3-273f56fbc690\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"76ddfd1a-9dc1-4f81-b60d-b265622e375e\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"7d66fa73-faef-41f4-942f-74a673cb9e78\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"7f7cd804-c426-482c-ba85-dfa51bf1572c\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"7fa6cae0-eb2e-4372-b966-d16fbbb00b08\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"8082beb8-e22b-416c-accf-1f48365ce73c\",\n                                \"text\": \" internet.\",\n                                \"start\": 9980,\n                                \"end\": 10220,\n                                \"duration\": 240,\n                                \"probability\": 0.49,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"8ef6ed4f-7a5f-4df6-be06-f1f91adb51ff\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13700,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"92f591c5-d445-46e1-8b71-3d7c42f06f80\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"93981d93-a257-42c0-a2f1-95327191036d\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"9ddbd490-15bc-4b12-8d7c-736e684d6502\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"9dfaf68d-9fe6-4def-8a37-f31a73028b79\",\n                                \"text\": \" Je\",\n                                \"start\": 14240,\n                                \"end\": 14640,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"b12b09f8-7428-4c2b-80e1-7cd47711a1b0\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"b47fb21b-e105-4900-bb74-237b9c40503a\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8640,\n                                \"end\": 9040,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"b5708b7e-8a60-4dcf-b82a-302ec8b2a65c\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"b608023a-24ac-4ce4-86bf-b2154a4f76a1\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"bb18ccef-4376-4f3c-b1a2-8e4c5dbdbf0d\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"bcda206a-76c6-4421-a51a-da552cabd530\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"c926e39f-5946-4809-ae36-f3cccaa31597\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"d05be981-734a-47d0-a023-f2e631d9e07f\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"db544bdd-7ea5-4d1d-a1fb-8a6cda559f4a\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"dd105cc5-7248-4d1f-be3b-d529f2e04eae\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"e261d6ec-4887-4d5e-ad99-b24c0a696635\",\n                                \"text\": \" internet.\",\n                                \"start\": 13700,\n                                \"end\": 13980,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"ea469b8f-26df-458b-9f23-ec497a66af6f\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"f0871ee6-afce-4abd-a097-ff13ec43d08b\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"f11e7ac5-1f86-4a9d-9cfe-564498270447\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"f2b7096b-0f74-4f3d-bc65-a28b107f0e46\",\n                                \"text\": \" Alain\",\n                                \"start\": 7200,\n                                \"end\": 7720,\n                                \"duration\": 520,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"f72aec7c-124f-4f4a-8991-c7ae8c4b7ae2\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"40292cac-1b12-4cd4-9f39-092bf9fd5ec2\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\n                            },\n                            {\n                                \"id\": \"a3166ad7-84db-4adb-a988-e362084d2a0b\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\n                            },\n                            {\n                                \"id\": \"d7805653-f878-45ee-b64e-0ad07c56cfd2\",\n                                \"text\": \" merci\",\n                                \"start\": 130400,\n                                \"end\": 131200,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"003f55a0-6b1b-4067-91e5-3591a070f115\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"03f578f8-74a4-4113-ae3f-67bc9e24cd67\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"05f9a9b7-85d8-45a7-a568-10f569cabfeb\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"0683a29e-40b1-4189-98c1-7344708d4a29\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"11ef2447-e863-4a04-9e66-8917bad8e650\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"16d95c71-0da2-477c-a0c9-9f2ab148d68a\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"1b36076d-7492-4049-8d5b-b924d8636cd5\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"1b8eba68-cbbb-47c0-890b-c927fcba456c\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"303d1b81-2b1d-4e62-b232-5fca91103d90\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"54c03c0c-870b-443c-a5bf-c396394e1f94\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"63db52a4-6f69-4915-8a2e-f373e81597d6\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"71e39732-b8fa-4fac-a0e0-8235510ccb78\",\n                                \"text\": \" 92\",\n                                \"start\": 37230,\n                                \"end\": 38830,\n                                \"duration\": 1600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"8237a21c-7aea-4a73-bfb9-dfa3e450953b\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"8668c871-73ce-4fbf-8f78-012ebe47c647\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"89486823-574d-4d53-b875-3602a0d645a5\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"96819293-e3ef-45b8-9135-9055c44cf5ba\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"98e6d2ff-ddc9-4d0b-9927-a9b4932e041d\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.81,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"b41c25a7-3ec2-4ded-911d-3609c71a5778\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"bd9579e7-7179-40c3-a60e-f0edf3ba0a48\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"c5c60def-6a8a-4852-850e-1c49f1f88740\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37230,\n                                \"duration\": 1060,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"d007c0e3-3dbe-4028-a2c5-a37808f06e09\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"db75b126-b6b6-4585-afd4-a9638a17e2dd\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\",\n                        \"text\": \"Au revoir, merci\",\n                        \"start\": 166500,\n                        \"end\": 167400,\n                        \"duration\": 900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"3369dcf2-9fa6-48ad-a36b-c6abfc053614\",\n                                \"text\": \" Au\",\n                                \"start\": 166500,\n                                \"end\": 166900,\n                                \"duration\": 400,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\n                            },\n                            {\n                                \"id\": \"be8a6bb6-ea39-4d6b-bf5a-5cfffe07fc2b\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\n                            },\n                            {\n                                \"id\": \"ead24bc3-3f47-49d4-ab0e-963eccf88ade\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"040715ef-3ce9-4327-ada1-67d5b4e32062\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"06202087-0f2d-4079-b169-6554bf4061f3\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"07c7b512-1e63-477a-81b2-c1c1400ec91e\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"3fa41990-9761-4874-b4b2-109d93a918d4\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"4306912d-95a6-4996-9962-e83545cc5498\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"51a53224-7719-433b-b4c6-bc4b19c38c94\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"5350f90f-2d6f-4aa5-9585-12c540c21124\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"5db76cf0-40c6-45da-a138-eb3247923e0a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"7ed6d1e5-fcf5-4958-9bbc-3eef11dad0c0\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"89d16ae3-186d-4b7c-bae1-9d66e69926e1\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"9bc871f3-34c3-4daa-8941-f23a73ddb3a1\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"9f9b3f6c-6fce-4c31-840e-fedac23b6b0b\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"bb4762a9-aeb5-48db-8a6b-443bbe21ac24\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"dccebf72-eadc-49a3-b95b-adc80d3196dc\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"dde7a334-1653-484e-88a3-2ea523694c76\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"ec84410d-ee23-41b0-9fe2-dbbbdef20dda\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"f6ebac5f-4be7-4fe2-9546-99803c08c122\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"06beeda5-3af2-439a-8366-3ce52baf32be\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"0748309b-6fda-4359-bcf4-5802aee66ed1\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"10dff876-7070-4505-9cb9-c4d3e8655bfa\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"11706e21-e5d3-4c70-8778-ae0e000de72b\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"14740279-54d2-421d-8e2e-414b81357c53\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"169bcfb5-841a-434a-b7b7-50cd31992489\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"17aef651-1362-40aa-8e31-3263ad226308\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"18c02779-afad-4a3a-96d7-3c529747183f\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"204849b7-f010-48d5-abad-8d0dfaf836f2\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"27f798d9-c017-463a-857c-82dbaacbd022\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"29235943-32ba-4a30-9e74-5ee77453abcf\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"293bbb28-326a-42ef-be9a-ad5a9977e7c7\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119790,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"2a4d1220-34c1-43ed-92c8-a25d4a7f260e\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"2c8bc732-c8c0-463a-8a12-cfc2ea89ec12\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"3370247f-a2ce-47d3-8e69-d063c247f2c2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"362bf63c-745c-4c67-8ff8-51149ca186f9\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"402ba399-a0fc-4d2b-a7d0-845875599c08\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"42184de2-c919-4761-b99f-50185189fe2f\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"4317341a-72bd-4606-abc7-a3adf7fc4cf3\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"4a6eca42-77bc-4734-bc59-a68624e668ad\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"4b1dc39d-be79-4d8a-9fb2-337dc1e42d73\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"4f664a3c-74c9-4648-becb-167ff674c508\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"537173af-553c-412e-9c4a-bb7db15271a2\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"5423d2c0-8e9b-4677-8c97-5a4d6b50e2b1\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"5ddfcb68-26cf-4eab-a069-09d1945c0060\",\n                                \"text\": \" sur\",\n                                \"start\": 119790,\n                                \"end\": 119970,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"6bd75513-1a5f-4a04-920f-858dce79ea03\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"6e1248b5-73b2-485d-a85f-46be27c1e7fb\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.59,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"6e247e36-c70a-414e-9d71-75b7df6e1fdf\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"70bfa0a8-6fa4-4d95-abf2-7f691147487d\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"78621186-1ddc-494b-aa2a-8c095b3de429\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"7bdc6e4b-29ce-4ee6-bf2e-b2df70d3b880\",\n                                \"text\": \" de\",\n                                \"start\": 125790,\n                                \"end\": 126090,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"809960e7-2352-4c43-bc16-0b1eab129204\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113510,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9395d7ba-82d8-4bdd-a441-2e70397a79da\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"95a53c94-3cea-459f-8fa0-4528bab256d4\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9b3b82c8-8ce2-4f5a-935b-c49bcca428be\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9b5ee152-72c0-441a-a0c9-1475f1750007\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9badc9de-3dee-46d5-a0f1-b7096c4bd3fc\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9f8af396-a149-41f9-8877-178f5c520464\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"a517348c-070a-43a3-a44b-78f44ec2436c\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"a987a998-7124-474d-ba11-15091172ce70\",\n                                \"text\": \" est\",\n                                \"start\": 113510,\n                                \"end\": 114130,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"bb70da0e-9fde-46c7-9fa5-100f60edef29\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"bc20d54f-3f2d-45e7-8125-5a9bbff2368e\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125790,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"bde65e98-ee6d-4aa1-8c09-90a96681de4f\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"be971ad6-0163-481c-9a36-1876a8296b4a\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"cc67fb4c-722e-4c67-9f72-a6b822a5575b\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"d0814106-0f8f-4810-87b7-bb2320aa2ad3\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"dbb8dc2b-069a-48fc-9a7a-03ee717f125b\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"e5b42f97-9237-4f63-bbe3-738e99be1f5b\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"f66a98b5-4af8-49d1-be5e-fdf440fee892\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"f7e871d5-6a23-4c0a-b63b-5ee47dc4796f\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.39,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"f9f36c81-a995-441d-9f65-e89740689526\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"fdefc64f-f278-4ee0-a385-879644f6e6e6\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57710,\n                        \"duration\": 8000,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"1242c520-eec1-4bef-aabc-5af348512006\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"14f4ecd4-2d2e-464e-aa44-94f04f4b8eff\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"1dc905f4-caa3-4f00-aeba-d10ac8bf84a7\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.71,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"1f6681ad-fc7d-4dd2-8c50-73704ce85aa9\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"25db2b22-0e37-4582-8fdc-c0de139cb98f\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"2938144c-3298-4f9d-aa3e-9ede0fcb32a0\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"2d920bff-1aba-4adf-882e-f849f8d29c95\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"31412cd1-9437-4d36-83d2-9b894340a95a\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"3258c63f-bfde-4080-ab4e-69da651d9176\",\n                                \"text\": \" Internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"3aa1ea13-2faf-46be-9603-bad6db6ce817\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"3acc5c27-0533-40c4-814e-7b6d35199e7d\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"3c5a0904-f3bf-40a2-a753-10e3f5020d41\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"4b09f05c-f5d7-4d74-8a66-6af5898818a3\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"4e2a46e6-b372-4b2e-b247-8570195aef17\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"4f935f73-411a-4648-acf0-ec2b2d31a7c7\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.78,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"6000f20d-070f-44fa-9efc-8f0ce192e2fb\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"739e5d4e-8bf0-4daf-883c-f844221f90c2\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"7a8b2bac-4043-4440-b2f9-451d8378d606\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"7d461993-b85f-474b-abb6-8555e7a2f05c\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"838255dc-3da6-4388-bbe2-c2854d0c06a9\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"8d2d148a-3ec9-4218-8ace-32a4bf1af7a0\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"90d163c6-6fa3-4d7b-88a5-486f1736f7e5\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"9cc2e274-02f9-4581-8fe9-e1803a6150ab\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"c8f114cc-d65c-403c-8a38-8a2cf5e36ec2\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57710,\n                                \"duration\": 840,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"c95c59da-7ce1-4c76-a099-dd6cde0d7487\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"cb564721-8400-43ed-8bcf-0fb0d7149a08\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"cdcb38cc-1714-4224-9b8a-e58532ed8ead\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"d25928cf-bdc3-40f7-b5f0-b92bc622154a\",\n                                \"text\": \" Je\",\n                                \"start\": 52030,\n                                \"end\": 52190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"dfa6493a-a404-45c0-bec2-c884bb8f0779\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"e8f00b47-2f0b-42bc-bf71-644afaeb2007\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"ff7a143a-f571-4adc-8ab9-bea75fb57399\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup.\",\n                        \"start\": 140920,\n                        \"end\": 153690,\n                        \"duration\": 12770,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1343b56a-b852-4690-b732-f9638c87bd4c\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"1e1b4eaf-00d7-4638-b03e-61274cc35608\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"4695c023-ca49-4533-9d28-644c29c700f7\",\n                                \"text\": \" sera\",\n                                \"start\": 143420,\n                                \"end\": 143840,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"4aefd3f4-835d-444e-b0b0-ce27189f0861\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"67f4f4df-fe1b-44ec-a08f-fdfe97862bfd\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141960,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"6baa320d-74d9-4e29-a716-b9d9aa4bad2f\",\n                                \"text\": \" 00\",\n                                \"start\": 149790,\n                                \"end\": 151310,\n                                \"duration\": 1520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"7084e068-eaf0-4539-879d-dc856efd7b7a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"95db5dbc-a0d0-43e5-9bde-3285667fce62\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"9c08c62a-ed11-42f8-aa39-789015453903\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143420,\n                                \"duration\": 600,\n                                \"probability\": 0.64,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"a1e69d9e-ce49-4413-9abc-74d56f182e61\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148920,\n                                \"duration\": 1460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"a2af1a17-cd95-48e8-80a9-5ff1ea589996\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.58,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"c5ffe0e6-91cf-4a4d-8e63-82f61a5157ff\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"cf5816b7-eae8-46ad-9cda-59c61073e0a6\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:20-02:33\"\n                    },\n                    {\n                        \"id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"10b391cd-83be-48b7-a1c1-78614bbf5e8b\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"11e52d56-d6d8-4961-b06b-3dddba4f4caf\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"129a04a5-14f1-433b-aa49-728c33299dcd\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"12b8617b-cd2b-4bb7-b408-19e3eaecc262\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58620,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"1d2f741e-96dd-46fd-aa29-e4d570e3db4e\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"1f2aaaec-d1b3-486e-9ff9-02d34e66670b\",\n                                \"text\": \" Mais\",\n                                \"start\": 68180,\n                                \"end\": 68240,\n                                \"duration\": 60,\n                                \"probability\": 0.47,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"21f53ead-93a8-4030-89fe-d01de851cf36\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"25d997dc-0052-40b7-9a3f-19ddc45cf6ee\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"25f9867f-9dc4-4752-9b39-2a16ed57ac52\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"3a0c8b3f-c215-4e78-a299-754be774a3a4\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"3d8eedd5-6662-4d6c-8261-8130b75aec71\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"4004700d-04e4-4a2f-addb-86129be865ca\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"443490a5-146e-483e-8e17-47b8a05207be\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"49f2a5c3-4000-429b-9dca-9bf5aa2a4575\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"4fc2dd9f-e716-4512-b1a8-30cd7f86eaba\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"596abce5-8184-4e14-bfbc-a07d2b0869b9\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"5da08142-3896-413e-a765-47d9aa0e8ea0\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"71ac1e47-2e90-41aa-a153-7047f181a1b8\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"772c18fc-2dd5-4fb1-820d-fc84b60a5545\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"89009f36-3e26-424b-a683-cf57eeb34c79\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"8cded26c-2c39-4da8-9ce7-9fa601628094\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"90c0da5d-ef24-44e2-b4b2-6df1bda91bdb\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"9612ffae-e15d-436e-828c-6aec23c4e28e\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"a3b7fbf1-c829-4159-84a9-56b40824de43\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"acb10084-e309-4ca5-b860-ef77fe3ca96c\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"aed77654-2a52-4bb6-b6ad-fb2a357d3f03\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"c00da5a2-b99b-44ff-b0e6-f2e02fca4969\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"cc8a69cc-b2e2-4921-9623-620144ba797e\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"e0a6f994-7d72-40c4-b8f2-dbb587d3f2ad\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"e7c862c2-ca8c-47b6-930f-d33136b9c5ae\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"ee0c5a4c-e9b2-42c8-8861-c37d22b954c0\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"f1e1aac0-101f-44eb-9e1b-e1040448f1ff\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"f9078353-4242-4ea0-a5d8-d48fa04cd517\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68180,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"fb56394c-cd61-4881-bd7c-c29577a60ce6\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"fb6494a7-ac34-4747-a53c-b50fe69438d8\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"6c9044da-4900-4937-8065-85ed729ddbf7\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\n                            },\n                            {\n                                \"id\": \"89aefc91-b80f-4d51-b634-5e2144d3dd60\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\n                            },\n                            {\n                                \"id\": \"c1c09f5a-0e06-44bf-b368-a4d1f2d24ead\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"title\": [\n                    {\n                        \"id\": \"077e04d5-8d30-40a3-8cd5-87d7829569b1\",\n                        \"text\": \"Problèmes répétés de connexion Internet\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"3e552576-c1e0-4b0f-a266-0671be83a0b7\",\n                        \"text\": \"L'appelant, Alain Dupont, a contacté Diabolo Telecom pour un problème répétitif de connexion à Internet. L'agent a vérifié l'état de la connexion, trouvé un problème technique et créé un ticket pour les équipes techniques. L'agent a ensuite demandé à Alain de redémarrer sa box. Après le redémarrage, Alain a pu se connecter à Internet. L'agent a fourni à Alain un numéro de suivi (343A) et une extension de data mobile en attendant que le problème soit résolu. Le client a remercié l'agent pour son aide.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"call-reason\": [\n                    {\n                        \"id\": \"7d91721b-f412-411a-8d4e-e0b7828b5eb2\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"Le client utilise actuellement sa 4G pour se connecter à internet, ce qui est inacceptable pour lui et aucune solution n'a été trouvée après plusieurs redémarrages de la box.\",\n                            \"needs\": \"Un diagnostic du problème de connexion et une solution pour y remédier.\",\n                            \"request\": \"Le client souhaite résoudre son problème de connexion internet.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ],\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"9bc3979c-9e9b-494b-97d2-ef2209635ef2\",\n                        \"text\": \"L'appelant, Alain Dupont, a contacté Diabolo Telecom en raison de problèmes répétés de connexion à Internet. Depuis ce matin, il ne peut plus se connecter à Internet via sa box et doit utiliser sa connexion 4G. Le client a déjà connu ce problème à plusieurs reprises et le considère inacceptable.\\\\n-L'agent, André, a demandé le numéro de compte et l'identifiant de la box d'Alain. Ces informations ont été utilisées pour vérifier l'état de la connexion et accéder au dossier du client. André a vérifié le statut de la connexion et a trouvé un problème technique. André a ensuite créé un ticket pour les équipes techniques et a demandé à Alain de redémarrer sa box.\\\\n-Alain a redémarré sa box. André a communiqué un numéro de suivi (343A) à Alain et a proposé une extension de data mobile pour résoudre temporairement le problème. L'agent a crédité le numéro de téléphone d'Alain avec 200 Go de données supplémentaires. Alain a remercié l'agent pour son aide. L'agent a rappelé qu'il pouvait être contacté s'il avait d'autres questions. La demande d'Alain a été résolue par l'agent.\",\n                        \"object\": [\n                            \"L'appelant, Alain Dupont, a contacté Diabolo Telecom en raison de problèmes répétés de connexion à Internet. Depuis ce matin, il ne peut plus se connecter à Internet via sa box et doit utiliser sa connexion 4G. Le client a déjà connu ce problème à plusieurs reprises et le considère inacceptable.\",\n                            \"L'agent, André, a demandé le numéro de compte et l'identifiant de la box d'Alain. Ces informations ont été utilisées pour vérifier l'état de la connexion et accéder au dossier du client. André a vérifié le statut de la connexion et a trouvé un problème technique. André a ensuite créé un ticket pour les équipes techniques et a demandé à Alain de redémarrer sa box.\",\n                            \"Alain a redémarré sa box. André a communiqué un numéro de suivi (343A) à Alain et a proposé une extension de data mobile pour résoudre temporairement le problème. L'agent a crédité le numéro de téléphone d'Alain avec 200 Go de données supplémentaires. Alain a remercié l'agent pour son aide. L'agent a rappelé qu'il pouvait être contacté s'il avait d'autres questions. La demande d'Alain a été résolue par l'agent.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"actions\": [\n                    {\n                        \"id\": \"af9749e4-909f-4044-a63b-33c7df4aae61\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Le client a signalé un problème de connexion internet à l'agent\",\n                                \"steps\": [\n                                    \"Client : s'est plaint d'une connexion internet instable et d'une mauvaise qualité de connexion\"\n                                ],\n                                \"title\": \"Client : signalement du problème\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"L'agent a recueilli les informations nécessaires pour mieux comprendre et résoudre le problème\",\n                                \"steps\": [\n                                    \"Agent : a demandé le numéro de compte et l'identifiant de la box internet\",\n                                    \"Agent : a demandé des détails supplémentaires sur le problème\"\n                                ],\n                                \"title\": \"Agent : collecte d'informations\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Le client a tenté de résoudre le problème en redémarrant la box\",\n                                \"steps\": [\n                                    \"Client : a redémarré la box\"\n                                ],\n                                \"title\": \"Client : redémarrage de la box\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"L'agent a vérifié la connexion pour détecter tout problème technique\",\n                                \"steps\": [\n                                    \"Agent : a vérifié la connexion\",\n                                    \"Agent : a constaté un problème technique\"\n                                ],\n                                \"title\": \"Agent : vérification du problème technique\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"L'agent a créé un ticket pour l'équipe technique\",\n                                \"steps\": [\n                                    \"Agent : a créé un ticket\",\n                                    \"Agent : a communiqué le numéro de suivi\"\n                                ],\n                                \"title\": \"Agent : création d'un ticket\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Le client a demandé une extension de data mobile en attendant que le problème soit résolu\",\n                                \"steps\": [\n                                    \"Client : a demandé une extension de data mobile\",\n                                    \"Client : a fourni son numéro de téléphone pour la procédure\"\n                                ],\n                                \"title\": \"Client : extension de data mobile\",\n                                \"completed\": true\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"74d7f257-eed7-4f6c-99dd-7bf339d63cbb"}],"id":"e88a3775-606a-4b57-ba16-16b85404ff01","_postman_id":"e88a3775-606a-4b57-ba16-16b85404ff01","description":""},{"name":"Transcribe audio and Run multiple AI analyses","item":[{"name":"Transcribe stereo phone call and Run multiple AI analyses","id":"9a2872b0-c49e-4960-b7ec-2d7fa89b0b3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_tasks[0]","value":"actions-extraction","type":"default"},{"key":"insight_tasks[1]","value":"call-reason-extraction","type":"default"},{"key":"insight_tasks[2]","value":"summarization","type":"default"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and run multiple AI analyses and have the resulting transcript and AI insights in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"34882392-278f-49a5-a014-eee16c2032aa","name":"Transcribe stereo phone call and Run multiple AI analyses","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_tasks[0]","value":"actions-extraction","type":"default"},{"key":"insight_tasks[1]","value":"call-reason-extraction","type":"default"},{"key":"insight_tasks[2]","value":"summarization","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"9a2872b0-c49e-4960-b7ec-2d7fa89b0b3c"},{"name":"Transcribe single speaker voicemail and Run multiple AI analyses","id":"ec34f300-e069-47a8-b162-dbb67af72223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_tasks[0]","value":"call-reason-extraction","type":"default"},{"key":"insight_tasks[1]","value":"summarization","type":"default"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"default"},{"key":"configuration[asr][lang]","value":"en","type":"default"},{"key":"configuration[insights][output_lang]","value":"en","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and run multiple AI analyses and have the resulting transcript and AI insights in the language of your choice.</p>\n<p>List of available AI Analyses for single speaker voicemail : description of <code>voicemail</code> request parameter (Endpoint description)</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"da702598-3cbe-4b69-b7c7-947bd4518e15","name":"Transcribe single speaker voicemail and Run multiple AI analyses","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"default"},{"key":"insight_tasks[0]","value":"call-reason-extraction","type":"default"},{"key":"insight_tasks[1]","value":"summarization","type":"default"},{"key":"file","value":[""],"type":"default"},{"key":"voicemail","value":"1","type":"default"},{"key":"configuration[company_name]","value":"Company A","type":"default"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"default"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"default"},{"key":"configuration[asr][lang]","value":"fr","type":"default"},{"key":"configuration[insights][output_lang]","value":"fr","type":"default"}]},"url":"{{baseUrl}}/api/job/tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"ec34f300-e069-47a8-b162-dbb67af72223"},{"name":"Get transcription and multiple AI analyses status/result","id":"07151257-a705-4f91-851f-a6af4406b36f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dbe2be93-cc7c-4c51-9710-d8b48f478057","name":"Get transcription and multiple AI analyses status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\n        \"status\": \"success\",\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Merci, au revoir. Au revoir, merci\",\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup.\\n\\nAgent: D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée\\n\\nClient: Merci, au revoir.\\n\\nAgent: Au revoir, merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71180,\n                        \"end\": 77420,\n                        \"duration\": 6240,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"2afc7624-88a5-4fd6-8b37-903256e76ba0\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"2d719bc2-0087-473c-8472-b8581d26f186\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"32255f26-61f3-400f-bc6a-8e7236157ea3\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"32d1ea11-e5f3-49b9-8817-853e0cbd448e\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"38600642-3491-4ec2-a1fe-b8da5490b7a2\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"409aad5a-35b0-400b-b876-bfd2d1d21994\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"706e1683-11e3-473d-ae0d-a08cb41dbd3e\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"77dc2bc9-8cf8-4a11-b73d-6e7709de6d35\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"80a165c8-f0ee-444c-af54-6dec1dc3eb3b\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"8306ec65-7f97-4d01-b745-ec3bdcd5f7a5\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"865d5b56-fa93-47d1-8e2b-df5b29f5c6db\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"86a7c655-186b-4780-a554-52fb003517de\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"876a5cd4-9b65-428c-a35a-e39b2f117620\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"8d28e127-e26f-4c49-ad5f-629720ac2eea\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"b2db8b59-e981-419b-8f17-325afbb3f851\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"b3c690a1-cebb-48ce-b302-2843c305267a\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"c804581c-6ddc-4dad-affd-9ae817a57277\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"d3a38392-d1db-422b-a961-1367c648239a\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"d614e398-1822-47ef-b9df-49248a260c11\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71180,\n                                \"end\": 71700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"deb79bae-b52b-4cf9-9b4c-d46ff46a9747\",\n                                \"text\": \" je\",\n                                \"start\": 76280,\n                                \"end\": 76380,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"dec0216d-a3b7-4867-888b-9ea6ae613d91\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"e0cb4eee-9e3d-4447-bef9-75b25ef86f3b\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"e5e08901-bc17-4d2a-a9fc-c38fdaf461e8\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"ef1e3577-f863-422d-a28d-cae18183df48\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"ef2b4931-7e10-41ff-b4c2-16c9925762d9\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            },\n                            {\n                                \"id\": \"f3afcf4b-6069-450c-8b9b-419d4db7941e\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72240,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"058b39f7-5679-4a89-b78d-d392d753ad18\",\n                                \"text\": \" boîte\",\n                                \"start\": 30270,\n                                \"end\": 30430,\n                                \"duration\": 160,\n                                \"probability\": 0.58,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"1777c2ff-6bc5-484e-bd14-4253157d9c33\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"1f761eb1-2c29-4d6d-88b5-e10be8ac47d7\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"207bd113-bcdd-4d56-b647-74c650b2ef34\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"2b89ae04-2b3f-4f5a-8796-a235b6f8b810\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"3aa85b7f-8273-4f23-8238-ecafa6c02206\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"3b147c46-d2e7-4fd4-9e57-a21642535c94\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"3f0bc6bf-1175-4160-83ab-affaba92dbaa\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"581022a2-5a7b-4224-8b27-07fbf9fa7531\",\n                                \"text\": \" Internet,\",\n                                \"start\": 30550,\n                                \"end\": 30830,\n                                \"duration\": 280,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"63b8dea7-563f-4a88-aeb3-d0c7755eb899\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"6ad4281d-dafa-4ede-b98a-01c421558aec\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"6b0e322d-6341-4b5f-a471-f16e6215c847\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28290,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"7727900f-75b4-4563-9c10-6c284d160abd\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"78a624a4-1ebc-4d5b-bda4-5318f8877d07\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"7f19c5b8-fe57-4fdc-87ee-7a870146180e\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"803d1bd7-84a0-4ec8-b242-a3e1e4970c7b\",\n                                \"text\": \" sur\",\n                                \"start\": 30430,\n                                \"end\": 30550,\n                                \"duration\": 120,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"8877e804-097f-4b41-9e74-c1fd9d15cecb\",\n                                \"text\": \" Je\",\n                                \"start\": 25330,\n                                \"end\": 25650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"88a8109e-a8e6-4513-9353-c31b1d26cbb3\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"8a1350d1-fdca-4f3c-b670-6a2641b8a877\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"9288b6b2-a3e4-4e0c-823b-28b8e41ce688\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"94a0a2e9-66da-42e6-8bde-8172935d75d8\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"9f984127-9a46-46a8-9b69-b5924efdb330\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"a67879f8-c227-4e50-85c2-2af3ab07cf0c\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"a7a12eba-5b24-4522-bd1f-ad627f53d0cc\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"a970940b-db42-4276-a9cf-53042631f90d\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"b157efba-382c-4b47-8cb2-83ef66294157\",\n                                \"text\": \" problèmes,\",\n                                \"start\": 24330,\n                                \"end\": 24550,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"b891eb90-2172-4a92-add6-5eb9245c61e0\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"b977496a-b22f-405f-b9a5-1628e5796c76\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"ba31554f-984b-469e-959e-d588f5b1eede\",\n                                \"text\": \" s'il\",\n                                \"start\": 30970,\n                                \"end\": 31230,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"bce84db7-bcde-41f1-bd75-529e990f48c7\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"c5d8dca7-0c1f-456e-96bc-b273cdb64550\",\n                                \"text\": \" me\",\n                                \"start\": 28290,\n                                \"end\": 28370,\n                                \"duration\": 80,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"c993ec38-fe6b-4ecd-a4b0-9804425aca41\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"cd7e6810-5c42-43af-a150-850bce618e80\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"cd85cf3c-665c-4612-9e07-fe5eb685da19\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"cf52e4a2-89de-42c3-a1cb-d246f40a7c1e\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"db1f35c7-3199-4904-bd4d-0eb7d1f8180d\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 24630,\n                                \"end\": 24810,\n                                \"duration\": 180,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"f4584d12-7f11-4439-9b64-3652f24d9899\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.79,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            },\n                            {\n                                \"id\": \"fdd1935f-f791-4f36-8954-581bd4940adc\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"01ea1411-544c-4345-9be4-7c939745bf1c\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"08350bc9-f128-4b5a-a1df-d739fb10d83e\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"0e217a27-0877-49d4-818f-ae79bbd3dc3a\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"133ca978-d305-4821-a973-128b7a32be62\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"1dbb5d0d-9eda-42d4-9687-64bfcf618487\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"2052a5ba-68f3-4b4b-a688-05a401fed5ff\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"237fde06-2e33-4a90-b28d-d2abd0d44e81\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"24443ea9-0601-4207-8b08-ee578122ead0\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"24664ea0-fb02-4b33-a9f5-58c413019b38\",\n                                \"text\": \" votre\",\n                                \"start\": 97380,\n                                \"end\": 97480,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"25234d77-21f1-447e-82f8-725c3a3edf40\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"29302358-f6a9-448c-b839-0336feaac7ee\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"2d499b55-69db-4cf0-9ca1-7acdce4c7a67\",\n                                \"text\": \" un\",\n                                \"start\": 86880,\n                                \"end\": 86960,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"351c4932-434c-4bac-b8e0-8b8f27322132\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"3c4428ac-b708-4b03-bd7e-e4b393f0b9e0\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"4253ae2c-4103-4805-acee-521abdd3cbd0\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"49d9a628-095c-4126-8f71-2f4783657c59\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"4cc859d8-6bd1-4670-b598-4fc3141317ab\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"53f85aab-6cb0-40dd-8735-3a683556c105\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"547b27f5-f60d-479f-9f86-2a61bbe7b7ee\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"54de7eac-1a05-4f79-8835-3a73e889acc8\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"5f30af24-f29c-4b73-b795-bbeb818ebdde\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"6b97724f-5807-49c2-88df-dd7635b3d820\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"73e93796-94fa-4a28-b4be-09f5fe6eb850\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"7e237280-449b-4ccb-bc84-754f582b7ba0\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"80c46e97-c515-4773-b609-0f5aa3cad22c\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86880,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"815bb3f2-5e99-44b7-833e-a4eb41c2b89d\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"88d851cf-8613-4192-816e-d39db559bd68\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88360,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"8932adb8-91c3-42fd-8bc5-783a30efd64c\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"8f7459ae-ef99-4790-9dac-81dbe34bed16\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"962e9913-1990-45a4-9ecb-aa96efc67130\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"9cc84e56-aae1-4919-9a22-147760275d18\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"a47ccba2-b87b-4daf-a7ee-7c49c7fed122\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"a7e2d652-05c1-43a1-a275-4c6880b9a673\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97380,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"a7e7d03d-e132-4ca1-834c-4c6499ef014b\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"aa598fa8-1526-4d67-9391-083d18553d72\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"ad6c3e6b-b550-4606-8b05-9e6fc2517813\",\n                                \"text\": \" Il\",\n                                \"start\": 85880,\n                                \"end\": 86040,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b362ab65-326c-4dbd-a4b7-ff0d488fdf3e\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b363779a-e816-4a05-afcd-43ff11ebdbf1\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b42cd959-98b7-408a-9478-8f160f26cd7a\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b79102a6-8f64-4f5d-b25a-4db3a96a8ba8\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"b8cdda67-947a-4663-82bd-3436b93ca16e\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"bc896963-15dd-4470-96c3-ffc08437344b\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"c49db411-76aa-4210-8461-8c597bc1bf1f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"d0410324-4691-45c5-94bf-45399c8e71fe\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"d6ecc374-74ee-4c0c-baf6-ed5ddab9e6e7\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"d88e2c71-b4f0-47ef-a8ed-310ce247874b\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"dbe935dc-f42d-4b54-990d-518be1851ba9\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e0984c73-ac9b-4a77-bdbd-ddd3efa80973\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e0bdc2e0-e131-423b-81f6-dbc26699347a\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e6149dcb-9a2e-4c9d-9d30-28301b65522a\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e7ebd622-6981-45dc-b92b-8c6bb1bea5fb\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"e9cda61e-a877-494c-8394-d7775ab58397\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"f2e212fa-06ed-43ab-992a-868ab5b6f3a3\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"f7493992-2a44-4675-817a-672aa97fb0ae\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            },\n                            {\n                                \"id\": \"fc435e42-94ae-4a22-b27f-418338d41926\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci.\",\n                        \"start\": 132420,\n                        \"end\": 140240,\n                        \"duration\": 7820,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0cc476a2-c897-4bd9-88f3-678f9062122a\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"0d8c4acf-c499-4c53-843e-4d977c8803c5\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"2ceb587a-da7f-479f-8d76-7e3d08fff068\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"2f591265-80b8-42a7-9d87-d24d3b5e4cae\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"31ee1439-5992-4405-9724-636756d75513\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"38c73014-a02e-49be-990d-ea9a07c72fab\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"3c133c71-5fc8-4713-acd2-92d2c889e0af\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"3f7600d8-5eb8-4563-ab18-58b4e3a964ac\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"40652380-6673-4ae4-a8c9-b7b2e2cb4379\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"411c87ed-2715-4f8c-96de-c9766b719aca\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"422d21ab-5378-46d9-80d0-df15555942c9\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"43b6fc20-6c76-48be-8dd0-a3fac6c0fdc9\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"4e704630-fc49-4214-ad7d-193aa583ef44\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"6e4593dc-c43e-421c-9df5-c6fdee6e8d9f\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"7e2917d0-e4a2-4592-8308-5b90646e23e7\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"7e7785c0-6581-4906-aab7-f569cd6ea17a\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"86bf95a3-6009-478f-8b01-f60cdbe58164\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"982dde52-0b9f-4ad2-830d-bd0ee3c9576d\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"c97df05f-8c56-4606-b1e8-90c25223bcfb\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"caa6a63d-c7d7-481d-a7ac-773de79bb117\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"d36abec5-e454-427c-b5a7-ed4c8f1c18bb\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"f08e1ed5-d3c9-4ff9-9e8f-50b0da4ca966\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            },\n                            {\n                                \"id\": \"f9d0c50a-9981-49b8-9907-776f4e82a3d6\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:20\"\n                    },\n                    {\n                        \"id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100860,\n                        \"end\": 107820,\n                        \"duration\": 6960,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"40d5a441-19f8-4e32-bfb1-222c9c78f87a\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"47ee44b7-5a1a-4012-818a-79d574257128\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"50331e9b-426f-419b-8b77-9ca680c57074\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"6006a52c-674d-430e-8464-15380d79df8a\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"6985ce93-19e1-422c-b521-9c0c049a7739\",\n                                \"text\": \" de\",\n                                \"start\": 107580,\n                                \"end\": 107700,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"719605c9-c825-4f3b-ae03-a6ba091f9aa8\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"8082b31d-05cb-43d1-bac6-39594ad5126d\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"976c15c0-7fd9-418f-93d0-e58accbb4eed\",\n                                \"text\": \" la\",\n                                \"start\": 102500,\n                                \"end\": 102600,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"9989946d-d2b7-4336-9511-f0be728a3d8d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"9c815935-481a-48e7-80ff-12cae5f4a15a\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"b5f0da53-fef4-428f-be21-a00c713e026d\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"d39a6770-a9a1-4d61-be8a-0d5b4f34390d\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100860,\n                                \"end\": 101180,\n                                \"duration\": 320,\n                                \"probability\": 0.7,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"de965bf8-8581-4e29-9632-004c07b99704\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"e5fc21a5-78de-4c38-9eac-0b6340520d01\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"ee5c5c95-aa82-4632-ba8e-b9ed6cacd294\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107580,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"fb3d99b6-513c-4518-8791-25a412d16048\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            },\n                            {\n                                \"id\": \"fd9745df-c16f-478e-8e60-c21ecd6ea640\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102500,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"513889dc-93d4-4482-938a-867062de0198\",\n                        \"text\": \"D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée\",\n                        \"start\": 154600,\n                        \"end\": 163980,\n                        \"duration\": 9380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"030e605b-f865-4f8e-ac52-060e93f79aee\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161120,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"07a0c308-8208-4e13-9db8-2b829a457de0\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"0b1bf2c1-c210-4014-a86f-1cebe6d1c9e2\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"0b9fda02-6c79-4054-acdd-739ec5bc8827\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.27,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"13921167-67b6-40f5-9364-c708f5c04352\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159200,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"1772ed11-512f-47d7-96d7-11ad04e9a6f5\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"27c486e7-f8aa-48c4-9af8-7be20c6f6236\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155680,\n                                \"end\": 156000,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"2a47b056-9cc6-4e29-b073-af53cbf1f64a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 154600,\n                                \"end\": 155160,\n                                \"duration\": 560,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"304de7df-6155-48e1-8c38-96f8f2eff0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 155300,\n                                \"end\": 155680,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"390419a9-3d2d-4328-9226-ff123b633e33\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"51363ec7-cd20-48e2-80b4-edd4e260909d\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 161860,\n                                \"end\": 162280,\n                                \"duration\": 420,\n                                \"probability\": 0.77,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"6b8b5ff9-9fa0-4985-a1e4-ab614891c542\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"73e1a744-d60d-448b-ab38-2f3c0936bce3\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"7d5db6ed-fdc3-4630-9c0a-0a2261bfb85a\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"7f558da6-5e5b-4831-8e41-16476b6fb5ae\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"83930814-9a4e-4ff9-abff-0cb2bb8e9b98\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"8dc4a2d2-0483-44a1-82ca-ddeaec90ca72\",\n                                \"text\": \" client\",\n                                \"start\": 161120,\n                                \"end\": 161860,\n                                \"duration\": 740,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"8e6b0d48-397d-4c16-93f8-b7f3fdf15554\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"91169444-d587-414c-85c8-218d193af4a6\",\n                                \"text\": \" passez\",\n                                \"start\": 162920,\n                                \"end\": 163440,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"ae2e4f8d-6009-446a-a82c-c2dc17551dc4\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"bf5312e6-0ff7-4716-bf3e-bed0dd25ffca\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"c1f4a7d5-0e94-4843-b31b-a6ba37acdd13\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157120,\n                                \"end\": 157780,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"d5643a06-ffd6-4a9f-95b2-4c2df17045c3\",\n                                \"text\": \" Télécom,\",\n                                \"start\": 162280,\n                                \"end\": 162880,\n                                \"duration\": 600,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"db485ec5-23c0-45a7-b593-c4bea2cfc9fd\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"dd62ec91-6f10-4c0e-aa4d-7c0a9398f7cf\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159200,\n                                \"end\": 159460,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"df6741b7-e4bc-4bba-a67b-57a59becb0f5\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"e323f500-5e8e-4c5c-ad9e-3234ceaeb0e0\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.04,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"f2cb29e5-6df5-4d8d-aa3d-9c30fe890536\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            },\n                            {\n                                \"id\": \"f3ce9621-771c-45c3-b8fe-7f973b0fc221\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:34-02:43\"\n                    },\n                    {\n                        \"id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\",\n                        \"text\": \"Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"07353049-9dba-4a7b-aaf8-fba6a9bfd63f\",\n                                \"text\": \" C'est\",\n                                \"start\": 17960,\n                                \"end\": 18480,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"0aacd8a4-a578-43c0-93fc-d745c54f817f\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.87,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"10cdf57a-d265-4711-a187-5a9e5ea35e95\",\n                                \"text\": \" la\",\n                                \"start\": 18480,\n                                \"end\": 18560,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"1b059db4-6462-4fb9-9b56-a9fe78ea0f4d\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"2170d380-1bf1-47f0-90b5-b81bea1ed145\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"23ec2fe5-a10a-4e72-93a7-3fc92c5ee160\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"2c33ce30-4bc9-41c5-a306-8caeebeda93c\",\n                                \"text\": \" client\",\n                                \"start\": 14840,\n                                \"end\": 15140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"316c8ab9-e02c-4a6c-9593-d081693c1a7b\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"3488bce5-a912-4fc4-a36b-d0eba8eef1f4\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"35bfd1a4-550c-49fd-b916-c97984943f2c\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"388b8a47-1530-48f7-88c7-b3040bad78af\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"463b33c1-3490-4e53-8463-4381c458ce87\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"4fcbfd9b-6c56-4353-a649-2b127dbfb899\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"55622b92-6710-4468-a773-e1558b04c34d\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"60363f2c-3a4d-47e5-b4a2-a7db61f7e0d4\",\n                                \"text\": \" C'est\",\n                                \"start\": 20180,\n                                \"end\": 20700,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"621b0a32-b769-4703-b799-76cd6fe9bd7d\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"629abd4d-ee55-482b-989e-882873bb86b8\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9980,\n                                \"duration\": 160,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"6f9c63fa-0000-4691-922a-d14497a623a8\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"736f07ef-16b6-42ab-9fc3-273f56fbc690\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"76ddfd1a-9dc1-4f81-b60d-b265622e375e\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"7d66fa73-faef-41f4-942f-74a673cb9e78\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"7f7cd804-c426-482c-ba85-dfa51bf1572c\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"7fa6cae0-eb2e-4372-b966-d16fbbb00b08\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"8082beb8-e22b-416c-accf-1f48365ce73c\",\n                                \"text\": \" internet.\",\n                                \"start\": 9980,\n                                \"end\": 10220,\n                                \"duration\": 240,\n                                \"probability\": 0.49,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"8ef6ed4f-7a5f-4df6-be06-f1f91adb51ff\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13700,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"92f591c5-d445-46e1-8b71-3d7c42f06f80\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"93981d93-a257-42c0-a2f1-95327191036d\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14840,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"9ddbd490-15bc-4b12-8d7c-736e684d6502\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11720,\n                                \"end\": 12120,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"9dfaf68d-9fe6-4def-8a37-f31a73028b79\",\n                                \"text\": \" Je\",\n                                \"start\": 14240,\n                                \"end\": 14640,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"b12b09f8-7428-4c2b-80e1-7cd47711a1b0\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"b47fb21b-e105-4900-bb74-237b9c40503a\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8640,\n                                \"end\": 9040,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"b5708b7e-8a60-4dcf-b82a-302ec8b2a65c\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"b608023a-24ac-4ce4-86bf-b2154a4f76a1\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"bb18ccef-4376-4f3c-b1a2-8e4c5dbdbf0d\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"bcda206a-76c6-4421-a51a-da552cabd530\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"c926e39f-5946-4809-ae36-f3cccaa31597\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"d05be981-734a-47d0-a023-f2e631d9e07f\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"db544bdd-7ea5-4d1d-a1fb-8a6cda559f4a\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.9,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"dd105cc5-7248-4d1f-be3b-d529f2e04eae\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"e261d6ec-4887-4d5e-ad99-b24c0a696635\",\n                                \"text\": \" internet.\",\n                                \"start\": 13700,\n                                \"end\": 13980,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"ea469b8f-26df-458b-9f23-ec497a66af6f\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"f0871ee6-afce-4abd-a097-ff13ec43d08b\",\n                                \"text\": \" un\",\n                                \"start\": 9040,\n                                \"end\": 9080,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"f11e7ac5-1f86-4a9d-9cfe-564498270447\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"f2b7096b-0f74-4f3d-bc65-a28b107f0e46\",\n                                \"text\": \" Alain\",\n                                \"start\": 7200,\n                                \"end\": 7720,\n                                \"duration\": 520,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            },\n                            {\n                                \"id\": \"f72aec7c-124f-4f4a-8991-c7ae8c4b7ae2\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"40292cac-1b12-4cd4-9f39-092bf9fd5ec2\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\n                            },\n                            {\n                                \"id\": \"a3166ad7-84db-4adb-a988-e362084d2a0b\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\n                            },\n                            {\n                                \"id\": \"d7805653-f878-45ee-b64e-0ad07c56cfd2\",\n                                \"text\": \" merci\",\n                                \"start\": 130400,\n                                \"end\": 131200,\n                                \"duration\": 800,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"003f55a0-6b1b-4067-91e5-3591a070f115\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"03f578f8-74a4-4113-ae3f-67bc9e24cd67\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"05f9a9b7-85d8-45a7-a568-10f569cabfeb\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"0683a29e-40b1-4189-98c1-7344708d4a29\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"11ef2447-e863-4a04-9e66-8917bad8e650\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"16d95c71-0da2-477c-a0c9-9f2ab148d68a\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"1b36076d-7492-4049-8d5b-b924d8636cd5\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"1b8eba68-cbbb-47c0-890b-c927fcba456c\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"303d1b81-2b1d-4e62-b232-5fca91103d90\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"54c03c0c-870b-443c-a5bf-c396394e1f94\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"63db52a4-6f69-4915-8a2e-f373e81597d6\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"71e39732-b8fa-4fac-a0e0-8235510ccb78\",\n                                \"text\": \" 92\",\n                                \"start\": 37230,\n                                \"end\": 38830,\n                                \"duration\": 1600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"8237a21c-7aea-4a73-bfb9-dfa3e450953b\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"8668c871-73ce-4fbf-8f78-012ebe47c647\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"89486823-574d-4d53-b875-3602a0d645a5\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"96819293-e3ef-45b8-9135-9055c44cf5ba\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"98e6d2ff-ddc9-4d0b-9927-a9b4932e041d\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.81,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"b41c25a7-3ec2-4ded-911d-3609c71a5778\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"bd9579e7-7179-40c3-a60e-f0edf3ba0a48\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"c5c60def-6a8a-4852-850e-1c49f1f88740\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37230,\n                                \"duration\": 1060,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"d007c0e3-3dbe-4028-a2c5-a37808f06e09\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            },\n                            {\n                                \"id\": \"db75b126-b6b6-4585-afd4-a9638a17e2dd\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\",\n                        \"text\": \"Au revoir, merci\",\n                        \"start\": 166500,\n                        \"end\": 167400,\n                        \"duration\": 900,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"3369dcf2-9fa6-48ad-a36b-c6abfc053614\",\n                                \"text\": \" Au\",\n                                \"start\": 166500,\n                                \"end\": 166900,\n                                \"duration\": 400,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\n                            },\n                            {\n                                \"id\": \"be8a6bb6-ea39-4d6b-bf5a-5cfffe07fc2b\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\n                            },\n                            {\n                                \"id\": \"ead24bc3-3f47-49d4-ab0e-963eccf88ade\",\n                                \"text\": \" revoir,\",\n                                \"start\": 166900,\n                                \"end\": 167260,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\",\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"040715ef-3ce9-4327-ada1-67d5b4e32062\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.74,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"06202087-0f2d-4079-b169-6554bf4061f3\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"07c7b512-1e63-477a-81b2-c1c1400ec91e\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"3fa41990-9761-4874-b4b2-109d93a918d4\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"4306912d-95a6-4996-9962-e83545cc5498\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"51a53224-7719-433b-b4c6-bc4b19c38c94\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"5350f90f-2d6f-4aa5-9585-12c540c21124\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"5db76cf0-40c6-45da-a138-eb3247923e0a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 940,\n                                \"end\": 1440,\n                                \"duration\": 500,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"7ed6d1e5-fcf5-4958-9bbc-3eef11dad0c0\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"89d16ae3-186d-4b7c-bae1-9d66e69926e1\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"9bc871f3-34c3-4daa-8941-f23a73ddb3a1\",\n                                \"text\": \" Comment\",\n                                \"start\": 3980,\n                                \"end\": 4140,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"9f9b3f6c-6fce-4c31-840e-fedac23b6b0b\",\n                                \"text\": \" Telecom.\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.61,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"bb4762a9-aeb5-48db-8a6b-443bbe21ac24\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1480,\n                                \"end\": 1840,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"dccebf72-eadc-49a3-b95b-adc80d3196dc\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"dde7a334-1653-484e-88a3-2ea523694c76\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"ec84410d-ee23-41b0-9fe2-dbbbdef20dda\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            },\n                            {\n                                \"id\": \"f6ebac5f-4be7-4fe2-9546-99803c08c122\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"06beeda5-3af2-439a-8366-3ce52baf32be\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"0748309b-6fda-4359-bcf4-5802aee66ed1\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"10dff876-7070-4505-9cb9-c4d3e8655bfa\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"11706e21-e5d3-4c70-8778-ae0e000de72b\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"14740279-54d2-421d-8e2e-414b81357c53\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"169bcfb5-841a-434a-b7b7-50cd31992489\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"17aef651-1362-40aa-8e31-3263ad226308\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"18c02779-afad-4a3a-96d7-3c529747183f\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"204849b7-f010-48d5-abad-8d0dfaf836f2\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"27f798d9-c017-463a-857c-82dbaacbd022\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"29235943-32ba-4a30-9e74-5ee77453abcf\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"293bbb28-326a-42ef-be9a-ad5a9977e7c7\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119790,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"2a4d1220-34c1-43ed-92c8-a25d4a7f260e\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"2c8bc732-c8c0-463a-8a12-cfc2ea89ec12\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"3370247f-a2ce-47d3-8e69-d063c247f2c2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"362bf63c-745c-4c67-8ff8-51149ca186f9\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"402ba399-a0fc-4d2b-a7d0-845875599c08\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"42184de2-c919-4761-b99f-50185189fe2f\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"4317341a-72bd-4606-abc7-a3adf7fc4cf3\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"4a6eca42-77bc-4734-bc59-a68624e668ad\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"4b1dc39d-be79-4d8a-9fb2-337dc1e42d73\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"4f664a3c-74c9-4648-becb-167ff674c508\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"537173af-553c-412e-9c4a-bb7db15271a2\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"5423d2c0-8e9b-4677-8c97-5a4d6b50e2b1\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"5ddfcb68-26cf-4eab-a069-09d1945c0060\",\n                                \"text\": \" sur\",\n                                \"start\": 119790,\n                                \"end\": 119970,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"6bd75513-1a5f-4a04-920f-858dce79ea03\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"6e1248b5-73b2-485d-a85f-46be27c1e7fb\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.59,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"6e247e36-c70a-414e-9d71-75b7df6e1fdf\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"70bfa0a8-6fa4-4d95-abf2-7f691147487d\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"78621186-1ddc-494b-aa2a-8c095b3de429\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"7bdc6e4b-29ce-4ee6-bf2e-b2df70d3b880\",\n                                \"text\": \" de\",\n                                \"start\": 125790,\n                                \"end\": 126090,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"809960e7-2352-4c43-bc16-0b1eab129204\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113510,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9395d7ba-82d8-4bdd-a441-2e70397a79da\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"95a53c94-3cea-459f-8fa0-4528bab256d4\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9b3b82c8-8ce2-4f5a-935b-c49bcca428be\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9b5ee152-72c0-441a-a0c9-1475f1750007\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9badc9de-3dee-46d5-a0f1-b7096c4bd3fc\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"9f8af396-a149-41f9-8877-178f5c520464\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"a517348c-070a-43a3-a44b-78f44ec2436c\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"a987a998-7124-474d-ba11-15091172ce70\",\n                                \"text\": \" est\",\n                                \"start\": 113510,\n                                \"end\": 114130,\n                                \"duration\": 620,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"bb70da0e-9fde-46c7-9fa5-100f60edef29\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"bc20d54f-3f2d-45e7-8125-5a9bbff2368e\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125790,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"bde65e98-ee6d-4aa1-8c09-90a96681de4f\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"be971ad6-0163-481c-9a36-1876a8296b4a\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"cc67fb4c-722e-4c67-9f72-a6b822a5575b\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"d0814106-0f8f-4810-87b7-bb2320aa2ad3\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"dbb8dc2b-069a-48fc-9a7a-03ee717f125b\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"e5b42f97-9237-4f63-bbe3-738e99be1f5b\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"f66a98b5-4af8-49d1-be5e-fdf440fee892\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"f7e871d5-6a23-4c0a-b63b-5ee47dc4796f\",\n                                \"text\": \" internet,\",\n                                \"start\": 123270,\n                                \"end\": 123510,\n                                \"duration\": 240,\n                                \"probability\": 0.39,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"f9f36c81-a995-441d-9f65-e89740689526\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            },\n                            {\n                                \"id\": \"fdefc64f-f278-4ee0-a385-879644f6e6e6\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\",\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57710,\n                        \"duration\": 8000,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"1242c520-eec1-4bef-aabc-5af348512006\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"14f4ecd4-2d2e-464e-aa44-94f04f4b8eff\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"1dc905f4-caa3-4f00-aeba-d10ac8bf84a7\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.71,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"1f6681ad-fc7d-4dd2-8c50-73704ce85aa9\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"25db2b22-0e37-4582-8fdc-c0de139cb98f\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"2938144c-3298-4f9d-aa3e-9ede0fcb32a0\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"2d920bff-1aba-4adf-882e-f849f8d29c95\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"31412cd1-9437-4d36-83d2-9b894340a95a\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.93,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"3258c63f-bfde-4080-ab4e-69da651d9176\",\n                                \"text\": \" Internet\",\n                                \"start\": 56730,\n                                \"end\": 56870,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"3aa1ea13-2faf-46be-9603-bad6db6ce817\",\n                                \"text\": \" informations,\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"3acc5c27-0533-40c4-814e-7b6d35199e7d\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"3c5a0904-f3bf-40a2-a753-10e3f5020d41\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"4b09f05c-f5d7-4d74-8a66-6af5898818a3\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"4e2a46e6-b372-4b2e-b247-8570195aef17\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"4f935f73-411a-4648-acf0-ec2b2d31a7c7\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51510,\n                                \"end\": 51670,\n                                \"duration\": 160,\n                                \"probability\": 0.78,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"6000f20d-070f-44fa-9efc-8f0ce192e2fb\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54850,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"739e5d4e-8bf0-4daf-883c-f844221f90c2\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53970,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"7a8b2bac-4043-4440-b2f9-451d8378d606\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"7d461993-b85f-474b-abb6-8555e7a2f05c\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"838255dc-3da6-4388-bbe2-c2854d0c06a9\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"8d2d148a-3ec9-4218-8ace-32a4bf1af7a0\",\n                                \"text\": \" détail\",\n                                \"start\": 54850,\n                                \"end\": 55130,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"90d163c6-6fa3-4d7b-88a5-486f1736f7e5\",\n                                \"text\": \" Dupont.\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"9cc2e274-02f9-4581-8fe9-e1803a6150ab\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"c8f114cc-d65c-403c-8a38-8a2cf5e36ec2\",\n                                \"text\": \" ?\",\n                                \"start\": 56870,\n                                \"end\": 57710,\n                                \"duration\": 840,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"c95c59da-7ce1-4c76-a099-dd6cde0d7487\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"cb564721-8400-43ed-8bcf-0fb0d7149a08\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"cdcb38cc-1714-4224-9b8a-e58532ed8ead\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"d25928cf-bdc3-40f7-b5f0-b92bc622154a\",\n                                \"text\": \" Je\",\n                                \"start\": 52030,\n                                \"end\": 52190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"dfa6493a-a404-45c0-bec2-c884bb8f0779\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"e8f00b47-2f0b-42bc-bf71-644afaeb2007\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            },\n                            {\n                                \"id\": \"ff7a143a-f571-4adc-8ab9-bea75fb57399\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup.\",\n                        \"start\": 140920,\n                        \"end\": 153690,\n                        \"duration\": 12770,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"1343b56a-b852-4690-b732-f9638c87bd4c\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"1e1b4eaf-00d7-4638-b03e-61274cc35608\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"4695c023-ca49-4533-9d28-644c29c700f7\",\n                                \"text\": \" sera\",\n                                \"start\": 143420,\n                                \"end\": 143840,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"4aefd3f4-835d-444e-b0b0-ce27189f0861\",\n                                \"text\": \" Ah,\",\n                                \"start\": 140920,\n                                \"end\": 141480,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"67f4f4df-fe1b-44ec-a08f-fdfe97862bfd\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141960,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"6baa320d-74d9-4e29-a716-b9d9aa4bad2f\",\n                                \"text\": \" 00\",\n                                \"start\": 149790,\n                                \"end\": 151310,\n                                \"duration\": 1520,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"7084e068-eaf0-4539-879d-dc856efd7b7a\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"95db5dbc-a0d0-43e5-9bde-3285667fce62\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152250,\n                                \"duration\": 940,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"9c08c62a-ed11-42f8-aa39-789015453903\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143420,\n                                \"duration\": 600,\n                                \"probability\": 0.64,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"a1e69d9e-ce49-4413-9abc-74d56f182e61\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148920,\n                                \"duration\": 1460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"a2af1a17-cd95-48e8-80a9-5ff1ea589996\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.58,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"c5ffe0e6-91cf-4a4d-8e63-82f61a5157ff\",\n                                \"text\": \" Merci\",\n                                \"start\": 152850,\n                                \"end\": 153410,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            },\n                            {\n                                \"id\": \"cf5816b7-eae8-46ad-9cda-59c61073e0a6\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153410,\n                                \"end\": 153690,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:20-02:33\"\n                    },\n                    {\n                        \"id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"10b391cd-83be-48b7-a1c1-78614bbf5e8b\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"11e52d56-d6d8-4961-b06b-3dddba4f4caf\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"129a04a5-14f1-433b-aa49-728c33299dcd\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"12b8617b-cd2b-4bb7-b408-19e3eaecc262\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58620,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"1d2f741e-96dd-46fd-aa29-e4d570e3db4e\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"1f2aaaec-d1b3-486e-9ff9-02d34e66670b\",\n                                \"text\": \" Mais\",\n                                \"start\": 68180,\n                                \"end\": 68240,\n                                \"duration\": 60,\n                                \"probability\": 0.47,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"21f53ead-93a8-4030-89fe-d01de851cf36\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"25d997dc-0052-40b7-9a3f-19ddc45cf6ee\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"25f9867f-9dc4-4752-9b39-2a16ed57ac52\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"3a0c8b3f-c215-4e78-a299-754be774a3a4\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"3d8eedd5-6662-4d6c-8261-8130b75aec71\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"4004700d-04e4-4a2f-addb-86129be865ca\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"443490a5-146e-483e-8e17-47b8a05207be\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"49f2a5c3-4000-429b-9dca-9bf5aa2a4575\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"4fc2dd9f-e716-4512-b1a8-30cd7f86eaba\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"596abce5-8184-4e14-bfbc-a07d2b0869b9\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"5da08142-3896-413e-a765-47d9aa0e8ea0\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"71ac1e47-2e90-41aa-a153-7047f181a1b8\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"772c18fc-2dd5-4fb1-820d-fc84b60a5545\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"89009f36-3e26-424b-a683-cf57eeb34c79\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"8cded26c-2c39-4da8-9ce7-9fa601628094\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"90c0da5d-ef24-44e2-b4b2-6df1bda91bdb\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"9612ffae-e15d-436e-828c-6aec23c4e28e\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"a3b7fbf1-c829-4159-84a9-56b40824de43\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"acb10084-e309-4ca5-b860-ef77fe3ca96c\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"aed77654-2a52-4bb6-b6ad-fb2a357d3f03\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65920,\n                                \"duration\": 601,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"c00da5a2-b99b-44ff-b0e6-f2e02fca4969\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"cc8a69cc-b2e2-4921-9623-620144ba797e\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65920,\n                                \"end\": 66380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"e0a6f994-7d72-40c4-b8f2-dbb587d3f2ad\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"e7c862c2-ca8c-47b6-930f-d33136b9c5ae\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"ee0c5a4c-e9b2-42c8-8861-c37d22b954c0\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"f1e1aac0-101f-44eb-9e1b-e1040448f1ff\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"f9078353-4242-4ea0-a5d8-d48fa04cd517\",\n                                \"text\": \" mais\",\n                                \"start\": 67460,\n                                \"end\": 68180,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"fb56394c-cd61-4881-bd7c-c29577a60ce6\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            },\n                            {\n                                \"id\": \"fb6494a7-ac34-4747-a53c-b50fe69438d8\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"6c9044da-4900-4937-8065-85ed729ddbf7\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\n                            },\n                            {\n                                \"id\": \"89aefc91-b80f-4d51-b634-5e2144d3dd60\",\n                                \"text\": \" au\",\n                                \"start\": 165460,\n                                \"end\": 165760,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\n                            },\n                            {\n                                \"id\": \"c1c09f5a-0e06-44bf-b368-a4d1f2d24ead\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"title\": [\n                    {\n                        \"id\": \"077e04d5-8d30-40a3-8cd5-87d7829569b1\",\n                        \"text\": \"Problèmes répétés de connexion Internet\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"3e552576-c1e0-4b0f-a266-0671be83a0b7\",\n                        \"text\": \"L'appelant, Alain Dupont, a contacté Diabolo Telecom pour un problème répétitif de connexion à Internet. L'agent a vérifié l'état de la connexion, trouvé un problème technique et créé un ticket pour les équipes techniques. L'agent a ensuite demandé à Alain de redémarrer sa box. Après le redémarrage, Alain a pu se connecter à Internet. L'agent a fourni à Alain un numéro de suivi (343A) et une extension de data mobile en attendant que le problème soit résolu. Le client a remercié l'agent pour son aide.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"call-reason\": [\n                    {\n                        \"id\": \"7d91721b-f412-411a-8d4e-e0b7828b5eb2\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"Le client utilise actuellement sa 4G pour se connecter à internet, ce qui est inacceptable pour lui et aucune solution n'a été trouvée après plusieurs redémarrages de la box.\",\n                            \"needs\": \"Un diagnostic du problème de connexion et une solution pour y remédier.\",\n                            \"request\": \"Le client souhaite résoudre son problème de connexion internet.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ],\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"9bc3979c-9e9b-494b-97d2-ef2209635ef2\",\n                        \"text\": \"L'appelant, Alain Dupont, a contacté Diabolo Telecom en raison de problèmes répétés de connexion à Internet. Depuis ce matin, il ne peut plus se connecter à Internet via sa box et doit utiliser sa connexion 4G. Le client a déjà connu ce problème à plusieurs reprises et le considère inacceptable.\\\\n-L'agent, André, a demandé le numéro de compte et l'identifiant de la box d'Alain. Ces informations ont été utilisées pour vérifier l'état de la connexion et accéder au dossier du client. André a vérifié le statut de la connexion et a trouvé un problème technique. André a ensuite créé un ticket pour les équipes techniques et a demandé à Alain de redémarrer sa box.\\\\n-Alain a redémarré sa box. André a communiqué un numéro de suivi (343A) à Alain et a proposé une extension de data mobile pour résoudre temporairement le problème. L'agent a crédité le numéro de téléphone d'Alain avec 200 Go de données supplémentaires. Alain a remercié l'agent pour son aide. L'agent a rappelé qu'il pouvait être contacté s'il avait d'autres questions. La demande d'Alain a été résolue par l'agent.\",\n                        \"object\": [\n                            \"L'appelant, Alain Dupont, a contacté Diabolo Telecom en raison de problèmes répétés de connexion à Internet. Depuis ce matin, il ne peut plus se connecter à Internet via sa box et doit utiliser sa connexion 4G. Le client a déjà connu ce problème à plusieurs reprises et le considère inacceptable.\",\n                            \"L'agent, André, a demandé le numéro de compte et l'identifiant de la box d'Alain. Ces informations ont été utilisées pour vérifier l'état de la connexion et accéder au dossier du client. André a vérifié le statut de la connexion et a trouvé un problème technique. André a ensuite créé un ticket pour les équipes techniques et a demandé à Alain de redémarrer sa box.\",\n                            \"Alain a redémarré sa box. André a communiqué un numéro de suivi (343A) à Alain et a proposé une extension de data mobile pour résoudre temporairement le problème. L'agent a crédité le numéro de téléphone d'Alain avec 200 Go de données supplémentaires. Alain a remercié l'agent pour son aide. L'agent a rappelé qu'il pouvait être contacté s'il avait d'autres questions. La demande d'Alain a été résolue par l'agent.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"actions\": [\n                    {\n                        \"id\": \"af9749e4-909f-4044-a63b-33c7df4aae61\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Le client a signalé un problème de connexion internet à l'agent\",\n                                \"steps\": [\n                                    \"Client : s'est plaint d'une connexion internet instable et d'une mauvaise qualité de connexion\"\n                                ],\n                                \"title\": \"Client : signalement du problème\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"L'agent a recueilli les informations nécessaires pour mieux comprendre et résoudre le problème\",\n                                \"steps\": [\n                                    \"Agent : a demandé le numéro de compte et l'identifiant de la box internet\",\n                                    \"Agent : a demandé des détails supplémentaires sur le problème\"\n                                ],\n                                \"title\": \"Agent : collecte d'informations\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Le client a tenté de résoudre le problème en redémarrant la box\",\n                                \"steps\": [\n                                    \"Client : a redémarré la box\"\n                                ],\n                                \"title\": \"Client : redémarrage de la box\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"L'agent a vérifié la connexion pour détecter tout problème technique\",\n                                \"steps\": [\n                                    \"Agent : a vérifié la connexion\",\n                                    \"Agent : a constaté un problème technique\"\n                                ],\n                                \"title\": \"Agent : vérification du problème technique\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"L'agent a créé un ticket pour l'équipe technique\",\n                                \"steps\": [\n                                    \"Agent : a créé un ticket\",\n                                    \"Agent : a communiqué le numéro de suivi\"\n                                ],\n                                \"title\": \"Agent : création d'un ticket\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"Le client a demandé une extension de data mobile en attendant que le problème soit résolu\",\n                                \"steps\": [\n                                    \"Client : a demandé une extension de data mobile\",\n                                    \"Client : a fourni son numéro de téléphone pour la procédure\"\n                                ],\n                                \"title\": \"Client : extension de data mobile\",\n                                \"completed\": true\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"07151257-a705-4f91-851f-a6af4406b36f"}],"id":"a38ccf11-1c29-4e7c-9931-24d3baa6be06","_postman_id":"a38ccf11-1c29-4e7c-9931-24d3baa6be06","description":""}],"id":"c34d115f-a4b3-40db-a788-96e14cec11bb","_postman_id":"c34d115f-a4b3-40db-a788-96e14cec11bb","description":""}],"id":"8389ce0b-b9dc-4bf9-a70e-15a9b7af3299","_postman_id":"8389ce0b-b9dc-4bf9-a70e-15a9b7af3299","description":""},{"name":"Webhook Callback description","item":[],"id":"cc6d97af-9179-4149-9da3-eba663f6b88b","description":"<p>Feature allowing to receive on URL of public endpoint a webhook callback (POST request) upon <strong>successful</strong> transcription or/and AI analyses</p>\n<ul>\n<li>when option enabled (<code>results_webhook_callback_url</code> specified in task request)</li>\n</ul>\n<p><strong>Request method</strong> : POST</p>\n<h2 id=\"request-body\">Request body</h2>\n<p><strong>Request body Data Type : Object (JSON)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>id:'735818ea-0f50-4339-8cfd-66a24ac2338d'</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String  <br />  <br />{} (empty Object) when empty</td>\n<td>REQUIRED</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis  <br />  <br />Not empty only when :  <br />- <code>original_call_id</code> or <code>diabolocom_call_id</code> specified in task request (based on input audio)</td>\n<td><code>original_call_id:{}</code>  <br />  <br /><code>original_call_id:'51755978'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)  <br />  <br />{} (empty Object) when empty</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's input audio  <br />  <br />Not empty only for tasks based on input audio</td>\n<td><code>audio_id:{}</code>  <br />  <br /><code>audio_id:'20d3820d-6ae8-48ab-b35e-bca5bc79ee2a'</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Status of task's job  <br />  <br />Possible values:  <br />- <code>'transcript-available'</code> : Audio transcription finished without any performed AI analysis  <br />- <code>'success'</code> : AI analyses finished with successful results</td>\n<td><code>status:'transcript-available'</code>  <br />  <br /><code>status:'success'</code></td>\n</tr>\n<tr>\n<td><code>payload</code></td>\n<td>Object</td>\n<td>REQUIRED</td>\n<td>Empty object (legacy key)</td>\n<td><code>payload:{}</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>REQUIRED</td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>'generate_tags_with_summary':true</code> key-value pair added automatically when tags generation enabled (<code>generate_tags_with_summary</code> specified in task request)  <br />  <br />Not empty only when :  <br />- <code>meta</code> specified in task request  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td><code>meta:{}</code>  <br />  <br /><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456','generate_tags_with_summary':true}</code></td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI task's job results data object</strong></td>\n<td><code>results:</code>  <br /><code>{'audio':{'duration':64260},'transcript':{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]},'ai-insights':{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]},'tags':['client_satisfaction','home_network','internet_service_provider','technical_support']}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audio</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Task's input audio data object</strong>  <br />  <br /><strong>Not empty only for tasks based on input audio (successful transcription)</strong></td>\n<td><code>audio:{}</code>  <br />  <br /><code>audio:</code>  <br /><code>{'duration':64260}</code></td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcription results data object (timestamped transcription)</strong>  <br />  <br /><strong>Not empty only for tasks based on input audio (successful transcription)</strong></td>\n<td><code>transcript:{}</code>  <br />  <br /><code>transcript:</code>  <br /><code>{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]}</code></td>\n</tr>\n<tr>\n<td><code>ai-insights</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>Key-Value Pairs :  <br />- The key represents the name of a specific AI analysis result  <br />- The value is an object that contains the results data specific to AI analysis</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI analyses results data object</strong> <strong>(not empty in case of successful AI analyses)</strong>  <br />  <br /><strong>Payload Format (depending on AI analysis): More details in API documentation for each model</strong>  <br />  <br /><strong>Not empty only for successful transcription and/or successful AI analyses</strong></td>\n<td><code>ai-insights:{}</code>  <br />  <br /><code>ai-insights:</code>  <br /><code>{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]}</code></td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String  <br />  <br />{} (empty Object) when empty</td>\n<td>REQUIRED</td>\n<td>Array of tags generated, dedicated to AI analysis <code>'summarization'</code>  <br />  <br />Not empty only when :  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)  <br />- successful AI analysis</td>\n<td><code>tags:{}</code>  <br />  <br /><code>tags:</code>  <br /><code>['client_satisfaction','home_network','internet_service_provider','technical_support']</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.audio</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Input audio duration in milliseconds</td>\n<td><code>duration:64260</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.transcript</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript</td>\n<td><code>text:'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>diarized_text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Transcript including Agent/Client conversation lines (turns)  <br />  <br />- Conversation line (turn) separator : <code>'\\n\\n'</code>  <br />  <br />- Conversation line (turn) for Client starting with <code>Client:</code>  <br />  <br />- Conversation line (turn) for Agent starting with <code>Agent:</code></td>\n<td><code>diarized_text:'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>segments</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td>Transcript timestampted segments : Objects including plain text, speaker identification, start/end timestamps, duration, words <em>(Objects with data structure similar to transcript segment)</em> for fine-grained transcript usage</td>\n<td><code>segments:</code>  <br /><code>[{'id':'4413ba41-3c85-410c-bc1c-200974bad26d','text':'Oui, mes identifiants clients c'est 52 86 22-3F, non','start':30170,'end':42080,'duration':11910,'speaker':'first','words':[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}],'start_end_timestamps':'00:30-00:42'}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.transcript.segments[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment</td>\n<td><code>text:'Oui, mes identifiants clients c'est 52 86 22-3F, non'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment</td>\n<td><code>end:42080,</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment</td>\n<td><code>duration:11910</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>words</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcript segment words : Objects with data structure similar to transcript segment</strong></td>\n<td><code>words:</code>  <br /><code>[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}]</code></td>\n</tr>\n<tr>\n<td><code>start_end_timestamps</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Timestamps of start and end time of transcript segment  <br />  <br />Format :  <br /><code>'start-end'</code>  <br />- start in <code>MM:SS</code>  <br />- end in <code>MM:SS</code></td>\n<td><code>start_end_timestamps:'00:30-00:42'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.transcript.segments[i].words[j]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment's word</td>\n<td><code>id:'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment's word</td>\n<td><code>text:' Oui,'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment's word</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment's word</td>\n<td><code>end:30530</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment's word</td>\n<td><code>duration:360</code></td>\n</tr>\n<tr>\n<td><code>probability</code></td>\n<td>Double (2 decimals)</td>\n<td>REQUIRED</td>\n<td>Probability of transcript segment's word</td>\n<td><code>probability:0.95</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment's word  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>segment_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>segment_id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-webhook-request-body\">Sample webhook request body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"735818ea-0f50-4339-8cfd-66a24ac2338d\",\n    \"original_call_id\": \"51755978\",\n    \"audio_id\": \"20d3820d-6ae8-48ab-b35e-bca5bc79ee2a\",\n    \"status\": \"success\",\n    \"payload\": {},\n    \"meta\": {\n        \"thread_id\": \"8954264\",\n        \"crm_ticket_id\": \"crm_123456\",\n        \"generate_tags_with_summary\": true\n    },\n    \"results\": {\n        \"audio\": {\n            \"duration\": 64260\n        },\n        \"transcript\": {\n            \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ? Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ? Oui, mes identifiants clients c'est 52 86 22-3F, non Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat...\",\n            \"diarized_text\": \"Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\\n\\nAgent: Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\\n\\nClient: Oui, mes identifiants clients c'est 52 86 22-3F, non\\n\\nAgent: Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat...\",\n            \"segments\": [\n                {\n                    \"id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\",\n                    \"text\": \"Oui, mes identifiants clients c'est 52 86 22-3F, non\",\n                    \"start\": 30170,\n                    \"end\": 42080,\n                    \"duration\": 11910,\n                    \"speaker\": \"first\",\n                    \"words\": [\n                        {\n                            \"id\": \"0ec8b928-ebb1-4907-997f-7fb2a8f0d97a\",\n                            \"text\": \" Oui,\",\n                            \"start\": 30170,\n                            \"end\": 30530,\n                            \"duration\": 360,\n                            \"probability\": 0.95,\n                            \"speaker\": \"first\",\n                            \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                        },\n                        {...},\n                        {...},\n                        {...}\n                    ],\n                    \"start_end_timestamps\": \"00:30-00:42\"\n                },\n                {...},\n                {...},\n                {...}\n            ]\n        },\n        \"ai-insights\": {\n            \"step-by-step-summary\": [\n                {\n                    \"id\": \"0a7cd97a-f353-4794-a06b-b184c79657e8\",\n                    \"text\": \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\\\\n-The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\\\\n-The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\",\n                    \"object\": [\n                        \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\",\n                        \"The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\",\n                        \"The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\"\n                    ],\n                    \"type\": \"step-by-step-summary\"\n                }\n            ],\n            \"call-reason\": [\n                {\n                    \"id\": \"33b2549c-1635-473e-bf23-f4bebf0573ba\",\n                    \"text\": null,\n                    \"object\": {\n                        \"why\": \"The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.\",\n                        \"needs\": \"Client requires immediate resolution for the non-functioning Internet box.\",\n                        \"request\": \"Client requests assistance with their Internet box.\"\n                    },\n                    \"type\": \"call-reason\"\n                }\n            ],\n            \"title\": [\n                {\n                    \"id\": \"4079f7e0-28de-4305-af74-69013ef51ee2\",\n                    \"text\": \"Client: Diabolo Telecom Internet Box Non-Functional\",\n                    \"object\": null,\n                    \"type\": \"title\"\n                }\n            ],\n            \"summary\": [\n                {\n                    \"id\": \"8859c1c6-7d6e-42af-a610-c705670119fb\",\n                    \"text\": \"A client contacted the Diabolo Telecom support team due to a non-functional Internet box, experiencing the issue since morning. The agent obtained the client's credentials (52 86 22-3F) to review their account. The agent then informed the client that they created and escalated a ticket to the technical team, aiming for an immediate resolution. During the call, the client clarified they did not require additional assistance, and the agent reassured them of their ongoing commitment to resolving the issue. The call concluded with the client appreciating the agent's assistance.\",\n                    \"object\": null,\n                    \"type\": \"summary\"\n                }\n            ]\n        },\n        \"tags\": [\n            \"client_satisfaction\",\n            \"home_network\",\n            \"internet_service_provider\",\n            \"technical_support\"\n        ]\n    }\n}\n\n</code></pre>\n","_postman_id":"cc6d97af-9179-4149-9da3-eba663f6b88b"}],"id":"fbea7765-0eff-4ba4-99d4-37ae5dbd2b80","description":"<h3 id=\"audio-analysis\">Audio Analysis</h3>\n<p>Unlock insights from your voice data with our <strong>Audio</strong> capabilities.</p>\n<p>This comprehensive suite handles the entire audio processing pipeline:</p>\n<ul>\n<li><p><strong>Transcription:</strong> Convert speech to text with high accuracy, supporting multiple languages and dialects.</p>\n</li>\n<li><p><strong>Diarization:</strong> Automatically identify and separate different speakers (e.g., Agent vs. Client).</p>\n</li>\n<li><p><strong>Audio Intelligence:</strong> Extract deeper meaning directly from the audio stream, such as sentiment detection, acoustic analysis, and more.</p>\n</li>\n</ul>\n","_postman_id":"fbea7765-0eff-4ba4-99d4-37ae5dbd2b80"},{"name":"Text","item":[{"name":"Endpoints description","item":[{"name":"api/job/text-tasks","id":"4a13eaa9-38b9-4087-a07b-08a96e8b8975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"tasks\": [\n        \"contact-reason-classification\",\n        \"knowledge-based-question-answering\"\n    ],\n    \"output_lang\": \"fr\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"contact_reason_classification\": {\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\n                \"reasons\": {\n                    \"return\": \"Échange\",\n                    \"cancellation\": \"Annulation\",\n                    \"refund\": \"Remboursement\"\n                }\n            },\n            \"knowledge_based_question_answering\": {\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\n                \"documents\": [\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\n                    \"Our shops are open in weekend from 10 am to 8pm\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/text-tasks</code></p>\n<p><strong>Request method</strong> : POST</p>\n<h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code><br /><code>Content-Type</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>task</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>tasks</code> not present</td>\n<td>AI Analysis to perform (single analysis) -&gt; technical name (id)  <br />  <br />List of available AI analyses based on text : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_text_models_in_display_language_text_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>task:'contact-reason-classification'</code></td>\n</tr>\n<tr>\n<td><code>tasks</code></td>\n<td>Array of String (among possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> not present</td>\n<td>AI Analyses to perform (multiple analyses) -&gt; technical name (id)  <br />  <br />Only available for paid plans: More details in dedicated section <a href=\"#91e2f885-9c47-4c5d-9aab-097ea58bf552\">Run multiple AI analyses</a>  <br />  <br />List of available AI analyses based on text : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_text_models_in_display_language_text_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>tasks:['contact-reason-classification','knowledge-based-question-answering']</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL</td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>meta</code> keys are automatically converted to Lower Case format <em>(e.g.</em> <code>Thread_Id</code> <em>is converted to</em> <code>thread_id</code><em>)</em>.  <br />It is recommended to define keys in Lower Case format, to have identical meta keys for both input and output payloads (content of <code>meta</code> object)</td>\n<td><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456'}</code></td>\n</tr>\n<tr>\n<td><code>results_webhook_callback_url</code></td>\n<td>String (URL)</td>\n<td>OPTIONAL</td>\n<td>URL of public endpoint to receive a webhook callback (POST request) on successful AI analyses  <br />  <br />Payload Format: More details in dedicated section <a href=\"#2a981033-7560-473d-bb2a-71e9f2f50006\">Webhook Callback description</a></td>\n<td><code>results_webhook_callback_url:'https://my-webhook-url.io/further-details/diabolocom?requestId=yourRequestUuid'</code></td>\n</tr>\n<tr>\n<td><code>output_lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the AI analyses results language  <br />(ISO 639-1 language code)  <br />  <br />Only applied on AI analyses that support it : More details in API documentation for each model  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>output_lang:'en'</code></td>\n</tr>\n<tr>\n<td><code>configuration</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Configuration Object to setup AI analyses parameters</strong></td>\n<td><code>configuration:</code>  <br /><code>{'input_parameters':{'contact_reason_classification':{'content': 'Hello, my internet is broken, please help !','reasons':['internet problem','mobile problem']},'knowledge_based_question_answering':{'question':'Quelle est l'heure de fermeture en semaine et en weekend ?','documents':['Nos magasins ouvrent du lundi au vendredi de 8h à 19h','Our shops are open in weekend from 10 am to 8pm']}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input_parameters</code></td>\n<td>Object</td>\n<td>REQUIRED</td>\n<td>Configuration Object to setup AI analyses dedicated input parameters, depending on models specific requirements  <br />  <br />Payload Format: More details in API documentation for each model</td>\n<td><code>input_parameters:</code>  <br /><code>{'contact_reason_classification':{'content': 'Hello, my internet is broken, please help !','reasons':['internet problem','mobile problem']},'knowledge_based_question_answering':{'question':'Quelle est l'heure de fermeture en semaine et en weekend ?','documents':['Nos magasins ouvrent du lundi au vendredi de 8h à 19h','Our shops are open in weekend from 10 am to 8pm']}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'17d29684-9caf-4e5c-9963-ad4d128d4d90'</code></td>\n</tr>\n<tr>\n<td><code>job_status_endpoint_url</code></td>\n<td>String (URL)</td>\n<td>1h lasting signed URL that can be polled for progress/result of task's job</td>\n<td><code>job_status_endpoint_url:'{{baseUrl}}/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90?expires=1724797667&amp;signature=0e503c2254984139b3269542272a0c3cc534cdeccd9f24a84f62128e4fde72fa'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"92f2b2f5-d10d-45e7-9796-633ec0e069ba","name":"api/job/text-tasks","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"tasks\": [\n        \"contact-reason-classification\",\n        \"knowledge-based-question-answering\"\n    ],\n    \"output_lang\": \"fr\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"contact_reason_classification\": {\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\n                \"reasons\": {\n                    \"return\": \"Échange\",\n                    \"cancellation\": \"Annulation\",\n                    \"refund\": \"Remboursement\"\n                }\n            },\n            \"knowledge_based_question_answering\": {\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\n                \"documents\": [\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\n                    \"Our shops are open in weekend from 10 am to 8pm\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"17d29684-9caf-4e5c-9963-ad4d128d4d90\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90?expires=1724797667&signature=0e503c2254984139b3269542272a0c3cc534cdeccd9f24a84f62128e4fde72fa\"\n}"}],"_postman_id":"4a13eaa9-38b9-4087-a07b-08a96e8b8975"},{"name":"api/job/status/{job_id}","id":"c45f961c-435b-4d0b-9b93-5b08d71e52c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/status/</code></p>\n<p><strong>Request method</strong> : GET</p>\n<h2 id=\"query-parameters\">Query parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'2e08ec1f-ea75-406d-9516-9ad16381e975'</code>  <br />-&gt;  <br /><code>api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body allowed</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Data object</strong></td>\n<td><code>data:</code>  <br /><code>{'id':'17d29684-9caf-4e5c-9963-ad4d128d4d90','status':'success','meta':{'thread_id':'8954264','crm_ticket_id':'crm_123456'},'results':{'ai-insights':{'contact-reason-classification':[{'id':'b60dedeb-e092-4e98-a3a6-771b68adb657','text':'return','object':{'title':'Taille de chaussures incorrecte','reasoning':'Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.','contact_reason':'return'},'type':'contact-reason-classification'}],'knowledge-based-question-answering':[{'id':'7742d28a-dbb7-4c4f-8656-73d541769769','text':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','object':{'complete_answer':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','relevant_informations_from_document':[{'quote':'Nos magasins ouvrent du lundi au vendredi de 8h à 19h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en semaine.'},{'quote':'Nos magasins sont ouverts le weekend de 10h à 20h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en weekend.'}]},'type':'knowledge-based-question-answering'}]}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>id:'17d29684-9caf-4e5c-9963-ad4d128d4d90'</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>original_call_id</code> or <code>diabolocom_call_id</code> specified in task request (based on input audio)</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>original_call_id:'51755978'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only for tasks based on input audio</td>\n<td>Unique identifier of task's input audio</td>\n<td><code>audio_id:'20d3820d-6ae8-48ab-b35e-bca5bc79ee2a'</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Status of task's job  <br />  <br />Possible values:  <br />- <code>'pending'</code> : Initial status of task's job  <br />- <code>'uploading_audio'</code> : Audio upload in progress  <br />- <code>'transcribing'</code> : Audio transcription in progress  <br />- <code>'transcript-available'</code> : Audio transcription finished  <br />- <code>'queued'</code> : AI analyses in progress  <br />- <code>'success'</code> : AI analyses finished with successful results  <br />- <code>'failed'</code> : AI analyses finished with failure (no results)</td>\n<td><code>status:'transcript-available'</code>  <br />  <br /><code>status:'queued'</code>  <br />  <br /><code>status:'success'</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>meta</code> specified in task request  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>'generate_tags_with_summary':true</code> key-value pair added automatically when tags generation enabled (<code>generate_tags_with_summary</code> specified in task request)</td>\n<td><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456'}</code></td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>[] (empty Array) when empty  <br /></strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI task's job results data object (not empty in case of successful results)</strong></td>\n<td><code>results:</code>  <br /><code>{'ai-insights':{'contact-reason-classification':[{'id':'b60dedeb-e092-4e98-a3a6-771b68adb657','text':'return','object':{'title':'Taille de chaussures incorrecte','reasoning':'Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.','contact_reason':'return'},'type':'contact-reason-classification'}],'knowledge-based-question-answering':[{'id':'7742d28a-dbb7-4c4f-8656-73d541769769','text':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','object':{'complete_answer':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','relevant_informations_from_document':[{'quote':'Nos magasins ouvrent du lundi au vendredi de 8h à 19h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en semaine.'},{'quote':'Nos magasins sont ouverts le weekend de 10h à 20h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en weekend.'}]},'type':'knowledge-based-question-answering'}]}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audio</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for tasks based on input audio (successful transcription)</strong></td>\n<td><strong>Task's input audio data object</strong></td>\n<td><code>audio:</code>  <br /><code>{'duration':64260}</code></td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for tasks based on input audio (successful transcription)</strong></td>\n<td><strong>Transcription results data object (timestamped transcription)</strong></td>\n<td><code>transcript:</code>  <br /><code>{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]}</code></td>\n</tr>\n<tr>\n<td><code>ai-insights</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>Key-Value Pairs :  <br />- The key represents the name of a specific AI analysis result  <br />- The value is an object that contains the results data specific to AI analysis</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for successful transcription and/or successful AI analyses</strong></td>\n<td><strong>AI analyses results data object</strong> <strong>(not empty in case of successful AI analyses)</strong>  <br />  <br /><strong>Payload Format (depending on AI analysis): More details in API documentation for each model</strong></td>\n<td><code>ai-insights:[]</code>  <br />  <br /><code>ai-insights:</code>  <br /><code>{'contact-reason-classification':[{'id':'b60dedeb-e092-4e98-a3a6-771b68adb657','text':'return','object':{'title':'Taille de chaussures incorrecte','reasoning':'Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.','contact_reason':'return'},'type':'contact-reason-classification'}],'knowledge-based-question-answering':[{'id':'7742d28a-dbb7-4c4f-8656-73d541769769','text':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','object':{'complete_answer':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','relevant_informations_from_document':[{'quote':'Nos magasins ouvrent du lundi au vendredi de 8h à 19h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en semaine.'},{'quote':'Nos magasins sont ouverts le weekend de 10h à 20h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en weekend.'}]},'type':'knowledge-based-question-answering'}]}</code></td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td>Array of tags generated, dedicated to AI analysis <code>'summarization'</code> (not empty in case of successful AI analyses)</td>\n<td><code>tags:</code>  <br /><code>['client_satisfaction','home_network','internet_service_provider','technical_support']</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.audio</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Input audio duration in milliseconds</td>\n<td><code>duration:64260</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript</td>\n<td><code>text:'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>diarized_text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Transcript including Agent/Client conversation lines (turns)  <br />  <br />- Conversation line (turn) separator : <code>'\\n\\n'</code>  <br />  <br />- Conversation line (turn) for Client starting with <code>Client:</code>  <br />  <br />- Conversation line (turn) for Agent starting with <code>Agent:</code></td>\n<td><code>diarized_text:'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>segments</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td>Transcript timestampted segments : Objects including plain text, speaker identification, start/end timestamps, duration, words <em>(Objects with data structure similar to transcript segment)</em> for fine-grained transcript usage</td>\n<td><code>segments:</code>  <br /><code>[{'id':'4413ba41-3c85-410c-bc1c-200974bad26d','text':'Oui, mes identifiants clients c'est 52 86 22-3F, non','start':30170,'end':42080,'duration':11910,'speaker':'first','words':[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}],'start_end_timestamps':'00:30-00:42'}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript.segments[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment</td>\n<td><code>text:'Oui, mes identifiants clients c'est 52 86 22-3F, non'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment</td>\n<td><code>end:42080,</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment</td>\n<td><code>duration:11910</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>words</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcript segment words : Objects with data structure similar to transcript segment</strong></td>\n<td><code>words:</code>  <br /><code>[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}]</code></td>\n</tr>\n<tr>\n<td><code>start_end_timestamps</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Timestamps of start and end time of transcript segment  <br />  <br />Format :  <br /><code>'start-end'</code>  <br />- start in <code>MM:SS</code>  <br />- end in <code>MM:SS</code></td>\n<td><code>start_end_timestamps:'00:30-00:42'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript.segments[i].words[j]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment's word</td>\n<td><code>id:'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment's word</td>\n<td><code>text:' Oui,'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment's word</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment's word</td>\n<td><code>end:30530</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment's word</td>\n<td><code>duration:360</code></td>\n</tr>\n<tr>\n<td><code>probability</code></td>\n<td>Double (2 decimals)</td>\n<td>REQUIRED</td>\n<td>Probability of transcript segment's word</td>\n<td><code>probability:0.95</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment's word  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>segment_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>segment_id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f9bcd6ae-5160-41ef-92bd-cde8145520c8","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"17d29684-9caf-4e5c-9963-ad4d128d4d90\",\n        \"status\": \"success\",\n        \"meta\": {\n            \"thread_id\": \"8954264\",\n            \"crm_ticket_id\": \"crm_123456\"\n        },\n        \"results\": {\n            \"ai-insights\": {\n                \"contact-reason-classification\": [\n                    {\n                        \"id\": \"b60dedeb-e092-4e98-a3a6-771b68adb657\",\n                        \"text\": \"return\",\n                        \"object\": {\n                            \"title\": \"Taille de chaussures incorrecte\",\n                            \"reasoning\": \"Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.\",\n                            \"contact_reason\": \"return\"\n                        },\n                        \"type\": \"contact-reason-classification\"\n                    }\n                ],\n                \"knowledge-based-question-answering\": [\n                    {\n                        \"id\": \"7742d28a-dbb7-4c4f-8656-73d541769769\",\n                        \"text\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\n                        \"object\": {\n                            \"complete_answer\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\n                            \"relevant_informations_from_document\": [\n                                {\n                                    \"quote\": \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\n                                    \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en semaine.\"\n                                },\n                                {\n                                    \"quote\": \"Nos magasins sont ouverts le weekend de 10h à 20h\",\n                                    \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en weekend.\"\n                                }\n                            ]\n                        },\n                        \"type\": \"knowledge-based-question-answering\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"c45f961c-435b-4d0b-9b93-5b08d71e52c0"}],"id":"f30fa02b-50ed-4920-8542-7097cd8d9cb8","_postman_id":"f30fa02b-50ed-4920-8542-7097cd8d9cb8","description":""},{"name":"Text-based analysis","item":[{"name":"Answer a question","item":[{"name":"Answer a question","id":"537319b3-f147-4706-b45e-7b59d308a945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"knowledge-based-question-answering\",\n    \"output_lang\": \"fr\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"knowledge_based_question_answering\": {\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\n                \"documents\": [\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\n                    \"Our shops are open in weekend from 10 am to 8pm\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Answer a question based on Knowledge Base documents, and have the resulting AI insight in the language of your choice.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"96931441-6a5a-48ac-a391-8016122c08b3","name":"Answer a question","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"knowledge-based-question-answering\",\n    \"output_lang\": \"fr\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"knowledge_based_question_answering\": {\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\n                \"documents\": [\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\n                    \"Our shops are open in weekend from 10 am to 8pm\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"417ab6ea-85aa-4193-9230-9643dcac7ae3\",\n    \"correlation_id\": \"2d581a55-eb70-449e-92f3-6898653d1e1f\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/417ab6ea-85aa-4193-9230-9643dcac7ae3?expires=1773764550&signature=40135084d9ae0c0ad4f4843cd3dad5beaa618a867c8535d1dd726ea050af020a\"\n}"}],"_postman_id":"537319b3-f147-4706-b45e-7b59d308a945"},{"name":"Get question answering status/result","id":"438c5ab9-8750-45e9-ad65-353114007da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"aafb75d9-66e1-4001-a911-d4e15b199ec9","name":"Get question answering status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/44616d01-c0c2-40b0-9d2e-39c64cedaad7"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"417ab6ea-85aa-4193-9230-9643dcac7ae3\",\n        \"correlation_id\": \"2d581a55-eb70-449e-92f3-6898653d1e1f\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"knowledge-based-question-answering\": [\n                    {\n                        \"id\": \"87ac6c01-d79e-4414-b105-fb9ec564925e\",\n                        \"text\": \"Les magasins ferment \\u00e0 19h du lundi au vendredi, et \\u00e0 20h le weekend.\",\n                        \"object\": {\n                            \"complete_answer\": \"Les magasins ferment \\u00e0 19h du lundi au vendredi, et \\u00e0 20h le weekend.\",\n                            \"relevant_informations_from_document\": [\n                                {\n                                    \"quote\": \"Nos magasins ouvrent du lundi au vendredi de 8h \\u00e0 19h\",\n                                    \"why_picked\": \"Indique l'heure de fermeture en semaine (19h).\"\n                                },\n                                {\n                                    \"quote\": \"Our shops are open in weekend from 10 am to 8pm\",\n                                    \"why_picked\": \"Indique l'heure de fermeture le weekend (8pm).\"\n                                }\n                            ]\n                        },\n                        \"type\": \"knowledge-based-question-answering\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"438c5ab9-8750-45e9-ad65-353114007da4"}],"id":"670661ab-0d02-4765-a710-e25ead0f8b7b","_postman_id":"670661ab-0d02-4765-a710-e25ead0f8b7b","description":""},{"name":"Detect contact reason","item":[{"name":"Detect the reason for contact","id":"88f7df88-805e-449a-a12b-26c7162956df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"contact-reason-classification\",\n    \"output_lang\": \"fr\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"contact_reason_classification\": {\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\n                \"reasons\": {\n                    \"return\": \"Échange\",\n                    \"cancellation\": \"Annulation\",\n                    \"refund\": \"Remboursement\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Detect the main reason for contact of your customer requests, from an input set of reasons, and have the resulting AI insight in the language of your choice.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"52b62ef0-c768-46c1-89f4-6e9716615265","name":"Detect the reason for contact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"contact-reason-classification\",\n    \"output_lang\": \"fr\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"contact_reason_classification\": {\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\n                \"reasons\": [\n                    \"Échange\",\n                    \"Annulation\",\n                    \"Remboursement\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"0191eaec-4d9e-40f8-acad-f2e30468dffe\",\n    \"correlation_id\": \"5619644d-6284-434c-ac3f-5e917798ab18\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/0191eaec-4d9e-40f8-acad-f2e30468dffe?expires=1773764608&signature=a4d906e4824803a56487e4d49a7de140a5d06061ab15c5666835e6838a767477\"\n}"}],"_postman_id":"88f7df88-805e-449a-a12b-26c7162956df"},{"name":"Get reason for contact detection status/result","id":"00b0579b-39bf-4ac4-86b3-9cb9c39f16be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bc5bf420-eb68-4359-82aa-b201832e80cd","name":"Get reason for contact detection status/result (Object input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/63fbea4b-3db1-4430-9072-5e5651d541f6"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"0191eaec-4d9e-40f8-acad-f2e30468dffe\",\n        \"correlation_id\": \"5619644d-6284-434c-ac3f-5e917798ab18\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"contact-reason-classification\": [\n                    {\n                        \"id\": \"eacccb34-430a-47ba-b42b-d37e82cafb09\",\n                        \"text\": \"return\",\n                        \"object\": {\n                            \"title\": \"Demande d'\\u00e9change de chaussures\",\n                            \"reasoning\": \"Le client indique qu'il a achet\\u00e9 une paire de chaussures en ligne mais qu'il s'est tromp\\u00e9 de taille. Il souhaite renvoyer le produit et recevoir une pointure sup\\u00e9rieure. Cette situation correspond \\u00e0 une demande d'\\u00e9change de produit.\",\n                            \"contact_reason\": \"return\"\n                        },\n                        \"type\": \"contact-reason-classification\"\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"90b1745e-185f-449a-8d75-a69f9296139f","name":"Get reason for contact detection status/result (Array input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/5edd5c51-425c-4ded-8be7-38dc0e8f82cf"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"0191eaec-4d9e-40f8-acad-f2e30468dffe\",\n        \"correlation_id\": \"5619644d-6284-434c-ac3f-5e917798ab18\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"contact-reason-classification\": [\n                    {\n                        \"id\": \"eacccb34-430a-47ba-b42b-d37e82cafb09\",\n                        \"text\": \"return\",\n                        \"object\": {\n                            \"title\": \"Demande d'\\u00e9change de chaussures\",\n                            \"reasoning\": \"Le client indique qu'il a achet\\u00e9 une paire de chaussures en ligne mais qu'il s'est tromp\\u00e9 de taille. Il souhaite renvoyer le produit et recevoir une pointure sup\\u00e9rieure. Cette situation correspond \\u00e0 une demande d'\\u00e9change de produit.\",\n                            \"contact_reason\": \"return\"\n                        },\n                        \"type\": \"contact-reason-classification\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"00b0579b-39bf-4ac4-86b3-9cb9c39f16be"}],"id":"00c24b0c-a604-43c8-8891-52a8894a5f8d","_postman_id":"00c24b0c-a604-43c8-8891-52a8894a5f8d","description":""},{"name":"Detect languages used","item":[{"name":"Detect languages used","id":"e1dd9add-4c6b-443a-b5ff-6cf4b4e7168a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"language-detection\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"language_detection\": {\n                \"text\": \"Hello, I have a problem with my order. Por favor, ¿pueden ayudarme?\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Identify the primary language and detect any other languages present in any text.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cedc5d0f-6ef3-4a41-b4d0-76d1f724d174","name":"Detect languages used (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"language-detection\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"language_detection\": {\n                \"text\": \"Hello, I have a problem with my order. Por favor, ¿pueden ayudarme?\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"4f1a9f40-2cd5-4b01-b3b9-0db4dcb60452\",\n    \"correlation_id\": \"e4f601d3-21a5-435b-9b67-10af50ad2ca8\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/4f1a9f40-2cd5-4b01-b3b9-0db4dcb60452?expires=1773764829&signature=06138ef87864be0bb78b8adec1077186e758f198ed3fc091d414aa3994449fae\"\n}"},{"id":"bdd5012d-7f9d-49e7-8ac4-8349fe9faf6c","name":"Get result (Example)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"4f1a9f40-2cd5-4b01-b3b9-0db4dcb60452\",\n    \"correlation_id\": \"e4f601d3-21a5-435b-9b67-10af50ad2ca8\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/4f1a9f40-2cd5-4b01-b3b9-0db4dcb60452?expires=1773764829&signature=06138ef87864be0bb78b8adec1077186e758f198ed3fc091d414aa3994449fae\"\n}"}],"_postman_id":"e1dd9add-4c6b-443a-b5ff-6cf4b4e7168a"},{"name":"Get language detection status/result","id":"a9bb3cda-175f-46ab-821e-11e370b2daf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f9d07287-6d28-48f4-8ac8-58f3cfc61208","name":"Get language detection status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/90123456-7890-abcd-ef12-34567890abcd"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"4f1a9f40-2cd5-4b01-b3b9-0db4dcb60452\",\n        \"correlation_id\": \"e4f601d3-21a5-435b-9b67-10af50ad2ca8\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"language-detection\": [\n                    {\n                        \"id\": \"a466357b-7f85-4bd0-b362-15145b59d17b\",\n                        \"text\": \"en\",\n                        \"object\": {\n                            \"main_language\": {\n                                \"name\": \"English\",\n                                \"iso_639\": \"en\"\n                            },\n                            \"other_languages\": [\n                                {\n                                    \"name\": \"Spanish\",\n                                    \"iso_639\": \"es\"\n                                }\n                            ]\n                        },\n                        \"type\": \"language-detection\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"a9bb3cda-175f-46ab-821e-11e370b2daf4"}],"id":"05b52bb3-534f-4ffe-871f-69334c4b8dc9","_postman_id":"05b52bb3-534f-4ffe-871f-69334c4b8dc9","description":""},{"name":"Detect satisfaction factors","item":[{"name":"Detect satisfaction factors","id":"11f49ee4-dabe-4a3f-838d-ae7198f875b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"satisfaction-factors\",\n    \"output_lang\": \"en\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"satisfaction_factors\": {\n                \"text\": \"The delivery was incredibly fast, which I loved. However, the product arrived with a scratch on the screen.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Analyze customer feedback to identify satisfaction drivers and irritants with topic-by-topic breakdown.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cedbd485-1bac-40b8-9b5a-ba8871196545","name":"Detect satisfaction factors (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"satisfaction-factors\",\n    \"output_lang\": \"en\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"satisfaction_factors\": {\n                \"text\": \"The delivery was incredibly fast, which I loved. However, the product arrived with a scratch on the screen.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"c3b393d4-1381-4889-a7ee-062cb3487885\",\n    \"correlation_id\": \"e8740389-5ec7-4a6e-84bc-0f5beeb00e36\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/c3b393d4-1381-4889-a7ee-062cb3487885?expires=1773765330&signature=98e7031ce883371556e6edcfc06109a94f7e4017d926e4d007d5cf64f9414591\"\n}"},{"id":"d2e06f12-9d99-451c-b2aa-2fd73c446302","name":"Get result (Example)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"c3b393d4-1381-4889-a7ee-062cb3487885\",\n    \"correlation_id\": \"e8740389-5ec7-4a6e-84bc-0f5beeb00e36\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/c3b393d4-1381-4889-a7ee-062cb3487885?expires=1773765330&signature=98e7031ce883371556e6edcfc06109a94f7e4017d926e4d007d5cf64f9414591\"\n}"}],"_postman_id":"11f49ee4-dabe-4a3f-838d-ae7198f875b2"},{"name":"Get satisfaction factors status/result","id":"91bb5ea7-4ed9-47e2-bff0-ce8d6f10a504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2f6bbd8c-9c7a-4631-aa96-7d4578b7792b","name":"Get satisfaction factors status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/12345678-90ab-cdef-1234-567890abcdef"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"c3b393d4-1381-4889-a7ee-062cb3487885\",\n        \"correlation_id\": \"e8740389-5ec7-4a6e-84bc-0f5beeb00e36\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"satisfaction-factors\": [\n                    {\n                        \"id\": \"ecee0b0a-5ab5-4597-a5c5-dced1a16bff1\",\n                        \"text\": \"3/5: Overall, the experience is mixed: excellent delivery speed but a significant issue with product condition lowers the overall satisfaction.\\n\\n\\n# Delivery Speed (5/5)\\nThe customer expresses strong satisfaction with the speed of delivery, indicating a positive experience in that area.\\n- The delivery was incredibly fast, which I loved.\\n\\n\\n# Product Condition (2/5)\\nThe customer is dissatisfied because the product arrived with a scratch on the screen, which negatively impacts the overall experience.\\n- the product arrived with a scratch on the screen.\\n\\n\\n\",\n                        \"object\": {\n                            \"factors\": [\n                                {\n                                    \"topic\": \"Delivery Speed\",\n                                    \"reasoning\": \"The customer expresses strong satisfaction with the speed of delivery, indicating a positive experience in that area.\",\n                                    \"verbatims\": [\n                                        \"The delivery was incredibly fast, which I loved.\"\n                                    ],\n                                    \"estimated_satisfaction\": 5\n                                },\n                                {\n                                    \"topic\": \"Product Condition\",\n                                    \"reasoning\": \"The customer is dissatisfied because the product arrived with a scratch on the screen, which negatively impacts the overall experience.\",\n                                    \"verbatims\": [\n                                        \"the product arrived with a scratch on the screen.\"\n                                    ],\n                                    \"estimated_satisfaction\": 2\n                                }\n                            ],\n                            \"global_analysis\": {\n                                \"concise\": \"3/5: Overall, the experience is mixed: excellent delivery speed but a significant issue with product condition lowers the overall satisfaction.\\n\\n\\n# Delivery Speed (5/5)\\nThe customer expresses strong satisfaction with the speed of delivery, indicating a positive experience in that area.\\n- The delivery was incredibly fast, which I loved.\\n\\n\\n# Product Condition (2/5)\\nThe customer is dissatisfied because the product arrived with a scratch on the screen, which negatively impacts the overall experience.\\n- the product arrived with a scratch on the screen.\\n\\n\\n\",\n                                \"reasoning\": \"Overall, the experience is mixed: excellent delivery speed but a significant issue with product condition lowers the overall satisfaction.\",\n                                \"estimated_satisfaction\": 3\n                            }\n                        },\n                        \"type\": \"satisfaction-factors\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"91bb5ea7-4ed9-47e2-bff0-ce8d6f10a504"}],"id":"53c96f05-5b9f-4a80-81e1-e9f5e71ac068","_postman_id":"53c96f05-5b9f-4a80-81e1-e9f5e71ac068","description":""},{"name":"Estimate rating","item":[{"name":"Estimate rating","id":"d07917d2-9ff0-4b08-813b-e6ef6960b73f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"rating-estimation\",\n    \"output_lang\": \"en\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"rating_estimation\": {\n                \"review\": \"Prime delivery is great, but when there's a problem, it's hard to contact them.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Analyze a customer review to determine a satisfaction score from 1 to 5 with justification.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b626199d-5bc0-4491-91c9-eaaeeed8d6da","name":"Estimate rating (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"rating-estimation\",\n    \"output_lang\": \"en\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"rating_estimation\": {\n                \"review\": \"Prime delivery is great, but when there's a problem, it's hard to contact them.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"ccbe1916-4303-4fea-aaf0-596ffc768f70\",\n    \"correlation_id\": \"0ffec411-c4b4-4d83-b6a7-c855eea5b693\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/ccbe1916-4303-4fea-aaf0-596ffc768f70?expires=1773765066&signature=77c4e104f549c3193fdfbc8e37f95b1be26c921f7ab561319027c20482246d0a\"\n}"}],"_postman_id":"d07917d2-9ff0-4b08-813b-e6ef6960b73f"},{"name":"Get rating estimation status/result","id":"c028f53d-4043-48a8-aeb0-9810e804c321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"33d2d6f4-3e69-4be2-bd17-f98c3113cd9b","name":"Get rating estimation status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/abcdef12-3456-7890-abcd-ef1234567890"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"ccbe1916-4303-4fea-aaf0-596ffc768f70\",\n        \"correlation_id\": \"0ffec411-c4b4-4d83-b6a7-c855eea5b693\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"rating-estimation\": [\n                    {\n                        \"id\": \"62e46e08-00e5-481c-9f71-75f88c7acfc1\",\n                        \"text\": null,\n                        \"object\": {\n                            \"score\": 3,\n                            \"reasoning\": \"The review praises Prime delivery but notes difficulty contacting support when issues arise, indicating a mixed experience.\"\n                        },\n                        \"type\": \"rating-estimation\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"c028f53d-4043-48a8-aeb0-9810e804c321"}],"id":"ab4414c2-ff36-47bd-a2b7-57fea48d49ff","_postman_id":"ab4414c2-ff36-47bd-a2b7-57fea48d49ff","description":""},{"name":"Extract email addresses","item":[{"name":"Extract email addresses","id":"69d79eb9-1220-4b87-b58a-49eee38a4f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"email-addresses-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"Please contact support@company.com for help or reach out to sales@new-domain.net.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Extract email addresses from any text.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3ca8736d-91ae-4ede-ac2e-9e2940ef37c7","name":"Extract email addresses (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"email-addresses-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"Please contact support@company.com for help or reach out to sales@new-domain.net.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"75b70cdb-7124-475a-b38e-a8fcfd809223\",\n    \"correlation_id\": \"1e4d4329-0abb-4bac-82bb-9d6e39315994\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/75b70cdb-7124-475a-b38e-a8fcfd809223?expires=1773764665&signature=86e8e0e69280744b59fcd7c4500d4f212e9503a53454e7dd5b9940e32a9ca4c6\"\n}"}],"_postman_id":"69d79eb9-1220-4b87-b58a-49eee38a4f96"},{"name":"Get email addresses extraction status/result","id":"c329bd75-5d65-4b09-81e4-8e59b5e53fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7e986909-0ba5-422d-81bf-cab32c7c2957","name":"Get email addresses extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/e42e4313-2d2b-4207-a506-616147614216"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"75b70cdb-7124-475a-b38e-a8fcfd809223\",\n        \"correlation_id\": \"1e4d4329-0abb-4bac-82bb-9d6e39315994\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"email-addresses-extraction\": [\n                    {\n                        \"id\": \"dc231457-5be3-40e7-9007-76172830fcd1\",\n                        \"text\": null,\n                        \"object\": {\n                            \"emails\": [\n                                \"support@company.com\",\n                                \"sales@new-domain.net\"\n                            ]\n                        },\n                        \"type\": \"email-addresses-extraction\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"c329bd75-5d65-4b09-81e4-8e59b5e53fa9"}],"id":"f80b6714-3ddf-45cf-890a-2c086ae9937f","_postman_id":"f80b6714-3ddf-45cf-890a-2c086ae9937f","description":""},{"name":"Extract locations","item":[{"name":"Extract locations","id":"1fc534e0-2790-4fe1-9104-6efafbbf07a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"locations-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"I need to take a plane from Paris to go to Los Angeles please.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Extract geographical locations, such as cities, countries, and states, from any text.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9d1b5f55-ec22-427e-8646-5c9863033c64","name":"Extract locations (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"locations-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"I need to take a plane from Paris to go to Los Angeles please.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"281d6c98-f6ed-47d6-b2a1-046f48c747a5\",\n    \"correlation_id\": \"6b7f0ac0-7529-4b8c-b0c9-67089dfaf30c\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/281d6c98-f6ed-47d6-b2a1-046f48c747a5?expires=1773764719&signature=e5a90957056bb4e2eef48d43931243c6de997b0dbbf579f2559634c15303737b\"\n}"}],"_postman_id":"1fc534e0-2790-4fe1-9104-6efafbbf07a0"},{"name":"Get locations extraction status/result","id":"6b8fea89-e56e-4883-8405-d41e73d2d5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ac3cabe6-59f6-4d8b-bc61-9fb532bca49e","name":"Get locations extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/a1b2c3d4-e5f6-7890-1234-567890abcdef"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"281d6c98-f6ed-47d6-b2a1-046f48c747a5\",\n        \"correlation_id\": \"6b7f0ac0-7529-4b8c-b0c9-67089dfaf30c\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"locations-extraction\": [\n                    {\n                        \"id\": \"74f62531-df49-4e1e-bbc4-8402961a4985\",\n                        \"text\": null,\n                        \"object\": {\n                            \"locations\": [\n                                \"Paris\",\n                                \"Los Angeles\"\n                            ]\n                        },\n                        \"type\": \"locations-extraction\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"6b8fea89-e56e-4883-8405-d41e73d2d5e3"}],"id":"49e64e59-84ad-4d46-bdf1-ad44250509e1","_postman_id":"49e64e59-84ad-4d46-bdf1-ad44250509e1","description":""},{"name":"Extract mail tags","item":[{"name":"Extract mail tags","id":"e56e72fe-b5ad-459f-bb1e-a1d2683478a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"email-multiclass-tagging\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"email_multiclass_tagging\": {\n                \"subject\": \"[SUPPORT] Nouveau ticket - Problème ordinateur\",\n                \"content\": \"<div> <div> Bonjour, </div> <div> <br /> </div> <div> J&#39;ai un problème avec mon ordinateur ! </div> <div> Pourriez-vous m&#39;aider à trouver une solution ? Combien coute la réparation ? </div> <div> <br /> </div> <div> Merci énormément :) <br /> </div> <div> <br /> </div> <div> Bien à vous, </div> <div> <br /> </div> <div> <br /> </div> <div> Cordialement, </div> <div> <br /> </div> <div> Alain Dupont <br /> </div> </div>\",\n                \"tags\": {\n                    \"Problème Technique\": \"Problème technique\",\n                    \"Devis\": \"Demande de Prix, Devis, Coût de Réparation\",\n                    \"Recherche de Produit\": \"Recherche de Produit, de références\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Extract the mail tags from your customer mail/case/ticketing requests, from an input set of tags.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d84ecd62-ae7c-474b-a416-63e281d8668a","name":"Extract mail tags","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"email-multiclass-tagging\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"email_multiclass_tagging\": {\n                \"subject\": \"[SUPPORT] Nouveau ticket - Problème ordinateur\",\n                \"content\": \"<div> <div> Bonjour, </div> <div> <br /> </div> <div> J&#39;ai un problème avec mon ordinateur ! </div> <div> Pourriez-vous m&#39;aider à trouver une solution ? Combien coute la réparation ? </div> <div> <br /> </div> <div> Merci énormément :) <br /> </div> <div> <br /> </div> <div> Bien à vous, </div> <div> <br /> </div> <div> <br /> </div> <div> Cordialement, </div> <div> <br /> </div> <div> Alain Dupont <br /> </div> </div>\",\n                \"tags\": {\n                    \"Problème Technique\": \"Problème technique\",\n                    \"Devis\": \"Demande de Prix, Devis, Coût de Réparation\",\n                    \"Recherche de Produit\": \"Recherche de Produit, de références\"\n                }\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"e7e80415-ab10-4660-b3e0-1922099ca330\",\n    \"correlation_id\": \"d0615a13-c829-49af-b486-73f860005dc5\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/e7e80415-ab10-4660-b3e0-1922099ca330?expires=1773765134&signature=3b99765b26f21d2c4c89d7f6b45610ebd178796f9fb9518198466dcb48b595f0\"\n}"}],"_postman_id":"e56e72fe-b5ad-459f-bb1e-a1d2683478a9"},{"name":"Get mail tags extraction status/result","id":"0626ff3c-7fc8-4571-98b6-6e1882197992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e07b57a7-c9c0-48c7-bbdc-1f42ef69a33e","name":"Get mail tags extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/5ac90013-524f-4dee-9cc2-06b08258fb7a"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"e7e80415-ab10-4660-b3e0-1922099ca330\",\n        \"correlation_id\": \"d0615a13-c829-49af-b486-73f860005dc5\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"email-multiclass-tagging\": [\n                    {\n                        \"id\": \"3e349e0a-1b18-43b6-8256-19bd0e45aaae\",\n                        \"text\": \"Devis|Probl\\u00e8me Technique\",\n                        \"object\": {\n                            \"matches\": {\n                                \"Devis\": true,\n                                \"Probl\\u00e8me Technique\": true,\n                                \"Recherche de Produit\": false\n                            },\n                            \"reasonings\": {\n                                \"Devis\": \"L\\u2019e\\u2011mail de M. Dupont exprime un probl\\u00e8me avec son ordinateur et demande de l\\u2019aide pour trouver une solution, ainsi que le co\\u00fbt de la r\\u00e9paration. Le contenu contient donc une demande de devis ou de prix pour la r\\u00e9paration. Le tag \\u00ab Devis \\u00bb correspond exactement \\u00e0 cette requ\\u00eate, car il est destin\\u00e9 aux demandes de prix, devis ou co\\u00fbt de r\\u00e9paration. Par cons\\u00e9quent, le tag s\\u2019applique \\u00e0 cet e\\u2011mail.\",\n                                \"Probl\\u00e8me Technique\": \"L\\u2019e\\u2011mail de M. Dupont indique clairement qu\\u2019il rencontre un probl\\u00e8me avec son ordinateur et demande de l\\u2019aide ainsi qu\\u2019une estimation des co\\u00fbts de r\\u00e9paration. Le contenu d\\u00e9crit un probl\\u00e8me technique li\\u00e9 \\u00e0 un mat\\u00e9riel informatique. Le tag \\u00ab Probl\\u00e8me Technique \\u00bb correspond exactement \\u00e0 cette situation, car il d\\u00e9signe un probl\\u00e8me technique. Aucun autre tag n\\u2019est requis et aucune information suppl\\u00e9mentaire n\\u2019est n\\u00e9cessaire pour confirmer l\\u2019applicabilit\\u00e9 du tag. Par cons\\u00e9quent, le tag s\\u2019applique.\"\n                            },\n                            \"matches_count\": 2,\n                            \"classifications\": [\n                                \"Devis\",\n                                \"Probl\\u00e8me Technique\"\n                            ],\n                            \"estimated_probability\": {\n                                \"Devis\": 0.875,\n                                \"Probl\\u00e8me Technique\": 0.875,\n                                \"Recherche de Produit\": null\n                            }\n                        },\n                        \"type\": \"email-multiclass-tagging\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"0626ff3c-7fc8-4571-98b6-6e1882197992"}],"id":"07f8b372-6ace-4848-b941-08d9e8b9f868","_postman_id":"07f8b372-6ace-4848-b941-08d9e8b9f868","description":""},{"name":"Extract monetary values","item":[{"name":"Extract monetary values","id":"c070008b-920a-4baf-bf87-f26de1dfddc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"monetary-values-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"I'd love to pay this computer with Windows Vista at 10.000 dollars, I think it's a good deal.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Extract and normalize all monetary values, including currency and amount, from text.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cc5eaae6-7061-44da-a248-b6dc6dc49fc0","name":"Extract monetary values (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"monetary-values-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"I'd love to pay this computer with Windows Vista at 10.000 dollars, I think it's a good deal.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"98ead3a0-0033-488f-9770-6d15713cf2da\",\n    \"correlation_id\": \"abf9a695-5d91-47f7-b38a-ebd63c8632c2\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/98ead3a0-0033-488f-9770-6d15713cf2da?expires=1773764772&signature=f1537cb8ffc686e1c32571d86ff8f2635de07af663e96717779cd86c77e3a092\"\n}"},{"id":"f2ac977f-c809-4d39-9852-b109babd1872","name":"Get result (Example)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"98ead3a0-0033-488f-9770-6d15713cf2da\",\n    \"correlation_id\": \"abf9a695-5d91-47f7-b38a-ebd63c8632c2\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/98ead3a0-0033-488f-9770-6d15713cf2da?expires=1773764772&signature=f1537cb8ffc686e1c32571d86ff8f2635de07af663e96717779cd86c77e3a092\"\n}"}],"_postman_id":"c070008b-920a-4baf-bf87-f26de1dfddc5"},{"name":"Get monetary values extraction status/result","id":"0ce5fa49-5a42-474f-b74f-94729ebcde2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b257f0e5-e634-4486-add6-cd3a7e70efb4","name":"Get monetary values extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/b2c3d4e5-f678-9012-3456-7890abcdef12"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"98ead3a0-0033-488f-9770-6d15713cf2da\",\n        \"correlation_id\": \"abf9a695-5d91-47f7-b38a-ebd63c8632c2\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"monetary-values-extraction\": [\n                    {\n                        \"id\": \"5c1e0ae2-2e50-4c75-97ea-5d53851e6706\",\n                        \"text\": null,\n                        \"object\": {\n                            \"monetary_values\": [\n                                {\n                                    \"value\": 10000,\n                                    \"currency\": \"USD\",\n                                    \"extracted\": \"10.000 dollars\"\n                                }\n                            ]\n                        },\n                        \"type\": \"monetary-values-extraction\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"0ce5fa49-5a42-474f-b74f-94729ebcde2e"}],"id":"616dca13-3965-411b-8bb1-8c4970cd286a","_postman_id":"616dca13-3965-411b-8bb1-8c4970cd286a","description":""},{"name":"Extract person names","item":[{"name":"Extract person names","id":"1818714b-1fa0-4aa1-8fbe-8660b53a597d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"names-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"Do you think Jessica Jones is a good comic, Aziz?\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Identify and extract full names of people from any text.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"43faeda7-b70d-4997-a224-8d601fa0abee","name":"Extract person names (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"names-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"Do you think Jessica Jones is a good comic, Aziz?\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"3b8b34f6-040c-4a79-8e35-403ea007df43\",\n    \"correlation_id\": \"2d6b847c-24b0-488c-9848-3eff5882e2db\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/3b8b34f6-040c-4a79-8e35-403ea007df43?expires=1773764886&signature=04273a2c89e4cd57954ef892e7cdd0a188e106cc7faee0d427aa1d0d6397a6a3\"\n}"},{"id":"c8100401-26d3-4aea-b75c-e8e837ce7a02","name":"Get result (Example)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"3b8b34f6-040c-4a79-8e35-403ea007df43\",\n    \"correlation_id\": \"2d6b847c-24b0-488c-9848-3eff5882e2db\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/3b8b34f6-040c-4a79-8e35-403ea007df43?expires=1773764886&signature=04273a2c89e4cd57954ef892e7cdd0a188e106cc7faee0d427aa1d0d6397a6a3\"\n}"}],"_postman_id":"1818714b-1fa0-4aa1-8fbe-8660b53a597d"},{"name":"Get person names extraction status/result","id":"fc5d5d12-ff42-4120-ad0b-8e47ad3a03a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6a0ceb33-4264-4d35-ad2d-fb6d7a128326","name":"Get person names extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/c3d4e5f6-7890-1234-5678-90abcdef1234"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"3b8b34f6-040c-4a79-8e35-403ea007df43\",\n        \"correlation_id\": \"2d6b847c-24b0-488c-9848-3eff5882e2db\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"names-extraction\": [\n                    {\n                        \"id\": \"8382a1b1-fe91-44aa-8755-7202d3fb4a0c\",\n                        \"text\": null,\n                        \"object\": {\n                            \"names\": [\n                                \"Jessica Jones\",\n                                \"Aziz\"\n                            ]\n                        },\n                        \"type\": \"names-extraction\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"fc5d5d12-ff42-4120-ad0b-8e47ad3a03a2"}],"id":"bae1e4b1-31f8-40a8-8302-393b7d162c89","_postman_id":"bae1e4b1-31f8-40a8-8302-393b7d162c89","description":""},{"name":"Extract phone numbers","item":[{"name":"Extract phone numbers","id":"e0f98479-5eb3-44ed-9737-4f2fdc2555e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"phone-numbers-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"My number is 06.12.34.56.78. You can also call the switchboard at (01) 44 55 66 77.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Extract phone numbers in various formats, including local and international, from any text.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"76dfcb55-56a4-4a7f-bd9b-e88ff92db57b","name":"Extract phone numbers (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"phone-numbers-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"My number is 06.12.34.56.78. You can also call the switchboard at (01) 44 55 66 77.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"8eae6f89-2af5-45d0-acae-2e519eed2ec9\",\n    \"correlation_id\": \"09e2af39-b564-4a98-8e7d-5dcb2edf1569\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/8eae6f89-2af5-45d0-acae-2e519eed2ec9?expires=1773764995&signature=0116f0e089321f9af4b0e3d9059735fcde445aae17806226967b10a3da7d157d\"\n}"}],"_postman_id":"e0f98479-5eb3-44ed-9737-4f2fdc2555e5"},{"name":"Get phone numbers extraction status/result","id":"7c206e17-e82c-444b-b04f-aa537c19057d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c145ad8b-07f9-451a-b0c3-4635cbec1e70","name":"Get phone numbers extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/d4e5f678-9012-3456-7890-abcdef123456"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"8eae6f89-2af5-45d0-acae-2e519eed2ec9\",\n        \"correlation_id\": \"09e2af39-b564-4a98-8e7d-5dcb2edf1569\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"phone-numbers-extraction\": [\n                    {\n                        \"id\": \"8165b3db-6820-4f3e-b463-9e1cf8090aae\",\n                        \"text\": null,\n                        \"object\": {\n                            \"phone_numbers\": [\n                                \"06.12.34.56.78\",\n                                \"(01) 44 55 66 77\"\n                            ]\n                        },\n                        \"type\": \"phone-numbers-extraction\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"7c206e17-e82c-444b-b04f-aa537c19057d"}],"id":"54648817-46f5-4f98-b776-7e15b2af5269","_postman_id":"54648817-46f5-4f98-b776-7e15b2af5269","description":""},{"name":"Extract products","item":[{"name":"Extract products","id":"4c81ce62-3de8-48a1-a786-fae87e513b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"products-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"I need to return my iPhone 15 and also the home insurance policy I signed up for.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Identify and extract mentions of products and services, both branded and generic, from any text.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"47c57b75-f9c8-44b6-9d51-17eff5b51326","name":"Extract products (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"products-extraction\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"I need to return my iPhone 15 and also the home insurance policy I signed up for.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"779cdafc-160b-4f6f-986e-64f27f1aa8d4\",\n    \"correlation_id\": \"1df05655-e75a-42d9-a973-287fb765c3b2\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/779cdafc-160b-4f6f-986e-64f27f1aa8d4?expires=1773764941&signature=c0a965f28ee0f72830b2628244e318a2d548edc52e6dc77fed060474d6aa75f6\"\n}"}],"_postman_id":"4c81ce62-3de8-48a1-a786-fae87e513b41"},{"name":"Get products extraction status/result","id":"949518a0-62e0-4b6c-9b7e-9f7381a4ed2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fcba7cce-69af-4999-b3b9-e1a519dcc6a8","name":"Get products extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/e5f67890-1234-5678-90ab-cdef12345678"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"779cdafc-160b-4f6f-986e-64f27f1aa8d4\",\n        \"correlation_id\": \"1df05655-e75a-42d9-a973-287fb765c3b2\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"products-extraction\": [\n                    {\n                        \"id\": \"ccbfe286-8d51-465d-b387-a1b2cd4bafc6\",\n                        \"text\": null,\n                        \"object\": {\n                            \"products\": [\n                                \"iPhone 15\",\n                                \"home insurance policy\"\n                            ]\n                        },\n                        \"type\": \"products-extraction\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"949518a0-62e0-4b6c-9b7e-9f7381a4ed2f"}],"id":"e54ec3a4-d7f1-4163-a1bf-52c4782edbec","_postman_id":"e54ec3a4-d7f1-4163-a1bf-52c4782edbec","description":""},{"name":"Extract touchpoints","item":[{"name":"Extract touchpoints","id":"d0ec393f-b3b0-44d1-afa0-8cf803bd3858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"touchpoints-extraction\",\n    \"output_lang\": \"en\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"My delivery is late and I can't log in to my account to track it.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Identify and categorize key customer interactions (touchpoints), such as a product update or a billing inquiry.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c81b9073-14ef-4876-93c5-49e17aa79c25","name":"Extract touchpoints (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"touchpoints-extraction\",\n    \"output_lang\": \"en\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"named_entity_recognition\": {\n                \"text\": \"My delivery is late and I can't log in to my account to track it.\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"6c2ccebb-bbe9-4021-82e3-a7763759b6c6\",\n    \"correlation_id\": \"6c575d05-9b33-4747-b102-b6098e769e35\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/6c2ccebb-bbe9-4021-82e3-a7763759b6c6?expires=1773765205&signature=51f755f378c998987311c5305e168e326b56d6c8aeb8dc2da6bcebd0636e0dd6\"\n}"}],"_postman_id":"d0ec393f-b3b0-44d1-afa0-8cf803bd3858"},{"name":"Get touchpoints extraction status/result","id":"eaf53641-5155-44e5-8cac-2c57bb6ba1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bd421222-4824-4f06-b25f-784777c650f9","name":"Get touchpoints extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/f6789012-3456-7890-abcd-ef1234567890"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"6c2ccebb-bbe9-4021-82e3-a7763759b6c6\",\n        \"correlation_id\": \"6c575d05-9b33-4747-b102-b6098e769e35\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"touchpoints-extraction\": [\n                    {\n                        \"id\": \"fbeb4ee9-b568-480a-8887-3608efeb5a3e\",\n                        \"text\": null,\n                        \"object\": {\n                            \"touchpoints\": [\n                                {\n                                    \"verbatim\": \"log in to my account to track it\",\n                                    \"interaction\": \"Website login\"\n                                }\n                            ]\n                        },\n                        \"type\": \"touchpoints-extraction\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"eaf53641-5155-44e5-8cac-2c57bb6ba1a7"}],"id":"1a694c7e-86e8-4918-a023-2d03a2f8201b","_postman_id":"1a694c7e-86e8-4918-a023-2d03a2f8201b","description":""},{"name":"Translate text","item":[{"name":"Get translation status/result","id":"d8202f95-c8dd-4329-9cd6-53888aceec40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"217d8600-4b7f-429c-b240-6176772d3abc","name":"Get translation status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/7890abcd-ef12-3456-7890-abcdef123456"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"7dcd4914-40b4-4b38-98ae-d67f7473f17f\",\n        \"correlation_id\": \"4cc3dcbb-326b-46d0-917f-daa2f9e892b1\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"translation\": [\n                    {\n                        \"id\": \"7b78f9b9-3daf-4906-baad-2bb592992509\",\n                        \"text\": \"I would like to modify my order because I chose the wrong size. Could you help me?\",\n                        \"object\": {\n                            \"translated_text\": \"I would like to modify my order because I chose the wrong size. Could you help me?\"\n                        },\n                        \"type\": \"translation\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"d8202f95-c8dd-4329-9cd6-53888aceec40"},{"name":"Translate text","id":"d4c71082-969b-449c-9f67-1a84de88ccc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"translation\",\n    \"output_lang\": \"en\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"translation\": {\n                \"text\": \"Je souhaite modifier ma commande car je me suis trompé de taille. Pourriez-vous m'aider ?\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Translate text from a source language to a target language.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7ba19021-f2d4-4d04-aabe-b5d9fc97faea","name":"Translate text (JSON)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"task\": \"translation\",\n    \"output_lang\": \"en\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"translation\": {\n                \"text\": \"Je souhaite modifier ma commande car je me suis trompé de taille. Pourriez-vous m'aider ?\"\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"7dcd4914-40b4-4b38-98ae-d67f7473f17f\",\n    \"correlation_id\": \"4cc3dcbb-326b-46d0-917f-daa2f9e892b1\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/7dcd4914-40b4-4b38-98ae-d67f7473f17f?expires=1773765263&signature=69d4d68231d49f6181460e2b0a56d73115c297b72c7b29d2f6edf6c4c51a243e\"\n}"},{"id":"bda8d5a8-0ae3-49f4-ab8f-a9e2e6718a75","name":"Get result (Example)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"7dcd4914-40b4-4b38-98ae-d67f7473f17f\",\n    \"correlation_id\": \"4cc3dcbb-326b-46d0-917f-daa2f9e892b1\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/7dcd4914-40b4-4b38-98ae-d67f7473f17f?expires=1773765263&signature=69d4d68231d49f6181460e2b0a56d73115c297b72c7b29d2f6edf6c4c51a243e\"\n}"}],"_postman_id":"d4c71082-969b-449c-9f67-1a84de88ccc8"}],"id":"2c525583-fc7a-46f0-b372-cb9a6b232a56","_postman_id":"2c525583-fc7a-46f0-b372-cb9a6b232a56","description":""},{"name":"Run multiple AI analyses","item":[{"name":"Run multiple AI analyses","id":"ad1bd51d-4a4b-4802-a61e-fa62256105d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"tasks\": [\n        \"contact-reason-classification\",\n        \"knowledge-based-question-answering\"\n    ],\n    \"output_lang\": \"fr\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"contact_reason_classification\": {\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\n                \"reasons\": {\n                    \"return\": \"Échange\",\n                    \"cancellation\": \"Annulation\",\n                    \"refund\": \"Remboursement\"\n                }\n            },\n            \"knowledge_based_question_answering\": {\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\n                \"documents\": [\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\n                    \"Our shops are open in weekend from 10 am to 8pm\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks","description":"<p>Run multiple AI analyses simultaneously, based on text input, and have the resulting AI insights in the language of your choice.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","text-tasks"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0201f28e-67c0-4d8c-adfd-4442ac976eb1","name":"Run multiple AI analyses","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"tasks\": [\n        \"contact-reason-classification\",\n        \"knowledge-based-question-answering\"\n    ],\n    \"output_lang\": \"fr\",\n    \"configuration\": {\n        \"input_parameters\": {\n            \"contact_reason_classification\": {\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\n                \"reasons\": {\n                    \"return\": \"Échange\",\n                    \"cancellation\": \"Annulation\",\n                    \"refund\": \"Remboursement\"\n                }\n            },\n            \"knowledge_based_question_answering\": {\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\n                \"documents\": [\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\n                    \"Our shops are open in weekend from 10 am to 8pm\"\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/job/text-tasks"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"17d29684-9caf-4e5c-9963-ad4d128d4d90\",\n    \"job_status_endpoint_url\": \"{{baseUrl}}/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90?expires=1724797667&signature=0e503c2254984139b3269542272a0c3cc534cdeccd9f24a84f62128e4fde72fa\"\n}"}],"_postman_id":"ad1bd51d-4a4b-4802-a61e-fa62256105d5"},{"name":"Get multiple AI analyses status/result","id":"ae23ec23-b3ee-45c4-b1b0-fbba547848a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"path":["api","job","status",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"716a7a30-1696-4eda-9df3-f2697cd4324a","name":"Get multiple AI analyses status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"17d29684-9caf-4e5c-9963-ad4d128d4d90\",\n        \"status\": \"success\",\n        \"results\": {\n            \"ai-insights\": {\n                \"contact-reason-classification\": [\n                    {\n                        \"id\": \"b60dedeb-e092-4e98-a3a6-771b68adb657\",\n                        \"text\": \"return\",\n                        \"object\": {\n                            \"title\": \"Taille de chaussures incorrecte\",\n                            \"reasoning\": \"Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.\",\n                            \"contact_reason\": \"return\"\n                        },\n                        \"type\": \"contact-reason-classification\"\n                    }\n                ],\n                \"knowledge-based-question-answering\": [\n                    {\n                        \"id\": \"7742d28a-dbb7-4c4f-8656-73d541769769\",\n                        \"text\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\n                        \"object\": {\n                            \"complete_answer\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\n                            \"relevant_informations_from_document\": [\n                                {\n                                    \"quote\": \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\n                                    \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en semaine.\"\n                                },\n                                {\n                                    \"quote\": \"Nos magasins sont ouverts le weekend de 10h à 20h\",\n                                    \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en weekend.\"\n                                }\n                            ]\n                        },\n                        \"type\": \"knowledge-based-question-answering\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"ae23ec23-b3ee-45c4-b1b0-fbba547848a6"}],"id":"1ee1a85a-cb91-4df6-b66e-94d080d74480","_postman_id":"1ee1a85a-cb91-4df6-b66e-94d080d74480","description":""}],"id":"73d154bd-96a2-44a2-9a3a-e12ce48a7b72","_postman_id":"73d154bd-96a2-44a2-9a3a-e12ce48a7b72","description":""},{"name":"Webhook Callback description","item":[],"id":"b85cd51c-1f8c-4045-aa10-fe8e8f533815","_postman_id":"b85cd51c-1f8c-4045-aa10-fe8e8f533815","description":""},{"name":"[Legacy]","item":[{"name":"Detect languages used (LEGACY)","id":"faca1ae5-e29a-4a72-907d-7a0676407770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Dans le centre-ville de Nancy, le stationnement est devenu un calvaire pour la plupart des habitants qui ne possèdent pas de garage\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_languages","description":"<p>Detect the main language and portions of other languages used in a text</p>\n","urlObject":{"path":["api","models","extract_languages"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1874f16c-68d2-4c9b-ad18-1500b6ca2ad5","name":"Detect languages used - Single language","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Dans le centre-ville de Nancy, le stationnement est devenu un calvaire pour la plupart des habitants qui ne possèdent pas de garage\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_languages"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"extract_languages\": {\n        \"classifications\": {\n            \"general\": {\n                \"tag_name\": \"fr\",\n                \"confidence\": 1\n            },\n            \"detailed\": [\n                {\n                    \"tag_name\": \"fr\",\n                    \"confidence\": 1,\n                    \"extracted_text\": \"Dans le centre-ville de Nancy, le stationnement est devenu un calvaire pour la plupart des habitants qui ne possèdent pas de garage\"\n                }\n            ]\n        },\n        \"textual\": \"fr\"\n    }\n}"},{"id":"46ee2e02-042b-4b33-aed0-22ed6262c725","name":"Detect languages used - Multiple languages","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"este modelo es muy interesante. Thank you\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_languages"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"extract_languages\": {\n        \"classifications\": {\n            \"general\": {\n                \"tag_name\": \"es\",\n                \"confidence\": 1\n            },\n            \"detailed\": [\n                {\n                    \"tag_name\": \"es\",\n                    \"confidence\": 1,\n                    \"extracted_text\": \"este modelo es muy interesante.\"\n                },\n                {\n                    \"tag_name\": \"en\",\n                    \"confidence\": 0.43,\n                    \"extracted_text\": \"Thank you\"\n                }\n            ]\n        },\n        \"textual\": \"es\"\n    }\n}"}],"_postman_id":"faca1ae5-e29a-4a72-907d-7a0676407770"},{"name":"Detect the reason for contact (LEGACY)","id":"19ce262c-5552-4656-a15c-b0969d21c3e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\n    \"tags\": [\n        \"Échange\",\n        \"Annulation\",\n        \"Remboursement\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/contact_reason","description":"<p>Detect the reason for contact of your incoming requests, with no data required and no additional training</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><p><code>text</code>: Input text</p>\n</li>\n<li><p><code>tags</code>: Set of reasons for contact that can be detected</p>\n</li>\n</ul>\n","urlObject":{"path":["api","models","contact_reason"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"51c5e219-ae11-43ca-81f6-cd0563eeab07","name":"Detect the reason for contact (DEPRECATED)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\n    \"tags\": [\n        \"Échange\",\n        \"Annulation\",\n        \"Remboursement\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/contact_reason"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_reason\": {\n        \"textual\": \"Échange (77%)\",\n        \"tag\": \"Échange\",\n        \"score\": 0.7639803886413574\n    }\n}"}],"_postman_id":"19ce262c-5552-4656-a15c-b0969d21c3e1"},{"name":"Estimate the rating expressed in a review (LEGACY)","id":"a496863e-31b3-476e-bb2c-c18d576a8a08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Livraison Prime super, mais quand il y a un souci, pas évident de les contacter\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/stars_estimation","description":"<p>Estimate the rating expressed in a text review from 1 (negative) to 5 (positive)</p>\n","urlObject":{"path":["api","models","stars_estimation"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cb1a8e97-f67e-41c2-9521-ae6d9095bd9a","name":"Estimate the rating expressed in a review","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Livraison Prime super, mais quand il y a un souci, pas évident de les contacter\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/stars_estimation"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"stars_estimation\": {\n        \"score\": 3,\n        \"accuracy\": 0.5222077369689941,\n        \"textual\": \"3\"\n    }\n}"}],"_postman_id":"a496863e-31b3-476e-bb2c-c18d576a8a08"},{"name":"Extract email addresses (LEGACY)","id":"c395688d-20e8-47f1-a120-e764fda10d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"j'ai changé d'adresse email et ce n'est plus michael@jordan.com mais michael.jordan@gmail.com, merci de faire le changement\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_emails","description":"<p>Detect on the fly which email addresses are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr, en)</li>\n</ul>\n","urlObject":{"path":["api","models","extract_emails"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bae2eb8d-64bd-444f-bfee-4097005a1e4a","name":"Extract email addresses","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"j'ai changé d'adresse email et ce n'est plus michael@jordan.com mais michael.jordan@gmail.com, merci de faire le changement\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_emails"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"extract_emails\": [\n        \"michael@jordan.com\",\n        \"michael.jordan@gmail.com\"\n    ]\n}"}],"_postman_id":"c395688d-20e8-47f1-a120-e764fda10d67"},{"name":"Extract locations (LEGACY)","id":"530e31ba-00ac-436c-bc65-e788b8f65cbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"j’ai commandé un colis et il devait arriver par chronopost à Reims mais il a été livré à celui de Champfleury\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_locations","description":"<p>Detect on the fly which locations are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr, en)</li>\n</ul>\n","urlObject":{"path":["api","models","extract_locations"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f5c44d3c-163e-47eb-b99d-91e48fde554e","name":"Extract locations","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"j’ai commandé un colis et il devait arriver par chronopost à Reims mais il a été livré à celui de Champfleury\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_locations"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"extract_locations\": [\n        \"Reims\",\n        \"Champfleury\"\n    ]\n}"}],"_postman_id":"530e31ba-00ac-436c-bc65-e788b8f65cbb"},{"name":"Extract monetary values (LEGACY)","id":"ece57051-ff65-4255-8203-17328e698163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Je suis prêt à payer jusqu'à 45€ pour ce jean, et 26 euros pour le pull\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_currencies","description":"<p>Detect on the fly which monetary values (multi-currency) are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr, en)</li>\n</ul>\n","urlObject":{"path":["api","models","extract_currencies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4a3a002e-8dd4-4c59-9245-dea492cc110d","name":"Extract monetary values","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Je suis prêt à payer jusqu'à 45€ pour ce jean, et 26 euros pour le pull\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_currencies"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"extract_currencies\": {\n        \"currencies\": [\n            \"45€\",\n            \"26 euros\"\n        ]\n    }\n}"}],"_postman_id":"ece57051-ff65-4255-8203-17328e698163"},{"name":"Extract person names (LEGACY)","id":"0e5e1514-5a19-4299-ba5a-4c55f0bf4c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Salut c'est monsieur Jean Marc Bidule, je suis avec mon confrère Monsieur Ahmed Ben-Ballar, nous aimerions acquérir la propriété de Marie De-Lajat\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_advanced_persons","description":"<p>Detect on the fly which person names are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr)</li>\n</ul>\n","urlObject":{"path":["api","models","extract_advanced_persons"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"224556b6-5257-49db-9264-ce1d2871b828","name":"Extract person names","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Salut c'est monsieur Jean Marc Bidule, je suis avec mon confrère Monsieur Ahmed Ben-Ballar, nous aimerions acquérir la propriété de Marie De-Lajat\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_advanced_persons"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"extract_advanced_persons\": [\n        \"Jean Marc Bidule\",\n        \"Monsieur Ahmed Ben-Ballar\",\n        \"Marie De-Lajat\"\n    ]\n}"}],"_postman_id":"0e5e1514-5a19-4299-ba5a-4c55f0bf4c69"},{"name":"Extract phone numbers (LEGACY)","id":"ed1d74b9-96dc-41dc-9e5d-005a198052c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Vous pouvez nous contacter au 0192837465 ou au +33691827354\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_phones","description":"<p>Detect on the fly which phone numbers are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr, en)</li>\n</ul>\n","urlObject":{"path":["api","models","extract_phones"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"333038c7-c7cf-4f78-8e03-351ce394f970","name":"Extract phone numbers","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Vous pouvez nous contacter au 0192837465 ou au +33691827354\",\n    \"lang\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/extract_phones"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"extract_phones\": [\n        \"0192837465\",\n        \"+33691827354\"\n    ]\n}"}],"_postman_id":"ed1d74b9-96dc-41dc-9e5d-005a198052c2"},{"name":"Extract products (LEGACY)","id":"c30e003a-9b05-401c-9c0b-f14f569516e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"j'ai acheté un aspirateur Dyson et je veux me faire rembourser\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/products","description":"<p>Detect on the fly which products are mentioned in a text, without having defined them beforehand</p>\n","urlObject":{"path":["api","models","products"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ae5c211e-f08a-48a2-be60-ae9374b972c2","name":"Extract products","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"j'ai acheté un aspirateur Dyson et je veux me faire rembourser\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/products"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": {\n        \"tags\": [\n            {\n                \"type\": \"product\",\n                \"text\": \"aspirateur Dyson\"\n            }\n        ],\n        \"textual\": \"aspirateur Dyson\"\n    }\n}"}],"_postman_id":"c30e003a-9b05-401c-9c0b-f14f569516e8"},{"name":"Extract touchpoints (LEGACY)","id":"6fcc5379-65ce-4a64-b6a4-4bc306d6e1bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Je vous ai contacté par email la semaine dernière, suite à votre appel en début de mois\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/touchpoints","description":"<p>Detect on the fly which touchpoints are mentioned in a text, without having defined them beforehand</p>\n","urlObject":{"path":["api","models","touchpoints"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1259a473-1419-4e58-81ec-b68f564f9263","name":"Extract touchpoints","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Je vous ai contacté par email la semaine dernière, suite à votre appel en début de mois\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/touchpoints"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"touchpoints\": {\n        \"tags\": [\n            {\n                \"type\": \"touchpoint\",\n                \"text\": \"contacté\"\n            },\n            {\n                \"type\": \"touchpoint\",\n                \"text\": \"email\"\n            }\n        ],\n        \"textual\": \"contacté, email\"\n    }\n}"}],"_postman_id":"6fcc5379-65ce-4a64-b6a4-4bc306d6e1bf"},{"name":"Translate text (LEGACY)","id":"4e6756aa-8377-48e6-a836-a09608c79c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Je souhaite modifier ma commande car je me suis trompé de taille.\\nPourriez-vous m'aider ?\",\n    \"input_locale\": \"fr\",\n    \"output_locale\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/translation","description":"<p>Translate text from a defined or automatically detected source language to another language</p>\n<p>Input locale is <strong>non mandatory</strong>, if not specified or null, we will detect the language used in the text</p>\n<p>Use it for a more precise translation.</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>input_locale</code>: ISO 639-1 language code</li>\n<li><code>output_locale</code>: ISO 639-1 language code</li>\n</ul>\n","urlObject":{"path":["api","models","translation"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"32006da4-218d-4707-b557-192ee995f901","name":"Translate text with defined input language","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Je souhaite modifier ma commande car je me suis trompé de taille.\\nPourriez-vous m'aider ?\",\n    \"input_locale\": \"fr\",\n    \"output_locale\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/translation"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"translation\": [\n        \"I would like to change my order because I got the size wrong.\\nCould you help me ?\"\n    ]\n}"},{"id":"b8d28aea-5c77-4bfd-8dcc-531d4e0fb231","name":"Translate text with automatic input language detection","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"Je souhaite modifier ma commande car je me suis trompé de taille.\\nPourriez-vous m'aider ?\",\n    \"output_locale\": \"en\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/translation"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"translation\": [\n        \"I would like to change my order because I got the size wrong.\\nCould you help me ?\"\n    ]\n}"}],"_postman_id":"4e6756aa-8377-48e6-a836-a09608c79c2a"},{"name":"Detect irritants and satisfaction factors (LEGACY)","id":"41f8d4dc-ced1-41b7-9adc-f0b3d2e61859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"le film était génial mais l’acteur principal était moins bon\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/satisfaction","description":"<p>Detect the irritants and the satisfaction factors from your customer reviews, without having defined them beforehand</p>\n","urlObject":{"path":["api","models","satisfaction"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"499489c9-bb69-4efe-a45f-7dcada3f94d6","name":"Detect irritants and satisfaction factors","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"text\": \"le film était génial mais l’acteur principal était moins bon\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/models/satisfaction"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"satisfaction\": {\n        \"sentences\": [\n            {\n                \"text\": \"le film était génial\",\n                \"position\": [\n                    0,\n                    20\n                ],\n                \"satisfaction\": \"satisfied\",\n                \"confidence\": {\n                    \"neutral\": 0.004483199678361416,\n                    \"satisfied\": 0.8698079586029053,\n                    \"unsatisfied\": 0.23981182277202606\n                },\n                \"average_satisfaction\": 0.6299961358308792\n            },\n            {\n                \"text\": \" mais l’acteur principal était moins bon\",\n                \"position\": [\n                    20,\n                    60\n                ],\n                \"satisfaction\": \"unsatisfied\",\n                \"confidence\": {\n                    \"neutral\": 0.0013759145513176918,\n                    \"satisfied\": 0.12243534624576569,\n                    \"unsatisfied\": 0.9640090465545654\n                },\n                \"average_satisfaction\": -0.8415737003087997\n            }\n        ],\n        \"average_satisfaction\": -0.10578878223896027,\n        \"polarized_average_satisfaction\": -0.10578878223896027\n    }\n}"}],"_postman_id":"41f8d4dc-ced1-41b7-9adc-f0b3d2e61859"}],"id":"7837329d-85bf-4dd5-85c8-3b797afb30f5","_postman_id":"7837329d-85bf-4dd5-85c8-3b797afb30f5","description":""}],"id":"c54690ec-5df0-4899-89a4-4bc2c5686f86","description":"<h3 id=\"text-analysis\">Text Analysis</h3>\n<p>Harness the power of Natural Language Processing (NLP) with our <strong>Text</strong> services.</p>\n<p>Once your data is in text form (from transcription, chat logs, or emails), these tools allow you to understand and structure it:</p>\n<ul>\n<li><strong>Classification:</strong> Automatically categorize text (e.g., intended action, topic detection).</li>\n<li><strong>Extraction:</strong> Identify and extract key entities like names, dates, amounts, and specific business objects.</li>\n<li><strong>Sentiment &amp; Tone:</strong> Analyze the emotional tone of the conversation.</li>\n<li><strong>Translation:</strong> Seamlessly translate text between languages.</li>\n</ul>\n","_postman_id":"c54690ec-5df0-4899-89a4-4bc2c5686f86"},{"name":"RAG - KnowledgeMaster","item":[{"name":"add_document","item":[{"name":"Add Document To Vector Db","id":"4bd63da2-d232-4bc8-9572-46a963404250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{KMKey}}","type":"default"},{"key":"Content-Type","value":"multipart/form-data","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":["/Users/paschalispelitaris/Downloads/raw_output.txt"],"type":"default"}]},"url":"{{KMBaseUrl}}/add_document?filename=string&account_id=string&folder=string&platform=string&last_updated_at=1990-06-18T14:26:35.614Z&chunker_type=sentence&model_type=diabolocom-embedding-api-multilingual&encoding_format=float?filename=string&account_id=string&folder=string&platform=string&last_updated_at=1990-06-18T14:26:35.614Z&chunker_type=sentence&model_type=diabolocom-embedding-api-multilingual&encoding_format=float","description":"<p>This endpoint is used to add a document to the vector database\n    which involves following steps:\n    - Convert document to markdown using <a href=\"https://ds4sd.github.io/docling/\">Docling</a>.\n    - Split markdown into smaller chunks using chonkie.\n    - Append metadata (title, folder name, optional LLM content) to each chunk.\n    - Generate embeddings for each chunk using infinity server.\n    - Store chunks in a vector database (vectors, metadata, raw content).\n    - Gather and review operation results.</p>\n","urlObject":{"path":["add_document"],"host":["{{KMBaseUrl}}"],"query":[{"key":"filename","value":"string"},{"key":"account_id","value":"string"},{"key":"folder","value":"string"},{"key":"platform","value":"string"},{"key":"last_updated_at","value":"1990-06-18T14:26:35.614Z"},{"key":"chunker_type","value":"sentence"},{"key":"model_type","value":"diabolocom-embedding-api-multilingual"},{"key":"encoding_format","value":"float"}],"variable":[]}},"response":[{"id":"70dfa653-ec00-46e5-a3d1-d96bdce21e39","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":[""],"type":"default"}]},"url":{"raw":"{{baseUrl}}/add_document?filename=string&account_id=string&folder=string&platform=string&last_updated_at=1990-06-18T14:26:35.614Z&chunker_type=sentence&model_type=diabolocom-embedding-api-multilingual&encoding_format=float?filename=string&account_id=string&folder=string&platform=string&last_updated_at=1990-06-18T14:26:35.614Z&chunker_type=sentence&model_type=diabolocom-embedding-api-multilingual&encoding_format=float","host":["{{baseUrl}}"],"path":["add_document"],"query":[{"key":"filename","value":"string"},{"key":"account_id","value":"string"},{"key":"folder","value":"string"},{"key":"platform","value":"string"},{"key":"last_updated_at","value":"1990-06-18T14:26:35.614Z"},{"key":"chunker_type","value":"sentence"},{"key":"model_type","value":"diabolocom-embedding-api-multilingual"},{"key":"encoding_format","value":"float"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"document_id\": \"string\",\n  \"status\": \"string\"\n}"},{"id":"f6b66c17-ff51-4797-a735-b06de5db2373","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":[""],"type":"default"}]},"url":{"raw":"{{baseUrl}}/add_document?filename=string&account_id=string&folder=string&platform=string&last_updated_at=1990-06-18T14:26:35.614Z&chunker_type=sentence&model_type=diabolocom-embedding-api-multilingual&encoding_format=float?filename=string&account_id=string&folder=string&platform=string&last_updated_at=1990-06-18T14:26:35.614Z&chunker_type=sentence&model_type=diabolocom-embedding-api-multilingual&encoding_format=float","host":["{{baseUrl}}"],"path":["add_document"],"query":[{"key":"filename","value":"string"},{"key":"account_id","value":"string"},{"key":"folder","value":"string"},{"key":"platform","value":"string"},{"key":"last_updated_at","value":"1990-06-18T14:26:35.614Z"},{"key":"chunker_type","value":"sentence"},{"key":"model_type","value":"diabolocom-embedding-api-multilingual"},{"key":"encoding_format","value":"float"}]}},"status":"422","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        4549,\n        6171\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        9485,\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"4bd63da2-d232-4bc8-9572-46a963404250"}],"id":"f68e30d0-f982-4a5d-b0a1-58e4b7aba7eb","_postman_id":"f68e30d0-f982-4a5d-b0a1-58e4b7aba7eb","description":""},{"name":"heartbeat","item":[{"name":"Health Check","id":"01ed691b-4873-4e17-b440-4b3ec2033f4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Authorization","value":"Bearer {{KMKey}}","type":"default"}],"url":"{{KMBaseUrl}}/heartbeat","description":"<p>Heartbeat endpoint for k8s health checks</p>\n","urlObject":{"path":["heartbeat"],"host":["{{KMBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b2d03540-0d45-4605-ad1a-686fb8d14ea5","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"}],"url":"{{baseUrl}}/heartbeat"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01ed691b-4873-4e17-b440-4b3ec2033f4b"}],"id":"a3f1e03e-1eb4-4d8b-bcc2-e7b19ecece79","_postman_id":"a3f1e03e-1eb4-4d8b-bcc2-e7b19ecece79","description":""},{"name":"suggestions_maker","item":[{"name":"Suggestion Maker","id":"9673beb6-93c1-497b-ad3a-52197ea9580a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Authorization","value":"Bearer {{KMKey}}","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"string\",\n  \"transcript\": \"string\",\n  \"document_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"model_to_use\": \"diabolocom-embedding-api-multilingual\",\n  \"encoding_format\": \"float\",\n  \"output_language\": \"az\",\n  \"caching_to_use\": true,\n  \"reranking_to_use\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{KMBaseUrl}}/suggestions_maker","description":"<p>This endpoint is used to generate suggestions using the knowledge master service.</p>\n","urlObject":{"path":["suggestions_maker"],"host":["{{KMBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b09649f0-c5c3-4f68-9728-91338667aa26","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"string\",\n  \"transcript\": \"string\",\n  \"document_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"model_to_use\": \"diabolocom-embedding-api-multilingual\",\n  \"encoding_format\": \"float\",\n  \"output_language\": \"az\",\n  \"caching_to_use\": true,\n  \"reranking_to_use\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/suggestions_maker"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"suggestions\": [\n    \"string\",\n    \"string\"\n  ],\n  \"errors\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"207fe480-c1c5-47bc-895b-43bc61ed2db0","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"string\",\n  \"transcript\": \"string\",\n  \"document_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"model_to_use\": \"diabolocom-embedding-api-multilingual\",\n  \"encoding_format\": \"float\",\n  \"output_language\": \"az\",\n  \"caching_to_use\": true,\n  \"reranking_to_use\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/suggestions_maker"},"status":"422","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        4549,\n        6171\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        9485,\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"9673beb6-93c1-497b-ad3a-52197ea9580a"}],"id":"9c384415-a7c7-4a19-b8bc-318a44da23c5","_postman_id":"9c384415-a7c7-4a19-b8bc-318a44da23c5","description":""},{"name":"delete_document","item":[{"name":"Delete Document From Vector Db","id":"036a5d0b-bcd8-4798-99aa-10a91a92f31c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"Accept","value":"application/json","type":"default"},{"key":"Authorization","value":"Bearer {{KMKey}}","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"string\",\n  \"document_id\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{KMBaseUrl}}/delete_document","description":"<p>This endpoint is used to delete a document from the vector database with given document_id.</p>\n","urlObject":{"path":["delete_document"],"host":["{{KMBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"662ec325-ad71-4a7f-827b-c0b83c5766d7","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"string\",\n  \"document_id\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/delete_document"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"document_id\": \"string\",\n  \"status\": \"string\"\n}"},{"id":"199fcbe0-4495-486c-8bd8-7810f487ba2e","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"string\",\n  \"document_id\": \"string\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/delete_document"},"status":"422","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        4549,\n        6171\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        9485,\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"036a5d0b-bcd8-4798-99aa-10a91a92f31c"}],"id":"8c9c089a-a6d6-40ed-8940-15025de85926","_postman_id":"8c9c089a-a6d6-40ed-8940-15025de85926","description":""},{"name":"answer_query","item":[{"name":"Answer Query","id":"5ca50a8e-eef1-4956-aaaf-94c2cc0f30da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{KMKey}}","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"string\",\n  \"query\": \"τι λεει το κειμενο?\",\n  \"transcript\": \" \",\n  \"document_ids\": [\n    \"c1119c90017219f6cb33686d772a664421c57fd34468d8873ac202903498c318\"\n  ],\n  \"model_to_use\": \"diabolocom-embedding-api-multilingual\",\n  \"encoding_format\": \"float\",\n  \"output_language\": \"el\",\n  \"caching_to_use\": true,\n  \"reranking_to_use\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{KMBaseUrl}}/answer_query","description":"<p>This endpoint is used to answer a query using the knowledge master service.</p>\n","urlObject":{"path":["answer_query"],"host":["{{KMBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"195c4d6b-baf9-4dff-bd18-ca6c9830774b","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"string\",\n  \"query\": \"string\",\n  \"transcript\": \"string\",\n  \"document_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"model_to_use\": \"diabolocom-rnd-model\",\n  \"encoding_format\": \"float\",\n  \"output_language\": \"de\",\n  \"caching_to_use\": true,\n  \"reranking_to_use\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/answer_query"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"answer\": \"string\",\n  \"matches\": [\n    {\n      \"document_id\": \"string\",\n      \"content\": \"string\",\n      \"chunk_id\": \"string\"\n    },\n    {\n      \"document_id\": \"string\",\n      \"content\": \"string\",\n      \"chunk_id\": \"string\"\n    }\n  ],\n  \"errors\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"a7bb11a5-fd68-45b9-a6fa-d1b9be1a8846","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"default"},{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"account_id\": \"string\",\n  \"query\": \"string\",\n  \"transcript\": \"string\",\n  \"document_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"model_to_use\": \"diabolocom-rnd-model\",\n  \"encoding_format\": \"float\",\n  \"output_language\": \"de\",\n  \"caching_to_use\": true,\n  \"reranking_to_use\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/answer_query"},"status":"422","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        4549,\n        6171\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        9485,\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"5ca50a8e-eef1-4956-aaaf-94c2cc0f30da"}],"id":"c3f3f2bf-8b1e-4361-9216-34dbf4a23888","_postman_id":"c3f3f2bf-8b1e-4361-9216-34dbf4a23888","description":""}],"id":"6628cd8a-b7f0-492c-981c-010190ed7824","description":"<p><strong>KnowledgeMaster</strong> is our Retrieval-Augmented Generation solution, designed to provide accurate, context-aware answers grounded in your own knowledge base.</p>\n<ul>\n<li><p><strong>Intelligent Retrieval:</strong> Finds the most relevant information from your uploaded documents.</p>\n</li>\n<li><p><strong>Generative Answers:</strong> Synthesizes clear, concise answers to user questions using LLMs.</p>\n</li>\n<li><p><strong>Document Management:</strong> Tools to upload, index, and manage your knowledge corpus.</p>\n</li>\n</ul>\n","_postman_id":"6628cd8a-b7f0-492c-981c-010190ed7824"}],"id":"e69ed29c-6bd9-4871-9f93-7a93022e49da","description":"<h4 id=\"reinvent-your-customer-experience-with-our-generative-ai-models-developed-to-process-your-audio-and-text-streams-and-perform-in-depth-ai-analyses\">Reinvent your Customer Experience with our generative AI models developed to process your audio and text streams and perform in-depth AI analyses</h4>\n<p>Explore Diabolocom AI App public API online documentation to easily implement API integration thanks to the provided requirements and auto-generated code snippets in multiple code languages, along with relevant examples (screenshots and API request/response samples).</p>\n<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>execute</code></p>\n</li>\n<li><p><strong><code>apiKeySecret</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created using the following URL :<br />  <strong>Production</strong> : <a href=\"https://app.diabolocom.ai/developer?tab=api\">https://app.diabolocom.ai/developer?tab=api</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"97bcddc2-92e1-4c1e-a7e6-3521e5093b05","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"2b9a0790-b325-451c-8d67-67a1ea9a9a55","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"e69ed29c-6bd9-4871-9f93-7a93022e49da"},{"name":"CCaaS Integrations","item":[{"name":"configuration","item":[{"name":"qm","item":[{"name":"Validate QM configuration","event":[{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["let response = res.getBody();","if (typeof response.data !== \"undefined\") {","    bru.setEnvVar('ccaasConfigurationId', response.data.id);","}"],"id":"ce69420a-ea2f-4ba0-a699-a81ac3b485ac"}}],"id":"4028775c-eebc-46b7-a5c2-edb01ff6b59c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Accept-Language","value":"en","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"qm_channel_id\": \"{{qmChannelId}}\",\n    \"qm_brand_id\": \"{{qmBrandId}}\",\n    \"qm_audio_language\": \"en\",\n    \"qm_insights_language\": \"en\",\n    \"qm_agent_language\": \"en-EN\",\n    \"qm_tasks\": [\n        \"summarization\",\n        \"call-reason-extraction\",\n        \"actions-extraction\",\n        \"nps-estimation\"\n    ],\n    \"qm_user_group_ids\": {{qmUserGroupIds}}\n}","options":{"raw":{"language":"json"}}},"url":"{{qmBaseUrl}}/api/ccaas-integrations/validate-qm-configuration","urlObject":{"path":["api","ccaas-integrations","validate-qm-configuration"],"host":["{{qmBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4028775c-eebc-46b7-a5c2-edb01ff6b59c"}],"id":"2cc47386-d7fa-4a92-920c-33b61a56c979","_postman_id":"2cc47386-d7fa-4a92-920c-33b61a56c979","description":""},{"name":"Create configuration - Dialpad","event":[{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["let response = res.getBody();","if (typeof response.data !== \"undefined\") {","    bru.setEnvVar('ccaasConfigurationId', response.data.id);","}"],"id":"c0b5b12a-efe8-42d3-89df-c71a71d6e072"}}],"id":"2942a138-ae4e-4145-bea6-454502b17345","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Accept-Language","value":"en","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Dialpad\",\n    \"description\": \"Test Dialpad config with real credentials\",\n    \"platform\": \"dialpad\",\n    \"credentials\": {\n        \"api_key\": \"Gd5Mp49GdvxQCaxc8s5Ncf5CMJfZ37BzUQ99r25CajgJwQs5jMDkdP7HsaDReWUj3nRvz2uFtFrqdtCB8Bv4txPSN9HKLwzcD5cP\"\n    },\n    \"enabled\": {\n        \"api_core\": true,\n        \"qm\": true\n    },\n    \"diabolocom_api_core_parameters\": {\n        \"ai_task\" : \"transcription-to-ai-insight\",\n        \"ai_configuration\": {\n            \"company_name\": \"Huels - Bergnaum\",\n            \"vocabulary\": null,\n            \"asr\": {\n                \"lang\": \"en\",\n                \"prompt\": \"Hello, this is Lubowitz and Sons speaking, can you hear me well? Can we talk about Sausagess, Tunas and Computers please?\"\n            },\n            \"insights\": {\n                \"output_lang\": \"en\"\n            }\n        },\n        \"ai_insight_tasks\": [\n            \"language-detection\",\n            \"summarization\",\n            \"call-reason-extraction\",\n            \"touchpoints-extraction\",\n            \"rating-estimation\"\n        ],\n        \"ai_generate_tags_with_summary\": true\n    },\n    \"diabolocom_qm_parameters\": {\n        \"qm_channel_id\": \"{{qmChannelId}}\",\n        \"qm_brand_id\": \"{{qmBrandId}}\",\n        \"qm_audio_language\": \"en\",\n        \"qm_insights_language\": \"en\",\n        \"qm_tasks\": [\n            \"summarization\",\n            \"call-reason-extraction\",\n            \"actions-extraction\",\n            \"nps-estimation\"\n       ],\n       \"qm_agent_language\": \"en-EN\",\n       \"qm_user_group_ids\": {{qmUserGroupIds}}\n    },\n    \"diarize_audio\": true,\n    \"keep_audio_after_analysis\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{apiCoreBaseUrl}}/api/beyond/ccaas-integration-configurations/","urlObject":{"path":["api","beyond","ccaas-integration-configurations",""],"host":["{{apiCoreBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2942a138-ae4e-4145-bea6-454502b17345"},{"name":"Create configuration - Genesys","event":[{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["let response = res.getBody();","if (typeof response.data !== \"undefined\") {","    bru.setEnvVar('ccaasConfigurationId', response.data.id);","}"],"id":"09fcb978-d671-4910-8023-110a163224dc"}}],"id":"da45b6f7-5ef7-4a91-8ddc-7ffa29b1370a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Accept-Language","value":"en","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Genesys\",\n    \"description\": \"Test Genesys config with real credentials\",\n    \"platform\": \"genesys\",\n    \"credentials\": {\n        \"client_id\": \"cc6c8bec-105e-4afb-b54b-ec68d1905063\",\n        \"client_secret\": \"TI1V97hxZVKxh2Vo8-7ckUCvRnArU9bbaz4y9pQkGaY\",\n        \"region\": \"usw2\"\n    },\n    \"enabled\": {\n        \"api_core\": true,\n        \"qm\": true\n    },\n    \"diabolocom_api_core_parameters\": {\n        \"ai_task\" : \"transcription-to-ai-insight\",\n        \"ai_configuration\": {\n            \"company_name\": \"Rau - Mraz\",\n            \"vocabulary\": null,\n            \"asr\": {\n                \"lang\": \"en\",\n                \"prompt\": \"Hello, this is Kirlin Inc speaking, can you hear me well? Can we talk about Salads, Chickens and Glovess please?\"\n            },\n            \"insights\": {\n                \"output_lang\": \"en\",\n                \"task_parameters\": {\n                    \"input_parameters\": {\n                        \"contact_reason_classification\": {\n                            \"reasons\": [\n                                \"Order\",\n                                \"Delivery\",\n                                \"Return\"\n                            ]\n                        }\n                    }\n                }\n            }\n        },\n        \"ai_insight_tasks\": [\n            \"language-detection\",\n            \"summarization\",\n            \"call-reason-extraction\",\n            \"contact-reason-classification\",\n            \"touchpoints-extraction\",\n            \"rating-estimation\"\n        ],\n        \"ai_generate_tags_with_summary\": true\n    },\n    \"diabolocom_qm_parameters\": {\n        \"qm_channel_id\": \"{{qmChannelId}}\",\n        \"qm_brand_id\": \"{{qmBrandId}}\",\n        \"qm_audio_language\": \"en\",\n        \"qm_insights_language\": \"en\",\n        \"qm_tasks\": [\n            \"summarization\",\n            \"call-reason-extraction\",\n            \"actions-extraction\",\n            \"nps-estimation\"\n       ],\n       \"qm_agent_language\": \"es-ES\",\n       \"qm_user_group_ids\": {{qmUserGroupIds}}\n    },\n    \"diarize_audio\": false,\n    \"keep_audio_after_analysis\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{apiCoreBaseUrl}}/api/beyond/ccaas-integration-configurations/","urlObject":{"path":["api","beyond","ccaas-integration-configurations",""],"host":["{{apiCoreBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da45b6f7-5ef7-4a91-8ddc-7ffa29b1370a"},{"name":"Create configuration - Talkdesk","event":[{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["let response = res.getBody();","if (typeof response.data !== \"undefined\") {","    bru.setEnvVar('ccaasConfigurationId', response.data.id);","}"],"id":"cb31d853-3b18-4192-87c1-8b75bbef471f"}}],"id":"4cd545f2-e3d5-42a1-87f1-25c2ff3d6dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Accept-Language","value":"en","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Talkdesk\",\n    \"description\": \"Test Talkdesk config with real credentials\",\n    \"platform\": \"talkdesk\",\n    \"credentials\": {\n        \"client_id\": \"4dd7dc780f9c404db0865ff625961e12\",\n        \"client_secret\": \"qylnXAgPccPQAO44jhu_pqNAUKU2Hwt6xFifbWejN9FxWVQ_1llSTj-003ef_AZFwGKqSrwVtU_yrswWSujlvg\",\n        \"tenant_id\": \"tekconnect\"\n    },\n    \"enabled\": {\n        \"api_core\": true,\n        \"qm\": true\n    },\n    \"diabolocom_api_core_parameters\": {\n        \"ai_task\" : \"transcription-to-ai-insight\",\n        \"ai_configuration\": {\n            \"company_name\": \"Roob, Romaguera and Bartoletti\",\n            \"vocabulary\": null,\n            \"asr\": {\n                \"lang\": \"en\",\n                \"prompt\": \"Hello, this is Stoltenberg, Effertz and O'Conner speaking, can you hear me well? Can we talk about Towelss, Sausagess and Fishs please?\"\n            },\n            \"insights\": {\n                \"output_lang\": \"en\",\n                \"task_parameters\": {\n                    \"input_parameters\": {\n                        \"contact_reason_classification\": {\n                            \"reasons\": [\n                                \"Order\",\n                                \"Delivery\",\n                                \"Return\"\n                            ]\n                        }\n                    }\n                }\n            }\n        },\n        \"ai_insight_tasks\": [\n            \"language-detection\",\n            \"summarization\",\n            \"call-reason-extraction\",\n            \"contact-reason-classification\",\n            \"touchpoints-extraction\",\n            \"rating-estimation\"\n        ],\n        \"ai_generate_tags_with_summary\": true\n    },\n    \"diabolocom_qm_parameters\": {\n        \"qm_channel_id\": \"{{qmChannelId}}\",\n        \"qm_brand_id\": \"{{qmBrandId}}\",\n        \"qm_audio_language\": \"en\",\n        \"qm_insights_language\": \"en\",\n        \"qm_tasks\": [\n            \"summarization\",\n            \"call-reason-extraction\",\n            \"actions-extraction\",\n            \"nps-estimation\"\n       ],\n       \"qm_agent_language\": \"en-EN\",\n       \"qm_user_group_ids\": {{qmUserGroupIds}}\n    },\n    \"diarize_audio\": false,\n    \"keep_audio_after_analysis\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{apiCoreBaseUrl}}/api/beyond/ccaas-integration-configurations/","urlObject":{"path":["api","beyond","ccaas-integration-configurations",""],"host":["{{apiCoreBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cd545f2-e3d5-42a1-87f1-25c2ff3d6dd2"},{"name":"Create configuration - Zoom CC","event":[{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["let response = res.getBody();","if (typeof response.data !== \"undefined\") {","    bru.setEnvVar('ccaasConfigurationId', response.data.id);","}"],"id":"e6d441ce-5bf2-446c-bf2b-0d9576d5e17d"}}],"id":"611247dd-abcc-410f-ac22-2ee9a38cb575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Accept-Language","value":"en","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Zoom CC\",\n    \"description\": \"Test Zoom CC config with real credentials\",\n    \"platform\": \"zoom_cc\",\n    \"credentials\": {\n        \"account_id\": \"OONFwM82REO5nLOZk21LnA\",\n        \"client_id\": \"gp8WMP4jQXm7c6ZZ017x3w\",\n        \"client_secret\": \"s3fNfc3NJ8jLg7PjliaK6tdMD4TVfefd\",\n        \"secret_token\": \"XwoBqtFOQe2Ai9dCncIkyw\"\n    },\n    \"enabled\": {\n        \"api_core\": true,\n        \"qm\": true\n    },\n    \"diabolocom_api_core_parameters\": {\n        \"ai_task\" : \"transcription-to-ai-insight\",\n        \"ai_configuration\": {\n            \"company_name\": \"Schinner - Boyle\",\n            \"vocabulary\": null,\n            \"asr\": {\n                \"lang\": \"en\",\n                \"prompt\": \"Hello, this is Williamson, Boyle and Huel speaking, can you hear me well? Can we talk about Chairs, Salads and Salads please?\"\n            },\n            \"insights\": {\n                \"output_lang\": \"en\"\n            }\n        },\n        \"ai_insight_tasks\": [\n            \"language-detection\",\n            \"summarization\",\n            \"call-reason-extraction\",\n            \"touchpoints-extraction\",\n            \"rating-estimation\"\n        ],\n        \"ai_generate_tags_with_summary\": true\n    },\n    \"diabolocom_qm_parameters\": {\n        \"qm_channel_id\": \"{{qmChannelId}}\",\n        \"qm_brand_id\": \"{{qmBrandId}}\",\n        \"qm_audio_language\": \"en\",\n        \"qm_insights_language\": \"en\",\n        \"qm_tasks\": [\n            \"summarization\",\n            \"call-reason-extraction\",\n            \"actions-extraction\",\n            \"nps-estimation\"\n       ],\n       \"qm_agent_language\": \"en-EN\",\n       \"qm_user_group_ids\": {{qmUserGroupIds}}\n    },\n    \"diarize_audio\": false,\n    \"keep_audio_after_analysis\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{apiCoreBaseUrl}}/api/beyond/ccaas-integration-configurations/","urlObject":{"path":["api","beyond","ccaas-integration-configurations",""],"host":["{{apiCoreBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"611247dd-abcc-410f-ac22-2ee9a38cb575"},{"name":"Delete configuration","event":[{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["if (res.getStatus() == 204) {","    bru.deleteEnvVar('ccaasConfigurationId');","}"],"id":"13128a41-0498-4c10-82de-2361c8f8357f"}}],"id":"09fc2859-fe77-49cc-bea6-782492d9ab9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Accept-Language","value":"en","type":"default"}],"url":"{{apiCoreBaseUrl}}/api/beyond/ccaas-integration-configurations/{{ccaasConfigurationId}}","urlObject":{"path":["api","beyond","ccaas-integration-configurations","{{ccaasConfigurationId}}"],"host":["{{apiCoreBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"09fc2859-fe77-49cc-bea6-782492d9ab9b"},{"name":"Get configuration","id":"1ca56ba3-3a47-492c-afcc-d398c6266e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Accept-Language","value":"en","type":"default"}],"url":"{{apiCoreBaseUrl}}/api/beyond/ccaas-integration-configurations/{{ccaasConfigurationId}}","urlObject":{"path":["api","beyond","ccaas-integration-configurations","{{ccaasConfigurationId}}"],"host":["{{apiCoreBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ca56ba3-3a47-492c-afcc-d398c6266e82"},{"name":"List configurations","event":[{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":["let response = res.getBody();","if (response.data.length > 0) {","    bru.setEnvVar('ccaasConfigurationId', response.data[0].id);","} else {","    bru.deleteEnvVar('ccaasConfigurationId');","}"],"id":"7c918f6e-601f-4be2-89eb-35d5e06569af"}}],"id":"117ebe91-b512-47db-9749-87ff4835ed94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Accept-Language","value":"en","type":"default"}],"url":"{{apiCoreBaseUrl}}/api/beyond/ccaas-integration-configurations/?filter[name]=genesys&sort=name&page=1","urlObject":{"path":["api","beyond","ccaas-integration-configurations",""],"host":["{{apiCoreBaseUrl}}"],"query":[{"key":"filter[name]","value":"genesys"},{"key":"sort","value":"name"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"117ebe91-b512-47db-9749-87ff4835ed94"},{"name":"Update configuration","id":"28066060-6472-4488-803f-e1dab06deb1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Accept-Language","value":"en","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{apiCoreBaseUrl}}/api/beyond/ccaas-integration-configurations/{{ccaasConfigurationId}}","urlObject":{"path":["api","beyond","ccaas-integration-configurations","{{ccaasConfigurationId}}"],"host":["{{apiCoreBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"28066060-6472-4488-803f-e1dab06deb1a"}],"id":"d20956b2-8844-426e-935c-7d0f70c382f6","_postman_id":"d20956b2-8844-426e-935c-7d0f70c382f6","description":""},{"name":"webhooks","item":[{"name":"CCaaS webhook - Dialpad","id":"939b00b5-09f8-4aed-9aa9-8c910c98327e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"},{"key":"X-Correlation-Id","value":"8d0b3ae1-2688-49eb-96e1-f6e2dbbfa6d2","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"date_started\": 1758546871956,\n  \"call_id\": 5843714122694656,\n  \"state\": \"hangup\",\n  \"direction\": \"outbound\",\n  \"external_number\": \"+16054756964\",\n  \"internal_number\": \"+16145322306\",\n  \"date_rang\": null,\n  \"date_first_rang\": null,\n  \"date_queued\": null,\n  \"target_availability_status\": \"open\",\n  \"callback_requested\": null,\n  \"date_connected\": 1758546874315,\n  \"date_ended\": 1758546887142,\n  \"talk_time\": 13000,\n  \"hold_time\": 0,\n  \"duration\": 12827.533000000001,\n  \"total_duration\": 15186.152,\n  \"contact\": {\n    \"id\": 5082384958734336,\n    \"type\": \"local\",\n    \"email\": \"\",\n    \"phone\": \"+16054756964\",\n    \"name\": \"(605) 475-6964\"\n  },\n  \"target\": {\n    \"id\": 5065741222264832,\n    \"type\": \"user\",\n    \"email\": \"ccaas-integrations@tekconnekt.com\",\n    \"phone\": \"+16145322306\",\n    \"name\": \"James Scott\",\n    \"office_id\": 5600126217666560\n  },\n  \"entry_point_call_id\": null,\n  \"entry_point_target\": {},\n  \"operator_call_id\": null,\n  \"proxy_target\": {},\n  \"group_id\": null,\n  \"master_call_id\": null,\n  \"is_transferred\": false,\n  \"csat_score\": null,\n  \"routing_breadcrumbs\": [],\n  \"event_timestamp\": 1758546888073,\n  \"mos_score\": 4.41,\n  \"labels\": [],\n  \"was_recorded\": false,\n  \"voicemail_link\": null,\n  \"voicemail_recording_id\": null,\n  \"call_recording_ids\": [],\n  \"transcription_text\": null,\n  \"recording_details\": [\n    {\n      \"id\": 5749453368836096,\n      \"url\": \"https://dialpad.com/blob/adminrecording/5749453368836096.mp3\",\n      \"duration\": 12000,\n      \"recording_type\": \"admincallrecording\",\n      \"start_time\": 1758546874413\n    }\n  ],\n  \"admin_recording_urls\": [\n    \"https://dialpad.com/blob/adminrecording/5749453368836096.mp3\"\n  ],\n  \"company_call_review_share_link\": \"https://dialpad.com/shared/call/mNycdU79ukDXfpyqxU2FBVzK5b5zLIXu5N8DFtDBwS0U\",\n  \"public_call_review_share_link\": \"https://dialpad.com/shared/call/GD57TGRB4e4Zu4xqFBV7eDEJdXz4RFbHJDOWyZT0GGBG\",\n  \"integrations\": {}\n}","options":{"raw":{"language":"json"}}},"url":"{{aiIntegrationsMicroservicesBaseUrl}}/ccaas-integrations-callback/{{accountId}}/{{ccaasConfigurationId}}","urlObject":{"path":["ccaas-integrations-callback","{{accountId}}","{{ccaasConfigurationId}}"],"host":["{{aiIntegrationsMicroservicesBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"939b00b5-09f8-4aed-9aa9-8c910c98327e"},{"name":"CCaaS webhook - Genesys","id":"2a236035-4492-4d8c-af77-60f0ca020f9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"},{"key":"X-Correlation-Id","value":"462b77b5-468d-42e5-8a88-86021c8784ad","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"call_id\": \"9f778c69-a753-474b-b66b-8574e3d8a227\"\n}","options":{"raw":{"language":"json"}}},"url":"{{aiIntegrationsMicroservicesBaseUrl}}/ccaas-integrations-callback/{{accountId}}/{{ccaasConfigurationId}}","urlObject":{"path":["ccaas-integrations-callback","{{accountId}}","{{ccaasConfigurationId}}"],"host":["{{aiIntegrationsMicroservicesBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a236035-4492-4d8c-af77-60f0ca020f9d"},{"name":"CCaaS webhook - Talkdesk","id":"faf14b7d-8e5d-4b22-a5b3-5efb578daf02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"},{"key":"X-Correlation-Id","value":"830885ca-5703-4cae-8c30-c006593ba913","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"call_id\": \"c4d22fd1dc2e43ff97791034936738ee\"\n}","options":{"raw":{"language":"json"}}},"url":"{{aiIntegrationsMicroservicesBaseUrl}}/ccaas-integrations-callback/{{accountId}}/{{ccaasConfigurationId}}","urlObject":{"path":["ccaas-integrations-callback","{{accountId}}","{{ccaasConfigurationId}}"],"host":["{{aiIntegrationsMicroservicesBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"faf14b7d-8e5d-4b22-a5b3-5efb578daf02"},{"name":"CCaaS webhook - Zoom CC validation","id":"801fbae3-2ec2-4c8d-8a38-bee29ca6cf63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"},{"key":"X-Correlation-Id","value":"860548ea-5465-47d3-a54f-b9d5fc138360","type":"default"},{"key":"authorization","value":"sPm5wwV3QI6BLzisWFa9hA","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"payload\": {\n    \"plainToken\": \"8nc4LC9QSkCkGRL5Y1zfBw\"\n  },\n  \"event_ts\": 1758551023983,\n  \"event\": \"endpoint.url_validation\"\n}","options":{"raw":{"language":"json"}}},"url":"{{aiIntegrationsMicroservicesBaseUrl}}/ccaas-integrations-callback/{{accountId}}/{{ccaasConfigurationId}}","urlObject":{"path":["ccaas-integrations-callback","{{accountId}}","{{ccaasConfigurationId}}"],"host":["{{aiIntegrationsMicroservicesBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"801fbae3-2ec2-4c8d-8a38-bee29ca6cf63"},{"name":"CCaaS webhook - Zoom CC","id":"598a617e-012e-4d5b-971c-e3c80aaab086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"},{"key":"X-Correlation-Id","value":"82f2208c-862c-4cf6-995f-cdc691d8c217","type":"default"}],"body":{"mode":"raw","raw":"{\n  \"event\": \"contact_center.task_completed\",\n  \"payload\": {\n    \"account_id\": \"OONFwM82REO5nLOZk21LnA\",\n    \"object\": {\n      \"task_id\": \"ZWTVOICEF3B9A7691AA20F3FF496AFFEA90\",\n      \"flow_id\": \"erTtXLILQC2Ok7thvVUjcQ\",\n      \"flow_name\": \"Demo flow\",\n      \"channel_id\": \"ZTC490BE4510765371A7B213D9497C9F275\",\n      \"channel_name\": \"voice\",\n      \"cc_queue_id\": \"JzZkv1rqRyqa2nVtNYP_cg\",\n      \"queue_name\": \"Demo\",\n      \"created_time_ms\": \"2025-09-22T13:49:27.000Z\",\n      \"last_modified_time_ms\": \"2025-09-22T13:49:57.000Z\",\n      \"engagement_id\": \"UORnpKh_Q5ah7C1sd7TI4A\",\n      \"auto_assign\": false,\n      \"task_timeout\": 86400,\n      \"caller_number\": \"+12182408697\",\n      \"callee_number\": \"+33614961416\",\n      \"task_status\": \"completed\",\n      \"task_priority\": 0\n    }\n  },\n  \"event_ts\": 1758548998100\n}","options":{"raw":{"language":"json"}}},"url":"{{aiIntegrationsMicroservicesBaseUrl}}/ccaas-integrations-callback/{{accountId}}/{{ccaasConfigurationId}}","urlObject":{"path":["ccaas-integrations-callback","{{accountId}}","{{ccaasConfigurationId}}"],"host":["{{aiIntegrationsMicroservicesBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"598a617e-012e-4d5b-971c-e3c80aaab086"}],"id":"38fc8325-53d9-4013-8fb6-9f31bb30b50d","_postman_id":"38fc8325-53d9-4013-8fb6-9f31bb30b50d","description":""}],"id":"737226ae-c43a-42ca-8c01-397bd2516dd0","description":"<h2 id=\"ccaas-integrations\">CCaaS Integrations</h2>\n<p><strong>Seamless Analysis, Any Provider.</strong></p>\n<p>We believe in open integration. No matter who provides your Contact Center as a Service (CCaaS) solution, you can leverage Diabolocom's powerful AI API to analyze your calls seamlessly.</p>\n<p>This section provides guides and endpoints specifically designed to ingest and process recordings and metadata from third-party platforms, ensuring you get consistent, high-quality analytics across your entire operation.</p>\n","_postman_id":"737226ae-c43a-42ca-8c01-397bd2516dd0"}],"id":"2d901b25-ae65-4c2f-917d-9aa7393ce5dd","description":"<p>The <strong>Public API</strong> is the gateway to Diabolocom's core AI services. It is designed for stability, scalability, and ease of use, empowering you to integrate powerful AI features into your own applications.</p>\n<p>This section encompasses all standard, production-ready endpoints available to our customers.</p>\n","event":[{"listen":"prerequest","script":{"id":"e9114e1f-d86b-4ccb-947f-856725c043ed","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"b71df843-feeb-4d1e-8869-5062af4eb7c9","type":"text/javascript","packages":{},"requests":{},"exec":["const isPost = pm.request.method === 'POST';","const status = pm.response.code;","const ok = status >= 200 && status < 300;","","if (isPost && ok) {","  let body;","","  try {","    body = pm.response.json();","  } catch (e) {","    return; // Not JSON, stop safely","  }","","  if (body?.job_id) {","    pm.collectionVariables.set('job_id', body.job_id);","  }","}"]}}],"_postman_id":"2d901b25-ae65-4c2f-917d-9aa7393ce5dd"},{"name":"Quality Monitoring","item":[{"name":"Add a new QM interaction","item":[{"name":"Add a new QM interaction (stereo phone call) with AI analyses","id":"75a0f912-e160-4721-999e-3fb7f893c7df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"{{brand_id}}","type":"default"},{"key":"agent_id","value":"{{agent_id}}","type":"default"},{"key":"original_interaction_id","value":"{{interaction_id}}","type":"default"},{"key":"interaction_date","value":"{{interaction_date}}","type":"default"},{"key":"audio","value":[""],"type":"default"},{"key":"audio_language","value":"fr","type":"default"},{"key":"insights_language","value":"en","type":"default"},{"key":"transcript_output_languages[0]","value":"en","description":"<p>Language of the transcript translation\nOPTIONAL\nCurrently only first language is handled by backend</p>\n","type":"text","uuid":"bb316828-f009-4418-8753-c3b185974214"},{"key":"transcript_output_languages[1]","value":"de","description":"<p>Language of the transcript translation\nOPTIONAL</p>\n","type":"text","uuid":"f1ebb371-86dc-4c88-9499-8af251b90bac"},{"key":"tasks[0]","value":"actions-extraction","type":"default"},{"key":"tasks[1]","value":"call-reason-extraction","type":"default"},{"key":"tasks[2]","value":"nps-estimation","type":"default"},{"key":"tasks[3]","value":"sequencing","type":"default"},{"key":"tasks[4]","value":"summarization","type":"default"},{"key":"tasks[5]","value":"contact-reason-classification","type":"text","uuid":"234259a1-49cd-4ce2-96e4-653edb0766f6"}]},"url":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel={{channel_id}}","description":"<p>Add a new QM interaction and run multiple AI analyses simultaneously, based on audio transcription, without having to run each analysis separately.</p>\n<p>You will only be able to run AI analyses activated on your QM account.</p>\n<p>List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></p>\n<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>channel_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created in related channel page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/channels/%7B%7Bchannel_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/channels/{{channel_id}}</a></p>\n</li>\n<li><p><strong><code>tasks[]</code></strong> used in API request body : Array of AI analyses technical names (Type: String)<br />  Example 1: one AI analysis to run -&gt; <code>'summarization'</code><br />  <code>tasks[0]:'summarization'</code><br />  Example 2: two AI analyses to run -&gt; <code>'summarization'</code> and <code>'nps-estimation'</code><br />  <code>tasks[0]:'summarization'</code><br />  <code>tasks[1]:'nps-estimation'</code></p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request body</h2>\n<p>Content-Type: <code>multipart/form-data</code></p>\n","urlObject":{"protocol":"https","path":["api","webhooks","interaction"],"host":["{{platform}}","diabolocom","ai"],"query":[{"key":"channel","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"69a0d599-7750-4b2f-b8eb-3c358f948058","name":"Add a new QM interaction (stereo phone call) with AI analyses","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"01hvpc92dmxtmbaqg8d1w7msxv","type":"default"},{"key":"agent_id","value":"notre-agent-id","type":"default"},{"key":"original_interaction_id","value":"1234585","type":"default"},{"key":"interaction_date","value":"2024-06-25T09:59:09+02:00","type":"default"},{"key":"audio","value":[""],"type":"default"},{"key":"audio_language","value":"fr","type":"default"},{"key":"insights_language","value":"fr","type":"default"},{"key":"tasks[0]","value":"actions-extraction","type":"default"},{"key":"tasks[1]","value":"call-reason-extraction","type":"default"},{"key":"tasks[2]","value":"nps-estimation","type":"default"},{"key":"tasks[3]","value":"sequencing","type":"default"},{"key":"tasks[4]","value":"summarization","type":"default"}]},"url":{"raw":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel=01hvpcb56bnw7wx9py3w6eavq0","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","webhooks","interaction"],"query":[{"key":"channel","value":"01hvpcb56bnw7wx9py3w6eavq0"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\"\n}"}],"_postman_id":"75a0f912-e160-4721-999e-3fb7f893c7df"},{"name":"Add a new QM interaction (stereo phone call)","id":"a342c545-b9d9-45df-bc22-d1e8afd562ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"{{brand_id}}","type":"default"},{"key":"agent_id","value":"{{agent_id}}","type":"default"},{"key":"original_interaction_id","value":"{{interaction_id}}","type":"default"},{"key":"interaction_date","value":"{{interaction_date}}","type":"default"},{"key":"audio","value":[""],"type":"default"},{"key":"audio_language","value":"fr","type":"default"},{"key":"insights_language","value":"en","type":"default"},{"key":"transcript_output_languages[0]","value":"en","description":"<p>Language of the transcript translation\nOPTIONAL\nCurrently only first language is handled by backend</p>\n","type":"text","uuid":"65be96bf-8d28-481f-838e-27c75f098912"},{"key":"transcript_output_languages[1]","value":"de","description":"<p>Language of the transcript translation\nOPTIONAL</p>\n","type":"text","uuid":"c00a6c3c-d981-4347-b135-ffd2011badd1"}]},"url":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel={{channel_id}}","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>channel_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created in related channel page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/channels/%7B%7Bchannel_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/channels/{{channel_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request body</h2>\n<p>Content-Type: <code>multipart/form-data</code></p>\n","urlObject":{"protocol":"https","path":["api","webhooks","interaction"],"host":["{{platform}}","diabolocom","ai"],"query":[{"key":"channel","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"2b65567b-bfbc-4573-800a-8b25ce3ceada","name":"Add a new QM interaction (stereo phone call)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"01hvpc92dmxtmbaqg8d1w7msxv","type":"default"},{"key":"agent_id","value":"notre-agent-id","type":"default"},{"key":"original_interaction_id","value":"1234585","type":"default"},{"key":"interaction_date","value":"2024-06-25T09:59:09+02:00","type":"default"},{"key":"audio","value":[""],"type":"default"},{"key":"audio_language","value":"fr","type":"default"},{"key":"insights_language","value":"fr","type":"default"}]},"url":{"raw":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel=01hvpcb56bnw7wx9py3w6eavq0","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","webhooks","interaction"],"query":[{"key":"channel","value":"01hvpcb56bnw7wx9py3w6eavq0"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\"\n}"}],"_postman_id":"a342c545-b9d9-45df-bc22-d1e8afd562ea"}],"id":"9573a2b1-d6c4-4dda-bece-9b4b687eb9ed","_postman_id":"9573a2b1-d6c4-4dda-bece-9b4b687eb9ed","description":""},{"name":"Add a new QM interaction - Non native integration with Diabolocom CCaaS","item":[{"name":"Add a new QM interaction (stereo phone call) - Non native integration with Diabolocom CCaaS","id":"e3e061f1-ddc2-476c-9bb7-0e7495a3a5cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"brand_id\": \"{{brand_id}}\",\n    \"agent_id\": \"{{agent_id}}\",\n    \"original_interaction_id\": \"{{interaction_id}}\",\n    \"audio_language\": \"fr\",\n    \"insights_language\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel={{channel_id}}","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>channel_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created in related channel page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/channels/%7B%7Bchannel_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/channels/{{channel_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>brand_id</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The brand ID of the call (if any, null or not present if not applicable)  <br /><strong>Example</strong>: \"01hvpc92dmxtmbaqg8d1w7msxv\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>The agent ID of the call  <br /><strong>Example</strong>: \"notre-agent-id\"  <br /><em>In case of Diabolocom CCaaS :</em> <code>{{agentId}}</code></td>\n</tr>\n<tr>\n<td><code>original_interaction_id</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Your own interaction ID (if any, null or not present if not applicable)  <br /><strong>Example</strong>: \"1234585\"  <br /><em>In case of Diabolocom CCaaS :</em> <code>{{callId}}</code></td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the interaction (default to current date and time if not provided).  <br />Datetime in Standard ISO 8601.  <br /><strong>Example</strong>: \"2024-06-25T08:43:37Z\" (UTC)  <br /><strong>Example</strong>: \"2024-06-25T09:59:09+02:00\" (UTC+2, Paris Time during summer time for instance)</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Language of the input audio (fr if not specified).  <br />ISO 639-1 language code.  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a>  <br /><strong>Example</strong>: \"en\"</td>\n</tr>\n<tr>\n<td><code>insights_language</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Language of the generated QM reasoning and optional AI analyses results (fr if not specified)  <br />ISO 639-1 language code  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a>  <br /><strong>Example</strong>: \"de\"</td>\n</tr>\n<tr>\n<td><code>transcript_output_languages</code></td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Languages of the transcript outputs.  <br />ISO 639-1 language code  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a>  <br /><strong>Example</strong>: [\"de\", \"en\"]  <br /><strong>Notes:</strong>  <br />- Language ignored when it is the same as audio_language  <br />- It accepts an array, but only first value is handled by backend <strong>for the moment</strong></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","webhooks","interaction"],"host":["{{platform}}","diabolocom","ai"],"query":[{"key":"channel","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"4cc2f4d7-7cdb-4cd9-8649-de84f6c21873","name":"Add a new QM interaction (stereo phone call) - Non native integration with Diabolocom CCaaS","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n    \"agent_id\": \"39990\",\n    \"original_interaction_id\": \"49442694\",\n    \"audio_language\": \"fr\",\n    \"insights_language\": \"fr\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel=01hvpcb56bnw7wx9py3w6eavq0","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","webhooks","interaction"],"query":[{"key":"channel","value":"01hvpcb56bnw7wx9py3w6eavq0"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\"\n}"}],"_postman_id":"e3e061f1-ddc2-476c-9bb7-0e7495a3a5cc"},{"name":"Add a new QM interaction (stereo phone call) with AI analyses - Non native integration with Diabolocom CCaaS","id":"3b879a26-4ecc-4fe1-be72-ed7c927d63d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"brand_id\": \"{{brand_id}}\",\n    \"agent_id\": \"{{agent_id}}\",\n    \"original_interaction_id\": \"{{interaction_id}}\",\n    \"audio_language\": \"fr\",\n    \"insights_language\": \"fr\",\n    \"tasks\": [\n        \"actions-extraction\",\n        \"call-reason-extraction\",\n        \"nps-estimation\",\n        \"sequencing\",\n        \"summarization\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel={{channel_id}}","description":"<p>Add a new QM interaction and run multiple AI analyses simultaneously, based on audio transcription, without having to run each analysis separately.</p>\n<p>You will only be able to run AI analyses activated on your QM account.</p>\n<p>List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></p>\n<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>channel_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created in related channel page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/channels/%7B%7Bchannel_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/channels/{{channel_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>brand_id</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The brand ID of the call (if any, null or not present if not applicable)  <br /><strong>Example</strong>: \"01hvpc92dmxtmbaqg8d1w7msxv\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>The agent ID of the call  <br /><strong>Example</strong>: \"notre-agent-id\"  <br /><em>In case of Diabolocom CCaaS :</em> <code>{{agentId}}</code></td>\n</tr>\n<tr>\n<td><code>original_interaction_id</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Your own interaction ID (if any, null or not present if not applicable)  <br /><strong>Example</strong>: \"1234585\"  <br /><em>In case of Diabolocom CCaaS :</em> <code>{{callId}}</code></td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the interaction (default to current date and time if not provided).  <br />Datetime in Standard ISO 8601.  <br /><strong>Example</strong>: \"2024-06-25T08:43:37Z\" (UTC)  <br /><strong>Example</strong>: \"2024-06-25T09:59:09+02:00\" (UTC+2, Paris Time during summer time for instance)</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Language of the input audio (fr if not specified).  <br />ISO 639-1 language code.  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a>  <br /><strong>Example</strong>: \"en\"</td>\n</tr>\n<tr>\n<td><code>insights_language</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Language of the generated QM reasoning and optional AI analyses results (fr if not specified)  <br />ISO 639-1 language code  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a>  <br /><strong>Example</strong>: \"de\"</td>\n</tr>\n<tr>\n<td><code>transcript_output_languages</code></td>\n<td>Array</td>\n<td>OPTIONAL</td>\n<td>Languages of the transcript outputs.  <br />ISO 639-1 language code  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a>  <br /><strong>Example</strong>: [\"de\", \"en\"]  <br /><strong>Notes:</strong>  <br />- Language ignored when it is the same as audio_language  <br />- It accepts an array, but only first value is handled by backend <strong>for the moment</strong></td>\n</tr>\n<tr>\n<td><code>tasks</code></td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>A JSON array that contains AI analyses technical names (Type: String).  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a>  <br /><strong>Example</strong>: one AI analysis to run -&gt; <code>'summarization'</code>  <br /><code>tasks:['summarization']</code>  <br /><strong>Example</strong>: two AI analyses to run -&gt; <code>'summarization'</code> and <code>'nps-estimation'</code>  <br /><code>tasks:['summarization','nps-estimation']</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","webhooks","interaction"],"host":["{{platform}}","diabolocom","ai"],"query":[{"key":"channel","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"105f1577-2dff-4ce8-a179-578e1cea4d68","name":"Add a new QM interaction (stereo phone call) with AI analyses - Non native integration with Diabolocom CCaaS","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"body":{"mode":"raw","raw":"{\n    \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n    \"agent_id\": \"39990\",\n    \"original_interaction_id\": \"49442694\",\n    \"audio_language\": \"fr\",\n    \"insights_language\": \"fr\",\n    \"tasks\": [\n        \"actions-extraction\",\n        \"call-reason-extraction\",\n        \"nps-estimation\",\n        \"sequencing\",\n        \"summarization\",\n        \"contact-reason-classification\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel=01hvpcb56bnw7wx9py3w6eavq0","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","webhooks","interaction"],"query":[{"key":"channel","value":"01hvpcb56bnw7wx9py3w6eavq0"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\"\n}"}],"_postman_id":"3b879a26-4ecc-4fe1-be72-ed7c927d63d6"}],"id":"b344a366-48b9-4501-b3b3-d14ee9a6b984","_postman_id":"b344a366-48b9-4501-b3b3-d14ee9a6b984","description":""},{"name":"Get QM interactions","item":[{"name":"Get QM interactions with AI analyses results","item":[{"name":"Get QM interactions list with AI analyses results","id":"79099aff-5d6b-4fb4-9a2d-46b222068f11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions?include=ai_analyses_results","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>interactions_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token).<br />  It can be created in QM account page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/customers/%7B%7Bcustomer_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/customers/{{customer_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"pagination-filters-and-sorts\">Pagination, Filters and Sorts</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>limit</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Page size : max nb of returned results per page  <br /><strong>default: 25</strong>  <br />min : 1  <br />max : 100  <br />if specified limit not in range: error raised to highlight min and max sizes➝ Error <code>422 Unprocessable Content</code> (status code: 422) and a message <code>\"message\": \"Limit must be between 1 and 100.\"</code></td>\n<td><code>api/interactions?limit=50</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>number of page to go specifically to page results  <br /><strong>default: 1</strong>  <br />if specified page not existing: error raised ➝ Error <code>404 Not Found</code> (status code: 404) and a message <code>\"message\": \"Page not found.\"</code></td>\n<td><code>api/interactions?page=5</code></td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td><strong>default:</strong> <strong><code>-interaction_date</code></strong> <strong>(DESC) ➝ most recent interaction first</strong>  <br />  <br />List of 12 sorts: [ 'agent_id', 'agent_name', 'channel_id', 'channel_name', 'brand_id', 'brand_name', 'provider_id', 'duration', 'interaction_date', 'score_avg', 'audio_language', 'ai_analyses_language' ]  <br />  <br />syntax :<code>sort=(-)sort_name</code>  <br />If nothing : ASC  <br />If adding - to name : DESC  <br />  <br />You can sort by multiple properties by separating them with a comma<code>sort=sort1,sort2</code></td>\n<td><code>api/interactions?sort=-interaction_date</code>  <br /><code>api/interactions?sort=score_avg</code></td>\n</tr>\n<tr>\n<td><code>filter[]</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td><strong>default : no filter ➝ all QM interactions data</strong>  <br />  <br />List of 17 filters: [ 'id', 'agent_id', 'agent_name', 'channel_id', 'channel_name', 'brand_id', 'brand_name', 'provider_id', 'eval_form_id', 'eval_form_name', 'tag_id', 'tag_name', 'audio_language', 'ai_analyses_language', 'interaction_date-(ge,le)', 'score_avg-(gt,ge,lt,le,eq,ne)', 'duration-(gt,ge,lt,le,eq,ne)']  <br />  <br />syntax:  <br /><code>filter[filter_name]=value</code>  <br />  <br />If multiple filters applied:  <br /><code>filter[filter_name1]=value1&amp;filter[filter_name2]=value2</code>  <br />  <br />For comparison filters:  <br /><code>filter[filter_name-operator]=value</code>  <br />  <br />If multiple values for the same filter :  <br />You can specify multiple matching filter values by passing a comma separated list of values  <br /><code>filter[filter_name]=value1,value2</code>  <br />  <br />Filtering on String with spaces and special characters :  <br />- Space can be replace by <code>+</code> or (URL encoded)  <br />- Other special characters should be replaced by URL encoded characters  <br />Example : for character <code>+</code>-&gt; replace by <code>+</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>include</code></td>\n<td>Must be one of : <code>ai_analyses_results</code></td>\n<td>OPTIONAL</td>\n<td>If used, Opt in for ai analyses results =&gt; object will be generated in result</td>\n<td><code>api/interactions?include=ai_analyses_results</code></td>\n</tr>\n<tr>\n<td><code>filter[id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM interaction (field path : <code>id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[id]=01jacy335je0v129rgdyppa55c</code></td>\n</tr>\n<tr>\n<td><code>filter[agent_id]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>User related attribute Agent ID (field path : <code>agent_id</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[agent_id]=notre-agent-id</code>  <br /><code>api/interactions?filter[agent_id]=EXT+-+3142758</code></td>\n</tr>\n<tr>\n<td><code>filter[agent_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName (path : <code>agent_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[agent_name]=Armand+Donte</code></td>\n</tr>\n<tr>\n<td><code>filter[channel_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM channel (field path : <code>channel_id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[channel_id]=01hvpcb56bnw7wx9py3w6eavq0</code></td>\n</tr>\n<tr>\n<td><code>filter[channel_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM channel (field path : <code>channel_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[channel_name]=Diabolocom</code></td>\n</tr>\n<tr>\n<td><code>filter[brand_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM brand (field path : <code>brand_id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[brand_id]=01hvpcaa0kjmtgph3njvksjxrq</code></td>\n</tr>\n<tr>\n<td><code>filter[brand_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM brand (field path : <code>brand_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[brand_name]=Danane</code></td>\n</tr>\n<tr>\n<td><code>filter[provider_id]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>External ID of QM interaction (field path : <code>provider_id</code>)  <br /><em>In case of Diabolocom call : Call ID</em>  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[provider_id]=TestCallStereoE+-+1</code></td>\n</tr>\n<tr>\n<td><code>filter[eval_form_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM evaluation grid (field path : <code>eval_forms.id</code>)  <br />Match should be done on all evaluation grids in <code>eval_forms</code> array of objects.  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[eval_form_id]=01j8pq9v5qq940w2agb053zapf</code></td>\n</tr>\n<tr>\n<td><code>filter[eval_form_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Title of QM evaluation grid (field path : <code>eval_forms.title</code>)  <br />Match should be done on all evaluation grids in <code>eval_forms</code> array of objects.  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[eval_form_name]=QM+Test+-+N/A</code></td>\n</tr>\n<tr>\n<td><code>filter[tag_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM tag (field path : <code>tags.id</code>)  <br />Match should be done on all tags in <code>tags</code> array of objects.  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[tag_id]=9ce01b86-ddfb-41fa-b9eb-dabea9ca4916</code></td>\n</tr>\n<tr>\n<td><code>filter[tag_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM tag, in different languages (depending on each tag) (field path : <code>tags.name</code>)  <br />Match should be done on all tags in <code>tags</code> array of objects, and also on all key:pair values inside <code>name</code> object ➝ <code>'locale':'name_in_locale'</code>=&gt; Search among all QM tags names in all languages  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[tag_name]=test</code></td>\n</tr>\n<tr>\n<td><code>filter[audio_language]</code></td>\n<td>String, Enum['fr','en', ...] (available input languages )</td>\n<td>OPTIONAL</td>\n<td>Language of input audio for QM interaction (field path : <code>audio_language</code>)  <br />  <br />EXACT MATCH  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td><code>api/interactions?filter[audio_language]=fr</code></td>\n</tr>\n<tr>\n<td><code>filter[ai_analyses_language]</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>OPTIONAL</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio) (field path : <code>ai_analyses_language</code>)  <br />  <br />EXACT MATCH  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>api/interactions?filter[ai_analyses_language]=de</code></td>\n</tr>\n<tr>\n<td><code>filter[score_avg]</code></td>\n<td>Float</td>\n<td>OPTIONAL</td>\n<td>QM interaction average score (out of 100) (field path : <code>score_avg</code>)  <br />  <br />Comparison filter ➝ possible operators : ['gt', 'ge', 'lt', 'le', 'eq', 'ne']</td>\n<td><code>api/interactions?filter[score_avg-le]=20</code></td>\n</tr>\n<tr>\n<td><code>filter[duration]</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>QM interaction audio duration in milliseconds (field path : <code>duration</code>)  <br />  <br />Comparison filter ➝ possible operators : ['gt', 'ge', 'lt', 'le', 'eq', 'ne']</td>\n<td><code>api/interactions?filter[duration-ge]=600000</code></td>\n</tr>\n<tr>\n<td><code>filter[interaction_date]</code></td>\n<td>Date<strong>required format is YYYY-MM-DD</strong></td>\n<td>OPTIONAL</td>\n<td>QM interaction date  <br />  <br />Comparison filter ➝ possible operators : ['ge', 'le']  <br />- <code>filter[interaction_date-ge]</code> : interactions with <code>interaction_date</code> greater or equal to date (start date included)  <br />- <code>filter[interaction_date-le]</code> : interactions with <code>interaction_date</code> less or equal to date (end date included)</td>\n<td><code>api/interactions?filter[interaction_date-ge]=2024-10-17</code>  <br /><code>api/interactions?filter[interaction_date-le]=2024-10-24</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<p><strong>Root Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>interactions_count</code></strong></td>\n<td>Integer</td>\n<td>Number of QM interactions in results</td>\n<td>39217123</td>\n</tr>\n<tr>\n<td><strong><code>interactions</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>Array of Objects, each one representing a QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td>String (url), nullable</td>\n<td>URL of previous page (with all queryparameters), null if first page</td>\n<td><code>https://{{platform}}.diabolocom.ai/api/interactions?limit=50&amp;page=1</code></td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td>String (url), nullable</td>\n<td>URL of next page (with all queryparameters), null if last page</td>\n<td><code>https://{{platform}}.diabolocom.ai/api/interactions?limit=50&amp;filter[provider_id]=TestCallStereoE+-+1&amp;page=2</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>interactions[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM interaction</td>\n<td>\"01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String (with spaces)</td>\n<td>User related attribute Agent ID</td>\n<td>\"notre-agent-id\"</td>\n</tr>\n<tr>\n<td><code>agent_name</code></td>\n<td>String (with spaces)</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName</td>\n<td>\"Armand Donte\"</td>\n</tr>\n<tr>\n<td><code>channel_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM channel</td>\n<td>\"01hvpcb56bnw7wx9py3w6eavq0\"</td>\n</tr>\n<tr>\n<td><code>channel_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM channel</td>\n<td>\"Diabolocom\"</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM brand</td>\n<td>\"01hvpcaa0kjmtgph3njvksjxrq\"</td>\n</tr>\n<tr>\n<td><code>brand_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM brand</td>\n<td>\"Danane\"</td>\n</tr>\n<tr>\n<td><code>provider_id</code></td>\n<td>String (with spaces)</td>\n<td>External ID of QM interaction  <br /><em>In case of Diabolocom call : Call ID</em></td>\n<td>\"TestCallStereoE - 1\"</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer, nullable</td>\n<td>QM interaction audio duration in milliseconds</td>\n<td>77322</td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String (Datetime ISO 8601)  <br />\"YYYY-MM-DDThh:mm:ss.000000Z\" (Zulu Time : UTC)</td>\n<td>QM interaction date:  <br />will take value of \"interaction_date\" sent in QM webhook, otherwise datetime of creation of QM interaction, in UTC</td>\n<td>\"2024-10-17T09:49:08.000000Z\"</td>\n</tr>\n<tr>\n<td><code>score_avg</code></td>\n<td>Float, nullable</td>\n<td>QM interaction average score (out of 100)</td>\n<td>32.5</td>\n</tr>\n<tr>\n<td><strong><code>eval_forms</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluation grids associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>tags</code></strong></td>\n<td><strong>Array of Objects</strong>  <br />if empty : []</td>\n<td><strong>List of QM tags associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>interaction_url</code></td>\n<td>String (url)</td>\n<td>URL of QM interaction page</td>\n<td>\"https://{{platform}}.diabolocom.ai/resources/interactions/01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String, Enum['fr','en', ...] (available input languages)</td>\n<td>Language of input audio for QM interaction  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_language</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio)  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks</code></td>\n<td>Array of String (available insights)  <br />if empty : []</td>\n<td>List of AI analyses to perform on QM interaction audio.  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td>[\"actions-extraction\", \"call-reason-extraction\", \"sequencing\"]</td>\n</tr>\n<tr>\n<td><strong><code>ai_analyses_results</code></strong></td>\n<td><strong>Object</strong></td>\n<td><strong>Results of AI analyses performed on QM interaction audio</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces)</td>\n<td>Title of QM evaluation grid</td>\n<td>\"QM Test - N/A + Standard Criteria\"</td>\n</tr>\n<tr>\n<td><code>score_initial</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of QM evaluation grid</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of QM evaluation grid</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>tags[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM tag</td>\n<td>\"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\"</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Object</td>\n<td>Name of QM tag, in different languages (depending on each tag) :  <br /><code>{ 'fr': 'aaa', 'en': 'bbb', 'de': 'ccc'}</code></td>\n<td>\"name\": { \"en\": \"Test\", \"fr\": \"Test tag 2\" }</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ai_analyses_results Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces), nullable</td>\n<td>Title generated by summarization task.  <br />if not generated : null</td>\n<td>\"Assistance sur un problème de connexion Internet via la box\"</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String (tags names)  <br />if empty : []</td>\n<td>List of tags generated by summarization task.  <br />if not generated : []</td>\n<td>[\"fibre\", \"assistance_technique\", \"box\", \"connexion_internet\"]</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_start</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call start, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_end</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call end, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","interactions"],"host":["{{platform}}","diabolocom","ai"],"query":[{"key":"include","value":"ai_analyses_results"}],"variable":[]}},"response":[{"id":"adb3836c-c2c9-4ec3-b33c-b3fc9bf50022","name":"Get QM interactions list with AI analyses results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"url":{"raw":"https://{{platform}}.diabolocom.ai/api/interactions?include=ai_analyses_results","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","interactions"],"query":[{"key":"include","value":"ai_analyses_results"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"interactions_count\": 297,\n    \"interactions\": [\n        {\n            \"id\": \"01jedsnxt9138b401gsrh46d0d\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234585\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-06T09:05:22.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsnxt9138b401gsrh46d0d\",\n            \"ai_analyses_results\": {\n                \"title\": \"Accident de voiture et demande d'indemnisation\",\n                \"tags\": [\n                    \"constat_amiable\",\n                    \"declaration_de_sinistre\",\n                    \"accident_de_voiture\",\n                    \"indemnisation\"\n                ],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 5\n            }\n        },\n        {\n            \"id\": \"01jedsjps0vhcrsfzmz64fb6p7\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234584\",\n            \"duration\": 333461,\n            \"score_avg\": 50,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-06T08:05:22.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsjps0vhcrsfzmz64fb6p7\",\n            \"ai_analyses_results\": {\n                \"title\": \"Accident de voiture - Indemnisation et véhicule de remplacement\",\n                \"tags\": [\n                    \"indemnisation\",\n                    \"vehicule_de_remplacement\",\n                    \"accident_de_voiture\",\n                    \"garage_agréé\",\n                    \"constat_amiable\"\n                ],\n                \"satisfaction_score_start\": 3,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jebw8tccx532f4vecfqkdbf6\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234584\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T17:00:51.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebw8tccx532f4vecfqkdbf6\",\n            \"ai_analyses_results\": {\n                \"title\": \"Accident de voiture - demande d'indemnisation\",\n                \"tags\": [\n                    \"accident_de_voiture\",\n                    \"vehicule_remplacement\",\n                    \"contrat\",\n                    \"responsabilite\",\n                    \"demande_indemnisation\"\n                ],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jebw5ecmdztkmywfqayzadxc\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234583\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T16:59:01.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebw5ecmdztkmywfqayzadxc\",\n            \"ai_analyses_results\": {\n                \"title\": \"Accident de voiture - Aide pour la récupération de la voiture et la réparation des dégâts\",\n                \"tags\": [\n                    \"recuperation_de_voiture\",\n                    \"accident_de_voiture\",\n                    \"constat_amiable\",\n                    \"vehicule_de_remplacement\",\n                    \"reparation_des_degats\"\n                ],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jebvtavwbq4ck9pr42m3pxyj\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234582\",\n            \"duration\": 333461,\n            \"score_avg\": 50,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T16:52:57.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebvtavwbq4ck9pr42m3pxyj\",\n            \"ai_analyses_results\": {\n                \"title\": \"Demande d'indemnisation suite à un accident de voiture et organisation de remorquage\",\n                \"tags\": [\n                    \"indemnisation\",\n                    \"remorquage\",\n                    \"accident_de_voiture\",\n                    \"contrat_assurance\",\n                    \"vehicule_de_remplacement\"\n                ],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 5\n            }\n        },\n        {\n            \"id\": \"01jebrw43ejtzay12wbg4e69dd\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234581\",\n            \"duration\": 333461,\n            \"score_avg\": 62.5,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T16:01:30.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebrw43ejtzay12wbg4e69dd\",\n            \"ai_analyses_results\": {\n                \"title\": \"Demande d'indemnisation après accident de voiture\",\n                \"tags\": [\n                    \"service_d_assistance\",\n                    \"assurance_tous_risques\",\n                    \"indemnisation\",\n                    \"remorquage\",\n                    \"vehicule_de_remplacement\",\n                    \"accident_de_voiture\"\n                ],\n                \"satisfaction_score_start\": 3,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jebrdfgm8axwvjknv7h32z4t\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234580\",\n            \"duration\": 333461,\n            \"score_avg\": 62.5,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T15:53:30.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebrdfgm8axwvjknv7h32z4t\",\n            \"ai_analyses_results\": {\n                \"title\": \"Indemnisation suite à un accident de voiture\",\n                \"tags\": [\n                    \"accident_de_voiture\",\n                    \"vehicule_de_remplacement\",\n                    \"récupération_de_laamas\",\n                    \"indemnisé\",\n                    \"constat_amiable\"\n                ],\n                \"satisfaction_score_start\": 3,\n                \"satisfaction_score_end\": 5\n            }\n        },\n        {\n            \"id\": \"01jebr5175bwygfhgvbpfamdp2\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234579\",\n            \"duration\": 333461,\n            \"score_avg\": 50,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T15:48:53.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebr5175bwygfhgvbpfamdp2\",\n            \"ai_analyses_results\": {\n                \"title\": \"Assistance pour un accident de voiture - mise à disposition d'un véhicule de remplacement\",\n                \"tags\": [\n                    \"accident_de_voiture\",\n                    \"garage_agréé\",\n                    \"assistance\",\n                    \"vehicule_de_remplacement\",\n                    \"constat_amiable\"\n                ],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 5\n            }\n        },\n        {\n            \"id\": \"01jebn5hfwrhdrknx3jy8et0yt\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234578\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T14:56:44.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebn5hfwrhdrknx3jy8et0yt\",\n            \"ai_analyses_results\": {\n                \"title\": \"Demande de remboursement après accident de voiture et organisation de véhicule de remplacement\",\n                \"tags\": [\n                    \"garage_agréé\",\n                    \"remboursement\",\n                    \"vehicule_de_remplacement\",\n                    \"accident_de_voiture\",\n                    \"remorquage\"\n                ],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 5\n            }\n        },\n        {\n            \"id\": \"01jebm98ffdwfjq38krg9h288w\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234577\",\n            \"duration\": 333461,\n            \"score_avg\": 62.5,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T14:41:17.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebm98ffdwfjq38krg9h288w\",\n            \"ai_analyses_results\": {\n                \"title\": \"Demande d'indemnisation après un accident de voiture\",\n                \"tags\": [\n                    \"accident_de_voiture\",\n                    \"demande_d_indemnisation\",\n                    \"remplacement_de_véhicule\",\n                    \"remorquage\",\n                    \"constat_amiable\"\n                ],\n                \"satisfaction_score_start\": 1,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jebm4t1etag6f8v0qcp2tz87\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234576\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T14:38:51.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebm4t1etag6f8v0qcp2tz87\",\n            \"ai_analyses_results\": {\n                \"title\": \"Demande d'indemnisation après un accident de voiture\",\n                \"tags\": [\n                    \"indemnisation\",\n                    \"contrat\",\n                    \"accident_de_voiture\",\n                    \"vehicule_de_remplacement\",\n                    \"constat_amiable\"\n                ],\n                \"satisfaction_score_start\": 3,\n                \"satisfaction_score_end\": 5\n            }\n        },\n        {\n            \"id\": \"01jebj3sejn1ppvh8g7wd0gd3b\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoB - 1\",\n            \"duration\": 106658,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"sequencing\",\n                \"summarization\",\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\"\n            ],\n            \"interaction_date\": \"2024-12-05T14:03:21.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebj3sejn1ppvh8g7wd0gd3b\",\n            \"ai_analyses_results\": {\n                \"title\": \"Problème de téléphone impossible de passer d'appel\",\n                \"tags\": [\n                    \"impossible_de_passer\",\n                    \"réseau\",\n                    \"problème_de_téléphone\",\n                    \"carte_sim\",\n                    \"équipe_technique\"\n                ],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jebh8qx3688pgpvzw05caaeb\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234575\",\n            \"duration\": 333461,\n            \"score_avg\": 62.5,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"de\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T13:48:35.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebh8qx3688pgpvzw05caaeb\",\n            \"ai_analyses_results\": {\n                \"title\": \"Unfall mit Auto - Entschädigung und Wagen zur Verfügung\",\n                \"tags\": [\n                    \"entschaedigung\",\n                    \"versicherer\",\n                    \"formular\",\n                    \"auto\",\n                    \"wagen\",\n                    \"unfall\"\n                ],\n                \"satisfaction_score_start\": 1,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jda5y74seqfa6v38fp46cg90\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoA - 1\",\n            \"duration\": 168542,\n            \"score_avg\": 50,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-22T14:55:39.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [\n                {\n                    \"id\": \"9cf98d00-ccd9-41c0-abaf-10c39deab93a\",\n                    \"name\": {\n                        \"en\": \"Test\",\n                        \"fr\": \"Test tag 2\"\n                    }\n                }\n            ],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jda5y74seqfa6v38fp46cg90\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jda5fdae1yn48wpxsdn6bpk6\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoA - 1\",\n            \"duration\": 168542,\n            \"score_avg\": 30,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-22T14:47:34.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [\n                {\n                    \"id\": \"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\",\n                    \"name\": {\n                        \"fr\": \"testa\"\n                    }\n                },\n                {\n                    \"id\": \"9cf98d00-ccd9-41c0-abaf-10c39deab93a\",\n                    \"name\": {\n                        \"en\": \"Test\",\n                        \"fr\": \"Test tag 2\"\n                    }\n                }\n            ],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jda5fdae1yn48wpxsdn6bpk6\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": 1,\n                \"satisfaction_score_end\": 5\n            }\n        },\n        {\n            \"id\": \"01jd7nmk2e6nt176fzjzkwvj1s\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoE - 1.mp3\",\n            \"duration\": 77322,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:18.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmk2e6nt176fzjzkwvj1s\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 5\n            }\n        },\n        {\n            \"id\": \"01jd7nmeqx4gcy2cs6d27xqn1n\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoD - 1.mp3\",\n            \"duration\": 136986,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:13.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmeqx4gcy2cs6d27xqn1n\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": 1,\n                \"satisfaction_score_end\": 2\n            }\n        },\n        {\n            \"id\": \"01jd7nmbh3d9zmm574ktdqk5an\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoC - 1.mp3\",\n            \"duration\": 147121,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:10.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmbh3d9zmm574ktdqk5an\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": 2,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jd7nm81nefb5hey515y1x661\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoB - 1.mp3\",\n            \"duration\": 106658,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:06.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm81nefb5hey515y1x661\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": 1,\n                \"satisfaction_score_end\": 5\n            }\n        },\n        {\n            \"id\": \"01jd7nm4ysv93bgfw8d9wb503v\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoA - 1.mp3\",\n            \"duration\": 168542,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:03.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm4ysv93bgfw8d9wb503v\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": 1,\n                \"satisfaction_score_end\": 4\n            }\n        },\n        {\n            \"id\": \"01jd7nm173sgdytp8ztxssd0ma\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoE - 1.mp3\",\n            \"duration\": 77322,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:59.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm173sgdytp8ztxssd0ma\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": null,\n                \"satisfaction_score_end\": null\n            }\n        },\n        {\n            \"id\": \"01jd7nky59qeem3jczp3973nx2\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoD - 1.mp3\",\n            \"duration\": 136986,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:56.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nky59qeem3jczp3973nx2\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": null,\n                \"satisfaction_score_end\": null\n            }\n        },\n        {\n            \"id\": \"01jd7nktnre77wyasexcncbhcb\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoC - 1.mp3\",\n            \"duration\": 147121,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:53.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nktnre77wyasexcncbhcb\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": null,\n                \"satisfaction_score_end\": null\n            }\n        },\n        {\n            \"id\": \"01jd7nkq6164r5bn58x9gkbzz7\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoB - 1.mp3\",\n            \"duration\": 106658,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:49.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nkq6164r5bn58x9gkbzz7\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": null,\n                \"satisfaction_score_end\": null\n            }\n        },\n        {\n            \"id\": \"01jd7nkma9m123zn9y56e6jzh8\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoA - 1.mp3\",\n            \"duration\": 168542,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:46.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nkma9m123zn9y56e6jzh8\",\n            \"ai_analyses_results\": {\n                \"title\": null,\n                \"tags\": [],\n                \"satisfaction_score_start\": null,\n                \"satisfaction_score_end\": null\n            }\n        }\n    ],\n    \"next\": \"http://sandbox.qm.diabolocom.ai/api/interactions?page=2\",\n    \"previous\": null\n}"}],"_postman_id":"79099aff-5d6b-4fb4-9a2d-46b222068f11"},{"name":"Get detailed QM interaction by ID with AI analyses results","id":"0b7df2b9-3ce3-4267-a9e4-92d0abf4f17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions/{{id}}?include=ai_analyses_results","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>interactions_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token).<br />  It can be created in QM account page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/customers/%7B%7Bcustomer_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/customers/{{customer_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"filters\">Filters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>include</code></td>\n<td>Must be one of : <code>ai_analyses_results</code></td>\n<td>OPTIONAL</td>\n<td>If used, Opt in for ai analyses results =&gt; object will be generated in result</td>\n<td><code>api/interactions?include=ai_analyses_results</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<p><strong>Root Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM interaction</td>\n<td>\"01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String (with spaces)</td>\n<td>User related attribute Agent ID</td>\n<td>\"notre-agent-id\"</td>\n</tr>\n<tr>\n<td><code>agent_name</code></td>\n<td>String (with spaces)</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName</td>\n<td>\"Armand Donte\"</td>\n</tr>\n<tr>\n<td><code>channel_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM channel</td>\n<td>\"01hvpcb56bnw7wx9py3w6eavq0\"</td>\n</tr>\n<tr>\n<td><code>channel_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM channel</td>\n<td>\"Diabolocom\"</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM brand</td>\n<td>\"01hvpcaa0kjmtgph3njvksjxrq\"</td>\n</tr>\n<tr>\n<td><code>brand_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM brand</td>\n<td>\"Danane\"</td>\n</tr>\n<tr>\n<td><code>provider_id</code></td>\n<td>String (with spaces)</td>\n<td>External ID of QM interaction  <br /><em>In case of Diabolocom call : Call ID</em></td>\n<td>\"TestCallStereoE - 1\"</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer, nullable</td>\n<td>QM interaction audio duration in milliseconds</td>\n<td>77322</td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String (Datetime ISO 8601)  <br />\"YYYY-MM-DDThh:mm:ss.000000Z\" (Zulu Time : UTC)</td>\n<td>QM interaction date:  <br />will take value of \"interaction_date\" sent in QM webhook, otherwise datetime of creation of QM interaction, in UTC</td>\n<td>\"2024-10-17T09:49:08.000000Z\"</td>\n</tr>\n<tr>\n<td><code>score_avg</code></td>\n<td>Float, nullable</td>\n<td>QM interaction average score (out of 100)</td>\n<td>32.5</td>\n</tr>\n<tr>\n<td><strong><code>evaluations</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluations performed for QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>eval_forms_scoring</code></strong></td>\n<td><strong>Object</strong></td>\n<td><strong>key:value pairs (multiple if multiple grids applied), with :</strong>  <br /><strong>- key : QM evaluation grid ID  <br />- value : QM evaluation grid scoring Object</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>eval_forms</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluation grids associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>tags</code></strong></td>\n<td><strong>Array of Objects</strong>  <br />if empty : []</td>\n<td><strong>List of QM tags associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>interaction_url</code></td>\n<td>String (url)</td>\n<td>URL of QM interaction page</td>\n<td>\"https://{{platform}}.diabolocom.ai/resources/interactions/01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String, Enum['fr','en', ...] (available input languages)</td>\n<td>Language of input audio for QM interaction  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_language</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio)  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks</code></td>\n<td>Array of String (available insights)  <br />if empty : []</td>\n<td>List of AI analyses to perform on QM interaction audio.  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td>[\"actions-extraction\", \"call-reason-extraction\", \"sequencing\"]</td>\n</tr>\n<tr>\n<td><strong><code>ai_analyses_results</code></strong></td>\n<td><strong>Object (nullable)</strong></td>\n<td><strong>Results of AI analyses performed on QM interaction audio</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>evaluations[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation</td>\n<td>\"01jacy337jxhafx1fk0932q1g9\"</td>\n</tr>\n<tr>\n<td><code>eval_form_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>criterion_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM criterion</td>\n<td>\"01hvpdc8nr093anywtsddtn0r2\"</td>\n</tr>\n<tr>\n<td><code>criterion_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM criterion</td>\n<td>\"Auto-Lexical Criteria - Opening\"</td>\n</tr>\n<tr>\n<td><code>is_not_applicable</code></td>\n<td>Boolean</td>\n<td>Specifies if the criteria is non applicable</td>\n<td>false</td>\n</tr>\n<tr>\n<td><code>score_auto</code></td>\n<td>Integer / Float (nullable)</td>\n<td>Score automatically assigned by the AI</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_manual</code></td>\n<td>Integer / Float (nullable)</td>\n<td>Score manually assigned by the AI</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>score_min</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of the criteria</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of the criteria</td>\n<td>10</td>\n</tr>\n<tr>\n<td><code>score_completion</code></td>\n<td>Integer / Float</td>\n<td>Rescaled score</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>Status of the evaluation</td>\n<td>\"success\"</td>\n</tr>\n<tr>\n<td><code>score_id</code></td>\n<td>Sring (without spaces)</td>\n<td>ID of the score</td>\n<td>\"01hvpdc8nr093anywtsddtn123\"</td>\n</tr>\n<tr>\n<td><code>score_label</code></td>\n<td>String (with spaces)</td>\n<td>Based on the type of criterion, displays either the criterion title (for IA and manual criteria) or a predefined label (Acoustic/Lexical criteria)</td>\n<td>\"No\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms_scoring['eval_form_id'] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eval_form_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>Integer / Float</td>\n<td>Total score of the form</td>\n<td>100</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum_min</code></td>\n<td>Integer / Float</td>\n<td>Sum of the minimum of all criteria (used for rescaling)</td>\n<td>-30</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum_max</code></td>\n<td>Integer / Float</td>\n<td>Sum of the maximum of all criteria (used for rescaling)</td>\n<td>80</td>\n</tr>\n<tr>\n<td><code>nb_evaluated_criteria</code></td>\n<td>Integer</td>\n<td>Number of evaluated criteria</td>\n<td>7</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum</code></td>\n<td>Integer / Float</td>\n<td>Sum of the scores of all criteria</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces)</td>\n<td>Title of QM evaluation grid</td>\n<td>\"QM Test - N/A + Standard Criteria\"</td>\n</tr>\n<tr>\n<td><code>score_initial</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of QM evaluation grid</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of QM evaluation grid</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>tags[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM tag</td>\n<td>\"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\"</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Object</td>\n<td>Name of QM tag, in different languages (depending on each tag) :  <br /><code>{ 'fr': 'aaa', 'en': 'bbb', 'de': 'ccc'}</code></td>\n<td>\"name\": { \"en\": \"Test\", \"fr\": \"Test tag 2\" }</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ai_analyses_results Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces), nullable</td>\n<td>Title generated by summarization task.  <br />if not generated : null</td>\n<td>\"Assistance sur un problème de connexion Internet via la box\"</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String (tags names)  <br />if empty : []</td>\n<td>List of tags generated by summarization task.  <br />if not generated : []</td>\n<td>[\"fibre\", \"assistance_technique\", \"box\", \"connexion_internet\"]</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_start</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call start, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_end</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call end, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>4</td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td>Object</td>\n<td>Audio transcript with 2 keys:  <br />- <code>text</code>: Raw textual transcript  <br />- <code>diarized_text</code>: Transcription including Agent/Client \"chat\" lines</td>\n<td><code>{ \"text\": \"Bonjour, vous êtes bien en ligne avec le service client de Diabolo Telecom. Comment on peut vous aider aujourd'hui ? Bonjour, j'ai un problème avec ma ...\", \"diarized_text\": \"Agent: Bonjour, vous êtes bien en ligne avec le service client de Diabolo Telecom. Comment on peut vous aider aujourd'hui ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...\" }</code></td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks_results</code></td>\n<td>Object</td>\n<td>List of all generated AI analyses tasks results (as objects)</td>\n<td><code>{\"call-reason\": {\"text\": null, \"object\": {\"why\": \"The client is calling because he was involved in a car accident and wants to know if he will be compensated, and needs assistance with the claim process and logistics.\", \"needs\": \"The client needs help with submitting the friendly declaration, getting a replacement vehicle, and having his car towed and repaired.\", \"request\": \"The client requests assistance with the claim process and logistics after a car accident.\"}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","interactions","{{id}}"],"host":["{{platform}}","diabolocom","ai"],"query":[{"key":"include","value":"ai_analyses_results"}],"variable":[]}},"response":[{"id":"8a75c6e0-69d8-474d-8c17-23107cb3a521","name":"Get detailed QM interaction by ID with AI analyses results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"url":{"raw":"https://{{platform}}.diabolocom.ai/api/interactions/01jedsnxt9138b401gsrh46d0d?include=ai_analyses_results","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","interactions","01jedsnxt9138b401gsrh46d0d"],"query":[{"key":"include","value":"ai_analyses_results"}]}},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"01jedsnxt9138b401gsrh46d0d\",\n    \"agent_id\": \"notre-agent-id\",\n    \"agent_name\": \"Armand Donte\",\n    \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n    \"channel_name\": \"Diabolocom\",\n    \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n    \"brand_name\": \"Leclair\",\n    \"provider_id\": \"1234585\",\n    \"duration\": 333461,\n    \"interaction_date\": \"2024-12-06T10:05:22.000000Z\",\n    \"score_avg\": 75,\n    \"evaluations\": [\n        {\n            \"id\": \"01jedsnxxh4n7qtwhtjft9m6t8\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpdc8nr093anywtsddtn0r2\",\n            \"criterion_name\": \"Auto-Lexical Criteria - Opening\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"success\",\n            \"score_label\": \"Succès\"\n        },\n        {\n            \"id\": \"01jedsny0saayjqcz1x5mezjcb\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpd5mjt8haec7gc96rmrf1s\",\n            \"criterion_name\": \"Auto-AI Criteria - Accueil client\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"01hvpd5mjg0b872j486dk5c4vr\",\n            \"score_label\": \"L'agent mentionne son prénom, la marque, qu'il est à l'écoute et il demande au client comment il peut etre utile.\"\n        },\n        {\n            \"id\": \"01jedsny1wr17sh7mqmxx5dnhz\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpd2n6dqvq72sccgn3x240r\",\n            \"criterion_name\": \"Auto-Acoustic-Speed Criteria\",\n            \"is_not_applicable\": false,\n            \"score_auto\": -10,\n            \"score_manual\": null,\n            \"score_min\": -10,\n            \"score_max\": 10,\n            \"score_completion\": 0,\n            \"status\": \"success\",\n            \"score_id\": \"score_slow\",\n            \"score_label\": \"Lent\"\n        },\n        {\n            \"id\": \"01jedsny2ma9456jrdrc4e2jzf\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpd3mdvpzqw5j32rtc6vtm7\",\n            \"criterion_name\": \"Auto-Acoustic-Overlap Criteria\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 20,\n            \"score_manual\": null,\n            \"score_min\": -20,\n            \"score_max\": 20,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"overlap_minimal\",\n            \"score_label\": \"Overlap minimal\"\n        },\n        {\n            \"id\": \"01jedsny3rqqgpwxv31h9rfz05\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpd801qj9maqac7vkqfewhk\",\n            \"criterion_name\": \"Auto-AI Criteria - Réponse apportée au client\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"01hvpd801erkxxbqfrp9xz3ehr\",\n            \"score_label\": \"Le client a reçu une réponse à sa question ou à son problème à la fin de l'appel\"\n        },\n        {\n            \"id\": \"01jedsny4hjsyz9phx6gp3h76m\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpdd64eaqh88thgnpsfdpd1\",\n            \"criterion_name\": \"Auto-Lexical Criteria - Closing\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"success\",\n            \"score_label\": \"Succès\"\n        },\n        {\n            \"id\": \"01jedsny5jzagw8dpk163pepgs\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpdam22mvy8eppam3z8j780\",\n            \"criterion_name\": \"Auto-AI Criteria - Prise de congé\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"01hvpdam1sd7cf7wjj6j3mbspr\",\n            \"score_label\": \"L'agent a remercié le client et a souhaité bonne journée au client\"\n        }\n    ],\n    \"eval_forms_scoring\": {\n        \"01hvpderpdc7fhwj6spgpb5776\": {\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"score\": 75,\n            \"criteria_scores_sum_min\": -30,\n            \"criteria_scores_sum_max\": 80,\n            \"nb_evaluated_criteria\": 7,\n            \"criteria_scores_sum\": 60\n        }\n    },\n    \"eval_forms\": [\n        {\n            \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n            \"score_initial\": 0,\n            \"score_max\": 100\n        }\n    ],\n    \"tags\": [],\n    \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsnxt9138b401gsrh46d0d\",\n    \"audio_language\": \"fr\",\n    \"ai_analyses_language\": \"fr\",\n    \"ai_analyses_tasks\": [\n        \"actions-extraction\",\n        \"call-reason-extraction\",\n        \"nps-estimation\",\n        \"sequencing\",\n        \"summarization\"\n    ],\n    \"ai_analyses_results\": {\n        \"title\": \"Accident de voiture et demande d'indemnisation\",\n        \"transcript\": {\n            \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi. Comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier. Cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Péret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long de mon vie, je suis allé à Levalois pour aller travailler. Tout au long de mon vie, je sortais de chez moi pour aller travailler à Levalois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75-002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\n            \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier. Cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Péret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long de mon vie, je suis allé à Levalois pour aller travailler. Tout au long de mon vie, je sortais de chez moi pour aller travailler à Levalois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75-002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\"\n        },\n        \"ai_analyses_tasks_results\": {\n            \"summary\": {\n                \"text\": \"Le client a contacté le service client suite à un accident de voiture. L'agent a répondu à l'appel et a demandé au client de confirmer son nom complet et son numéro de contrat. Le client a fourni les informations nécessaires et a décrit les circonstances de l'accident. L'agent a demandé au client s'il était blessé ou s'il avait besoin d'une assistance médicale. Le client a répondu qu'il n'avait rien, mais que la voiture était sérieusement endommagée. L'agent a demandé au client s'il avait rempli un constat amiable avec l'autre conducteur sur place. Le client a répondu que oui, et que l'autre conducteur avait reconnu sa faute et n'était pas blessé. L'agent a expliqué au client les étapes à suivre pour envoyer le constat amiable et a conseillé au client de le transmettre dès que possible pour accélérer la procédure.\",\n                \"object\": null\n            },\n            \"client-nps\": {\n                \"text\": null,\n                \"object\": {\n                    \"end_score\": 5,\n                    \"reasoning\": \"Lorsque l'appel commence, le client est déjà très préoccupé par l'accident de voiture et par son véhicule endommagé. Il exprime une certaine anxiété à propos de l'indemnisation et des réparations.\\\\n-Au fil de l'appel, l'agent gère la conversation de manière très professionnelle, ce qui contribue à apaiser les inquiétudes du client.\\\\n-Le client est particulièrement reconnaissant envers l'agent pour la clarté des explications concernant les étapes suivantes et les modalités d'indemnisation.\\\\n-L'assistance pour le remorquage de son véhicule et la possibilité d'un véhicule de remplacement sont également appréciées par le client.\\\\n-Vers la fin de l'appel, le client semble plus calme et satisfait des explications et des arrangements proposés par l'agent.\\\\n-Le client exprime sa gratitude envers l'agent à plusieurs reprises, ce qui suggère une évolution positive de son sentiment au cours de l'appel.\\\\n-Il est important de noter que le client n'a pas exprimé de frustration ni de mécontentement manifeste envers l'agent ou le processus, ce qui indique un niveau de satisfaction élevé.\",\n                    \"end_feeling\": \"Le client semble satisfait des explications et des arrangements proposés par l'agent. Il exprime sa gratitude à plusieurs reprises.\",\n                    \"start_score\": 2,\n                    \"start_feeling\": \"Le client est anxieux et préoccupé par l'accident et son véhicule endommagé. Il exprime une certaine urgence pour connaître les étapes suivantes.\"\n                }\n            },\n            \"step-by-step-summary\": {\n                \"text\": \"Le client, Monsieur Michel Bernard, a contacté le service client suite à un accident de voiture. L'agent, Rémi, a répondu à l'appel et a demandé au client de confirmer son nom complet et son numéro de contrat. Le client a fourni les informations nécessaires et a décrit les circonstances de l'accident.\\\\n-L'agent a demandé au client s'il était blessé ou s'il avait besoin d'une assistance médicale. Le client a répondu qu'il n'avait rien, mais que la voiture était sérieusement endommagée. L'agent a demandé au client s'il avait rempli un constat amiable avec l'autre conducteur sur place. Le client a répondu que oui, et que l'autre conducteur avait reconnu sa faute et n'était pas blessé.\\\\n-L'agent a expliqué au client les étapes à suivre pour envoyer le constat amiable et a conseillé au client de le transmettre dès que possible pour accélérer la procédure. Le client a demandé comment il pouvait envoyer le constat et l'agent a expliqué les méthodes possibles.\",\n                \"object\": [\n                    \"Le client, Monsieur Michel Bernard, a contacté le service client suite à un accident de voiture. L'agent, Rémi, a répondu à l'appel et a demandé au client de confirmer son nom complet et son numéro de contrat. Le client a fourni les informations nécessaires et a décrit les circonstances de l'accident.\",\n                    \"L'agent a demandé au client s'il était blessé ou s'il avait besoin d'une assistance médicale. Le client a répondu qu'il n'avait rien, mais que la voiture était sérieusement endommagée. L'agent a demandé au client s'il avait rempli un constat amiable avec l'autre conducteur sur place. Le client a répondu que oui, et que l'autre conducteur avait reconnu sa faute et n'était pas blessé.\",\n                    \"L'agent a expliqué au client les étapes à suivre pour envoyer le constat amiable et a conseillé au client de le transmettre dès que possible pour accélérer la procédure. Le client a demandé comment il pouvait envoyer le constat et l'agent a expliqué les méthodes possibles.\"\n                ]\n            },\n            \"call-sequence\": {\n                \"text\": null,\n                \"object\": [\n                    {\n                        \"title\": \"Introduction et présentation\",\n                        \"client_nps\": 3,\n                        \"complete_summary\": \"L'agent répond au téléphone et se présente. La cliente explique qu'elle a eu un accident de la route et demande de l'aide.\",\n                        \"essential_elements\": [\n                            \"Nom de la cliente\",\n                            \"Numéro de contrat\"\n                        ],\n                        \"comment_on_agent_handling\": \"L'agent écoute attentivement la cliente et commence à expliquer les étapes à suivre pour résoudre le problème.\",\n                        \"comment_on_client_satisfaction\": \"La cliente semble frustrée mais l'agent la rassure en expliquant les étapes à suivre.\"\n                    },\n                    {\n                        \"title\": \"Collecte d'informations\",\n                        \"client_nps\": 2,\n                        \"complete_summary\": \"L'agent demande à la cliente de fournir des informations sur son contrat et son véhicule.\",\n                        \"essential_elements\": [\n                            \"Informations sur le contrat\",\n                            \"Informations sur le véhicule\"\n                        ],\n                        \"comment_on_agent_handling\": \"L'agent est clair et concis dans ses demandes et la cliente semble coopérative.\",\n                        \"comment_on_client_satisfaction\": \"La cliente semble coopérative mais légèrement irritée par les demandes répétées.\"\n                    },\n                    {\n                        \"title\": \"Explications et clarification\",\n                        \"client_nps\": 4,\n                        \"complete_summary\": \"L'agent explique la procédure normale pour les accidents de la route et propose à la cliente de l'aider à rédiger le constat amiable.\",\n                        \"essential_elements\": [\n                            \"Procédure normale pour les accidents de la route\",\n                            \"Constat amiable\"\n                        ],\n                        \"comment_on_agent_handling\": \"L'agent est clair et concis dans ses explications et la cliente semble satisfaite.\",\n                        \"comment_on_client_satisfaction\": \"La cliente semble satisfaite de l'aide proposée par l'agent.\"\n                    },\n                    {\n                        \"title\": \"Organisation des démarches\",\n                        \"client_nps\": 5,\n                        \"complete_summary\": \"L'agent organise les démarches nécessaires pour que la cliente puisse bénéficier d'un véhicule de remplacement.\",\n                        \"essential_elements\": [\n                            \"Véhicule de remplacement\",\n                            \"Garage agréé\"\n                        ],\n                        \"comment_on_agent_handling\": \"L'agent est efficace et rapide dans l'organisation des démarches.\",\n                        \"comment_on_client_satisfaction\": \"La cliente semble satisfaite de l'aide proposée par l'agent.\"\n                    },\n                    {\n                        \"title\": \"Clôture de l'appel\",\n                        \"client_nps\": 4,\n                        \"complete_summary\": \"L'agent clôt l'appel et remercie la cliente.\",\n                        \"essential_elements\": [\n                            \"Clôture de l'appel\"\n                        ],\n                        \"comment_on_agent_handling\": \"L'agent est poli et professionnel dans la clôture de l'appel.\",\n                        \"comment_on_client_satisfaction\": \"La cliente semble satisfaite de la conversation avec l'agent.\"\n                    }\n                ]\n            },\n            \"actions\": {\n                \"text\": null,\n                \"object\": [\n                    {\n                        \"who\": [\n                            \"client\",\n                            \"agent\"\n                        ],\n                        \"why\": \"Pour obtenir des informations sur la procédure à suivre\",\n                        \"steps\": [\n                            \"Le client décrit les circonstances de l'accident\",\n                            \"L'agent écoute attentivement la description\"\n                        ],\n                        \"title\": \"Description de l'accident\",\n                        \"completed\": true\n                    },\n                    {\n                        \"who\": [\n                            \"agent\"\n                        ],\n                        \"why\": \"Pour s'assurer de la bonne identité du client\",\n                        \"steps\": [\n                            \"L'agent demande les informations de connexion du client\",\n                            \"Le client fournit les informations\"\n                        ],\n                        \"title\": \"Vérification des informations du client\",\n                        \"completed\": true\n                    },\n                    {\n                        \"who\": [\n                            \"agent\"\n                        ],\n                        \"why\": \"Pour informer le client sur la procédure à suivre\",\n                        \"steps\": [\n                            \"L'agent explique la procédure de remboursement\",\n                            \"Le client écoute attentivement\"\n                        ],\n                        \"title\": \"Fourniture de renseignements sur la procédure de remboursement\",\n                        \"completed\": true\n                    },\n                    {\n                        \"who\": [\n                            \"client\"\n                        ],\n                        \"why\": \"Pour fournir la preuve de l'accident\",\n                        \"steps\": [\n                            \"Le client scanne le constat amiable\",\n                            \"Le client envoie le constat amiable par courrier électronique\"\n                        ],\n                        \"title\": \"Envoi du constat amiable\",\n                        \"completed\": false\n                    },\n                    {\n                        \"who\": [\n                            \"agent\"\n                        ],\n                        \"why\": \"Pour déplacer la voiture endommagée\",\n                        \"steps\": [\n                            \"L'agent contacte le service de remorquage\",\n                            \"Le remorqueur vient chercher la voiture\"\n                        ],\n                        \"title\": \"Organisation du remorquage de la voiture\",\n                        \"completed\": false\n                    },\n                    {\n                        \"who\": [\n                            \"agent\"\n                        ],\n                        \"why\": \"Pour fournir un moyen de transport alternatif\",\n                        \"steps\": [\n                            \"L'agent organise la mise à disposition d'un véhicule de remplacement\",\n                            \"Le client reçoit les clés du véhicule de remplacement\"\n                        ],\n                        \"title\": \"Mise à disposition d'un véhicule de remplacement\",\n                        \"completed\": false\n                    }\n                ]\n            },\n            \"call-reason\": {\n                \"text\": null,\n                \"object\": {\n                    \"why\": \"Il a eu un accident de voiture et il souhaite être indemnisé et bénéficier d'un véhicule de remplacement.\",\n                    \"needs\": \"Il a besoin de transmettre le constat amiable à l'assureur et il souhaite également bénéficier d'un véhicule de remplacement.\",\n                    \"request\": \"L'appelant souhaite être indemnisé pour son accident de voiture et il souhaite bénéficier d'un véhicule de remplacement.\"\n                }\n            }\n        },\n        \"tags\": [\n            \"constat_amiable\",\n            \"declaration_de_sinistre\",\n            \"accident_de_voiture\",\n            \"indemnisation\"\n        ],\n        \"satisfaction_score_start\": 2,\n        \"satisfaction_score_end\": 5\n    }\n}"}],"_postman_id":"0b7df2b9-3ce3-4267-a9e4-92d0abf4f17b"}],"id":"95ebf6d7-c286-49f9-8269-d9d64cbb7084","_postman_id":"95ebf6d7-c286-49f9-8269-d9d64cbb7084","description":""},{"name":"Get QM interactions without AI analyses results","item":[{"name":"Get QM interactions list","id":"c2351580-4a93-42c8-82cd-83eccd8099bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>interactions_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token).<br />  It can be created in QM account page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/customers/%7B%7Bcustomer_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/customers/{{customer_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"pagination-filters-and-sorts\">Pagination, Filters and Sorts</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>limit</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Page size : max nb of returned results per page  <br /><strong>default: 25</strong>  <br />min : 1  <br />max : 100  <br />if specified limit not in range: error raised to highlight min and max sizes➝ Error <code>422 Unprocessable Content</code> (status code: 422) and a message <code>\"message\": \"Limit must be between 1 and 100.\"</code></td>\n<td><code>api/interactions?limit=50</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>number of page to go specifically to page results  <br /><strong>default: 1</strong>  <br />if specified page not existing: error raised ➝ Error <code>404 Not Found</code> (status code: 404) and a message <code>\"message\": \"Page not found.\"</code></td>\n<td><code>api/interactions?page=5</code></td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td><strong>default:</strong> <strong><code>-interaction_date</code></strong> <strong>(DESC) ➝ most recent interaction first</strong>  <br />  <br />List of 12 sorts: [ 'agent_id', 'agent_name', 'channel_id', 'channel_name', 'brand_id', 'brand_name', 'provider_id', 'duration', 'interaction_date', 'score_avg', 'audio_language', 'ai_analyses_language' ]  <br />  <br />syntax :<code>sort=(-)sort_name</code>  <br />If nothing : ASC  <br />If adding - to name : DESC  <br />  <br />You can sort by multiple properties by separating them with a comma<code>sort=sort1,sort2</code></td>\n<td><code>api/interactions?sort=-interaction_date</code>  <br /><code>api/interactions?sort=score_avg</code></td>\n</tr>\n<tr>\n<td><code>filter[]</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td><strong>default : no filter ➝ all QM interactions data</strong>  <br />  <br />List of 17 filters: [ 'id', 'agent_id', 'agent_name', 'channel_id', 'channel_name', 'brand_id', 'brand_name', 'provider_id', 'eval_form_id', 'eval_form_name', 'tag_id', 'tag_name', 'audio_language', 'ai_analyses_language', 'interaction_date-(ge,le)', 'score_avg-(gt,ge,lt,le,eq,ne)', 'duration-(gt,ge,lt,le,eq,ne)']  <br />  <br />syntax:  <br /><code>filter[filter_name]=value</code>  <br />  <br />If multiple filters applied:  <br /><code>filter[filter_name1]=value1&amp;filter[filter_name2]=value2</code>  <br />  <br />For comparison filters:  <br /><code>filter[filter_name-operator]=value</code>  <br />  <br />If multiple values for the same filter :  <br />You can specify multiple matching filter values by passing a comma separated list of values  <br /><code>filter[filter_name]=value1,value2</code>  <br />  <br />Filtering on String with spaces and special characters :  <br />- Space can be replace by <code>+</code> or (URL encoded)  <br />- Other special characters should be replaced by URL encoded characters  <br />Example : for character <code>+</code>-&gt; replace by <code>+</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>include</code></td>\n<td>Must be one of : <code>ai_analyses_results</code></td>\n<td>OPTIONAL</td>\n<td>If used, Opt in for ai analyses results =&gt; object will be generated in result</td>\n<td><code>api/interactions?include=ai_analyses_results</code></td>\n</tr>\n<tr>\n<td><code>filter[id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM interaction (field path : <code>id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[id]=01jacy335je0v129rgdyppa55c</code></td>\n</tr>\n<tr>\n<td><code>filter[agent_id]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>User related attribute Agent ID (field path : <code>agent_id</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[agent_id]=notre-agent-id</code>  <br /><code>api/interactions?filter[agent_id]=EXT+-+3142758</code></td>\n</tr>\n<tr>\n<td><code>filter[agent_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName (path : <code>agent_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[agent_name]=Armand+Donte</code></td>\n</tr>\n<tr>\n<td><code>filter[channel_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM channel (field path : <code>channel_id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[channel_id]=01hvpcb56bnw7wx9py3w6eavq0</code></td>\n</tr>\n<tr>\n<td><code>filter[channel_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM channel (field path : <code>channel_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[channel_name]=Diabolocom</code></td>\n</tr>\n<tr>\n<td><code>filter[brand_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM brand (field path : <code>brand_id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[brand_id]=01hvpcaa0kjmtgph3njvksjxrq</code></td>\n</tr>\n<tr>\n<td><code>filter[brand_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM brand (field path : <code>brand_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[brand_name]=Danane</code></td>\n</tr>\n<tr>\n<td><code>filter[provider_id]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>External ID of QM interaction (field path : <code>provider_id</code>)  <br /><em>In case of Diabolocom call : Call ID</em>  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[provider_id]=TestCallStereoE+-+1</code></td>\n</tr>\n<tr>\n<td><code>filter[eval_form_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM evaluation grid (field path : <code>eval_forms.id</code>)  <br />Match should be done on all evaluation grids in <code>eval_forms</code> array of objects.  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[eval_form_id]=01j8pq9v5qq940w2agb053zapf</code></td>\n</tr>\n<tr>\n<td><code>filter[eval_form_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Title of QM evaluation grid (field path : <code>eval_forms.title</code>)  <br />Match should be done on all evaluation grids in <code>eval_forms</code> array of objects.  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[eval_form_name]=QM+Test+-+N/A</code></td>\n</tr>\n<tr>\n<td><code>filter[tag_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM tag (field path : <code>tags.id</code>)  <br />Match should be done on all tags in <code>tags</code> array of objects.  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[tag_id]=9ce01b86-ddfb-41fa-b9eb-dabea9ca4916</code></td>\n</tr>\n<tr>\n<td><code>filter[tag_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM tag, in different languages (depending on each tag) (field path : <code>tags.name</code>)  <br />Match should be done on all tags in <code>tags</code> array of objects, and also on all key:pair values inside <code>name</code> object ➝ <code>'locale':'name_in_locale'</code>=&gt; Search among all QM tags names in all languages  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[tag_name]=test</code></td>\n</tr>\n<tr>\n<td><code>filter[audio_language]</code></td>\n<td>String, Enum['fr','en', ...] (available input languages )</td>\n<td>OPTIONAL</td>\n<td>Language of input audio for QM interaction (field path : <code>audio_language</code>)  <br />  <br />EXACT MATCH  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td><code>api/interactions?filter[audio_language]=fr</code></td>\n</tr>\n<tr>\n<td><code>filter[ai_analyses_language]</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>OPTIONAL</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio) (field path : <code>ai_analyses_language</code>)  <br />  <br />EXACT MATCH  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>api/interactions?filter[ai_analyses_language]=de</code></td>\n</tr>\n<tr>\n<td><code>filter[score_avg]</code></td>\n<td>Float</td>\n<td>OPTIONAL</td>\n<td>QM interaction average score (out of 100) (field path : <code>score_avg</code>)  <br />  <br />Comparison filter ➝ possible operators : ['gt', 'ge', 'lt', 'le', 'eq', 'ne']</td>\n<td><code>api/interactions?filter[score_avg-le]=20</code></td>\n</tr>\n<tr>\n<td><code>filter[duration]</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>QM interaction audio duration in milliseconds (field path : <code>duration</code>)  <br />  <br />Comparison filter ➝ possible operators : ['gt', 'ge', 'lt', 'le', 'eq', 'ne']</td>\n<td><code>api/interactions?filter[duration-ge]=600000</code></td>\n</tr>\n<tr>\n<td><code>filter[interaction_date]</code></td>\n<td>Date<strong>required format is YYYY-MM-DD</strong></td>\n<td>OPTIONAL</td>\n<td>QM interaction date  <br />  <br />Comparison filter ➝ possible operators : ['ge', 'le']  <br />- <code>filter[interaction_date-ge]</code> : interactions with <code>interaction_date</code> greater or equal to date (start date included)  <br />- <code>filter[interaction_date-le]</code> : interactions with <code>interaction_date</code> less or equal to date (end date included)</td>\n<td><code>api/interactions?filter[interaction_date-ge]=2024-10-17</code>  <br /><code>api/interactions?filter[interaction_date-le]=2024-10-24</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<p><strong>Root Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>interactions_count</code></strong></td>\n<td>Integer</td>\n<td>Number of QM interactions in results</td>\n<td>39217123</td>\n</tr>\n<tr>\n<td><strong><code>interactions</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>Array of Objects, each one representing a QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td>String (url), nullable</td>\n<td>URL of previous page (with all queryparameters), null if first page</td>\n<td><code>https://{{platform}}.diabolocom.ai/api/interactions?limit=50&amp;page=1</code></td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td>String (url), nullable</td>\n<td>URL of next page (with all queryparameters), null if last page</td>\n<td><code>https://{{platform}}.diabolocom.ai/api/interactions?limit=50&amp;filter[provider_id]=TestCallStereoE+-+1&amp;page=2</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>interactions[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM interaction</td>\n<td>\"01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String (with spaces)</td>\n<td>User related attribute Agent ID</td>\n<td>\"notre-agent-id\"</td>\n</tr>\n<tr>\n<td><code>agent_name</code></td>\n<td>String (with spaces)</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName</td>\n<td>\"Armand Donte\"</td>\n</tr>\n<tr>\n<td><code>channel_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM channel</td>\n<td>\"01hvpcb56bnw7wx9py3w6eavq0\"</td>\n</tr>\n<tr>\n<td><code>channel_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM channel</td>\n<td>\"Diabolocom\"</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM brand</td>\n<td>\"01hvpcaa0kjmtgph3njvksjxrq\"</td>\n</tr>\n<tr>\n<td><code>brand_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM brand</td>\n<td>\"Danane\"</td>\n</tr>\n<tr>\n<td><code>provider_id</code></td>\n<td>String (with spaces)</td>\n<td>External ID of QM interaction  <br /><em>In case of Diabolocom call : Call ID</em></td>\n<td>\"TestCallStereoE - 1\"</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer, nullable</td>\n<td>QM interaction audio duration in milliseconds</td>\n<td>77322</td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String (Datetime ISO 8601)  <br />\"YYYY-MM-DDThh:mm:ss.000000Z\" (Zulu Time : UTC)</td>\n<td>QM interaction date:  <br />will take value of \"interaction_date\" sent in QM webhook, otherwise datetime of creation of QM interaction, in UTC</td>\n<td>\"2024-10-17T09:49:08.000000Z\"</td>\n</tr>\n<tr>\n<td><code>score_avg</code></td>\n<td>Float, nullable</td>\n<td>QM interaction average score (out of 100)</td>\n<td>32.5</td>\n</tr>\n<tr>\n<td><strong><code>eval_forms</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluation grids associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>tags</code></strong></td>\n<td><strong>Array of Objects</strong>  <br />if empty : []</td>\n<td><strong>List of QM tags associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>interaction_url</code></td>\n<td>String (url)</td>\n<td>URL of QM interaction page</td>\n<td>\"https://{{platform}}.diabolocom.ai/resources/interactions/01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String, Enum['fr','en', ...] (available input languages)</td>\n<td>Language of input audio for QM interaction  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_language</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio)  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks</code></td>\n<td>Array of String (available insights)  <br />if empty : []</td>\n<td>List of AI analyses to perform on QM interaction audio.  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td>[\"actions-extraction\", \"call-reason-extraction\", \"sequencing\"]</td>\n</tr>\n<tr>\n<td><strong><code>ai_analyses_results</code></strong></td>\n<td><strong>Object</strong></td>\n<td><strong>Results of AI analyses performed on QM interaction audio</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces)</td>\n<td>Title of QM evaluation grid</td>\n<td>\"QM Test - N/A + Standard Criteria\"</td>\n</tr>\n<tr>\n<td><code>score_initial</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of QM evaluation grid</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of QM evaluation grid</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>tags[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM tag</td>\n<td>\"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\"</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Object</td>\n<td>Name of QM tag, in different languages (depending on each tag) :  <br /><code>{ 'fr': 'aaa', 'en': 'bbb', 'de': 'ccc'}</code></td>\n<td>\"name\": { \"en\": \"Test\", \"fr\": \"Test tag 2\" }</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ai_analyses_results Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces), nullable</td>\n<td>Title generated by summarization task.  <br />if not generated : null</td>\n<td>\"Assistance sur un problème de connexion Internet via la box\"</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String (tags names)  <br />if empty : []</td>\n<td>List of tags generated by summarization task.  <br />if not generated : []</td>\n<td>[\"fibre\", \"assistance_technique\", \"box\", \"connexion_internet\"]</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_start</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call start, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_end</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call end, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","interactions"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"bef802e3-0a0b-4e14-9783-cfa4447cf62e","name":"Get QM interactions list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"interactions_count\": 297,\n    \"interactions\": [\n        {\n            \"id\": \"01jedsnxt9138b401gsrh46d0d\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234585\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-06T09:05:22.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsnxt9138b401gsrh46d0d\"\n        },\n        {\n            \"id\": \"01jedsjps0vhcrsfzmz64fb6p7\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234584\",\n            \"duration\": 333461,\n            \"score_avg\": 50,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-06T08:05:22.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsjps0vhcrsfzmz64fb6p7\"\n        },\n        {\n            \"id\": \"01jebw8tccx532f4vecfqkdbf6\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234584\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T17:00:51.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebw8tccx532f4vecfqkdbf6\"\n        },\n        {\n            \"id\": \"01jebw5ecmdztkmywfqayzadxc\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234583\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T16:59:01.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebw5ecmdztkmywfqayzadxc\"\n        },\n        {\n            \"id\": \"01jebvtavwbq4ck9pr42m3pxyj\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234582\",\n            \"duration\": 333461,\n            \"score_avg\": 50,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T16:52:57.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebvtavwbq4ck9pr42m3pxyj\"\n        },\n        {\n            \"id\": \"01jebrw43ejtzay12wbg4e69dd\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234581\",\n            \"duration\": 333461,\n            \"score_avg\": 62.5,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T16:01:30.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebrw43ejtzay12wbg4e69dd\"\n        },\n        {\n            \"id\": \"01jebrdfgm8axwvjknv7h32z4t\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234580\",\n            \"duration\": 333461,\n            \"score_avg\": 62.5,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T15:53:30.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebrdfgm8axwvjknv7h32z4t\"\n        },\n        {\n            \"id\": \"01jebr5175bwygfhgvbpfamdp2\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234579\",\n            \"duration\": 333461,\n            \"score_avg\": 50,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T15:48:53.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebr5175bwygfhgvbpfamdp2\"\n        },\n        {\n            \"id\": \"01jebn5hfwrhdrknx3jy8et0yt\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234578\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T14:56:44.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebn5hfwrhdrknx3jy8et0yt\"\n        },\n        {\n            \"id\": \"01jebm98ffdwfjq38krg9h288w\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234577\",\n            \"duration\": 333461,\n            \"score_avg\": 62.5,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T14:41:17.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebm98ffdwfjq38krg9h288w\"\n        },\n        {\n            \"id\": \"01jebm4t1etag6f8v0qcp2tz87\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234576\",\n            \"duration\": 333461,\n            \"score_avg\": 75,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T14:38:51.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebm4t1etag6f8v0qcp2tz87\"\n        },\n        {\n            \"id\": \"01jebj3sejn1ppvh8g7wd0gd3b\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoB - 1\",\n            \"duration\": 106658,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [\n                \"sequencing\",\n                \"summarization\",\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\"\n            ],\n            \"interaction_date\": \"2024-12-05T14:03:21.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebj3sejn1ppvh8g7wd0gd3b\"\n        },\n        {\n            \"id\": \"01jebh8qx3688pgpvzw05caaeb\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n            \"brand_name\": \"Leclair\",\n            \"provider_id\": \"1234575\",\n            \"duration\": 333461,\n            \"score_avg\": 62.5,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"de\",\n            \"ai_analyses_tasks\": [\n                \"actions-extraction\",\n                \"call-reason-extraction\",\n                \"nps-estimation\",\n                \"sequencing\",\n                \"summarization\"\n            ],\n            \"interaction_date\": \"2024-12-05T13:48:35.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n                    \"score_initial\": 0,\n                    \"score_max\": 100\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebh8qx3688pgpvzw05caaeb\"\n        },\n        {\n            \"id\": \"01jda5y74seqfa6v38fp46cg90\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoA - 1\",\n            \"duration\": 168542,\n            \"score_avg\": 50,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-22T14:55:39.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [\n                {\n                    \"id\": \"9cf98d00-ccd9-41c0-abaf-10c39deab93a\",\n                    \"name\": {\n                        \"en\": \"Test\",\n                        \"fr\": \"Test tag 2\"\n                    }\n                }\n            ],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jda5y74seqfa6v38fp46cg90\"\n        },\n        {\n            \"id\": \"01jda5fdae1yn48wpxsdn6bpk6\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoA - 1\",\n            \"duration\": 168542,\n            \"score_avg\": 30,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-22T14:47:34.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [\n                {\n                    \"id\": \"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\",\n                    \"name\": {\n                        \"fr\": \"testa\"\n                    }\n                },\n                {\n                    \"id\": \"9cf98d00-ccd9-41c0-abaf-10c39deab93a\",\n                    \"name\": {\n                        \"en\": \"Test\",\n                        \"fr\": \"Test tag 2\"\n                    }\n                }\n            ],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jda5fdae1yn48wpxsdn6bpk6\"\n        },\n        {\n            \"id\": \"01jd7nmk2e6nt176fzjzkwvj1s\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoE - 1.mp3\",\n            \"duration\": 77322,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:18.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmk2e6nt176fzjzkwvj1s\"\n        },\n        {\n            \"id\": \"01jd7nmeqx4gcy2cs6d27xqn1n\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoD - 1.mp3\",\n            \"duration\": 136986,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:13.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmeqx4gcy2cs6d27xqn1n\"\n        },\n        {\n            \"id\": \"01jd7nmbh3d9zmm574ktdqk5an\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoC - 1.mp3\",\n            \"duration\": 147121,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:10.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmbh3d9zmm574ktdqk5an\"\n        },\n        {\n            \"id\": \"01jd7nm81nefb5hey515y1x661\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoB - 1.mp3\",\n            \"duration\": 106658,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:06.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm81nefb5hey515y1x661\"\n        },\n        {\n            \"id\": \"01jd7nm4ysv93bgfw8d9wb503v\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoA - 1.mp3\",\n            \"duration\": 168542,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:32:03.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm4ysv93bgfw8d9wb503v\"\n        },\n        {\n            \"id\": \"01jd7nm173sgdytp8ztxssd0ma\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoE - 1.mp3\",\n            \"duration\": 77322,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:59.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm173sgdytp8ztxssd0ma\"\n        },\n        {\n            \"id\": \"01jd7nky59qeem3jczp3973nx2\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoD - 1.mp3\",\n            \"duration\": 136986,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:56.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nky59qeem3jczp3973nx2\"\n        },\n        {\n            \"id\": \"01jd7nktnre77wyasexcncbhcb\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoC - 1.mp3\",\n            \"duration\": 147121,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:53.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nktnre77wyasexcncbhcb\"\n        },\n        {\n            \"id\": \"01jd7nkq6164r5bn58x9gkbzz7\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoB - 1.mp3\",\n            \"duration\": 106658,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:49.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nkq6164r5bn58x9gkbzz7\"\n        },\n        {\n            \"id\": \"01jd7nkma9m123zn9y56e6jzh8\",\n            \"agent_id\": \"notre-agent-id\",\n            \"agent_name\": \"Armand Donte\",\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n            \"channel_name\": \"Diabolocom\",\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\n            \"brand_name\": \"Danane\",\n            \"provider_id\": \"TestCallStereoA - 1.mp3\",\n            \"duration\": 168542,\n            \"score_avg\": null,\n            \"audio_language\": \"fr\",\n            \"ai_analyses_language\": \"fr\",\n            \"ai_analyses_tasks\": [],\n            \"interaction_date\": \"2024-11-21T15:31:46.000000Z\",\n            \"eval_forms\": [\n                {\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\n                    \"score_initial\": 0,\n                    \"score_max\": 200\n                }\n            ],\n            \"tags\": [],\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nkma9m123zn9y56e6jzh8\"\n        }\n    ],\n    \"next\": \"http://sandbox.qm.diabolocom.ai/api/interactions?page=2\",\n    \"previous\": null\n}"}],"_postman_id":"c2351580-4a93-42c8-82cd-83eccd8099bc"},{"name":"Get detailed QM interaction by ID","id":"7359c2b4-6eb2-4a22-9fe0-68b50d715e26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions/{{id}}","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>interactions_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token).<br />  It can be created in QM account page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/customers/%7B%7Bcustomer_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/customers/{{customer_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"filters\">Filters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>include</code></td>\n<td>Must be one of : <code>ai_analyses_results</code></td>\n<td>OPTIONAL</td>\n<td>If used, Opt in for ai analyses results =&gt; object will be generated in result</td>\n<td><code>api/interactions?include=ai_analyses_results</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<p><strong>Root Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM interaction</td>\n<td>\"01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String (with spaces)</td>\n<td>User related attribute Agent ID</td>\n<td>\"notre-agent-id\"</td>\n</tr>\n<tr>\n<td><code>agent_name</code></td>\n<td>String (with spaces)</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName</td>\n<td>\"Armand Donte\"</td>\n</tr>\n<tr>\n<td><code>channel_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM channel</td>\n<td>\"01hvpcb56bnw7wx9py3w6eavq0\"</td>\n</tr>\n<tr>\n<td><code>channel_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM channel</td>\n<td>\"Diabolocom\"</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM brand</td>\n<td>\"01hvpcaa0kjmtgph3njvksjxrq\"</td>\n</tr>\n<tr>\n<td><code>brand_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM brand</td>\n<td>\"Danane\"</td>\n</tr>\n<tr>\n<td><code>provider_id</code></td>\n<td>String (with spaces)</td>\n<td>External ID of QM interaction  <br /><em>In case of Diabolocom call : Call ID</em></td>\n<td>\"TestCallStereoE - 1\"</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer, nullable</td>\n<td>QM interaction audio duration in milliseconds</td>\n<td>77322</td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String (Datetime ISO 8601)  <br />\"YYYY-MM-DDThh:mm:ss.000000Z\" (Zulu Time : UTC)</td>\n<td>QM interaction date:  <br />will take value of \"interaction_date\" sent in QM webhook, otherwise datetime of creation of QM interaction, in UTC</td>\n<td>\"2024-10-17T09:49:08.000000Z\"</td>\n</tr>\n<tr>\n<td><code>score_avg</code></td>\n<td>Float, nullable</td>\n<td>QM interaction average score (out of 100)</td>\n<td>32.5</td>\n</tr>\n<tr>\n<td><strong><code>evaluations</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluations performed for QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>eval_forms_scoring</code></strong></td>\n<td><strong>Object</strong></td>\n<td><strong>key:value pairs (multiple if multiple grids applied), with :</strong>  <br /><strong>- key : QM evaluation grid ID  <br />- value : QM evaluation grid scoring Object</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>eval_forms</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluation grids associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>tags</code></strong></td>\n<td><strong>Array of Objects</strong>  <br />if empty : []</td>\n<td><strong>List of QM tags associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>interaction_url</code></td>\n<td>String (url)</td>\n<td>URL of QM interaction page</td>\n<td>\"https://{{platform}}.diabolocom.ai/resources/interactions/01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String, Enum['fr','en', ...] (available input languages)</td>\n<td>Language of input audio for QM interaction  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_language</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio)  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks</code></td>\n<td>Array of String (available insights)  <br />if empty : []</td>\n<td>List of AI analyses to perform on QM interaction audio.  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td>[\"actions-extraction\", \"call-reason-extraction\", \"sequencing\"]</td>\n</tr>\n<tr>\n<td><strong><code>ai_analyses_results</code></strong></td>\n<td><strong>Object (nullable)</strong></td>\n<td><strong>Results of AI analyses performed on QM interaction audio</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>evaluations[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation</td>\n<td>\"01jacy337jxhafx1fk0932q1g9\"</td>\n</tr>\n<tr>\n<td><code>eval_form_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>criterion_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM criterion</td>\n<td>\"01hvpdc8nr093anywtsddtn0r2\"</td>\n</tr>\n<tr>\n<td><code>criterion_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM criterion</td>\n<td>\"Auto-Lexical Criteria - Opening\"</td>\n</tr>\n<tr>\n<td><code>is_not_applicable</code></td>\n<td>Boolean</td>\n<td>Specifies if the criteria is non applicable</td>\n<td>false</td>\n</tr>\n<tr>\n<td><code>score_auto</code></td>\n<td>Integer / Float (nullable)</td>\n<td>Score automatically assigned by the AI</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_manual</code></td>\n<td>Integer / Float (nullable)</td>\n<td>Score manually assigned by the AI</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>score_min</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of the criteria</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of the criteria</td>\n<td>10</td>\n</tr>\n<tr>\n<td><code>score_completion</code></td>\n<td>Integer / Float</td>\n<td>Rescaled score</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>Status of the evaluation</td>\n<td>\"success\"</td>\n</tr>\n<tr>\n<td><code>score_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of the score</td>\n<td>\"01hvpdc8nr093anywtsddtn123\"</td>\n</tr>\n<tr>\n<td><code>score_label</code></td>\n<td>String (with spaces)</td>\n<td>Based on the type of criterion, displays either the criterion title (for IA and manual criteria) or a predefined label (Acoustic/Lexical criteria)</td>\n<td>\"No\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms_scoring['eval_form_id'] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eval_form_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>Integer / Float</td>\n<td>Total score of the form</td>\n<td>100</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum_min</code></td>\n<td>Integer / Float</td>\n<td>Sum of the minimum of all criteria (used for rescaling)</td>\n<td>-30</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum_max</code></td>\n<td>Integer / Float</td>\n<td>Sum of the maximum of all criteria (used for rescaling)</td>\n<td>80</td>\n</tr>\n<tr>\n<td><code>nb_evaluated_criteria</code></td>\n<td>Integer</td>\n<td>Number of evaluated criteria</td>\n<td>7</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum</code></td>\n<td>Integer / Float</td>\n<td>Sum of the scores of all criteria</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces)</td>\n<td>Title of QM evaluation grid</td>\n<td>\"QM Test - N/A + Standard Criteria\"</td>\n</tr>\n<tr>\n<td><code>score_initial</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of QM evaluation grid</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of QM evaluation grid</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>tags[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM tag</td>\n<td>\"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\"</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Object</td>\n<td>Name of QM tag, in different languages (depending on each tag) :  <br /><code>{ 'fr': 'aaa', 'en': 'bbb', 'de': 'ccc'}</code></td>\n<td>\"name\": { \"en\": \"Test\", \"fr\": \"Test tag 2\" }</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ai_analyses_results Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces), nullable</td>\n<td>Title generated by summarization task.  <br />if not generated : null</td>\n<td>\"Assistance sur un problème de connexion Internet via la box\"</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String (tags names)  <br />if empty : []</td>\n<td>List of tags generated by summarization task.  <br />if not generated : []</td>\n<td>[\"fibre\", \"assistance_technique\", \"box\", \"connexion_internet\"]</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_start</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call start, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_end</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call end, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>4</td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td>Object</td>\n<td>Audio transcript with 2 keys:  <br />- <code>text</code>: Raw textual transcript  <br />- <code>diarized_text</code>: Transcription including Agent/Client \"chat\" lines</td>\n<td><code>{ \"text\": \"Bonjour, vous êtes bien en ligne avec le service client de Diabolo Telecom. Comment on peut vous aider aujourd'hui ? Bonjour, j'ai un problème avec ma ...\", \"diarized_text\": \"Agent: Bonjour, vous êtes bien en ligne avec le service client de Diabolo Telecom. Comment on peut vous aider aujourd'hui ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...\" }</code></td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks_results</code></td>\n<td>Object</td>\n<td>List of all generated AI analyses tasks results (as objects)</td>\n<td><code>{\"call-reason\": {\"text\": null, \"object\": {\"why\": \"The client is calling because he was involved in a car accident and wants to know if he will be compensated, and needs assistance with the claim process and logistics.\", \"needs\": \"The client needs help with submitting the friendly declaration, getting a replacement vehicle, and having his car towed and repaired.\", \"request\": \"The client requests assistance with the claim process and logistics after a car accident.\"}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","interactions","{{id}}"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"b735750d-aa68-4d3d-a255-c19cefb64e50","name":"Get detailed QM interaction by ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"default"},{"key":"Content-Type","value":"application/json","type":"default"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions/01jedsnxt9138b401gsrh46d0d"},"status":"200","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"01jedsnxt9138b401gsrh46d0d\",\n    \"agent_id\": \"notre-agent-id\",\n    \"agent_name\": \"Armand Donte\",\n    \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\n    \"channel_name\": \"Diabolocom\",\n    \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\n    \"brand_name\": \"Leclair\",\n    \"provider_id\": \"1234585\",\n    \"duration\": 333461,\n    \"interaction_date\": \"2024-12-06T10:05:22.000000Z\",\n    \"score_avg\": 75,\n    \"evaluations\": [\n        {\n            \"id\": \"01jedsnxxh4n7qtwhtjft9m6t8\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpdc8nr093anywtsddtn0r2\",\n            \"criterion_name\": \"Auto-Lexical Criteria - Opening\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"success\",\n            \"score_label\": \"Succès\"\n        },\n        {\n            \"id\": \"01jedsny0saayjqcz1x5mezjcb\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpd5mjt8haec7gc96rmrf1s\",\n            \"criterion_name\": \"Auto-AI Criteria - Accueil client\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"01hvpd5mjg0b872j486dk5c4vr\",\n            \"score_label\": \"L'agent mentionne son prénom, la marque, qu'il est à l'écoute et il demande au client comment il peut etre utile.\"\n        },\n        {\n            \"id\": \"01jedsny1wr17sh7mqmxx5dnhz\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpd2n6dqvq72sccgn3x240r\",\n            \"criterion_name\": \"Auto-Acoustic-Speed Criteria\",\n            \"is_not_applicable\": false,\n            \"score_auto\": -10,\n            \"score_manual\": null,\n            \"score_min\": -10,\n            \"score_max\": 10,\n            \"score_completion\": 0,\n            \"status\": \"success\",\n            \"score_id\": \"score_slow\",\n            \"score_label\": \"Lent\"\n        },\n        {\n            \"id\": \"01jedsny2ma9456jrdrc4e2jzf\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpd3mdvpzqw5j32rtc6vtm7\",\n            \"criterion_name\": \"Auto-Acoustic-Overlap Criteria\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 20,\n            \"score_manual\": null,\n            \"score_min\": -20,\n            \"score_max\": 20,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"overlap_minimal\",\n            \"score_label\": \"Overlap minimal\"\n        },\n        {\n            \"id\": \"01jedsny3rqqgpwxv31h9rfz05\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpd801qj9maqac7vkqfewhk\",\n            \"criterion_name\": \"Auto-AI Criteria - Réponse apportée au client\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"01hvpd801erkxxbqfrp9xz3ehr\",\n            \"score_label\": \"Le client a reçu une réponse à sa question ou à son problème à la fin de l'appel\"\n        },\n        {\n            \"id\": \"01jedsny4hjsyz9phx6gp3h76m\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpdd64eaqh88thgnpsfdpd1\",\n            \"criterion_name\": \"Auto-Lexical Criteria - Closing\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"success\",\n            \"score_label\": \"Succès\"\n        },\n        {\n            \"id\": \"01jedsny5jzagw8dpk163pepgs\",\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"criterion_id\": \"01hvpdam22mvy8eppam3z8j780\",\n            \"criterion_name\": \"Auto-AI Criteria - Prise de congé\",\n            \"is_not_applicable\": false,\n            \"score_auto\": 10,\n            \"score_manual\": null,\n            \"score_min\": 0,\n            \"score_max\": 10,\n            \"score_completion\": 1,\n            \"status\": \"success\",\n            \"score_id\": \"01hvpdam1sd7cf7wjj6j3mbspr\",\n            \"score_label\": \"L'agent a remercié le client et a souhaité bonne journée au client\"\n        }\n    ],\n    \"eval_forms_scoring\": {\n        \"01hvpderpdc7fhwj6spgpb5776\": {\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"score\": 75,\n            \"criteria_scores_sum_min\": -30,\n            \"criteria_scores_sum_max\": 80,\n            \"nb_evaluated_criteria\": 7,\n            \"criteria_scores_sum\": 60\n        }\n    },\n    \"eval_forms\": [\n        {\n            \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\n            \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\n            \"score_initial\": 0,\n            \"score_max\": 100\n        }\n    ],\n    \"tags\": [],\n    \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsnxt9138b401gsrh46d0d\",\n    \"audio_language\": \"fr\",\n    \"ai_analyses_language\": \"fr\",\n    \"ai_analyses_tasks\": [\n        \"actions-extraction\",\n        \"call-reason-extraction\",\n        \"nps-estimation\",\n        \"sequencing\",\n        \"summarization\"\n    ],\n    \"ai_analyses_results\": null\n}"}],"_postman_id":"7359c2b4-6eb2-4a22-9fe0-68b50d715e26"}],"id":"651cf8d7-3742-4bbc-94c2-8c5754cb52d4","_postman_id":"651cf8d7-3742-4bbc-94c2-8c5754cb52d4","description":""}],"id":"b82fd859-33c1-42a6-9baf-4f9c70ef5f10","_postman_id":"b82fd859-33c1-42a6-9baf-4f9c70ef5f10","description":""}],"id":"8398c91c-7e14-4a4f-a7f6-7ce2ef42677d","_postman_id":"8398c91c-7e14-4a4f-a7f6-7ce2ef42677d","description":""}],"id":"53f8be81-369e-4130-bf3d-7dd2cd2616f7","description":"<p>Welcome to the <strong>Diabolocom AI APIs</strong> collection.</p>\n<p>This collection provides access to our comprehensive suite of advanced AI capabilities designed to enhance customer experience (CX) and streamline operations.</p>\n","_postman_id":"53f8be81-369e-4130-bf3d-7dd2cd2616f7"},{"name":"Diabolocom Mobile","item":[{"name":"Get agent information by phone number","id":"68acbabf-34cc-4ebc-80a5-6bf7684f4aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Mobile-Token","value":"{{privateMobileToken}}","description":"<p>[Required] Used to authenticate the request. Please see the \"Authentication\" section above for more details.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseMobileUrl}}/api/v1/agentDetails?phoneNumber={{phoneNumber}}","description":"<h2 id=\"description\">Description</h2>\n<p>Show agent informations.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body is allowed.</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>The endpoint returns the contact details in a JSON response body. Please see the data structure of a contact above for more information about the different fields.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response code details are as followed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Body with information about the agent.</td>\n</tr>\n<tr>\n<td>No private token provided or wrong private token or private token expired</td>\n<td>401</td>\n<td><code>{\"status\": 401,\"code\": \"notAuthorized\",\"message\": \"Your are not authorized to access this ressource\" }</code></td>\n</tr>\n<tr>\n<td>The phone number is missing</td>\n<td>400</td>\n<td><code>{ \"status\": 400, \"code\": \"activationMalformedRequest\", \"message\": \"Activation has failed, theres parameter(s) missing or invalid in the request\" }</code></td>\n</tr>\n<tr>\n<td>Ressource has not been found</td>\n<td>404</td>\n<td><code>{\"status\": 404,\"code\": \"numberNotFound\", \"message\": \"This number has not been found.\"}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","v1","agentDetails"],"host":["{{baseMobileUrl}}"],"query":[{"key":"phoneNumber","value":"{{phoneNumber}}"}],"variable":[]}},"response":[{"id":"32e238e4-bb74-4068-ab95-bb339bb27d47","name":"Show AgentId and VoiceMailFileId","originalRequest":{"method":"GET","header":[{"key":"Mobile-Token","value":"tokenValue","description":"[Required] Used to authenticate the request. Please see the page Authentication section above for more details.","type":"text"}],"url":{"raw":"https://mobile-api.engage.diabolocom.com/api/v1/agentDetails?phoneNumber=33123456789","protocol":"https","host":["mobile-api","engage","diabolocom","com"],"path":["api","v1","agentDetails"],"query":[{"key":"phoneNumber","value":"33123456789"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 19 Aug 2020 16:45:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"agentId\": 12345,\n    \"voiceMailFileId\": 789,\n    \"phoneNumber\": \"33123456789\"\n}"}],"_postman_id":"68acbabf-34cc-4ebc-80a5-6bf7684f4aa4"}],"id":"19e3a5c8-7bcc-4e43-b8ac-e1065d826ed5","description":"<h4 id=\"overview\"><strong>Overview</strong></h4>\n<p>This Postman library is dedicated to the integration and testing of APIs specific to the <strong>Diabolocom Mobile</strong> application. These APIs are distinct from the standard <strong>Diabolocom</strong> APIs and should not be confused. They provide functionalities designed exclusively for the Diabolocom Mobile, using a unique endpoint and authentication mechanism.</p>\n<h4 id=\"key-features\"><strong>Key Features:</strong></h4>\n<ol>\n<li><p><strong>Exclusive Endpoint:</strong><br /> All API requests in this library use the following endpoint:<br /> <code>https://mobile-api.engage.diabolocom.com</code></p>\n</li>\n<li><p>A <strong>Mobile-Token</strong> is required to access the resources.</p>\n</li>\n</ol>\n","_postman_id":"19e3a5c8-7bcc-4e43-b8ac-e1065d826ed5"},{"name":"Number Reputation Checker","item":[{"name":"Unitary check","item":[{"name":"Unitary request","id":"cfb7b83c-1025-4cbd-8755-5893c0100b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"numbers\": [\n        \"33611111111\"\n    ],\n    \"emails\": [\n        \"example@mail.com\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://nrc.engage.diabolocom.com/verify","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>This API endpoint allows you to submit one or more phone numbers and email addresses for verification.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>numbers</td>\n<td>Array of strings</td>\n<td>MANDATORY</td>\n<td>List of the numbers to test</td>\n</tr>\n<tr>\n<td>emails</td>\n<td>Array of strings</td>\n<td>MANDATORY</td>\n<td>List of email addresses to which the results will be sent (limited to 5 addresses)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Numbers and emails successfully submitted for verification. A mail with the results will be sent.</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Bad request (e.g., invalid phone numbers or email format)</td>\n</tr>\n<tr>\n<td>Validation error</td>\n<td>422</td>\n<td>Error during the validation of the number</td>\n</tr>\n<tr>\n<td>Already tested</td>\n<td>429</td>\n<td>One or more phone numbers have already been tested during the last hour</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["verify"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"97a1e380-fe07-4806-898f-1f92fbe5fb33","name":"Unitary request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"numbers\": [\n        \"33611111111\"\n    ],\n    \"emails\": [\n        \"example@mail.com\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://nrc.engage.diabolocom.com/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Status\": \"Your request is being processed\"\n}"}],"_postman_id":"cfb7b83c-1025-4cbd-8755-5893c0100b7b"}],"id":"ff01c413-dc62-458e-bf45-c5cff11c186a","_postman_id":"ff01c413-dc62-458e-bf45-c5cff11c186a","description":""},{"name":"Periodic checks","item":[{"name":"Create periodic verification","id":"14f5b0df-dbe1-49f2-b3b0-8e8758e146bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"numbers\": [\n        \"33611111111\"\n    ],\n    \"emails\": [\n        \"example@mail.com\"\n    ],\n    \"checksByPeriod\": 2,\n    \"periodType\": \"day\",\n    \"includeWe\": false,\n    \"expiration\": \"2024-12-31T23:59:59Z\",\n    \"notifyOnChangeOnly\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://nrc.engage.diabolocom.com/periodic","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Create a periodic verification that will automatically check phone numbers at specified intervals.<br />Maximum 3 checks per day allowed. For weekly schedules with includeWe=false, maximum is 15 checks.<br />For weekly schedules with includeWe=true, maximum is 21 checks.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>numbers</td>\n<td>Array of strings</td>\n<td>MANDATORY</td>\n<td>List of the numbers to test</td>\n</tr>\n<tr>\n<td>emails</td>\n<td>Array of strings</td>\n<td>MANDATORY</td>\n<td>List of email addresses to which the results will be sent (limited to 5 addresses)</td>\n</tr>\n<tr>\n<td>checksByPeriod</td>\n<td>Integer  <br />(&gt;=1)</td>\n<td>MANDATORY</td>\n<td>Number of checks per period (max 3/day, 21/week with weekends, 15/week without)</td>\n</tr>\n<tr>\n<td>periodType</td>\n<td>String  <br />Enum: \"day\" \"week\"</td>\n<td>MANDATORY</td>\n<td>Type of period for scheduling</td>\n</tr>\n<tr>\n<td>includeWe</td>\n<td>Boolean  <br />Default: false</td>\n<td>OPTIONAL</td>\n<td>Whether to include weekends in weekly schedules</td>\n</tr>\n<tr>\n<td>expiration</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Optional expiration date for the periodic verification</td>\n</tr>\n<tr>\n<td>notifyOnChangeOnly</td>\n<td>Boolean  <br />Default: false</td>\n<td>OPTIONAL</td>\n<td>You’ll only receive an email when the status of one or more phone numbers has changed. The first periodic check will trigger an email summarizing the initial status of all numbers.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Periodic verification created successfully</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Bad request (e.g., invalid phone numbers or email format)</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n<tr>\n<td>Conflict</td>\n<td>409</td>\n<td>Conflict with existing periodic checks for some phone numbers</td>\n</tr>\n<tr>\n<td>Validation error</td>\n<td>422</td>\n<td>Error during the validation of the number</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["periodic"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"c573d252-e89f-4e1f-803c-eefe14438e7b","name":"Create periodic verification","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"numbers\": [\n        \"33611111111\"\n    ],\n    \"emails\": [\n        \"example@mail.com\"\n    ],\n    \"checksByPeriod\": 2,\n    \"periodType\": \"day\",\n    \"includeWe\": false,\n    \"expiration\": \"2024-12-31T23:59:59Z\",\n    \"notifyOnChangeOnly\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://nrc.engage.diabolocom.com/periodic"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 31,\n    \"nextCheckDate\": \"2019-08-24T14:15:22Z\",\n    \"status\": \"play\"\n}"}],"_postman_id":"14f5b0df-dbe1-49f2-b3b0-8e8758e146bf"},{"name":"List periodic verifications","id":"f34225ac-f311-4164-bda3-e94f5f2061f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://nrc.engage.diabolocom.com/periodic","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Retrieve a paginated list of periodic verifications for the authenticated user.<br />Results are ordered by creation date (newest first).</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><code>page</code> (integer): Specifies the page number of the results to retrieve. For example, <code>page=1</code> retrieves the first page.</p>\n</li>\n<li><p><code>status</code> (string): Filters the results based on the execution status. For example, <code>status=play</code> will return results that match this status.</p>\n</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Periodic verification created successfully</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Invalid param</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["periodic"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"a8c5c608-6dc3-4a2f-9aaf-d41ad3bf96d5","name":"List periodic verifications","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"url":{"raw":"https://nrc.engage.diabolocom.com/periodic?page=1&status=play","protocol":"https","host":["nrc","engage","diabolocom","com"],"path":["periodic"],"query":[{"key":"page","value":"1"},{"key":"status","value":"play"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 30,\n            \"emails\": [\n                \"example@mail.com\"\n            ],\n            \"checksByPeriod\": 1,\n            \"nextCheckDate\": \"24/09/2025 10:22:18\",\n            \"periodType\": \"day\",\n            \"status\": \"deleted\",\n            \"includeWe\": true,\n            \"expiration\": \"2025-10-11T10:21:00.000Z\",\n            \"notifyOnChangeOnly\":true,\n            \"numbers\": [\n                \"33611111111\"\n            ]\n        },\n        {\n            \"id\": 34,\n            \"emails\": [\n                \"example@mail.com\"\n            ],\n            \"checksByPeriod\": 15,\n            \"nextCheckDate\": \"11/09/2025 16:44:50\",\n            \"periodType\": \"week\",\n            \"status\": \"play\",\n            \"includeWe\": false,\n            \"expiration\": \"2025-09-18T14:36:36.038Z\",\n            \"notifyOnChangeOnly\":false,\n            \"numbers\": [\n                \"33622222222\",\n                \"33633333333\"\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"currentPage\": 1,\n        \"totalPages\": 1,\n        \"totalCount\": 3,\n        \"hasNextPage\": false,\n        \"hasPreviousPage\": false\n    }\n}"}],"_postman_id":"f34225ac-f311-4164-bda3-e94f5f2061f2"},{"name":"Get a specific periodic verification","id":"7a241c8f-5863-4049-8db2-9266b3da2571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://nrc.engage.diabolocom.com/periodic/{{periodicVerificationId}}","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Retrieve details of a specific periodic verification by ID</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><code>periodicVerificationId</code> : ID of the periodic verification</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Periodic verification created successfully</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Invalid param</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>404</td>\n<td>Periodic verification not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["periodic","{{periodicVerificationId}}"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"9312a1ff-145d-4b71-b977-b8ad971c3e21","name":"Get a specific periodic verification","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"url":"https://nrc.engage.diabolocom.com/periodic/{{periodicVerificationId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":" {\n    \"id\": 30,\n    \"emails\": [\n        \"example@mail.com\"\n    ],\n    \"checksByPeriod\": 1,\n    \"nextCheckDate\": \"24/09/2025 10:22:18\",\n    \"periodType\": \"day\",\n    \"status\": \"play\",\n    \"includeWe\": true,\n    \"expiration\": \"2025-10-11T10:21:00.000Z\",\n    \"notifyOnChangeOnly\":true,\n    \"numbers\": [\n        \"33611111111\"\n    ]\n}"}],"_postman_id":"7a241c8f-5863-4049-8db2-9266b3da2571"},{"name":"Update a periodic verification","id":"d96dc134-2a73-45d7-8af7-404a316c257f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"numbers\": [\n        \"string\"\n    ],\n    \"emails\": [\n        \"user@example.com\"\n    ],\n    \"checksByPeriod\": 1,\n    \"periodType\": \"day\",\n    \"includeWe\": true,\n    \"expiration\": \"2019-08-24T14:15:22Z\",\n    \"notifyOnChangeOnly\":true\n}","options":{"raw":{"language":"json"}}},"url":"https://nrc.engage.diabolocom.com/periodic/{{periodicVerificationId}}","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Update an existing periodic verification. Only provided fields will be updated.<br />Timing parameter changes will recalculate the next check date.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>numbers</td>\n<td>Array of strings</td>\n<td>MANDATORY</td>\n<td>List of the numbers to test</td>\n</tr>\n<tr>\n<td>emails</td>\n<td>Array of strings</td>\n<td>MANDATORY</td>\n<td>List of email addresses to which the results will be sent (limited to 5 addresses)</td>\n</tr>\n<tr>\n<td>checksByPeriod</td>\n<td>Integer  <br />(&gt;=1)</td>\n<td>MANDATORY</td>\n<td>Number of checks per period (max 3/day, 21/week with weekends, 15/week without)</td>\n</tr>\n<tr>\n<td>periodType</td>\n<td>String  <br />Enum: \"day\" \"week\"</td>\n<td>MANDATORY</td>\n<td>Type of period for scheduling</td>\n</tr>\n<tr>\n<td>includeWe</td>\n<td>Boolean  <br />Default: false</td>\n<td>OPTIONAL</td>\n<td>Whether to include weekends in weekly schedules</td>\n</tr>\n<tr>\n<td>expiration</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Optional expiration date for the periodic verification</td>\n</tr>\n<tr>\n<td>notifyOnChangeOnly</td>\n<td>Boolean  <br />Default: false</td>\n<td>OPTIONAL</td>\n<td>You’ll only receive an email when the status of one or more phone numbers has changed. The first periodic check will trigger an email summarizing the initial status of all numbers.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Periodic verification created successfully</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Bad request (e.g., invalid phone numbers or email format)</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n<tr>\n<td>Conflict</td>\n<td>409</td>\n<td>Conflict with existing periodic checks for some phone numbers</td>\n</tr>\n<tr>\n<td>Validation error</td>\n<td>422</td>\n<td>Error during the validation of the number</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["periodic","{{periodicVerificationId}}"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"1e474cbd-6c61-4e7c-9cd1-e7290cf719b0","name":"Update a periodic verification","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"numbers\": [\n        \"string\"\n    ],\n    \"emails\": [\n        \"user@example.com\"\n    ],\n    \"checksByPeriod\": 1,\n    \"periodType\": \"day\",\n    \"includeWe\": true,\n    \"expiration\": \"2019-08-24T14:15:22Z\"\n}","options":{"raw":{"language":"json"}}},"url":"https://nrc.engage.diabolocom.com/periodic/{{periodicVerificationId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"id\": 30,\n    \"emails\": [\n        \"example@mail.com\"\n    ],\n    \"checksByPeriod\": 1,\n    \"nextCheckDate\": \"24/09/2025 10:22:18\",\n    \"periodType\": \"day\",\n    \"status\": \"play\",\n    \"includeWe\": true,\n    \"expiration\": \"2025-10-11T10:21:00.000Z\",\n    \"notifyOnChangeOnly\":true\n    \"numbers\": [\n        \"33611111111\"\n    ]\n}"}],"_postman_id":"d96dc134-2a73-45d7-8af7-404a316c257f"},{"name":"Delete a periodic verification","id":"6490dd9e-d553-4f7b-847c-38b99a5697b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://nrc.engage.diabolocom.com/periodic/{{periodicVerificationId}}","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Soft delete a periodic verification by setting its status to 'deleted'.<br />This stops all future scheduled checks.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><code>periodicVerificationId</code> : ID of the periodic verification</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Periodic verification deleted successfully</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Invalid param</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>404</td>\n<td>Periodic verification not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["periodic","{{periodicVerificationId}}"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"52172c4d-4d67-430e-b6e0-a78fa03d4d0b","name":"Delete a periodic verification","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://nrc.engage.diabolocom.com/periodic/{{periodicVerificationId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Status\": \"OK\",\n    \"message\": \"Periodic verification deleted successfully\"\n}"}],"_postman_id":"6490dd9e-d553-4f7b-847c-38b99a5697b6"},{"name":"Toggle periodic verification status","id":"215b5825-85e7-4356-bb84-f78d17111949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"play\"\n}"},"url":"https://nrc.engage.diabolocom.com/periodic/{{periodicVerificationId}}/status","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Update an existing periodic verification. Only provided fields will be updated.<br />Timing parameter changes will recalculate the next check date.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>String  <br />Enum: \"play\" \"pause\"</td>\n<td>MANDATORY</td>\n<td>New status for the periodic verification</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<p>HTTP response codes are described here.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Periodic verification created successfully</td>\n</tr>\n<tr>\n<td>Bad request</td>\n<td>400</td>\n<td>Bad request (e.g., invalid status)</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>404</td>\n<td>Periodic verification not found</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["periodic","{{periodicVerificationId}}","status"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"58d6c41b-4bf7-4141-ad4b-e02d971f54ba","name":"Toggle periodic verification status","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://nrc.engage.diabolocom.com/periodic/{{periodicVerificationId}}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Status\": \"OK\",\n    \"message\": \"Periodic verification paused successfully\"\n}"}],"_postman_id":"215b5825-85e7-4356-bb84-f78d17111949"}],"id":"3f8457ca-067f-4837-8c5c-2cbac41be1cd","_postman_id":"3f8457ca-067f-4837-8c5c-2cbac41be1cd","description":""},{"name":"Webhooks","item":[{"name":"Create webhook","id":"d70c1ac5-0c9b-4aa9-aeed-c90cec15d3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example.com/webhook\",\n    \"email\": \"webhook@example.com\",\n    \"secret\": \"my-super-secret\"\n}","options":{"raw":{"language":"json"}}},"url":"https://nrc.engage.diabolocom.com/webhooks","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Create a webhook endpoint used for asynchronous NRC notifications.</p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>HTTPS endpoint that will receive webhook payloads</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Contact email for webhook notifications</td>\n</tr>\n<tr>\n<td>secret</td>\n<td>String</td>\n<td>MANDATORY</td>\n<td>Secret used to sign outgoing webhook payloads</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-status-codes\">Response Status codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>201</td>\n<td>Created webhook object</td>\n</tr>\n<tr>\n<td>Invalid payload</td>\n<td>422</td>\n<td>Validation error</td>\n</tr>\n<tr>\n<td>Conflict</td>\n<td>409</td>\n<td>A non-archived webhook with same URL already exists</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhooks"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"41f56124-3fd8-4cc9-b1df-6f4a488b19f7","name":"201 - Webhook created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://nrc.engage.diabolocom.com/webhooks"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"00000000-0000-4000-8000-000000000004\",\n  \"url\": \"https://example.com/api/proxy\",\n  \"email\": \"user@example.com\",\n  \"status\": \"active\"\n}"}],"_postman_id":"d70c1ac5-0c9b-4aa9-aeed-c90cec15d3e0"},{"name":"List webhooks","id":"49d02d64-0e65-422f-b677-af03156920d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://nrc.engage.diabolocom.com/webhooks?page=1","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Retrieve paginated webhooks for the authenticated user.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><code>page</code> (integer): page number, starts at 1.</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Paginated list of webhooks</td>\n</tr>\n<tr>\n<td>Invalid page</td>\n<td>400</td>\n<td>Invalid page number</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhooks"],"host":["nrc","engage","diabolocom","com"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"c7f60d75-c883-40fd-b7ff-3162e9590107","name":"200 - Webhooks list","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"url":{"raw":"https://nrc.engage.diabolocom.com/webhooks?page=1","protocol":"https","host":["nrc","engage","diabolocom","com"],"path":["webhooks"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": \"00000000-0000-4000-8000-000000000004\",\n      \"url\": \"https://example.com/api/proxy\",\n      \"email\": \"user@example.com\",\n      \"status\": \"active\",\n      \"lastTrigger\": null,\n      \"creatorId\": 1\n    },\n    {\n      \"id\": \"00000000-0000-4000-8000-000000000002\",\n      \"url\": \"https://example.com/api/webhook\",\n      \"email\": \"user@example.com\",\n      \"status\": \"error\",\n      \"lastTrigger\": \"2026-01-01T00:10:00.000Z\",\n      \"creatorId\": 1\n    }\n  ],\n  \"pagination\": {\n    \"currentPage\": 1,\n    \"totalPages\": 1,\n    \"totalCount\": 2,\n    \"hasNextPage\": false,\n    \"hasPreviousPage\": false\n  }\n}"}],"_postman_id":"49d02d64-0e65-422f-b677-af03156920d1"},{"name":"Get a specific webhook","id":"f0d97758-217f-4f16-bb26-2a9f8a518129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://nrc.engage.diabolocom.com/webhooks/{{webhookId}}","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Retrieve one webhook by its ID.</p>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<ul>\n<li><code>webhookId</code> (uuid): ID of the webhook to retrieve.</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Webhook object</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>404</td>\n<td>Webhook not found</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhooks","{{webhookId}}"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"69edfca8-bcba-4e71-9203-53936ba2198e","name":"200 - Webhook details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"url":"https://nrc.engage.diabolocom.com/webhooks/{{webhookId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"00000000-0000-4000-8000-000000000003\",\n  \"url\": \"https://example.com/api/webhook\",\n  \"email\": \"user@example.com\",\n  \"status\": \"active\",\n  \"lastTrigger\": \"2026-01-01T00:00:01.000Z\"\n}"}],"_postman_id":"f0d97758-217f-4f16-bb26-2a9f8a518129"},{"name":"List my webhook events","id":"a9dcf8fb-7bf8-4f33-b76d-250ac7ff6f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://nrc.engage.diabolocom.com/webhooks/events","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Retrieve webhook events for the authenticated user.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Paginated list of webhook events</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhooks","events"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"689a624c-62c1-49eb-888c-5eef07c9231a","name":"200 - Webhook events list","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"url":"https://nrc.engage.diabolocom.com/webhooks/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"id\": 1,\n      \"status\": \"sent\",\n      \"retries\": 0,\n      \"nextRetryDate\": null,\n      \"createdAt\": \"2026-01-01T00:00:00.000Z\",\n      \"updatedAt\": \"2026-01-01T00:00:01.000Z\",\n      \"webhook\": {\n        \"id\": \"00000000-0000-4000-8000-000000000001\",\n        \"url\": \"https://example.com/api/webhook\",\n        \"email\": \"user@example.com\",\n        \"status\": \"active\"\n      },\n      \"process\": {\n        \"id\": 1000,\n        \"status\": \"sent\",\n        \"createdAt\": \"2026-01-01T00:00:00.000Z\"\n      }\n    }\n  ],\n  \"pagination\": {\n    \"currentPage\": 1,\n    \"totalPages\": 1,\n    \"totalCount\": 1,\n    \"hasNextPage\": false,\n    \"hasPreviousPage\": false\n  }\n}"}],"_postman_id":"a9dcf8fb-7bf8-4f33-b76d-250ac7ff6f24"},{"name":"Update webhook","id":"478384c2-de5e-415c-8065-6f706ed79e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://example.com/webhook-updated\",\n    \"email\": \"webhook-updated@example.com\",\n    \"secret\": \"my-new-super-secret\"\n}","options":{"raw":{"language":"json"}}},"url":"https://nrc.engage.diabolocom.com/webhooks/{{webhookId}}","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Update one webhook by ID.</p>\n<p>You may update <code>url</code>, <code>email</code> and/or <code>secret</code>.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Updated webhook object</td>\n</tr>\n<tr>\n<td>Validation error</td>\n<td>422</td>\n<td>Invalid payload</td>\n</tr>\n<tr>\n<td>Conflict</td>\n<td>409</td>\n<td>URL already used by another non-archived webhook</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>404</td>\n<td>Webhook not found</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhooks","{{webhookId}}"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"4ed6ef08-b001-4b9d-8b30-decadb684d6f","name":"200 - Webhook updated","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://nrc.engage.diabolocom.com/webhooks/{{webhookId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"00000000-0000-4000-8000-000000000004\",\n  \"url\": \"https://example.com/api/webhook-updated\",\n  \"email\": \"user@example.com\",\n  \"status\": \"active\",\n  \"lastTrigger\": \"2026-01-01T00:15:00.000Z\"\n}"}],"_postman_id":"478384c2-de5e-415c-8065-6f706ed79e2d"},{"name":"Delete webhook","id":"255b7758-3cff-4fd7-84d6-1ca89dc69252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://nrc.engage.diabolocom.com/webhooks/{{webhookId}}","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Archive (soft-delete) one webhook by ID.</p>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>204</td>\n<td>Empty body</td>\n</tr>\n<tr>\n<td>Invalid ID</td>\n<td>422</td>\n<td>Webhook not found</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>404</td>\n<td>Webhook not found</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhooks","{{webhookId}}"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"5f531543-6927-46dd-983e-7b8db30d5e68","name":"204 - Webhook deleted","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"url":"https://nrc.engage.diabolocom.com/webhooks/{{webhookId}}"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"255b7758-3cff-4fd7-84d6-1ca89dc69252"},{"name":"Reactivate webhook","id":"fb85f668-c243-475d-83e3-8df4cc6abafc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"url":"https://nrc.engage.diabolocom.com/webhooks/{{webhookId}}/reactivate","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>Reactivate one webhook in <code>error</code> status by ID and reset related failed events.</p>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<ul>\n<li><code>webhookId</code> (uuid): ID of the webhook to reactivate.</li>\n</ul>\n<h2 id=\"response-status-codes\">Response Status codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Code</th>\n<th>HTTP Response Body</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Valid request</td>\n<td>200</td>\n<td>Reactivated webhook and reset count</td>\n</tr>\n<tr>\n<td>Invalid status</td>\n<td>400</td>\n<td>Only error webhooks can be reactivated</td>\n</tr>\n<tr>\n<td>Not found</td>\n<td>404</td>\n<td>Webhook not found</td>\n</tr>\n<tr>\n<td>Authentication required</td>\n<td>401</td>\n<td>Authentication required</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["webhooks","{{webhookId}}","reactivate"],"host":["nrc","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"ba9dfd2e-cb4e-467b-91ad-b7e55241bdcc","name":"200 - Webhook reactivated","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"{{nrcToken}}","type":"text"}],"url":"https://nrc.engage.diabolocom.com/webhooks/{{webhookId}}/reactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"00000000-0000-4000-8000-000000000002\",\n  \"url\": \"https://example.com/api/webhook\",\n  \"email\": \"user@example.com\",\n  \"status\": \"active\"\n}"}],"_postman_id":"fb85f668-c243-475d-83e3-8df4cc6abafc"}],"id":"d8aa1776-df92-41fe-bdc5-283096718825","_postman_id":"d8aa1776-df92-41fe-bdc5-283096718825","description":""}],"id":"83f7a6ff-05be-4199-9cbd-99ead192e521","description":"<h4 id=\"overview\"><strong>Overview</strong></h4>\n<p>This Postman library is dedicated to the integration and testing of APIs specific to the <strong>Number Reputation Checker</strong> application. These APIs are distinct from the standard <strong>Diabolocom</strong><br />APIs and should not be confused. They provide functionalities designed<br />exclusively for the Number Reputation Checker using a unique endpoint and<br />authentication mechanism.</p>\n<h4 id=\"key-features\"><strong>Key Features:</strong></h4>\n<ul>\n<li><p><strong>Exclusive Endpoint:</strong><br />  All API requests in this library use the following endpoint:<br />  <a href=\"https://nrc.engage.diabolocom.com\">https://nrc.engage.diabolocom.com</a></p>\n</li>\n<li><p>A <strong>nrcToken</strong> is required to access the resources.</p>\n</li>\n</ul>\n<p>The usage is limited to 3 daily verification for each number.</p>\n","event":[{"listen":"prerequest","script":{"id":"36a8e9c3-4f90-4d9e-8fae-f11f1c131c67","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"e3c22ca6-c4b1-4289-892b-54a0db6be78d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"83f7a6ff-05be-4199-9cbd-99ead192e521"},{"name":"SMS APIs","item":[{"name":"1-way SMS","item":[{"name":"Send SMS","item":[{"name":"Send a single SMS to one destination","id":"7af1ea33-dd3a-4d2a-8390-3076b810514d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"App {{SMSToken}}","type":"text","description":"<p>[Required] Used to authenticate the request. This token is different from the token you may use for voice APIs.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text","description":"<p>[Required] The type of data found within the request is JSON.</p>\n"}],"body":{"mode":"raw","raw":"{  \r\n   \"from\":\"my_sender_id\",\r\n   \"to\":\"mobile_phone_destination\",\r\n   \"text\":\"text_sms\"\r\n}"},"url":"https://sms.engage.diabolocom.com/sms/1/text/single","description":"<h2 id=\"description\">Description</h2>\n<p>Send a textual message to one destination.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>Here are the fields (all are required) for the request body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>This field represents the sender ID and it can be alphanumeric or numeric. The length should be between 3 and 11 characters (example: DiaboloTest).</td>\n</tr>\n<tr>\n<td>to</td>\n<td>string</td>\n<td>This field represents the (mobile) phone number destination. Destination addresses must be in international format (example: +33631514237).</td>\n</tr>\n<tr>\n<td>text</td>\n<td>string</td>\n<td>Text of the message that will be sent.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Important notice: You are allowed to use and display only sender ID that you own.</strong></p>\n","urlObject":{"protocol":"https","path":["sms","1","text","single"],"host":["sms","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"4c98782a-1dd3-47b5-873f-842263a86deb","name":"Single SMS to one destination (with 200 OK)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"App {{SMSToken}}","type":"text","description":"[Required] Used to authenticate the request. This token is different from the token you may use for voice APIs."},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"[Required] The type of data found within the request is JSON.","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"from\":\"TestSMS\",\r\n   \"to\":\"+33631514237\",\r\n   \"text\":\"Hello, this is a test with the Diabolocom API.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.engage.diabolocom.com/sms/1/text/single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, COPY, HEAD, OPTIONS, LINK, UNLINK, PURGE"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, X-Enrollment-Token, Cache-Control, X-Requested-With"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"97"},{"key":"Date","value":"Mon, 30 Sep 2019 17:47:59 GMT"},{"key":"Server","value":"SMS API"},{"key":"Strict-Transport-Security","value":"max-age=16000000; includeSubDomains; preload;"}],"cookie":[],"responseTime":null,"body":"{  \r\n   \"messages\":[  \r\n      {  \r\n         \"to\":\"+33631514237\",\r\n         \"status\": {\r\n           \"groupId\": 1,\r\n           \"groupName\": \"PENDING\",\r\n           \"id\": 526,\r\n           \"name\": \"PENDING_ACCEPTED\",\r\n           \"description\": \"Message sent to next instance\"\r\n         },\r\n         \"messageId\": \"3456247207850523790\"\r\n      }\r\n   ]\r\n}"}],"_postman_id":"7af1ea33-dd3a-4d2a-8390-3076b810514d"},{"name":"Send a single SMS to multiple destinations","id":"f2f0ae7e-86af-428b-aea9-af648bc308ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[Required] Used to authenticate the request. This token is different from the token you may use for voice APIs.</p>\n","key":"Authorization","type":"text","value":"App {{SMSToken}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n   \"from\":\"my_sender_id\",\r\n   \"to\":[  \r\n      \"mobile_phone_destination_1\",\r\n      \"mobile_phone_destination_2\",\r\n      \"mobile_phone_destination_3\"\r\n   ],\r\n   \"text\":\"text_sms\"\r\n}"},"url":"https://sms.engage.diabolocom.com/sms/1/text/single","description":"<h2 id=\"description\">Description</h2>\n<p>Send a the same message to several destinations.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>Here are the fields (all are required) for the request body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>string</td>\n<td>This field represents the sender ID and it can be alphanumeric or numeric. The length should be between 3 and 11 characters (example: DiaboloTest).</td>\n</tr>\n<tr>\n<td>to</td>\n<td>array of strings</td>\n<td>This array represents the destination addresses. Destination addresses must be in international format (example: +33631514237).</td>\n</tr>\n<tr>\n<td>text</td>\n<td>string</td>\n<td>Text of the message that will be sent.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Important notice: You are allowed to use and display only sender ID that you own.</strong></p>\n","urlObject":{"protocol":"https","path":["sms","1","text","single"],"host":["sms","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"44e6afe9-7bd0-4615-a1a2-e55cb2da38e1","name":"Single SMS to multiple destinations (with 200 OK)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"App {{SMSToken}}","type":"text","description":"[Required] Used to authenticate the request. This token is different from the token you may use for voice APIs."},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"[Required] The type of data found within the request is JSON.","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n   \"from\":\"TestSMS\",\r\n   \"to\":[  \r\n      \"+33631514260\",\r\n      \"+33631514261\",\r\n      \"+33631514262\"\r\n   ],\r\n   \"text\":\"Hello, this is a test of the multiple destinations with the Diabolocom API.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.engage.diabolocom.com/sms/1/text/single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, COPY, HEAD, OPTIONS, LINK, UNLINK, PURGE"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, X-Enrollment-Token, Cache-Control, X-Requested-With"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"97"},{"key":"Date","value":"Mon, 30 Sep 2019 17:47:59 GMT"},{"key":"Server","value":"SMS API"},{"key":"Strict-Transport-Security","value":"max-age=16000000; includeSubDomains; preload;"}],"cookie":[],"responseTime":null,"body":"{  \r\n   \"bulkId\":\"f5c4322c-30a8-a41e-5528-34fa0b089163\",\r\n   \"messages\":[  \r\n      {  \r\n         \"to\":\"+33631514260\",\r\n         \"status\":{  \r\n            \"groupId\":1,\r\n            \"groupName\":\"PENDING\",\r\n            \"id\":26,\r\n            \"name\":\"PENDING_ACCEPTED\",\r\n            \"description\":\"Message sent to next instance\"\r\n         },\r\n         \"messageId\":\"2033247207850523791\"\r\n      },\r\n      {  \r\n         \"to\":\"+33631514261\",\r\n         \"status\":{  \r\n            \"groupId\":1,\r\n            \"groupName\":\"PENDING\",\r\n            \"id\":26,\r\n            \"name\":\"PENDING_ACCEPTED\",\r\n            \"description\":\"Message sent to next instance\"\r\n         },\r\n         \"messageId\":\"2033247207850523792\"\r\n      },\r\n      {  \r\n         \"to\":\"+33631514262\",\r\n         \"status\":{  \r\n            \"groupId\":1,\r\n            \"groupName\":\"PENDING\",\r\n            \"id\":26,\r\n            \"name\":\"PENDING_ACCEPTED\",\r\n            \"description\":\"Message sent to next instance\"\r\n         },\r\n         \"messageId\":\"2033247207850523793\"\r\n      }\r\n   ]\r\n}"}],"_postman_id":"f2f0ae7e-86af-428b-aea9-af648bc308ee"},{"name":"Advanced SMS sending","id":"f0057863-e85a-4cec-a8c3-ac012f4fddd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"App {{SMSToken}}","type":"text","description":"<p>[Required] Used to authenticate the request. This token is different from the token you may use for voice APIs.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text","description":"<p>[Required] The type of data found within the request is JSON.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n   \"messages\":[\r\n      {\r\n         \"from\":\"Company ABC\",\r\n         \"destinations\":[\r\n            {\r\n               \"to\":\"+33631516171\"\r\n            },\r\n            {\r\n               \"to\":\"+33621319045\"\r\n            }\r\n         ],\r\n         \"text\":\"We have a promotion in the store next to your place!\",\r\n         \"sendAt\":\"2020-03-16T11:56:09+00:00\", \r\n         \"validityPeriod\": 720\r\n         \r\n      }\r\n   ]\r\n}"},"url":"https://sms.engage.diabolocom.com/sms/1/text/advanced","description":"<h2 id=\"description\">Description</h2>\n<p>Send multiple SMS to multiple destinations with a scheduled time for delivery and a validity period.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>Here are the fields (all are required) for the request body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>This field represents the sender ID and it can be alphanumeric or numeric. The length should be between 3 and 11 characters (example: DiaboloTest).</td>\n</tr>\n<tr>\n<td>to</td>\n<td>Array of strings</td>\n<td>Mandatory</td>\n<td>This array represents the destination addresses. Destination addresses must be in international format (example: +33631514237).</td>\n</tr>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>Mandatory</td>\n<td>Text of the message that will be sent.</td>\n</tr>\n<tr>\n<td>sentAt</td>\n<td>String</td>\n<td>Optional</td>\n<td>The exact date &amp; time when the SMS will be sent. Date and time format for SMS scheduling is following the standard ISO 8601 (example: \"2020-01-16T09:59:09+00:00\").</td>\n</tr>\n<tr>\n<td>validityPeriod</td>\n<td>Integer</td>\n<td>Optional</td>\n<td>The validityPeriod parameter should be set in minutes. The message sending will not be allowed after the set period expires. The maximum validity period is 48 hours and if you put a longer period, it will automatically be set to 48h.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-format\">Response format</h2>\n<p>If the request has the expected format, the HTTP response status code will be <strong>200 OK</strong> and the <em>bulkId</em> of the SMS bulk will be returned in the response body. Also a <em>messageId</em> will be returned for each SMS.</p>\n<p>The response body will contain a JSON payload with, for each SMS, the <em>groupId</em>, the <em>groupName</em>, the <em>id</em>, the <em>name</em>, the <em>description</em>, and an <em>action</em> to be done by the user if a problem has occured. Below you can find the details to understand the different codes.</p>\n<br />\n\n<p><em>Statuses groups</em></p>\n<br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>GroupId</th>\n<th>GroupName</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GroupId</td>\n<td>GroupName</td>\n<td>Description</td>\n</tr>\n<tr>\n<td>0</td>\n<td>ACCEPTED</td>\n<td>Message is accepted.</td>\n</tr>\n<tr>\n<td>1</td>\n<td>PENDING</td>\n<td>Message is in pending status.</td>\n</tr>\n<tr>\n<td>2</td>\n<td>UNDELIVERABLE</td>\n<td>Message is undeliverable.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>DELIVERED</td>\n<td>Message is delivered.</td>\n</tr>\n<tr>\n<td>4</td>\n<td>EXPIRED</td>\n<td>Message is expired.</td>\n</tr>\n<tr>\n<td>5</td>\n<td>REJECTED</td>\n<td>Message is rejected.</td>\n</tr>\n</tbody>\n</table>\n</div><br />\n\n<p><em>Statuses</em></p>\n<br />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>GroupId</th>\n<th>Name</th>\n<th>Description</th>\n<th>Action</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>1</td>\n<td>PENDING_TIME_VIOLATION</td>\n<td>Time window violation</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>2</td>\n<td>3</td>\n<td>DELIVERED_TO_OPERATOR</td>\n<td>Message delivered to operator</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>3</td>\n<td>1</td>\n<td>PENDING_WAITING_DELIVERY</td>\n<td>Message sent, waiting for delivery report</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>4</td>\n<td>2</td>\n<td>UNDELIVERABLE_REJECTED_OPERATOR</td>\n<td>Message rejected by operator</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>5</td>\n<td>3</td>\n<td>DELIVERED_TO_HANDSET</td>\n<td>Message delivered to handset</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>6</td>\n<td>5</td>\n<td>REJECTED_NETWORK</td>\n<td>Network is forbidden</td>\n<td>Contact account manager</td>\n</tr>\n<tr>\n<td>7</td>\n<td>1</td>\n<td>PENDING_ENROUTE</td>\n<td>Message sent to next instance</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>8</td>\n<td>5</td>\n<td>REJECTED_PREFIX_MISSING</td>\n<td>Number prefix missing</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>9</td>\n<td>2</td>\n<td>UNDELIVERABLE_NOT_DELIVERED</td>\n<td>Message sent not delivered</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>10</td>\n<td>5</td>\n<td>REJECTED_DND</td>\n<td>Destination on DND list</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>11</td>\n<td>5</td>\n<td>REJECTED_SOURCE</td>\n<td>Invalid Source address</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>12</td>\n<td>5</td>\n<td>REJECTED_NOT_ENOUGH_CREDITS</td>\n<td>Not enough credits</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>13</td>\n<td>5</td>\n<td>REJECTED_SENDER</td>\n<td>By Sender</td>\n<td>Remove sender from blacklist</td>\n</tr>\n<tr>\n<td>14</td>\n<td>5</td>\n<td>REJECTED_DESTINATION</td>\n<td>By Destination</td>\n<td>Remove destination from blacklist</td>\n</tr>\n<tr>\n<td>15</td>\n<td>4</td>\n<td>EXPIRED_EXPIRED</td>\n<td>Message expired</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>16</td>\n<td>5</td>\n<td>REJECTED_NOT_REACHABLE</td>\n<td>Network not reachable</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>17</td>\n<td>5</td>\n<td>REJECTED_PREPAID_PACKAGE_EXPIRED</td>\n<td>Prepaid package expired</td>\n<td>Top-Up your account to extend the validty period</td>\n</tr>\n<tr>\n<td>18</td>\n<td>5</td>\n<td>REJECTED_DESTINATION_NOT_REGISTERED</td>\n<td>Destination not registered</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>19</td>\n<td>5</td>\n<td>REJECTED_ROUTE_NOT_AVAILABLE</td>\n<td>Route not available</td>\n<td>Contact account manager</td>\n</tr>\n<tr>\n<td>20</td>\n<td>5</td>\n<td>REJECTED_FLOODING_FILTER</td>\n<td>Rejected flooding</td>\n<td>STOP SPAMMING</td>\n</tr>\n<tr>\n<td>21</td>\n<td>5</td>\n<td>REJECTED_SYSTEM_ERROR</td>\n<td>System error</td>\n<td>Try again</td>\n</tr>\n<tr>\n<td>22</td>\n<td>4</td>\n<td>EXPIRED_UNKNOWN</td>\n<td>Unknown Reason</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>23</td>\n<td>5</td>\n<td>REJECTED_DUPLICATE_MESSAGE_ID</td>\n<td>Rejected duplicate message ID</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>24</td>\n<td>5</td>\n<td>REJECTED_INVALID_UDH</td>\n<td>Rejected invalid UDH</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>25</td>\n<td>5</td>\n<td>REJECTED_MESSAGE_TOO_LONG</td>\n<td>Rejected message too long</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>26</td>\n<td>1</td>\n<td>PENDING_ACCEPTED</td>\n<td>Pending Accepted</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>27</td>\n<td>1</td>\n<td>PENDING_APPROVAL</td>\n<td>Pending Approval</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>28</td>\n<td>5</td>\n<td>REJECTED_NOT_SENT</td>\n<td>Rejected Not Sent</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>29</td>\n<td>4</td>\n<td>EXPIRED_DLR_UNKNOWN</td>\n<td>Expired DLR Unknown</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>30</td>\n<td>3</td>\n<td>DELIVERED</td>\n<td>MO forwarded action completed</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>31</td>\n<td>2</td>\n<td>UNDELIVERABLE_NOT_SENT</td>\n<td>Message not sent</td>\n<td>NULL</td>\n</tr>\n<tr>\n<td>51</td>\n<td>5</td>\n<td>MISSING_TO</td>\n<td>Missing destination</td>\n<td>Check to parameter.</td>\n</tr>\n<tr>\n<td>52</td>\n<td>5</td>\n<td>REJECTED_DESTINATION</td>\n<td>Invalid destination address.</td>\n<td>Check to parameter</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["sms","1","text","advanced"],"host":["sms","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"48de6f7c-fab3-4071-99b8-ae5e1c0b0fb1","name":"Different SMS to multiple contacts with a scheduled time","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"App {{SMSToken}}","type":"text","description":"Data format for the response body."},{"key":"Content-Type","value":"application/json","type":"text","description":"[Required] The type of data found within the request is JSON."}],"body":{"mode":"raw","raw":"{  \r\n   \"messages\":[  \r\n      {  \r\n         \"from\":\"Diabolocom\",\r\n         \"destinations\":[\r\n            {\r\n               \"to\":\"+33756765642\"\r\n            }\r\n         ],\r\n         \"text\":\"Message 1 scheduled\",\r\n         \"sendAt\":\"2020-07-16T09:59:09+00:00\"\r\n      },\r\n      {  \r\n         \"from\":\"Diabolocom\",\r\n         \"destinations\":[\r\n            {\r\n               \"to\":\"+33690854432\"\r\n            }\r\n         ],\r\n         \"text\":\"Message 2 different not scheduled\"\r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.engage.diabolocom.com/sms/1/text/advanced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, COPY, HEAD, OPTIONS, LINK, UNLINK, PURGE","description":"","type":"text"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, X-Enrollment-Token, Cache-Control, X-Requested-With","description":"","type":"text"},{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"},{"key":"Content-Length","value":"407","description":"","type":"text"},{"key":"Date","value":"Mon, 30 Sep 2019 17:47:59 GMT","description":"","type":"text"},{"key":"Server","value":"SMS API","description":"","type":"text"},{"key":"Strict-Transport-Security","value":"max-age=16000000; includeSubDomains; preload;","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"bulkId\": \"29489348095601630792\",\n    \"messages\": [\n        {\n            \"to\": \"+33756765642\",\n            \"status\": {\n                \"groupId\": 1,\n                \"groupName\": \"PENDING\",\n                \"id\": 26,\n                \"name\": \"PENDING_ACCEPTED\",\n                \"description\": \"Pending Accepted\"\n            },\n            \"messageId\": \"29489348095601630793\"\n        },\n        {\n            \"to\": \"+33690854432\",\n            \"status\": {\n                \"groupId\": 1,\n                \"groupName\": \"PENDING\",\n                \"id\": 7,\n                \"name\": \"PENDING_ENROUTE\",\n                \"description\": \"Message sent to next instance\"\n            },\n            \"messageId\": \"29489348095701630794\",\n            \"smsCount\": 1\n        }\n    ]\n}"},{"id":"7edf8f0f-0185-409f-a6c9-f11212211ace","name":"Same SMS to multiple destination with validity period","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"[Required] The type of data found within the request is JSON.","type":"text"},{"key":"Authorization","value":"App {{SMSToken}}","type":"text","description":"Data format for the response body."}],"body":{"mode":"raw","raw":"{\r\n   \"messages\":[\r\n      {\r\n         \"from\":\"Company ABC\",\r\n         \"destinations\":[\r\n            {\r\n               \"to\":\"+33672934553\"\r\n            },\r\n            {\r\n               \"to\":\"+33709753065\"\r\n            }\r\n         ],\r\n         \"text\":\"SMS with a validity period defined\",\r\n         \"validityPeriod\": 720\r\n         \r\n      }\r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sms.engage.diabolocom.com/sms/1/text/advanced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","description":"","type":"text"},{"key":"Access-Control-Request-Headers","value":"Authorization, Content-Type, X-Enrollment-Token, Cache-Control, X-Requested-With","description":"","type":"text"},{"key":"Access-Control-Request-Method","value":"GET, POST, PUT, PATCH, DELETE, COPY, HEAD, OPTIONS, LINK, UNLINK, PURGE","description":"","type":"text"},{"key":"Content-Type","value":"application/json;charset=UTF-8","description":"","type":"text"},{"key":"Content-Length","value":"430","description":"","type":"text"},{"key":"Date","value":"Mon, 30 Sep 2019 17:47:59 GMT","description":"","type":"text"},{"key":"Server","value":"SMS API","description":"","type":"text"},{"key":"Strict-Transport-Security","value":"max-age=16000000; includeSubDomains; preload;","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"bulkId\": \"29492382382403535772\",\n    \"messages\": [\n        {\n            \"to\": \"33672934553\",\n            \"status\": {\n                \"groupId\": 1,\n                \"groupName\": \"PENDING\",\n                \"id\": 7,\n                \"name\": \"PENDING_ENROUTE\",\n                \"description\": \"Message sent to next instance\"\n            },\n            \"messageId\": \"29492382382403535774\",\n            \"smsCount\": 1\n        },\n        {\n            \"to\": \"33709753065\",\n            \"status\": {\n                \"groupId\": 1,\n                \"groupName\": \"PENDING\",\n                \"id\": 7,\n                \"name\": \"PENDING_ENROUTE\",\n                \"description\": \"Message sent to next instance\"\n            },\n            \"messageId\": \"29492382382403535773\",\n            \"smsCount\": 1\n        }\n    ]\n}"}],"_postman_id":"f0057863-e85a-4cec-a8c3-ac012f4fddd5"}],"id":"4dc495dd-f035-4a36-aa5d-a3a9869eb7d2","description":"<h2 id=\"long-sms\">Long SMS</h2>\n<p>The maximum length of one message is 160 characters for the GSM7 standard. \nIf you send a text which exceeds the maximum number of supported characters, the sent message will be segmented and charged accordingly. One long SMS that consists of two SMS counts as <strong>two SMS</strong> for your billing.</p>\n","event":[{"listen":"prerequest","script":{"id":"fa5d84f8-2368-4483-96f7-af5c66d5bae0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"519914a1-342d-4f63-bb69-bbf1fc33df90","type":"text/javascript","exec":[""]}}],"_postman_id":"4dc495dd-f035-4a36-aa5d-a3a9869eb7d2"},{"name":"Reports ands logs about SMS","item":[{"name":"Get delivery reports","id":"ca027519-653a-4cde-a2d5-a76276b01290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[Required] Used to authenticate the request. This token is different from the token you may use for voice APIs.</p>\n","key":"Authorization","type":"text","value":"App {{SMSToken}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://sms.engage.diabolocom.com/sms/1/reports","description":"<h2 id=\"description\">Description</h2>\n<p>This API allows you to get one time delivery reports for sent SMS.\nIt's important to note that the delivery reports are returned <strong>only once</strong>. Additional delivery report request will return an empty collection (200 OK with empty body).</p>\n<h2 id=\"response-format\">Response format</h2>\n<ul>\n<li>If successful, the response header HTTP status code will be 200 OK and delivery reports will be returned in the response body.</li>\n<li>If you try to send a message without authorization, you will get a response with the HTTP status code 401 Unauthorized.</li>\n</ul>\n<h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>results</em></td>\n<td>Array</td>\n<td>Collection of reports in a array, one report for each message sent.</td>\n</tr>\n<tr>\n<td><em>bulkId</em></td>\n<td>String</td>\n<td>The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to mtltiple destinations (please see the API named \"Send a single SMS to multiple destinations\".</td>\n</tr>\n<tr>\n<td><em>messageId</em></td>\n<td>String</td>\n<td>The ID that uniquely identifies the message sent.</td>\n</tr>\n<tr>\n<td><em>to</em></td>\n<td>String</td>\n<td>Destination address.</td>\n</tr>\n<tr>\n<td><em>from</em></td>\n<td>String</td>\n<td>Sender ID that can be alphanumeric or numeric.</td>\n</tr>\n<tr>\n<td><em>sentAt</em></td>\n<td>Date</td>\n<td>Tells when the SMS was sent. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.</td>\n</tr>\n<tr>\n<td><em>doneAt</em></td>\n<td>Date</td>\n<td>Tells when the SMS was finished processing by Infobip (i.e., delivered to the destination, delivered to the destination network, etc.)</td>\n</tr>\n<tr>\n<td><em>smsCount</em></td>\n<td>int</td>\n<td>The number of parts the sent SMS was split into.</td>\n</tr>\n<tr>\n<td><em>mccMnc</em></td>\n<td>String</td>\n<td>Mobile country and network codes.</td>\n</tr>\n<tr>\n<td><em>callbackData</em></td>\n<td>String</td>\n<td>Callback data sent through callbackData field in fully featured SMS message.</td>\n</tr>\n<tr>\n<td><em>limit</em></td>\n<td>string</td>\n<td>Number of returned delivery reports. The default value is 50. Max number per request is 1000.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"price\">Price</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>pricePerMessage</em></td>\n<td>BigDecimal</td>\n<td>Price per one SMS.</td>\n</tr>\n<tr>\n<td><em>currency</em></td>\n<td>String</td>\n<td>The currency in which the price is expressed.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"status\">Status</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>groupId</em></td>\n<td>int</td>\n<td>Status group ID.</td>\n</tr>\n<tr>\n<td><em>groupName</em></td>\n<td>String</td>\n<td>Status group name.</td>\n</tr>\n<tr>\n<td><em>id</em></td>\n<td>int</td>\n<td>Status ID.</td>\n</tr>\n<tr>\n<td><em>name</em></td>\n<td>String</td>\n<td>Status name.</td>\n</tr>\n<tr>\n<td><em>description</em></td>\n<td>String</td>\n<td>Human-readable description of the status.</td>\n</tr>\n<tr>\n<td><em>action</em></td>\n<td>String</td>\n<td>Action that should be taken to eliminate the error.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error\">Error</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>groupId</em></td>\n<td>int</td>\n<td>Error group ID.</td>\n</tr>\n<tr>\n<td><em>groupName</em></td>\n<td>String</td>\n<td>Error group name.</td>\n</tr>\n<tr>\n<td><em>id</em></td>\n<td>int</td>\n<td>Error ID.</td>\n</tr>\n<tr>\n<td><em>name</em></td>\n<td>String</td>\n<td>Error name.</td>\n</tr>\n<tr>\n<td><em>description</em></td>\n<td>String</td>\n<td>Human-readable description of the error.</td>\n</tr>\n<tr>\n<td><em>permanent</em></td>\n<td>boolean</td>\n<td>Tells if the error is permanent.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["sms","1","reports"],"host":["sms","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"e215d672-84e5-4015-9379-b47b1d41d261","name":"Delivery reports once (with 200 OK)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"App {{SMSToken}}","type":"text","description":"[Required] Used to authenticate the request. This token is different from the token you may use for voice APIs."},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"[Required] The type of data found within the request is JSON.","type":"text"}],"url":"https://sms.engage.diabolocom.com/sms/1/reports"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, COPY, HEAD, OPTIONS, LINK, UNLINK, PURGE"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, X-Enrollment-Token, Cache-Control, X-Requested-With"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"97"},{"key":"Date","value":"Mon, 30 Sep 2019 17:47:59 GMT"},{"key":"Server","value":"SMS API"},{"key":"Strict-Transport-Security","value":"max-age=16000000; includeSubDomains; preload;"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"results\": [\r\n        {\r\n            \"messageId\": \"8539440862993984484\",\r\n            \"to\": \"3367505522\",\r\n            \"from\": \"Diabolocom\",\r\n            \"text\": \"Votre commande est confirmée pour le 2019-09-30\",\r\n            \"sentAt\": \"2019-09-30T16:44:09.371+0000\",\r\n            \"doneAt\": \"2019-09-30T16:44:09.456+0000\",\r\n            \"smsCount\": 1,\r\n            \"mccMnc\": \"20820\",\r\n            \"price\": {\r\n                \"pricePerMessage\": 0.10,\r\n                \"currency\": \"EUR\"\r\n            },\r\n            \"status\": {\r\n                \"groupId\": 3,\r\n                \"groupName\": \"DELIVERED\",\r\n                \"id\": 5,\r\n                \"name\": \"DELIVERED_TO_HANDSET\",\r\n                \"description\": \"Message delivered to handset\"\r\n            },\r\n            \"error\": {\r\n                \"groupId\": 0,\r\n                \"groupName\": \"OK\",\r\n                \"id\": 0,\r\n                \"name\": \"NO_ERROR\",\r\n                \"description\": \"No Error\",\r\n                \"permanent\": false\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"ca027519-653a-4cde-a2d5-a76276b01290"},{"name":"Get sent SMS logs","id":"f1ff2f4d-bfd0-4e37-b3b7-4c22539baea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[Required] Used to authenticate the request. This token is different from the token you may use for voice APIs.</p>\n","key":"Authorization","type":"text","value":"App {{SMSToken}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://sms.engage.diabolocom.com/sms/1/logs","description":"<h2 id=\"description\">Description</h2>\n<p>This API allows you to get logs about the SMS sent.\nIt's important to note that the SMS logs are only available for the <strong>last 48 hours!</strong>.</p>\n<h2 id=\"response-format\">Response format</h2>\n<ul>\n<li>If successful, the response header HTTP status code will be 200 OK and the message logs will be returned.</li>\n<li>If you try to send a message without authorization, you will get a response with the HTTP status code 401 Unauthorized.</li>\n<li>If you use this method too many times in a short period of time, you will get status code 429 Too Many Requests. This prevents misusing logs in cases where reports would be more appropriate</li>\n</ul>\n<h2 id=\"response-body\">Response body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>results</em></td>\n<td>Array</td>\n<td>Collection of reports in a array, one report for each message sent.</td>\n</tr>\n<tr>\n<td><em>bulkId</em></td>\n<td>String</td>\n<td>The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to mtltiple destinations (please see the API named \"Send a single SMS to multiple destinations\".</td>\n</tr>\n<tr>\n<td><em>messageId</em></td>\n<td>String</td>\n<td>The ID that uniquely identifies the message sent.</td>\n</tr>\n<tr>\n<td><em>to</em></td>\n<td>String</td>\n<td>Destination address.</td>\n</tr>\n<tr>\n<td><em>from</em></td>\n<td>String</td>\n<td>Sender ID that can be alphanumeric or numeric.</td>\n</tr>\n<tr>\n<td><em>sentAt</em></td>\n<td>Date</td>\n<td>Tells when the SMS was sent. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.</td>\n</tr>\n<tr>\n<td><em>doneAt</em></td>\n<td>Date</td>\n<td>Tells when the SMS was finished processing by Infobip (i.e., delivered to the destination, delivered to the destination network, etc.)</td>\n</tr>\n<tr>\n<td><em>smsCount</em></td>\n<td>int</td>\n<td>The number of parts the sent SMS was split into.</td>\n</tr>\n<tr>\n<td><em>mccMnc</em></td>\n<td>String</td>\n<td>Mobile country and network codes.</td>\n</tr>\n<tr>\n<td><em>callbackData</em></td>\n<td>String</td>\n<td>Callback data sent through callbackData field in fully featured SMS message.</td>\n</tr>\n<tr>\n<td><em>limit</em></td>\n<td>string</td>\n<td>Number of returned delivery reports. The default value is 50. Max number per request is 1000.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"price\">Price</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>pricePerMessage</em></td>\n<td>BigDecimal</td>\n<td>Price per one SMS.</td>\n</tr>\n<tr>\n<td><em>currency</em></td>\n<td>String</td>\n<td>The currency in which the price is expressed.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"status\">Status</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>groupId</em></td>\n<td>int</td>\n<td>Status group ID.</td>\n</tr>\n<tr>\n<td><em>groupName</em></td>\n<td>String</td>\n<td>Status group name.</td>\n</tr>\n<tr>\n<td><em>id</em></td>\n<td>int</td>\n<td>Status ID.</td>\n</tr>\n<tr>\n<td><em>name</em></td>\n<td>String</td>\n<td>Status name.</td>\n</tr>\n<tr>\n<td><em>description</em></td>\n<td>String</td>\n<td>Human-readable description of the status.</td>\n</tr>\n<tr>\n<td><em>action</em></td>\n<td>String</td>\n<td>Action that should be taken to eliminate the error.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error\">Error</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>groupId</em></td>\n<td>int</td>\n<td>Error group ID.</td>\n</tr>\n<tr>\n<td><em>groupName</em></td>\n<td>String</td>\n<td>Error group name.</td>\n</tr>\n<tr>\n<td><em>id</em></td>\n<td>int</td>\n<td>Error ID.</td>\n</tr>\n<tr>\n<td><em>name</em></td>\n<td>String</td>\n<td>Error name.</td>\n</tr>\n<tr>\n<td><em>description</em></td>\n<td>String</td>\n<td>Human-readable description of the error.</td>\n</tr>\n<tr>\n<td><em>permanent</em></td>\n<td>boolean</td>\n<td>Tells if the error is permanent.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["sms","1","logs"],"host":["sms","engage","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"bee27adc-deff-495c-9d47-33361ebe233e","name":"SMS logs (with 200 OK)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"App {{SMSToken}}","type":"text","description":"[Required] Used to authenticate the request. This token is different from the token you may use for voice APIs."},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"[Required] The type of data found within the request is JSON.","type":"text"}],"url":"https://sms.engage.diabolocom.com/sms/1/logs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, PATCH, DELETE, COPY, HEAD, OPTIONS, LINK, UNLINK, PURGE"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type, X-Enrollment-Token, Cache-Control, X-Requested-With"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"97"},{"key":"Date","value":"Mon, 30 Sep 2019 17:47:59 GMT"},{"key":"Server","value":"SMS API"},{"key":"Strict-Transport-Security","value":"max-age=16000000; includeSubDomains; preload;"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"results\": [\r\n        {\r\n            \"messageId\": \"8539440862993984484\",\r\n            \"to\": \"3367505522\",\r\n            \"from\": \"Diabolocom\",\r\n            \"text\": \"Votre commande est confirmée pour le 2019-09-30\",\r\n            \"sentAt\": \"2019-09-30T16:44:09.371+0000\",\r\n            \"doneAt\": \"2019-09-30T16:44:09.456+0000\",\r\n            \"smsCount\": 1,\r\n            \"mccMnc\": \"20820\",\r\n            \"price\": {\r\n                \"pricePerMessage\": 0.10,\r\n                \"currency\": \"EUR\"\r\n            },\r\n            \"status\": {\r\n                \"groupId\": 3,\r\n                \"groupName\": \"DELIVERED\",\r\n                \"id\": 5,\r\n                \"name\": \"DELIVERED_TO_HANDSET\",\r\n                \"description\": \"Message delivered to handset\"\r\n            },\r\n            \"error\": {\r\n                \"groupId\": 0,\r\n                \"groupName\": \"OK\",\r\n                \"id\": 0,\r\n                \"name\": \"NO_ERROR\",\r\n                \"description\": \"No Error\",\r\n                \"permanent\": false\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"f1ff2f4d-bfd0-4e37-b3b7-4c22539baea7"}],"id":"e826588f-64d7-428d-a68b-c5492ebdb7a4","_postman_id":"e826588f-64d7-428d-a68b-c5492ebdb7a4","description":""}],"id":"b127f9ce-4163-410b-abca-538dd08e21c5","description":"<p>In order to use Diabolocom's SMS APIs, you will need an SMS token.\nPlease note this token is totally different from the token you may use for the voice APIs.\nThis token will be notified for each API call in the header: <em>App</em>.</p>\n<p><strong>Important: if you don’t have yet an SMS token, please contact your project manager at Diabolocom.</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"45e5d2cb-6801-44fd-8317-6d3736b8150a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d9b7b106-475c-4813-8040-823f9ff74acf","type":"text/javascript","exec":[""]}}],"_postman_id":"b127f9ce-4163-410b-abca-538dd08e21c5"},{"name":"2-Way SMS","item":[{"name":"Send SMS","item":[{"name":"Send a single SMS","id":"8316b0a7-3e9f-406e-bacd-f0ad59322039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Data format for the response body.</p>\n","key":"Accept","type":"text","value":"application/json"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>[Required] Used to authenticate the request. Please see \"Authentication\" part if needed.</p>\n","key":"Authorization","type":"text","value":"Basic {{smsToken}}"}],"body":{"mode":"raw","raw":"{\r\n \"to\": \"destinationMobilePhone without leading plus\",\r\n \"from\": \"senderMobilePhone or senderID\",\r\n \"content\": \"content of the message\"\r\n}"},"url":"https://smpp.diabolocom.com/secure/send","description":"<h2 id=\"description\">Description</h2>\n<p>Send a single message to one destination address.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>Here are the fields for the request body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Example(s)</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>20203050344</td>\n<td><strong>MANDATORY</strong></td>\n<td>Destination address (a mobile phone number with no leading +), only one address is supported per request.</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>33623705542</td>\n<td><strong>MANDATORY</strong></td>\n<td>Originating address (a mobile phone number with no leading + or a shortcode or a text).</td>\n</tr>\n<tr>\n<td>coding</td>\n<td>Integer</td>\n<td>1</td>\n<td>OPTIONAL</td>\n<td>Sets the Data Coding Scheme bits, default is <em>0</em> (see coding codes table below for details).</td>\n</tr>\n<tr>\n<td>sdt</td>\n<td>String</td>\n<td>000000000100000R (to send in 1 minute)</td>\n<td>OPTIONAL</td>\n<td>Specifies the scheduled delivery time at which the message delivery should be first attempted, default is value is <em>None</em>.</td>\n</tr>\n<tr>\n<td>validity-period</td>\n<td>Integer</td>\n<td>1440</td>\n<td>OPTIONAL</td>\n<td>Message validity (in minutes), default is value is <em>None</em></td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>Hello world!</td>\n<td><strong>MANDATORY</strong></td>\n<td>Content to be sent via SMS</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-format\">Response format</h2>\n<p>If successful, response header HTTP status code will be <strong>200 OK</strong> and and the message will be sent, the <em>message unique ID</em> will be returned in data.\nOtherwise, an error is returned, you can find the detail of the error codes below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP code</th>\n<th>Response Body (Example)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Message is successfully sent</td>\n<td>200</td>\n<td>{ \"data\": \"Success \"07033084-5cfd-4812-90a4-e4d24ffb6e3d\" }</td>\n</tr>\n<tr>\n<td>A mandatory argument is missing</td>\n<td>400</td>\n<td>Error “Mandatory arguments not found, please refer to the HTTPAPI specifications.”</td>\n</tr>\n<tr>\n<td>An argument used is not recognized</td>\n<td>400</td>\n<td>Error “Argument _ is unknown.”</td>\n</tr>\n<tr>\n<td>An argument used has an invalid value</td>\n<td>400</td>\n<td>Error “Argument _ has an invalid value: _.”</td>\n</tr>\n<tr>\n<td>Credentials validation error, c.f. User credentials</td>\n<td>400</td>\n<td>dynamic messages</td>\n</tr>\n<tr>\n<td>Authentication error for the username provided</td>\n<td>403</td>\n<td>Error “Authentication failure for username:_”</td>\n</tr>\n<tr>\n<td>User charging error</td>\n<td>403</td>\n<td>Error “Cannot charge submit_sm, check RouterPB log file for details”</td>\n</tr>\n<tr>\n<td>Message routing error</td>\n<td>412</td>\n<td>Error “No route found”</td>\n</tr>\n<tr>\n<td>Fallback error, checking log file will provide better details</td>\n<td>500</td>\n<td>Error “Cannot send submit_sm, check SMPPClientManagerPB log file for details”</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"coding-codes\">Coding Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Bitmask</th>\n<th>Value</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0 0 0 0 0 0 0 0</td>\n<td>0</td>\n<td>SMSC Default Alphabet</td>\n</tr>\n<tr>\n<td>0 0 0 0 0 0 0 1</td>\n<td>1</td>\n<td>IA5 (CCITT T.50)/ASCII (ANSI X3.4)</td>\n</tr>\n<tr>\n<td>0 0 0 0 0 0 1 0</td>\n<td>2</td>\n<td>Octet unspecified (8-bit binary)</td>\n</tr>\n<tr>\n<td>0 0 0 0 0 0 1 1</td>\n<td>3</td>\n<td>Latin 1 (ISO-8859-1)</td>\n</tr>\n<tr>\n<td>0 0 0 0 0 1 0 0</td>\n<td>4</td>\n<td>Octet unspecified (8-bit binary)</td>\n</tr>\n<tr>\n<td>0 0 0 0 0 1 0 1</td>\n<td>5</td>\n<td>JIS (X 0208-1990)</td>\n</tr>\n<tr>\n<td>0 0 0 0 0 1 1 0</td>\n<td>6</td>\n<td>Cyrllic (ISO-8859-5)</td>\n</tr>\n<tr>\n<td>0 0 0 0 0 1 1 1</td>\n<td>7</td>\n<td>Latin/Hebrew (ISO-8859-8)</td>\n</tr>\n<tr>\n<td>0 0 0 0 1 0 0 0</td>\n<td>8</td>\n<td>UCS2 (ISO/IEC-10646)</td>\n</tr>\n<tr>\n<td>0 0 0 0 1 0 0 1</td>\n<td>9</td>\n<td>Pictogram Encoding</td>\n</tr>\n<tr>\n<td>0 0 0 0 1 0 1 0</td>\n<td>10</td>\n<td>ISO-2022-JP (Music Codes)</td>\n</tr>\n<tr>\n<td>0 0 0 0 1 1 0 1</td>\n<td>13</td>\n<td>Extended Kanji JIS(X 0212-1990)</td>\n</tr>\n<tr>\n<td>0 0 0 0 1 1 1 0</td>\n<td>14</td>\n<td>KS C 5601</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["secure","send"],"host":["smpp","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"4c27c0e6-9525-4d73-b648-df3935d17afb","name":"Send an SMS to one contact","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"Data format for the response body.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"[Required] The type of data found within the request is JSON.","type":"text"},{"key":"Authorization","value":"Basic {{smsToken}}","description":"[Required] Used to authenticate the request. Please see \"Authentication\" part if needed.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n \"to\": \"33798643364\",\r\n \"from\": \"33631515373\",\r\n \"content\": \"Bonsoir Elliot !\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://smpp.diabolocom.com/secure/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Success \\\"c723d42a-c3ee-452c-940b-3d8e8b944868\"\n}"}],"_postman_id":"8316b0a7-3e9f-406e-bacd-f0ad59322039"},{"name":"Send multiple messages","id":"472b55cf-428c-4b99-9ccf-4fe9e26a132a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text","description":"<p>Data format for the response body.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text","description":"<p>[Required] The type of data found within the request is JSON.</p>\n"},{"key":"Authorization","value":"Basic {{smsToken}}","type":"text","description":"<p>[Required] Used to authenticate the request. Please see \"Authentication\" part if needed.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n\t\"messages\": [\r\n\t\t{\r\n\t\t\"to\": [\r\n\t\t\t\"33769576269\",\r\n\t\t\t\"33672938149\",\r\n\t\t\t\"33672932317\"\r\n\t\t\t],\r\n\t\t\"from\": \"33793034394\",\r\n\t\t\"content\": \"Same content goes to 3 numbers\"\r\n\t\t}\r\n\t]\r\n}"},"url":"https://smpp.diabolocom.com/secure/sendbatch","description":"<h2 id=\"description\">Description</h2>\n<p>Send multiple messages to one or more destination addresses.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>Here are the fields for the request body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Example(s)</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>messages</td>\n<td>Array</td>\n<td>[{“to”: 1, “from”: \"33631514461\",“content”: “hola”}, {“to”: 2, “from”: \"33631514462\", “content”: “hello”}]</td>\n<td><strong>MANDATORY</strong></td>\n<td>A JSON array of messages, every message contains the /secure/send parameters.</td>\n</tr>\n<tr>\n<td>globals</td>\n<td>Object</td>\n<td>{“from”: “Jookies”}</td>\n<td>OPTIONAL</td>\n<td>May contain any global message parameter (if you do not specify this parameter (to, from, ...) in the <code>messages</code> field.</td>\n</tr>\n<tr>\n<td>batch_config</td>\n<td>Object</td>\n<td>{“schedule_at”: “2017-11-15 09:00:00”}</td>\n<td>OPTIONAL</td>\n<td>May contain the following parameters:  schedule_at (used for scheduling the sending for a specific time).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-format\">Response format</h2>\n<p>If successful, response header HTTP status code will be <strong>200 OK</strong> and and the message will be sent, the <em>batch unique ID</em> will be returned in data.\nOtherwise, an error is returned, you can find the detail of the error codes in the table below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP code</th>\n<th>Response Body (Example)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Message is successfully sent</td>\n<td>200</td>\n<td>{\"data\": {\"batchId\": \"3c151aff-0d56-4d4d-86e7-f804797fe4f4\",\"messageCount\": 3}}</td>\n</tr>\n<tr>\n<td>A mandatory argument is missing</td>\n<td>400</td>\n<td>Error “Mandatory arguments not found, please refer to the HTTPAPI specifications.”</td>\n</tr>\n<tr>\n<td>An argument used is not recognized</td>\n<td>400</td>\n<td>Error “Argument _ is unknown.”</td>\n</tr>\n<tr>\n<td>An argument used has an invalid value</td>\n<td>400</td>\n<td>Error “Argument _ has an invalid value: _.”</td>\n</tr>\n<tr>\n<td>Credentials validation error, c.f. User credentials</td>\n<td>400</td>\n<td>dynamic messages</td>\n</tr>\n<tr>\n<td>Authentication error for the username provided</td>\n<td>403</td>\n<td>Error “Authentication failure for username:_”</td>\n</tr>\n<tr>\n<td>User charging error</td>\n<td>403</td>\n<td>Error “Cannot charge submit_sm, check RouterPB log file for details”</td>\n</tr>\n<tr>\n<td>Message routing error</td>\n<td>412</td>\n<td>Error “No route found”</td>\n</tr>\n<tr>\n<td>Fallback error, checking log file will provide better details</td>\n<td>500</td>\n<td>Error “Cannot send submit_sm, check SMPPClientManagerPB log file for details”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["secure","sendbatch"],"host":["smpp","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"57920d8f-48e8-4b6f-9c9c-6970273afd03","name":"Send the same SMS to 3 contacts","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text","description":"Data format for the response body."},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"[Required] The type of data found within the request is JSON.","type":"text"},{"key":"Authorization","value":"Basic {{smsToken}}","type":"text","description":"[Required] Used to authenticate the request. Please see \"Authentication\" part if needed."}],"body":{"mode":"raw","raw":"{\r\n\t\"messages\": [\r\n\t\t{\r\n\t\t\"to\": [\r\n\t\t\t\"33769576269\",\r\n\t\t\t\"33672938149\",\r\n\t\t\t\"33672932317\"\r\n\t\t\t],\r\n\t\t\"from\": \"33793034394\",\r\n\t\t\"content\": \"Same content goes to 3 numbers\"\r\n\t\t}\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://smpp.diabolocom.com/secure/sendbatch"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"batchId\": \"3c151aff-0d56-4d4d-86e7-f804797fe4f4\",\n        \"messageCount\": 3\n    }\n}"}],"_postman_id":"472b55cf-428c-4b99-9ccf-4fe9e26a132a"}],"id":"9092b135-3b24-42b4-965e-4da30cff6438","event":[{"listen":"prerequest","script":{"id":"6be5c9b0-caaf-421f-a62f-a87d0776c0e7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b8caa19d-5cbc-4c85-b7d5-ad220b41db75","type":"text/javascript","exec":[""]}}],"_postman_id":"9092b135-3b24-42b4-965e-4da30cff6438","description":""},{"name":"Audit about SMS","item":[{"name":"Retrieve SMS logs","id":"b2925432-abba-40b7-9f74-b6d7c3a874fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Data format for the response body.</p>\n","key":"Accept","type":"text","value":"application/json"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>[Required] Used to authenticate the request. Please see \"Authentication\" part if needed.</p>\n","key":"Authorization","type":"text","value":"Basic {{smsToken}}"}],"url":"https://smpp.diabolocom.com/secure/logs","description":"<h2 id=\"description\">Description</h2>\n<p>Allow to get logs for the sent SMS.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>You can combine different parameters in the URL to search specific SMS.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Originating address.</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Destination address.</td>\n</tr>\n<tr>\n<td>messageId</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The unique ID of the message sent.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The sent SMS status (see below for for details).</td>\n</tr>\n<tr>\n<td>startDate</td>\n<td>Datetime</td>\n<td>OPTIONAL</td>\n<td>Lower limit on date and time of sending SMS. format: YYYY-MM-DDTHH:MM:SS</td>\n</tr>\n<tr>\n<td>endDate</td>\n<td>Datetime</td>\n<td>OPTIONAL</td>\n<td>Upper limit on date and time of sending SMS. format: YYYY-MM-DDTHH:MM:SS</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Maximal number of messages in returned logs. Default value is <strong>10</strong>. Maximum value is <strong>1000</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-format\">Response format</h2>\n<p>This endpoint returns a <strong>result</strong> JSON object with the <strong>status</strong> of each message and the data of the message sent (msgId, content, from, to, ...).</p>\n<p>The status codes possible are described on the table below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Status Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>ESME_ROK</td>\n<td>No error</td>\n</tr>\n<tr>\n<td>1</td>\n<td>ESME_RINVMSGLEN</td>\n<td>Message Length is invalid</td>\n</tr>\n<tr>\n<td>2</td>\n<td>ESME_RINVCMDLEN</td>\n<td>Command Length is invalid</td>\n</tr>\n<tr>\n<td>3</td>\n<td>ESME_RINVCMDID</td>\n<td>Invalid Command ID</td>\n</tr>\n<tr>\n<td>4</td>\n<td>ESME_RINVBNDSTS</td>\n<td>Invalid BIND Status for given command</td>\n</tr>\n<tr>\n<td>5</td>\n<td>ESME_RALYBND</td>\n<td>ESME Already in Bound State</td>\n</tr>\n<tr>\n<td>6</td>\n<td>ESME_RINVPRTFLG</td>\n<td>Invalid Priority Flag</td>\n</tr>\n<tr>\n<td>7</td>\n<td>ESME_RINVREGDLVFLG</td>\n<td>Invalid Registered Delivery Flag</td>\n</tr>\n<tr>\n<td>8</td>\n<td>ESME_RSYSERR</td>\n<td>System Error</td>\n</tr>\n<tr>\n<td>10</td>\n<td>ESME_RINVSRCADR</td>\n<td>Invalid Source Address</td>\n</tr>\n<tr>\n<td>11</td>\n<td>ESME_RINVDSTADR</td>\n<td>Invalid Dest Addr</td>\n</tr>\n<tr>\n<td>12</td>\n<td>ESME_RINVMSGID</td>\n<td>Message ID is invalid</td>\n</tr>\n<tr>\n<td>13</td>\n<td>ESME_RBINDFAIL</td>\n<td>Bind Failed</td>\n</tr>\n<tr>\n<td>14</td>\n<td>ESME_RINVPASWD</td>\n<td>Invalid Password</td>\n</tr>\n<tr>\n<td>15</td>\n<td>ESME_RINVSYSID</td>\n<td>Invalid System ID</td>\n</tr>\n<tr>\n<td>17</td>\n<td>ESME_RCANCELFAIL</td>\n<td>Cancel SM Failed</td>\n</tr>\n<tr>\n<td>19</td>\n<td>ESME_RREPLACEFAIL</td>\n<td>Replace SM Failed</td>\n</tr>\n<tr>\n<td>20</td>\n<td>ESME_RMSGQFUL</td>\n<td>Message Queue Full</td>\n</tr>\n<tr>\n<td>21</td>\n<td>ESME_RINVSERTYP</td>\n<td>Invalid Service Type</td>\n</tr>\n<tr>\n<td>51</td>\n<td>ESME_RINVNUMDESTS</td>\n<td>Invalid number of destinations</td>\n</tr>\n<tr>\n<td>52</td>\n<td>ESME_RINVDLNAME</td>\n<td>Invalid Distribution List Name</td>\n</tr>\n<tr>\n<td>64</td>\n<td>ESME_RINVDESTFLAG</td>\n<td>Destination flag is invalid (submit_multi)</td>\n</tr>\n<tr>\n<td>66</td>\n<td>ESME_RINVSUBREP</td>\n<td>Invalid submit with replace request (i.e. submit_sm with replace_if_present_flag set)</td>\n</tr>\n<tr>\n<td>67</td>\n<td>ESME_RINVESMCLASS</td>\n<td>Invalid esm_class field data</td>\n</tr>\n<tr>\n<td>68</td>\n<td>ESME_RCNTSUBDL</td>\n<td>Cannot Submit to Distribution List</td>\n</tr>\n<tr>\n<td>69</td>\n<td>ESME_RSUBMITFAIL</td>\n<td>submit_sm or submit_multi failed</td>\n</tr>\n<tr>\n<td>72</td>\n<td>ESME_RINVSRCTON</td>\n<td>Invalid Source address TON</td>\n</tr>\n<tr>\n<td>73</td>\n<td>ESME_RINVSRCNPI</td>\n<td>Invalid Source address NPI</td>\n</tr>\n<tr>\n<td>80</td>\n<td>ESME_RINVDSTTON</td>\n<td>Invalid Destination address TON</td>\n</tr>\n<tr>\n<td>81</td>\n<td>ESME_RINVDSTNPI</td>\n<td>Invalid Destination address NPI</td>\n</tr>\n<tr>\n<td>83</td>\n<td>ESME_RINVSYSTYP</td>\n<td>Invalid system_type field</td>\n</tr>\n<tr>\n<td>84</td>\n<td>ESME_RINVREPFLAG</td>\n<td>Invalid replace_if_present flag</td>\n</tr>\n<tr>\n<td>85</td>\n<td>ESME_RINVNUMMSGS</td>\n<td>Invalid number of messages</td>\n</tr>\n<tr>\n<td>88</td>\n<td>ESME_RTHROTTLED</td>\n<td>Throttling error (ESME has exceeded allowed message limits</td>\n</tr>\n<tr>\n<td>97</td>\n<td>ESME_RINVSCHED</td>\n<td>Invalid Scheduled Delivery Time</td>\n</tr>\n<tr>\n<td>98</td>\n<td>ESME_RINVEXPIRY</td>\n<td>Invalid message validity period (Expiry time)</td>\n</tr>\n<tr>\n<td>99</td>\n<td>ESME_RINVDFTMSGID</td>\n<td>Predefined Message Invalid or Not Found</td>\n</tr>\n<tr>\n<td>100</td>\n<td>ESME_RX_T_APPN</td>\n<td>ESME Receiver Temporary App Error Code</td>\n</tr>\n<tr>\n<td>101</td>\n<td>ESME_RX_P_APPN</td>\n<td>ESME Receiver Permanent App Error Code</td>\n</tr>\n<tr>\n<td>102</td>\n<td>ESME_RX_R_APPN</td>\n<td>ESME Receiver Reject Message Error Code</td>\n</tr>\n<tr>\n<td>103</td>\n<td>ESME_RQUERYFAIL</td>\n<td>query_sm request failed</td>\n</tr>\n<tr>\n<td>192</td>\n<td>ESME_RINVOPTPARSTREAM</td>\n<td>Error in the optional part of the PDU Body</td>\n</tr>\n<tr>\n<td>193</td>\n<td>ESME_ROPTPARNOTALLWD</td>\n<td>Optional Parameter not allowed</td>\n</tr>\n<tr>\n<td>194</td>\n<td>ESME_RINVPARLEN</td>\n<td>Invalid Parameter Length</td>\n</tr>\n<tr>\n<td>195</td>\n<td>ESME_RMISSINGOPTPARAM</td>\n<td>Expected Optional Parameter missing</td>\n</tr>\n<tr>\n<td>196</td>\n<td>ESME_RINVOPTPARAMVAL</td>\n<td>Invalid Optional Parameter Value</td>\n</tr>\n<tr>\n<td>254</td>\n<td>ESME_RDELIVERYFAILURE</td>\n<td>Delivery Failure (used for data_sm_resp)</td>\n</tr>\n<tr>\n<td>255</td>\n<td>ESME_RUNKNOWNERR</td>\n<td>Unknown Error</td>\n</tr>\n<tr>\n<td>256</td>\n<td>ESME_RSERTYPUNAUTH</td>\n<td>ESME Not authorised to use specified service_type</td>\n</tr>\n<tr>\n<td>257</td>\n<td>ESME_RPROHIBITED</td>\n<td>ESME Prohibited from using specified operation</td>\n</tr>\n<tr>\n<td>258</td>\n<td>ESME_RSERTYPUNAVAIL</td>\n<td>Specified service_type is unavailable</td>\n</tr>\n<tr>\n<td>259</td>\n<td>ESME_RSERTYPDENIED</td>\n<td>Specified service_type is denied</td>\n</tr>\n<tr>\n<td>260</td>\n<td>ESME_RINVDCS</td>\n<td>Invalid Data Coding Scheme</td>\n</tr>\n<tr>\n<td>261</td>\n<td>ESME_RINVSRCADDRSUBUNIT</td>\n<td>Source Address Sub unit is Invalid</td>\n</tr>\n<tr>\n<td>262</td>\n<td>ESME_RINVDSTADDRSUBUNIT</td>\n<td>Destination Address Sub unit is Invalid</td>\n</tr>\n<tr>\n<td>263</td>\n<td>ESME_RINVBCASTFREQINT</td>\n<td>Broadcast Frequency Interval is invalid</td>\n</tr>\n<tr>\n<td>264</td>\n<td>ESME_RINVBCASTALIAS_NAME</td>\n<td>Broadcast Alias Name is invalid</td>\n</tr>\n<tr>\n<td>265</td>\n<td>ESME_RINVBCASTAREAFMT</td>\n<td>Broadcast Area Format is invalid</td>\n</tr>\n<tr>\n<td>266</td>\n<td>ESME_RINVNUMBCAST_AREAS</td>\n<td>Number of Broadcast Areas is invalid</td>\n</tr>\n<tr>\n<td>267</td>\n<td>ESME_RINVBCASTCNTTYPE</td>\n<td>Broadcast Content Type is invalid</td>\n</tr>\n<tr>\n<td>268</td>\n<td>ESME_RINVBCASTMSGCLASS</td>\n<td>Broadcast Message Class is invalid</td>\n</tr>\n<tr>\n<td>269</td>\n<td>ESME_RBCASTFAIL</td>\n<td>broadcast_sm operation failed</td>\n</tr>\n<tr>\n<td>270</td>\n<td>ESME_RBCASTQUERYFAIL</td>\n<td>query_broadcast_sm operation failed</td>\n</tr>\n<tr>\n<td>271</td>\n<td>ESME_RBCASTCANCELFAIL</td>\n<td>cancel_broadcast_sm operation failed</td>\n</tr>\n<tr>\n<td>272</td>\n<td>ESME_RINVBCAST_REP</td>\n<td>Number of Repeated Broadcasts is invalid</td>\n</tr>\n<tr>\n<td>273</td>\n<td>ESME_RINVBCASTSRVGRP</td>\n<td>Broadcast Service Group is invalid</td>\n</tr>\n<tr>\n<td>274</td>\n<td>ESME_RINVBCASTCHANIND</td>\n<td>Broadcast Channel Indicator is invalid</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["secure","logs"],"host":["smpp","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"b1e766ce-0c66-4887-bdd1-5f8a71847b05","name":"SMS logs between two dates","originalRequest":{"method":"GET","header":[{"description":"Data format for the response body.","key":"Accept","type":"text","value":"application/json"},{"description":"[Required] The type of data found within the request is JSON.","key":"Content-Type","type":"text","value":"application/json"},{"description":"[Required] Used to authenticate the request. Please see \"Authentication\" part if needed.","key":"Authorization","type":"text","value":"Basic {{smsToken}}"}],"url":{"raw":"https://smpp.diabolocom.com/secure/logs?startDate=2019-11-01T06:43:22&endDate=2019-12-25T16:47:09","protocol":"https","host":["smpp","diabolocom","com"],"path":["secure","logs"],"query":[{"key":"startDate","value":"2019-11-01T06:43:22","description":"The start date is November 1st 2019"},{"key":"endDate","value":"2019-12-25T16:47:09","description":"The end date is December 25th 2019"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"result\": [\r\n            {\r\n                \"status\": \"ESME_ROK\",\r\n                \"source_addr\": \"33757949650\",\r\n                \"msgid\": \"0b86e7ba-1814-4d7f-add0-355f38bf4e83\",\r\n                \"created_at\": \"2019-12-10 10:13:47\",\r\n                \"content\": \"You're all set, John! Thanks for your order!\",\r\n                \"destination_addr\": \"33769576229\"\r\n            },\r\n            {\r\n                \"status\": \"ESME_ROK\",\r\n                \"source_addr\": \"33757949650\",\r\n                \"msgid\": \"27759b54-316f-46b9-b476-308885de8076\",\r\n                \"created_at\": \"2019-12-10 13:50:17\",\r\n                \"content\": \"John, your product is now ready.\",\r\n                \"destination_addr\": \"33769576229\"\r\n            },\r\n            {\r\n                \"status\": \"ESME_ROK\",\r\n                \"source_addr\": \"33757949650\",\r\n                \"msgid\": \"9399633e-e6dd-471b-8e26-cdc1b1ad105a\",\r\n                \"created_at\": \"2019-12-11 10:03:09\",\r\n                \"content\": \"You can call us back at the following number: +33173034520\",\r\n                \"destination_addr\": \"33769576229\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"b2925432-abba-40b7-9f74-b6d7c3a874fe"},{"name":"Check Balance","id":"cd0b4c7c-51cb-4f23-8e9e-e1177c67d8ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Data format for the response body.</p>\n","key":"Accept","type":"text","value":"application/json"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"},{"description":"<p>[Required] Used to authenticate the request. Please see \"Authentication\" part if needed.</p>\n","key":"Authorization","type":"text","value":"Basic {{smsToken}}"}],"url":"https://smpp.diabolocom.com/secure/balance","description":"<h2 id=\"description\">Description</h2>\n<p>Get user account’s balance and quota.</p>\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<p>No query parameters are needed for this request.</p>\n<h2 id=\"response-format\">Response format</h2>\n<p>If successful, response header HTTP status code will be <strong>200 OK</strong>, the balance and the sms count will be returned in a field called <strong>data</strong>.\nThe <strong>balance</strong> variable is the amount of money (currency is the euro - €) left on the account.\nThe <strong>sms_count</strong> variable is the number of SMS sent since the beginning, for the account.</p>\n<p>Otherwise, an error is returned, you can find the detail of the error codes below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP code</th>\n<th>Response Body (Example)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Request is valid</td>\n<td>200</td>\n<td>{\"data\": {\"balance\": \"100.33\", \"sms_count\": \"331\"}}</td>\n</tr>\n<tr>\n<td>Authentication failure</td>\n<td>403</td>\n<td>{\"message\": \"Authentication failure for username:test_sms\"}</td>\n</tr>\n<tr>\n<td>Message routing error</td>\n<td>412</td>\n<td>Error “No route found”</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["secure","balance"],"host":["smpp","diabolocom","com"],"query":[],"variable":[]}},"response":[{"id":"5804a6dc-90f8-452d-acc2-3477520a602e","name":"Check Balance","originalRequest":{"method":"GET","header":[{"description":"Data format for the response body.","key":"Accept","type":"text","value":"application/json"},{"description":"[Required] The type of data found within the request is JSON.","key":"Content-Type","type":"text","value":"application/json"},{"description":"[Required] Used to authenticate the request. Please see \"Authentication\" part if needed.","key":"Authorization","type":"text","value":"Basic {{smsToken}}"}],"url":"https://smpp.diabolocom.com/secure/balance"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"balance\": \"100.73\",\r\n        \"sms_count\": \"43\"\r\n    }\r\n}"}],"_postman_id":"cd0b4c7c-51cb-4f23-8e9e-e1177c67d8ef"}],"id":"e6718960-3703-49b1-866a-f54df8e819b3","event":[{"listen":"prerequest","script":{"id":"27a817d7-4343-4d72-8cf2-351032459d64","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1ec3fdad-8443-4d15-a56f-30d485ed61de","type":"text/javascript","exec":[""]}}],"_postman_id":"e6718960-3703-49b1-866a-f54df8e819b3","description":""},{"name":"Receive SMS","item":[{"name":"Receive SMS (Webhook)","id":"29af6ec1-dcca-4a2a-8e2e-9fb9c640a94b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Data format for the response body.</p>\n","key":"Accept","type":"text","value":"text/plain"},{"description":"<p>[Required] The type of data found within the request.</p>\n","key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded "},{"key":"","type":"text","value":""}],"body":{"mode":"urlencoded","urlencoded":[{"key":"to","type":"text","value":"33757949660"},{"key":"from","type":"text","value":"33631516171"},{"key":"coding","type":"text","value":"0"},{"key":"priority","type":"text","value":"0"},{"key":"id","type":"text","value":"3d84013f-db74-4f06-8b68-1aa25d5d4401"},{"key":"content","type":"text","value":"Hello, I want to confirm my appointment for tomorrow Friday, please!"}]},"url":"https://webhook-URL-your-domain/received/sms","description":"<h2 id=\"description\">Description</h2>\n<p>Receive incoming SMS messages from your customers to your system, in real time.</p>\n<h2 id=\"explanation\">Explanation</h2>\n<p>A webhook enables third-party services to send notifications to your web application.\nThe notifications are triggered by some events or actions by the webhook provider, and pushed to your app via HTTP requests (the associated URL on your app is called the webhook endpoint).</p>\n<p>Diabolocom is here the webhook provider who push HTTP request.\nThe webhook endpoint is hosted on your web application (e.g., <a href=\"https://webhook-URL-your-domain/received/sms\">https://webhook-URL-your-domain/received/sms</a> as used below).\nThe event is an incoming SMS on one of the mobile phone you own.</p>\n<p>In other words, for incoming SMS, Diabolocom will send an HTTP POST request to your app with a body that uses the <strong>application/x-www-form-urlencoded</strong> encoding. You can check the below the list of parameters sent in that request.</p>\n<br />\n\n<p><strong>How Do I Secure my Webhook Integration?</strong></p>\n<br />\n\n<p><em>HTTPS</em></p>\n<br />\n\n<p>To ensure the sensitive data sent from Diabolocom to your endpoint is encrypted, your endpoint URL must support HTTPS.</p>\n<br />\n\n<p><em>Whitelist Diabolocom's IP addresses</em></p>\n<br />\n\n<p>If you operate a firewall in front of your endpoint, or can otherwise restrict HTTP traffic from specific IP addresses, you can limit the IPs that can send data to your endpoint.\nThis will add security and avoid you to receive data from non-authorized source different from Diabolocom. The full list of IP addresses that webhook notifications of Diabolocom may come can be obtained by contacting your project manager.\n<br /></p>\n<h2 id=\"request-body\">Request body</h2>\n<p>Here are the fields of the request body sent by Diabolocom:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Example(s)</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>to</td>\n<td>Integer</td>\n<td>20203050344</td>\n<td><strong>MANDATORY</strong></td>\n<td>Destination address (a mobile phone number with no leading +)</td>\n</tr>\n<tr>\n<td>from</td>\n<td>Integer</td>\n<td>33623705542</td>\n<td><strong>MANDATORY</strong></td>\n<td>Originating address (a mobile phone number with no leading +).</td>\n</tr>\n<tr>\n<td>coding</td>\n<td>Integer</td>\n<td>1</td>\n<td>OPTIONAL</td>\n<td>Sets the Data Coding Scheme bits, default is <em>0</em></td>\n</tr>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n<td>0</td>\n<td>OPTIONAL</td>\n<td>Specifies the priority of the SMS message, default is value is <em>None</em>.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>84cb853d-b350-4aaf-bb71-5ee4df65b382</td>\n<td><strong>MANDATORY</strong></td>\n<td>Unique ID of the SMS</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>Hello world!</td>\n<td><strong>MANDATORY</strong></td>\n<td>Content sent by the originating address via SMS</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-format\">Response format</h2>\n<p>If the event is successfully received, your web application must respond to Diabolocom with a simple HTTP <code>200 OK</code> as response code.</p>\n","urlObject":{"protocol":"https","path":["received","sms"],"host":["webhook-URL-your-domain"],"query":[],"variable":[]}},"response":[],"_postman_id":"29af6ec1-dcca-4a2a-8e2e-9fb9c640a94b"}],"id":"8f9e9740-520d-4aa4-ab63-60e51ed5545e","description":"<p>Diabolocom offers you the ability to receive SMS on long phone numbers.</p>\n","event":[{"listen":"prerequest","script":{"id":"03bb8e9d-380e-4ce7-b1f5-3a3c3c66363f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"971d48b1-c6af-46e4-a480-44720f44ad5c","type":"text/javascript","exec":[""]}}],"_postman_id":"8f9e9740-520d-4aa4-ab63-60e51ed5545e"}],"id":"f6d34acb-1d47-4f1d-b584-20ba970234d1","description":"<p>SMS are not just helpful for one way notifications. When you combine outbound messages with inbound messages you create uninterrupted interactions between your company and your customers.</p>\n<p>When you send an SMS you have to specify an originating address for your SMS, called a sender ID.\nThere are three types of SMS Sender IDs:</p>\n<ul>\n<li><p><strong>Long number</strong> (up to 15 digits long). You have to buy a long number first to be allowed to use it. Please contact your account manager if you need to buy a long number and check with him the regulation in the country you're interested in about long numbers. SMS 2-WAY is possible with long numbers (send SMS &amp; receive SMS).</p>\n</li>\n<li><p><strong>Shortcode</strong> (4-6 digits). Shortcodes can be shared or dedicated.\nPlease contact your account manager if you need to buy a dedicated or shared shortcode and check with him the regulation in the country you're interested in about shortcodes. SMS 2-WAY is possible with <em>dedicated shortcode</em>. With <em>shared shortcode</em> only outbound SMS are possible (1-WAY).</p>\n</li>\n<li><p><strong>Alphanumeric</strong> (3-11 characters maximum length). The Supported characters are: 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'. The use of any other character is not authorized. With alphanumeric sender ID only outbound SMS are possible (1-WAY).</p>\n</li>\n</ul>\n<h1 id=\"authentication\">Authentication</h1>\n<h2 id=\"basic-authentication\">Basic authentication</h2>\n<p>If using <strong>Basic authentication</strong>, you have to combine your username and password to generate the authorization header. The username and password combination (<em>username:password</em>) needs to be a <strong>Base-64 encoded</strong> in order to create an SMS token.</p>\n<p>The authorization header should be formatted like this:</p>\n<p><code>Authorization: Basic dXNlcm5hbWVfZXhhbXBsZTp0aGlzX2lzX2FfcEBzc3cwcmQ=</code></p>\n","event":[{"listen":"prerequest","script":{"id":"9495aa86-91bb-46a9-a19f-88f78eeab6ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f0b703e-f5f8-4bc9-b0a8-5754b2b007b5","type":"text/javascript","exec":[""]}}],"_postman_id":"f6d34acb-1d47-4f1d-b584-20ba970234d1"}],"id":"78025b02-b89d-4dd9-8279-c4e8b9a01377","_postman_id":"78025b02-b89d-4dd9-8279-c4e8b9a01377","description":""},{"name":"Legacy APIs (DEPRECATED)","item":[{"name":"Authentication (DEPRECATED)","item":[{"name":"Authentication","event":[{"listen":"test","script":{"id":"3d63909b-8279-4a77-8cf2-fa581b72505d","exec":["var data=JSON.parse(responseBody);","pm.environment.set(\"Token\", data.token);"],"type":"text/javascript"}}],"id":"60ecc03d-1a61-4062-8c36-435bab39e1f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The type of the data contained within the request.</p>\n","key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Your username on Diabolocom. You must have an administrator profile.</p>\n","key":"name","type":"text","value":"{{Diabolocom Username}}"},{"description":"<p>The password associated to your username.</p>\n","key":"password","type":"text","value":"{{Diabolocom Password}}"}]},"url":"{{baseURL}}/account/auth/api-token-auth","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Use this request to get a token for your user. The token will be used to authenticate requests that you will make.</p>\n","urlObject":{"path":["account","auth","api-token-auth"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60ecc03d-1a61-4062-8c36-435bab39e1f7"}],"id":"4d60b973-3aad-4f1b-b8c1-c6fdb1726461","description":"<h2 id=\"what-is-the-authentication-api\">What is the Authentication API?</h2>\n<p>In order to use Diabolocom's Voice APIs, you need first to retreive a token with the API below.\nThis token will be notified for each API call in the header: <em>Authorization</em>.\nTo retreive your token, you will need to have an administrator login on the platform Diabolocom.</p>\n<p><strong>Important: if you don’t have yet an administrator login, please contact your project manager at Diabolocom.</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"4318dab6-5fd1-4bf6-8b64-89f480a76ac7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8c86e8da-8959-42da-9e9d-6403114435b9","type":"text/javascript","exec":[""]}}],"_postman_id":"4d60b973-3aad-4f1b-b8c1-c6fdb1726461"},{"name":"Campaigns (DEPRECATED)","item":[{"name":"Get all campaigns","event":[{"listen":"test","script":{"id":"836ca01a-06be-426f-ba44-4fb0cd74de73","exec":["var data=JSON.parse(responseBody);","pm.environment.set(\"campaignID\", data[0].id);"],"type":"text/javascript"}}],"id":"d2a52541-5087-46d2-b12a-cf3458691e8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","value":"JWT {{Token}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"{{baseURL}}/voice/campaign/list","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>For a given account, return all campaigns that have been created in the account.</p>\n","urlObject":{"path":["voice","campaign","list"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2a52541-5087-46d2-b12a-cf3458691e8e"},{"name":"Get campaign by ID","event":[{"listen":"test","script":{"id":"836ca01a-06be-426f-ba44-4fb0cd74de73","exec":[""],"type":"text/javascript"}}],"id":"c0aa8ccf-c61c-4576-a36e-530ac5577129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT {{Token}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"{{baseURL}}/campaigns/{{campaignID}}/","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier for a particular campaign.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>For a given account, return information about a single campaign by its ID. The campaign unique ID is stored in a field called <strong>id</strong>, the name of the campaign in a field called <strong>name</strong> and the custom fields of the campaign in the array named <strong>header</strong>.</p>\n","urlObject":{"path":["campaigns","{{campaignID}}",""],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0aa8ccf-c61c-4576-a36e-530ac5577129"},{"name":"Add Campaign Field","id":"eb0b68e6-5eb6-4d22-9e7a-21b46b32b709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","value":"{{Token}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"fieldNames\": [\"Custom_field_1\",\"Custom_field_2\"],\n \"campaignId\": \"{{campaignID}}\"\n}"},"url":"{{baseURL}}/voice/campaign/field","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>You can add fields to the custom fields of your campaign, already in production, with this API.</p>\n","urlObject":{"path":["voice","campaign","field"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"b2b822ef-ffab-4141-80b7-2623152f304a","name":"Add a Campaign field that already exists","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.","key":"Authorization","value":"JWT {{Token}}"},{"description":"[Required] The type of data found within the request is JSON.","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"fieldNames\": [\"continent\"],\n \"campaignId\": \"276\"\n}"},"url":"{{baseURL}}/voice/campaign/field"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 15 Oct 2019 14:12:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"parameter\": \"fieldNames\",\n            \"message\": \"Field already exists\",\n            \"messageCode\": \"error.field.exists\"\n        }\n    ]\n}"},{"id":"f5450b78-e069-4113-8df8-9065c7d25e61","name":"Add a campaign field with success","originalRequest":{"method":"POST","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.","key":"Authorization","value":"JWT {{Token}}"},{"description":"[Required] The type of data found within the request is JSON.","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"fieldNames\": [\"continent\"],\n \"campaignId\": \"276\"\n}"},"url":"{{baseURL}}/voice/campaign/field"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"transfer-encoding","value":"chunked"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Date","value":"Thu, 15 Oct 2019 14:47:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 276,\n    \"name\": \"Campaign Marketing - Mobile\",\n    \"headers\": [\n        \"continent\",\n        \"country\",\n        \"address\",\n        \"city\",\n        \"phone2\",\n        \"last_name\",\n        \"phone3\",\n        \"zip_code\",\n        \"phone1\",\n        \"email_address\",\n        \"comment\",\n        \"region\",\n        \"first_name\"\n    ]\n}"}],"_postman_id":"eb0b68e6-5eb6-4d22-9e7a-21b46b32b709"}],"id":"0850710b-9c75-461c-823c-cd9a58a082d6","event":[{"listen":"prerequest","script":{"id":"4f235899-e55e-41f0-b817-a969536fca2f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c265df5e-4608-400b-a8de-d17146b36618","type":"text/javascript","exec":[""]}}],"_postman_id":"0850710b-9c75-461c-823c-cd9a58a082d6","description":""},{"name":"Contacts (DEPRECATED)","item":[{"name":"Get all contacts","id":"4d9fdbc7-7dd4-4ff1-bf7f-0a60d65ebd01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","value":"JWT {{Token}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"url":"{{baseURL}}/contacts/","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>For a given account, return all contacts that have been created in all the campaigns.</p>\n<p>A paginated list of contacts will be returned to you, with a maximum of <code>10</code> contacts per page.</p>\n<h2 id=\"optional-parameters\">Optional parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Query Parameters</th>\n<th>How to use</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Page</td>\n<td>?page=X - Used in the request URL</td>\n<td>This parameter lets you specify the page number to return in your API call. The default for this parameter (if it isn't specified) will be page 1.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["contacts",""],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d9fdbc7-7dd4-4ff1-bf7f-0a60d65ebd01"},{"name":"Get contact by ID","event":[{"listen":"test","script":{"id":"be11f962-7d30-4d3b-b099-1216f2373a56","exec":["pm.environment.set(\"GetContactReseponseBody\", responseBody);"],"type":"text/javascript"}}],"id":"1b0c5628-92cc-4763-a056-89c18d3ddf03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","value":"JWT {{Token}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"url":"{{baseURL}}/voice/campaigns/{{campaignID}}/contacts/{{contactID}}","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier for a particular campaign.</li>\n<li><strong>{{contactID}}</strong> is the unique identifier for a particular contact.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>For a given account, return information about a single contact by its ID.</p>\n","urlObject":{"path":["voice","campaigns","{{campaignID}}","contacts","{{contactID}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b0c5628-92cc-4763-a056-89c18d3ddf03"},{"name":"Get contacts by campaign","event":[{"listen":"test","script":{"id":"e57719ca-61d0-45b3-b11f-186801b1fc4d","exec":["var data=JSON.parse(responseBody);","pm.environment.set(\"contactID\", data.results[0].contact);"],"type":"text/javascript"}}],"id":"3551ca4b-0613-4944-a748-f9cb3a8a3af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","value":"JWT {{Token}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"url":"{{baseURL}}/contacts/?campaign={{campaignID}}","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier for a particular campaign.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>For a given account, return all the contacts about a single campaign by its ID. The number of contacts in the campaign is stored in a field called <strong>count</strong>.</p>\n<p>A paginated list of contacts will be returned to you, with a maximum of <code>10</code> contacts per page.</p>\n","urlObject":{"path":["contacts",""],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>The unique identifier of the campaign.</p>\n","type":"text/plain"},"key":"campaign","value":"{{campaignID}}"}],"variable":[]}},"response":[],"_postman_id":"3551ca4b-0613-4944-a748-f9cb3a8a3af4"},{"name":"Get excluded contacts by campaign","event":[{"listen":"test","script":{"id":"e57719ca-61d0-45b3-b11f-186801b1fc4d","exec":[""],"type":"text/javascript"}}],"id":"c6e6d462-0353-4012-a898-41be68359f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","value":"JWT {{Token}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"url":"{{baseURL}}/campaigns/{{campaignID}}/excluded/","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier for a particular campaign.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>For a given account, return all the excluded contacts about a specific campaign by its ID.</p>\n","urlObject":{"path":["campaigns","{{campaignID}}","excluded",""],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6e6d462-0353-4012-a898-41be68359f57"},{"name":"Get contact by campaign field","event":[{"listen":"test","script":{"id":"be11f962-7d30-4d3b-b099-1216f2373a56","exec":[""],"type":"text/javascript"}}],"id":"9c6f7026-42f3-4381-9a6a-160a07a1dc0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT {{Token}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"url":"{{baseURL}}/contacts/?campaign={{campaignID}}&record__{{Campaign field name}}={{Campaign field value}}","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier for a particular campaign.</li>\n<li><strong>{{Campaign field name}}</strong> is the exact campaign field name.</li>\n<li><strong>{{Campaign field value}}</strong> is the value of the field you want to match.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Get all the contacts in a specific campaign with a match for a campaign field.</p>\n<p>A paginated list of contacts will be returned to you, with a maximum of <code>10</code> contacts per page.</p>\n","urlObject":{"path":["contacts",""],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>The unique identifier of the campaign.</p>\n","type":"text/plain"},"key":"campaign","value":"{{campaignID}}"},{"description":{"content":"<p>The exact campaign field name.</p>\n","type":"text/plain"},"key":"record__{{Campaign field name}}","value":"{{Campaign field value}}"}],"variable":[]}},"response":[],"_postman_id":"9c6f7026-42f3-4381-9a6a-160a07a1dc0d"},{"name":"Get contact by phone number","event":[{"listen":"test","script":{"id":"be11f962-7d30-4d3b-b099-1216f2373a56","exec":[""],"type":"text/javascript"}}],"id":"1e602954-a391-4d10-9a89-a7e06f556c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT {{Token}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"url":"{{baseURL}}/contacts/?campaign={{campaignID}}&phones={{Phone number}}","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier for a particular campaign.</li>\n<li><strong>{{Phone number}}</strong> is the phone number you want to search in the phone fields.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Get all the contacts in a specific campaign with a match for a phone number.</p>\n<p>A paginated list of contacts will be returned to you, with a maximum of <code>10</code> contacts per page.</p>\n","urlObject":{"path":["contacts",""],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>The unique identifier of the campaign.</p>\n","type":"text/plain"},"key":"campaign","value":"{{campaignID}}"},{"description":{"content":"<p>The phone number with international format.</p>\n","type":"text/plain"},"key":"phones","value":"{{Phone number}}"}],"variable":[]}},"response":[],"_postman_id":"1e602954-a391-4d10-9a89-a7e06f556c60"},{"name":"Create new contact in campaign","event":[{"listen":"test","script":{"id":"be11f962-7d30-4d3b-b099-1216f2373a56","exec":[""],"type":"text/javascript"}}],"id":"cef68b4b-cc36-4139-b6ac-55c2c2096b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"JWT {{Token}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"comment\": null,\r\n    \"excluded\": false,\r\n    \"excludedDetail\": null,\r\n    \"priority\": 10,\r\n    \"retryDate\": null,\r\n    \"triesNumber\": 0,\r\n    \"wrapupId\": null,\r\n    \"agentId\": null,\r\n    \"assignedAgentId\": null,\r\n    \"assignedGroupId\": null,\r\n    \"minCallingDate\": null,\r\n    \"maxCallingDate\": null,\r\n    \"lastCallTime\": null,\r\n    \"customFields\": {\r\n        \"ADDRESS\": \"Custom address\",\r\n        \"Civility\": \"M.\",\r\n        \"First Name\": \"First name\",\r\n        \"ClientID\": \"000001\",\r\n        \"Phone number2\": \"336XXXXXXXX\",\r\n        \"Phone number1\": \"331XXXXXXXX\",\r\n        \"Last Name\": \"Last name\"\r\n    }\r\n}"},"url":"{{baseURL}}/voice/campaigns/{{campaignID}}/contacts","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier for a particular campaign.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Create a new contact in the campaign with a simple <strong>POST</strong>. The contact will be created instantly inside the campaign, and will be assigned a unique ID (<strong>contactId</strong>), this <strong>contactId</strong> that can be used to update/delete the contact later.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<p>All variables in the body are optional except the phone field(s) in the custom field object.<br />Here is the list of the available variables:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>comment</td>\n<td>String</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>excludedDetail</td>\n<td>String</td>\n</tr>\n<tr>\n<td>priority</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>retryDate</td>\n<td>Datetime (ISO 8601)</td>\n</tr>\n<tr>\n<td>triesNumber</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>wrapupId</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>agentId</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>campaignId</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>assignedAgentId</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>assignedGroupId</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>minCallingDate</td>\n<td>Datetime (ISO 8601)</td>\n</tr>\n<tr>\n<td>maxCallingDate</td>\n<td>Datetime (ISO 8601)</td>\n</tr>\n<tr>\n<td>lastCallTime</td>\n<td>Datetime (ISO 8601)</td>\n</tr>\n<tr>\n<td>contactCardDisplayNumber</td>\n<td>Integer (phone number with international format)</td>\n</tr>\n<tr>\n<td>customFields</td>\n<td>Object</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["voice","campaigns","{{campaignID}}","contacts"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cef68b4b-cc36-4139-b6ac-55c2c2096b74"},{"name":"Update contact by ID","event":[{"listen":"prerequest","script":{"id":"15010585-ee6b-4961-9bfd-caa19e25fec6","exec":["var Getresponse=JSON.parse(pm.environment.get(\"GetContactReseponseBody\"));","","//Modifications","","//Exclude contact","Getresponse.excluded=true;","","//Change priority level","Getresponse.priority=5;","","//Change a custom field","Getresponse.customFields.Custom_field_1=\"TEST UPDATE\";","","","pm.environment.set(\"PutContactRequestBody\", JSON.stringify(Getresponse));"],"type":"text/javascript"}}],"id":"91d3068c-c19f-4b66-8ac9-2df711092e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"JWT {{Token}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] The type of data found within the request is JSON.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"contactId\": 3349,\r\n    \"state\": \"\",\r\n    \"comment\": null,\r\n    \"excluded\": false,\r\n    \"excludedDetail\": null,\r\n    \"priority\": 7,\r\n    \"retryDate\": null,\r\n    \"triesNumber\": 0,\r\n    \"wrapupId\": null,\r\n    \"agentId\": null,\r\n    \"assignedAgentId\": null,\r\n    \"assignedGroupId\": null,\r\n    \"minCallingDate\": null,\r\n    \"maxCallingDate\": null,\r\n    \"lastCallTime\": null,\r\n    \"contactCardDisplayNumber\": null,\r\n    \"customFields\": {\r\n        \"ADDRESS\": \"The new address\",\r\n        \"Civility\": \"M.\",\r\n        \"First Name\": \"The new first name\",\r\n        \"ClientID\": \"The new ID of my CRM\",\r\n        \"Phone number2\": \"33631323334\",\r\n        \"Phone number1\": \"33173034520\",\r\n        \"Last Name\": \"The new last name\"\r\n    }\r\n}"},"url":"{{baseURL}}/voice/campaigns/{{campaignID}}/contacts/{{contactID}}","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier of your campaign.</li>\n<li><strong>{{contactID}}</strong> is the unique identifier of the contact in the campaign.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Update a specific contact in a campaign with a <strong>PUT</strong>.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<p>All variables in the body need to be the same as the response you have after creating the contact with the POST method (see the API \"<em>Create a new contact in campaign</em>\" for more details).</p>\n","urlObject":{"path":["voice","campaigns","{{campaignID}}","contacts","{{contactID}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"65b836c9-ccb2-4d27-90eb-747f32e03a91","name":"Update contact by ID","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"JWT {{Token}}","description":"[Required] Used to authenticate the request. Please see the page Authentication for more details about the token."},{"key":"Content-Type","value":"application/json","description":"[Required] The type of data found within the request is JSON."}],"body":{"mode":"raw","raw":"{\r\n    \"contactId\": 86,\r\n    \"state\": \"conv_not_queued\",\r\n    \"comment\": \"\",\r\n    \"excluded\": false,\r\n    \"excludedDetail\": null,\r\n    \"priority\": 3,\r\n    \"retryDate\": \"2019-12-21T16:34:02\",\r\n    \"triesNumber\": 3,\r\n    \"wrapupId\": 8494,\r\n    \"agentId\": 20843,\r\n    \"assignedAgentId\": null,\r\n    \"assignedGroupId\": null,\r\n    \"minCallingDate\": null,\r\n    \"maxCallingDate\": null,\r\n    \"lastCallTime\": \"2019-11-12T13:24:02\",\r\n    \"contactCardDisplayNumber\": \"33173034520\",\r\n    \"customFields\": {\r\n        \"MyPhoneNumbers\": \"33176493959\"\r\n    }\r\n}"},"url":"{{baseURL}}/voice/campaigns/{{campaignID}}/contacts/{{contactID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 16 Dec 2019 19:05:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"contactId\": 86,\n    \"state\": \"conv_not_queued\",\n    \"comment\": \"\",\n    \"excluded\": false,\n    \"excludedDetail\": null,\n    \"priority\": 3,\n    \"retryDate\": \"2019-12-21T16:34:02\",\n    \"triesNumber\": 3,\n    \"wrapupId\": 8494,\n    \"agentId\": 20843,\n    \"assignedAgentId\": null,\n    \"assignedGroupId\": null,\n    \"minCallingDate\": null,\n    \"maxCallingDate\": null,\n    \"lastCallTime\": \"2019-11-12T13:24:02\",\n    \"contactCardDisplayNumber\": \"33173034520\",\n    \"customFields\": {\n        \"MyPhoneNumbers\": \"33176493959\"\n    }\n}"}],"_postman_id":"91d3068c-c19f-4b66-8ac9-2df711092e64"},{"name":"Delete contact by ID","event":[{"listen":"test","script":{"id":"be11f962-7d30-4d3b-b099-1216f2373a56","exec":[""],"type":"text/javascript"}}],"id":"ecdc8431-c3fc-40a4-b631-9af16ab4233d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"JWT {{Token}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{baseURL}}/voice/campaigns/{{campaignID}}/contacts/{{contactID}}","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier of your campaign.</li>\n<li><strong>{{contactID}}</strong> is the unique identifier of the contact in the campaign.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Delete an existing contact from a particular campaign.</p>\n","urlObject":{"path":["voice","campaigns","{{campaignID}}","contacts","{{contactID}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecdc8431-c3fc-40a4-b631-9af16ab4233d"},{"name":"Contacts Mass update","id":"8ce804bd-9a41-437d-964a-391c3698403d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","value":"JWT {{Token}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"query\": {\r\n\t\t\"campaign\": {{campaignID}},\r\n\t\t\"record__phone1__eq\": \"33176493920\"\r\n\t},\r\n\t\"data\": {\r\n            \"comment\": \"\",\r\n            \"priority\": 11,\r\n            \"tries\": 1,\r\n            \"wrapup_at\": \"2020-06-04T06:50:12Z\",\r\n            \"retry_at\": \"2020-06-04T06:55:10Z\",\r\n            \"excluded\": 0,\r\n            \"duplicate_contact_ids\": null,\r\n            \"current_phone_name\": \"phone_blabla\",\r\n            \"min_retry_date\": null,\r\n            \"min_time_of_day\": null,\r\n            \"max_time_of_day\": null,\r\n            \"days_of_week\": null,\r\n            \"min_calling_date\": null,\r\n            \"max_calling_date\": null,\r\n            \"assigned_agent\": null,\r\n            \"assigned_group\": null,\r\n\t\t\t\"contact_card_display_number\": \"33173034528\",\r\n\t\t\t\"record\":{\r\n\t\t\t\t\"phone1\": \"33176493920\"\r\n\t\t} \r\n\t}\r\n}"},"url":"{{baseUrl}}/contacts/mass_update/","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Update multiple contacts in a specific campaign.</p>\n<p>To multiple contacts (mass update), you should make an HTTP POST call to the endpoint with some JSON in the body request. This JSON should contain properties from the contacts that you want to update.</p>\n<p><strong>Important: « query » section is the part concerning the research while « data » section is needed to update your contact(s).</strong></p>\n<hr />\n<p>In the example, the contact having the first name equal to « Garay » within the campaign {{campaignID}} was updated with the wrap-up {{id_wrap-up}} and the agent {{id_agent}}, the exclusion status and the phone number to display to this contact were also updated.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The <em>POST</em> request takes no query parameter in the URL but variables in the body.<br />All variables in the body are optional. Here is the list of the available variables:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>campaign</td>\n<td>Integer (relation), many values accepted</td>\n</tr>\n<tr>\n<td>assigned_campaign</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>wrapup</td>\n<td>Integer (relation), many values accepted</td>\n</tr>\n<tr>\n<td>wrapup_status</td>\n<td>String, many values accepted</td>\n</tr>\n<tr>\n<td>user</td>\n<td>Integer (relation), multiple value capable</td>\n</tr>\n<tr>\n<td>tries</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>min_tries</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>max_tries</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>min_priority</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>max_priority</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>contact_card_display_number</td>\n<td>String (phone number without plus. (Example: 33173034520)</td>\n</tr>\n<tr>\n<td>last_call_after</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>last_call_before</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>created_after</td>\n<td>Datetime(format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>created_before</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>updated_after</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>updated_before</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>String</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Integer, many values accepted</td>\n</tr>\n<tr>\n<td>excluded</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td>excluded_detail</td>\n<td>String, many values accepted</td>\n</tr>\n<tr>\n<td>min_calling_date_after</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>min_calling_date_before</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>max_calling_date_after</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>max_calling_date_before</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>retry_after</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>retry_before</td>\n<td>Datetime (format: yyyy-mm-ddThh:mm:ssZ - ISO 8601)</td>\n</tr>\n<tr>\n<td>record__[field]</td>\n<td>String, searches the right value in the field [field], no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__eq</td>\n<td>String, searches the right value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__gt</td>\n<td>String, searches values upper than the value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__gte</td>\n<td>String, searches values upper or equal to the value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__lt</td>\n<td>String, searches values lower than the value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__lte</td>\n<td>String, searches values lower or equal to the value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__startswith</td>\n<td>String, searches values beginning with the value, no case sensitive</td>\n</tr>\n</tbody>\n</table>\n</div><p>N.B. : [field] is to be replaced by the name of your customer field</p>\n","urlObject":{"path":["contacts","mass_update",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ce804bd-9a41-437d-964a-391c3698403d"},{"name":"Contacts Mass deletion","id":"04eaf3c3-c3ce-4307-b3a1-8d9d945a4bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"JWT {{Token}}","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p>[Required] The type of data found within the request is JSON.</p>\n"}],"body":{"mode":"raw","raw":"{\"campaign\": {{campaignID}}, \"record__First Name__startswith\": \"First name\"}"},"url":"{{baseURL}}/contacts/mass_delete/","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{campaignID}}</strong> is the unique identifier for a particular campaign.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Delete multiple contacts in a specific campaign.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>Here is the fields syntax:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>campaign</td>\n<td>Integer of the unique identifier fo the campaign</td>\n</tr>\n<tr>\n<td>record__[field]</td>\n<td>String, searches the right value in the field [field], no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__eq</td>\n<td>String, searches the right value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__gt</td>\n<td>String, searches values upper than the value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__gte</td>\n<td>String, searches values upper or equal to the value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__lt</td>\n<td>String, searches values lower than the value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__lte</td>\n<td>String, searches values lower or equal to the value, no case sensitive</td>\n</tr>\n<tr>\n<td>record__[field]__startswith</td>\n<td>String, searches values beginning with the value, no case sensitive</td>\n</tr>\n</tbody>\n</table>\n</div><p>N.B.: [field] needs to be replaced by the name of your customer field.</p>\n","urlObject":{"path":["contacts","mass_delete",""],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"04eaf3c3-c3ce-4307-b3a1-8d9d945a4bad"}],"id":"0aea2aef-c2f8-4e70-a608-1ed12c87f595","description":"<h2 id=\"what-are-the-contacts-apis\">What are the Contacts APIs?</h2>\n<p>Contacts are used in outbound campaigns. If you don't use the outbound campaigns, those endpoints are not useful for you.<br /></p>\n","event":[{"listen":"prerequest","script":{"id":"7df3d57b-6c68-4a85-9798-e45f6f7de8f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5c775483-f28a-4c75-917b-5bcea496f92c","type":"text/javascript","exec":[""]}}],"_postman_id":"0aea2aef-c2f8-4e70-a608-1ed12c87f595"},{"name":"Wrapup codes (DEPRECATED)","item":[{"name":"Get all wrapup codes","id":"cb356233-44f4-4ac7-bf42-2af9d400bae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT {{Token}}","type":"text","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text","description":"<p>[Required] The type of data found within the request is JSON.</p>\n"}],"url":"{{baseURL}}/wrapups/","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Get all the wrapup codes present in an account. The number of wrapup codes present is stored in a field called <strong>count</strong>.</p>\n<p>A paginated list of wrapup codes will be returned to you, with a maximum of <code>10</code> wrapup codes per page.</p>\n<h2 id=\"optional-parameters\">Optional parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Query Parameters</th>\n<th>How to use</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Page</td>\n<td>?page=X - Used in the request URL</td>\n<td>This parameter lets you specify the page number to return in your API call. The default for this parameter (if it isn't specified) will be page 1.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["wrapups",""],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb356233-44f4-4ac7-bf42-2af9d400bae3"},{"name":"Get wrapup code by ID","id":"ca422638-bf6f-4bdb-994f-d158062ff43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"JWT {{Token}}","type":"text","description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n"},{"key":"Content-Type","value":"application/json","type":"text","description":"<p>[Required] The type of data found within the request is JSON.</p>\n"}],"url":"{{baseURL}}/wrapups/{{wrapupID}}/?with_system=true","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{wrapupID}}</strong> is the unique identifier of the wrapup code.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>For a given account, return information about a single wrapup code by its ID. The wrapup code unique ID is stored in a field called <strong>id</strong>, the name of the wrapup code in a field called <strong>name</strong> and the type of wrapup code in a field named <strong>status</strong>.</p>\n","urlObject":{"path":["wrapups","{{wrapupID}}",""],"host":["{{baseURL}}"],"query":[{"key":"with_system","value":"true"}],"variable":[]}},"response":[],"_postman_id":"ca422638-bf6f-4bdb-994f-d158062ff43c"}],"id":"12c89467-9c58-45c7-a3e3-8a9af8913bde","event":[{"listen":"prerequest","script":{"id":"423284c2-8199-4e72-9b8e-d57c53d1f4cd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f069fab0-91cb-48d5-b5f4-650f13974e24","type":"text/javascript","exec":[""]}}],"_postman_id":"12c89467-9c58-45c7-a3e3-8a9af8913bde","description":""},{"name":"Diabolocom AI - Public API (DEPRECATED))","item":[{"name":"AI Platform Core","item":[{"name":"Audio","item":[{"name":"Endpoints description","item":[{"name":"api/job/tasks | form-data","id":"9fcdaf7e-88b0-427b-b412-c5acae828b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_tasks[0]","value":"actions-extraction","type":"text"},{"key":"insight_tasks[1]","value":"call-reason-extraction","type":"text"},{"key":"insight_tasks[2]","value":"summarization","type":"text"},{"key":"generate_tags_with_summary","value":"1","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p><strong>Relevant use cases</strong> :</p>\n<ul>\n<li>File upload, using <code>file</code> (<code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>)</li>\n</ul>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/tasks</code></p>\n<p><strong>Request method</strong> : POST</p>\n<h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>task</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>AI Task to perform  <br />  <br />Possible values:  <br />- <code>'transcription'</code> : Transcription task for input audio  <br />- <code>'ai-insight'</code> : AI analyses task for existing transcription task job ID  <br />- <code>'transcription-to-ai-insight'</code> : Transcription and AI analyses for input audio</td>\n<td><code>task:'transcription-to-ai-insight'</code></td>\n</tr>\n<tr>\n<td><code>insight_task</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>insight_tasks</code> not present</td>\n<td>AI Analysis to perform (single analysis) -&gt; technical name (id)  <br />  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>insight_task:'summarization'</code></td>\n</tr>\n<tr>\n<td><code>insight_tasks</code></td>\n<td>Array of String (among possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>insight_task</code> not present</td>\n<td>AI Analyses to perform (multiple analyses) -&gt; technical name (id)  <br />  <br />Only available for paid plans: More details in dedicated section <a href=\"#d9033624-d950-47f4-9cbb-cddd120e3a46\">Run multiple AI analyses</a>  <br />  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>insight_tasks[0]:'summarization'</code>  <br /><code>insight_tasks[1]:'call-reason-extraction'</code>  <br /><code>insight_tasks[2]:'nps-estimation'</code>  <br /><code>insight_tasks[3]:'actions-extraction'</code>  <br /><code>insight_tasks[4]:'sequencing'</code></td>\n</tr>\n<tr>\n<td><code>generate_tags_with_summary</code></td>\n<td>Boolean  <br />(\"1\" for True, \"0\" for False)</td>\n<td>OPTIONAL  <br />  <br />Only active when AI analysis <code>summarization</code> is performed:  <br />- <code>insight_task</code> : <code>'summarization'</code>  <br />- <code>insight_tasks[i]</code> : <code>'summarization'</code></td>\n<td>Option to enable the tags generation , dedicated to AI analysis <code>'summarization'</code>  <br />  <br />Default :  <br />False (\"0\")  <br />  <br />More details in dedicated section <a href=\"#6455ba13-0dcc-43ef-a21b-1ae908e73e1f\">Summarize a call</a></td>\n<td><code>generate_tags_with_summary:'1'</code></td>\n</tr>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code></td>\n<td>Unique Identifier of existing transcription task job</td>\n<td><code>job_id:'6b4e3482-0074-480c-bc00-267a40571a7d'</code></td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td>File  <br />  <br />Must not be greater than 60 MB  <br />  <br />Audio file (mp3, wav), 16kHz 16 bits works the best</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>Input audio  <br />  <br />Default :  <br />- Stereo audio file  <br />- Left channel : Contact  <br />- Right channel : Agent  <br />  <br />Mono audio file, when enabled (<code>voicemail:'1'</code>)</td>\n<td><code>file:@'/path/to/file'</code></td>\n</tr>\n<tr>\n<td><code>voicemail</code></td>\n<td>Boolean  <br />(\"1\" for True, \"0\" for False)</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Option to enable mono channel audio transcription for single speaker audio. When used with <code>diabolocom_call_id</code>, it automatically fetches the most recent voicemail for that call from the CCaaS platform.  <br />  <br />Default :  <br />False (\"0\")  <br />  <br />List of available AI Analyses for single speaker voicemail : <code>'call-reason-extraction'</code>, <code>'summarization'</code>, <code>'contact-reason-classification'</code>  <br />Constraint: This parameter cannot be used at the same time as <code>diarize_audio</code>.</td>\n<td><code>voicemail:'1'</code></td>\n</tr>\n<tr>\n<td><code>diarize_audio</code></td>\n<td>Boolean  <br />(\"1\" for True, \"0\" for False)</td>\n<td></td>\n<td>Option to enable speaker diarization (identifying different speakers) before transcription. Routes the job to the diarization queue.  <br />Active only for tasks: <code>transcription</code>, <code>transcription-to-ai-insight</code>.  <br />  <br />Default: \"0\" (False)  <br />  <br />Constraint: This parameter cannot be used at the same time as <code>voicemail</code>.</td>\n<td><code>diarize_audio: '1'</code></td>\n</tr>\n<tr>\n<td><code>keep_audio_after_analysis</code></td>\n<td>Boolean  <br />(\"1\" for True, \"0\" for False)</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>Option to enable the audio file secure storage, to be accessed on demand and consumed in advanced transcription web components or via API  <br />  <br />Default :  <br />False (\"0\")</td>\n<td><code>keep_audio_after_analysis:'1'</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>original_call_id:'call_id_123456'</code></td>\n</tr>\n<tr>\n<td><code>diabolocom_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Diabolocom CCaaS call ID, for non native integration with Diabolocom CCaaS (Public API flow)  <br />  <br />- Used for call recording file remote retrieval (without storage), call breaks and metadata retrieval  <br />- Stored as <code>original_call_id</code> when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>diabolocom_call_id:'52036592'</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>meta</code> keys are automatically converted to Lower Case format <em>(e.g.</em> <code>Thread_Id</code> <em>is converted to</em> <code>thread_id</code><em>)</em>.  <br />It is recommended to define keys in Lower Case format, to have identical meta keys for both input and output payloads (content of <code>meta</code> object)</td>\n<td><code>meta[thread_id]:'8954264'</code>  <br /><code>meta[crm_ticket_id]:'crm_123456'</code></td>\n</tr>\n<tr>\n<td><code>results_webhook_callback_url</code></td>\n<td>String (URL)</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>URL of public endpoint to receive a webhook callback (POST request) on successful transcription or/and AI analyses  <br />  <br />Payload Format: More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></td>\n<td><code>results_webhook_callback_url:'https://my-webhook-url.io/further-details/diabolocom?requestId=yourRequestUuid'</code></td>\n</tr>\n<tr>\n<td><code>configuration</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Configuration Object to setup transcription parameters and AI analyses parameters</strong></td>\n<td><code>configuration[company_name]:'Company A'</code>  <br /><code>configuration[vocabulary]:'Company sector, products names, industry'</code>  <br /><code>configuration[asr][prompt]:'Inbound call for customer service'</code>  <br /><code>configuration[asr][lang]:'en'</code>  <br /><code>configuration[insights][output_lang]:'en'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company_name</code></td>\n<td>String  <br />  <br />Must not be greater than 50 characters</td>\n<td>REQUIRED</td>\n<td>Company name to provide to transcription/analyses model, for better recognition</td>\n<td><code>configuration[company_name]:'Company A'</code></td>\n</tr>\n<tr>\n<td><code>vocabulary</code></td>\n<td>String  <br />  <br />Must not be greater than 300 characters  <br />  <br />Can have up to 15 entries (separated by comma), each entry must not be greater than 30 characters</td>\n<td>REQUIRED</td>\n<td>Specific vocabulary to provide to transcription/analyses model, for better recognition</td>\n<td><code>configuration[vocabulary]:'Company sector, products names, industry'</code></td>\n</tr>\n<tr>\n<td><code>asr</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>Only active when :  <br />-</strong> <strong><code>task</code></strong> <strong>:</strong> <strong><code>'transcription'</code></strong> <strong>or</strong> <strong><code>'transcription-to-ai-insight'</code></strong></td>\n<td><strong>Configuration Object to setup transcription dedicated parameters</strong></td>\n<td><code>configuration[asr][prompt]:'Inbound call for customer service'</code>  <br /><code>configuration[asr][lang]:'en'</code></td>\n</tr>\n<tr>\n<td><code>insights</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL  <br />  <br />REQUIRED only when AI analysis requires dedicated task parameters</strong> <em><strong>(e.g.</strong></em> <strong><code>contact-reason-classification</code></strong><em><strong>)</strong></em>  <br />  <br /><strong>Only active when :  <br />-</strong> <strong><code>task</code></strong> <strong>:</strong> <strong><code>'ai-insight'</code></strong> <strong>or</strong> <strong><code>'transcription-to-ai-insight'</code></strong></td>\n<td><strong>Configuration Object to setup AI analyses dedicated parameters</strong></td>\n<td><code>configuration[insights][output_lang]:'en'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]:'New product purchase'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]:'Issue with delivery, delivery request'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]:'Request to return delivered products'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.asr</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prompt</code></td>\n<td>String  <br />  <br />Must not be greater than 400 characters</td>\n<td>OPTIONAL</td>\n<td>Brief context of input audio to provide to transcription model</td>\n<td><code>configuration[asr][prompt]:'Inbound call for customer service'</code></td>\n</tr>\n<tr>\n<td><code>lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the input audio  <br />(ISO 639-1 language code)  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td><code>configuration[asr][lang]:'en'</code></td>\n</tr>\n<tr>\n<td><code>segments_to_crop</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>OPTIONAL</strong></td>\n<td><strong>Configuration Object to setup specific parts of input audio to remove, in order to improve the quality of transcription</strong></td>\n<td><code>configuration[asr][segments_to_crop][0][start]:'0'</code>  <br /><code>configuration[asr][segments_to_crop][0][end]:'83012'</code>  <br /><code>configuration[asr][segments_to_crop][1][start]:'490005'</code>  <br /><code>configuration[asr][segments_to_crop][1][end]:'593014</code>'</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.asr.segments_to_crop[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Start time in milliseconds of the segment to remove  <br />  <br /><em>e.g.  <br />0 =&gt; Crop start time 00:00:00 (0 min 0 s 0ms)  <br />490005 =&gt; Crop start time 08:10:05 (8 min 10 s 05 ms)</em></td>\n<td><code>configuration[asr][segments_to_crop][0][start]:'0'</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>End time in milliseconds of the segment to remove  <br />  <br /><em>e.g.  <br />83012 =&gt; Crop end time 01:23:12 (1 min 23 s 12ms)  <br />593014 =&gt; Crop end time 09:53:14 (9 min 53 s 14 ms)</em></td>\n<td><code>configuration[asr][segments_to_crop][0][end]:'83012'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.insights</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>output_lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the AI analyses results language  <br />(ISO 639-1 language code)  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>configuration[insights][output_lang]:'en'</code></td>\n</tr>\n<tr>\n<td><code>tasks_parameters</code></td>\n<td>Object</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when AI analysis requires dedicated task parameters <em>(e.g.</em> <code>contact-reason-classification</code><em>)</em></td>\n<td>Configuration Object to setup AI analyses dedicated input parameters, depending on models specific requirements  <br />  <br />Payload Format: More details in API documentation for each model with input parameters</td>\n<td><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]:'New product purchase'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]:'Issue with delivery, delivery request'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]:'Request to return delivered products'</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'2e08ec1f-ea75-406d-9516-9ad16381e975'</code></td>\n</tr>\n<tr>\n<td><code>job_status_endpoint_url</code></td>\n<td>String (URL)</td>\n<td>1h lasting signed URL that can polled for progress/result of task's job</td>\n<td><code>job_status_endpoint_url:'https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&amp;task=transcription-to-ai-insight&amp;signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's input audio</td>\n<td><code>audio_id:'119cd0d4-0b53-4142-8d8c-dc7aadc67bd6'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"d40d8bb9-1776-478c-9ef6-f247a7c50929","name":"api/job/tasks | form-data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_tasks[0]","value":"actions-extraction","type":"text"},{"key":"insight_tasks[1]","value":"call-reason-extraction","type":"text"},{"key":"insight_tasks[2]","value":"summarization","type":"text"},{"key":"generate_tags_with_summary","value":"1","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\n}"}],"_postman_id":"9fcdaf7e-88b0-427b-b412-c5acae828b6f"},{"name":"api/job/tasks | json","id":"3326fe43-41f9-4da7-8c93-ca87b26c641e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"transcription-to-ai-insight\",\r\n    \"insight_tasks\": [\r\n        \"actions-extraction\",\r\n        \"call-reason-extraction\",\r\n        \"summarization\"\r\n    ],\r\n    \"generate_tags_with_summary\": true,\r\n    \"diabolocom_call_id\": \"{{callId}}\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"asr\": {\r\n            \"prompt\": \"Inbound call for customer service\",\r\n            \"lang\": \"en\"\r\n        },\r\n        \"insights\": {\r\n            \"output_lang\": \"en\"\r\n        }\r\n    }\r\n}"},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p><strong>Relevant use cases</strong> :</p>\n<ul>\n<li><p>AI analyses performed on existing transcription task job ID, using <code>job_id</code> (<code>task</code> : <code>'ai-insight'</code>)</p>\n</li>\n<li><p>API integration with Diabolocom CCaaS, using <code>diabolocom_call_id</code> (<code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>)</p>\n</li>\n</ul>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/tasks</code></p>\n<p><strong>Request method</strong> : POST</p>\n<h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code><br /><code>Content-Type</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>task</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>AI Task to perform  <br />  <br />Possible values:  <br />- <code>'transcription'</code> : Transcription task for input audio  <br />- <code>'ai-insight'</code> : AI analyses task for existing transcription task job ID  <br />- <code>'transcription-to-ai-insight'</code> : Transcription and AI analyses for input audio</td>\n<td><code>task:'transcription-to-ai-insight'</code></td>\n</tr>\n<tr>\n<td><code>insight_task</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>insight_tasks</code> not present</td>\n<td>AI Analysis to perform (single analysis) -&gt; technical name (id)  <br />  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>insight_task:'summarization'</code></td>\n</tr>\n<tr>\n<td><code>insight_tasks</code></td>\n<td>Array of String (among possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>insight_task</code> not present</td>\n<td>AI Analyses to perform (multiple analyses) -&gt; technical name (id)  <br />  <br />Only available for paid plans: More details in dedicated section <a href=\"#d9033624-d950-47f4-9cbb-cddd120e3a46\">Run multiple AI analyses</a>  <br />  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>insight_tasks:['summarization','call-reason-extraction','nps-estimation','actions-extraction','sequencing']</code></td>\n</tr>\n<tr>\n<td><code>generate_tags_with_summary</code></td>\n<td>Boolean</td>\n<td>OPTIONAL  <br />  <br />Only active when AI analysis <code>summarization</code> is performed:  <br />- <code>insight_task</code> : <code>'summarization'</code>  <br />- <code>insight_tasks[i]</code> : <code>'summarization'</code></td>\n<td>Option to enable the tags generation , dedicated to AI analysis <code>'summarization'</code>  <br />  <br />Default :  <br />False  <br />  <br />More details in dedicated section <a href=\"#6455ba13-0dcc-43ef-a21b-1ae908e73e1f\">Summarize a call</a></td>\n<td><code>generate_tags_with_summary:true</code></td>\n</tr>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'ai-insight'</code></td>\n<td>ID of existing transcription task job</td>\n<td><code>job_id:'6b4e3482-0074-480c-bc00-267a40571a7d'</code></td>\n</tr>\n<tr>\n<td><code>file</code></td>\n<td>File  <br />  <br />Must not be greater than 60 MB  <br />  <br />Audio file (mp3, wav), 16kHz 16 bits works the best</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>Input audio  <br />  <br />Default :  <br />- Stereo audio file  <br />- Left channel : Contact  <br />- Right channel : Agent  <br />  <br />Mono audio file, when enabled (<code>voicemail:'1'</code>)</td>\n<td><code>file:@'/path/to/file'</code></td>\n</tr>\n<tr>\n<td><code>voicemail</code></td>\n<td>Boolean</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Option to enable mono channel audio transcription for single speaker audio. When used with <code>diabolocom_call_id</code>, it automatically fetches the most recent voicemail for that call from the CCaaS platform.  <br />  <br />Default :  <br />False  <br />  <br />List of available AI Analyses for single speaker voicemail : <code>'call-reason-extraction'</code>, <code>'summarization'</code>, <code>'contact-reason-classification'</code>  <br />  <br />Constraint: This parameter cannot be used at the same time as <code>diarize_audio</code>.</td>\n<td><code>voicemail:true</code></td>\n</tr>\n<tr>\n<td><code>diarize_audio</code></td>\n<td>Boolean</td>\n<td>OPTIONAL</td>\n<td>Option to enable speaker diarization (identifying different speakers) before transcription.  <br />Active only for tasks: <code>transcription</code>, <code>transcription-to-ai-insight</code>.  <br />  <br />Default:  <br />False  <br />  <br />Constraint: This parameter cannot be used at the same time as <code>voicemail</code>.</td>\n<td><code>diarize_audio:true</code></td>\n</tr>\n<tr>\n<td><code>keep_audio_after_analysis</code></td>\n<td>Boolean</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>Option to enable the audio file secure storage, to be accessed on demand and consumed in advanced transcription web components or via API  <br />  <br />Default :  <br />False</td>\n<td><code>keep_audio_after_analysis:true</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code>  <br />- <code>diabolocom_call_id</code> not present</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>original_call_id:'call_id_123456'</code></td>\n</tr>\n<tr>\n<td><code>diabolocom_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Diabolocom CCaaS call ID, for non native integration with Diabolocom CCaaS (Public API flow)  <br />  <br />- Used for call recording file remote retrieval (without storage), call breaks and metadata retrieval  <br />- Stored as <code>original_call_id</code> when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>diabolocom_call_id:'52036592'</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>meta</code> keys are automatically converted to Lower Case format <em>(e.g.</em> <code>Thread_Id</code> <em>is converted to</em> <code>thread_id</code><em>)</em>.  <br />It is recommended to define keys in Lower Case format, to have identical meta keys for both input and output payloads (content of <code>meta</code> object)</td>\n<td><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456'}</code></td>\n</tr>\n<tr>\n<td><code>results_webhook_callback_url</code></td>\n<td>String (URL)</td>\n<td>OPTIONAL  <br />  <br />Only active when :  <br />- <code>task</code> : <code>'transcription'</code> or <code>'transcription-to-ai-insight'</code></td>\n<td>URL of public endpoint to receive a webhook callback (POST request) on successful transcription or/and AI analyses  <br />  <br />Payload Format: More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></td>\n<td><code>results_webhook_callback_url:'https://my-webhook-url.io/further-details/diabolocom?requestId=yourRequestUuid'</code></td>\n</tr>\n<tr>\n<td><code>configuration</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Configuration Object to setup transcription parameters and AI analyses parameters</strong></td>\n<td><code>configuration:</code>  <br /><code>{'company_name':'Company A','vocabulary':'Company sector, products names, industry','asr':{'prompt':'Inbound call for customer service','lang':'en'},'insights':{'output_lang':'en'}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>company_name</code></td>\n<td>String  <br />  <br />Must not be greater than 50 characters</td>\n<td>REQUIRED</td>\n<td>Company name to provide to transcription/analyses model, for better recognition</td>\n<td><code>company_name:'Company A'</code></td>\n</tr>\n<tr>\n<td><code>vocabulary</code></td>\n<td>String  <br />  <br />Must not be greater than 300 characters  <br />  <br />Can have up to 15 entries (separated by comma), each entry must not be greater than 30 characters</td>\n<td>REQUIRED</td>\n<td>Specific vocabulary to provide to transcription/analyses model, for better recognition</td>\n<td><code>vocabulary:'Company sector, products names, industry'</code></td>\n</tr>\n<tr>\n<td><code>asr</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>Only active when :  <br />-</strong> <strong><code>task</code></strong> <strong>:</strong> <strong><code>'transcription'</code></strong> <strong>or</strong> <strong><code>'transcription-to-ai-insight'</code></strong></td>\n<td><strong>Configuration Object to setup transcription dedicated parameters</strong></td>\n<td><code>asr:</code>  <br /><code>{'prompt':'Inbound call for customer service','lang':'en'}</code></td>\n</tr>\n<tr>\n<td><code>insights</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL  <br />  <br />REQUIRED only when AI analysis requires dedicated task parameters</strong> <em><strong>(e.g.</strong></em> <strong><code>contact-reason-classification</code></strong><em><strong>)</strong></em>  <br />  <br /><strong>Only active when :  <br />-</strong> <strong><code>task</code></strong> <strong>:</strong> <strong><code>'ai-insight'</code></strong> <strong>or</strong> <strong><code>'transcription-to-ai-insight'</code></strong></td>\n<td><strong>Configuration Object to setup AI analyses dedicated parameters</strong></td>\n<td><code>insights:</code>  <br /><code>{'output_lang':'en','tasks_parameters':{'input_parameters':{'contact_reason_classification':{'reasons':{'Order':'New product purchase','Delivery':'Issue with delivery, delivery request','Return':'Request to return delivered products'}}}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.asr</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prompt</code></td>\n<td>String  <br />  <br />Must not be greater than 400 characters</td>\n<td>OPTIONAL</td>\n<td>Brief context of input audio to provide to transcription model</td>\n<td><code>prompt:'Inbound call for customer service'</code></td>\n</tr>\n<tr>\n<td><code>lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the input audio  <br />(ISO 639-1 language code)  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td><code>lang:'en'</code></td>\n</tr>\n<tr>\n<td><code>segments_to_crop</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>OPTIONAL</strong></td>\n<td><strong>Configuration Object to setup specific parts of input audio to remove, in order to improve the quality of transcription</strong></td>\n<td><code>segments_to_crop:</code>  <br /><code>[{'start':0,'end':83012},{'start':490005,'end':593014}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.asr.segments_to_crop[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Start time in milliseconds of the segment to remove  <br />  <br /><em>e.g.  <br />0 =&gt; Crop start time 00:00:00 (0 min 0 s 0ms)  <br />490005 =&gt; Crop start time 08:10:05 (8 min 10 s 05 ms)</em></td>\n<td><code>start:0</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>End time in milliseconds of the segment to remove  <br />  <br /><em>e.g.  <br />83012 =&gt; Crop end time 01:23:12 (1 min 23 s 12ms)  <br />593014 =&gt; Crop end time 09:53:14 (9 min 53 s 14 ms)</em></td>\n<td><code>end:83012</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration.insights</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>output_lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the AI analyses results language  <br />(ISO 639-1 language code)  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>output_lang:'en'</code></td>\n</tr>\n<tr>\n<td><code>tasks_parameters</code></td>\n<td>Object</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when AI analysis requires dedicated task parameters <em>(e.g.</em> <code>contact-reason-classification</code><em>)</em></td>\n<td>Configuration Object to setup AI analyses dedicated input parameters, depending on models specific requirements  <br />  <br />Payload Format: More details in API documentation for each model with input parameters</td>\n<td><code>tasks_parameters:</code>  <br /><code>{'input_parameters':{'contact_reason_classification':{'reasons':{'Order':'New product purchase','Delivery':'Issue with delivery, delivery request','Return':'Request to return delivered products'}}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'2e08ec1f-ea75-406d-9516-9ad16381e975'</code></td>\n</tr>\n<tr>\n<td><code>job_status_endpoint_url</code></td>\n<td>String (URL)</td>\n<td>1h lasting signed URL that can be polled for progress/result of task's job</td>\n<td><code>job_status_endpoint_url:'https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&amp;task=transcription-to-ai-insight&amp;signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's input audio</td>\n<td><code>audio_id:'119cd0d4-0b53-4142-8d8c-dc7aadc67bd6'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"4810744a-cbbd-4480-b193-958265533b68","name":"api/job/tasks | json","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"transcription-to-ai-insight\",\r\n    \"insight_tasks\": [\r\n        \"actions-extraction\",\r\n        \"call-reason-extraction\",\r\n        \"summarization\"\r\n    ],\r\n    \"generate_tags_with_summary\": true,\r\n    \"diabolocom_call_id\": \"{{callId}}\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"asr\": {\r\n            \"prompt\": \"Inbound call for customer service\",\r\n            \"lang\": \"en\"\r\n        },\r\n        \"insights\": {\r\n            \"output_lang\": \"en\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"3326fe43-41f9-4da7-8c93-ca87b26c641e"},{"name":"api/job/status/{job_id}","id":"33f823e4-e15b-4869-b5ff-47459e0766f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/status/</code></p>\n<p><strong>Request method</strong> : GET</p>\n<h2 id=\"query-parameters\">Query parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'2e08ec1f-ea75-406d-9516-9ad16381e975'</code>  <br />-&gt;  <br /><code>api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body allowed</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Data object</strong></td>\n<td><code>data:</code>  <br /><code>{'id':'735818ea-0f50-4339-8cfd-66a24ac2338d','original_call_id':'51755978','audio_id':'20d3820d-6ae8-48ab-b35e-bca5bc79ee2a','status':'success','meta':{'thread_id':'8954264','crm_ticket_id':'crm_123456','generate_tags_with_summary':true},'results':{'audio':{'duration':64260},'transcript':{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]},'ai-insights':{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]},'tags':['client_satisfaction','home_network','internet_service_provider','technical_support']}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>id:'735818ea-0f50-4339-8cfd-66a24ac2338d'</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>original_call_id</code> or <code>diabolocom_call_id</code> specified in task request (based on input audio)</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>original_call_id:'51755978'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only for tasks based on input audio</td>\n<td>Unique identifier of task's input audio</td>\n<td><code>audio_id:'20d3820d-6ae8-48ab-b35e-bca5bc79ee2a'</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Status of task's job  <br />  <br />Possible values:  <br />- <code>'pending'</code> : Initial status of task's job  <br />- <code>'uploading_audio'</code> : Audio upload in progress  <br />- <code>'transcribing'</code> : Audio transcription in progress  <br />- <code>'transcript-available'</code> : Audio transcription finished  <br />- <code>'queued'</code> : AI analyses in progress  <br />- <code>'success'</code> : AI analyses finished with successful results  <br />- <code>'failed'</code> : AI analyses finished with failure (no results)</td>\n<td><code>status:'transcript-available'</code>  <br />  <br /><code>status:'queued'</code>  <br />  <br /><code>status:'success'</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>meta</code> specified in task request  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>'generate_tags_with_summary':true</code> key-value pair added automatically when tags generation enabled (<code>generate_tags_with_summary</code> specified in task request)</td>\n<td><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456','generate_tags_with_summary':true}</code></td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>[] (empty Array) when empty  <br /></strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI task's job results data object (not empty in case of successful results)</strong></td>\n<td><code>results:</code>  <br /><code>{'audio':{'duration':64260},'transcript':{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]},'ai-insights':{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]},'tags':['client_satisfaction','home_network','internet_service_provider','technical_support']}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audio</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for tasks based on input audio (successful transcription)</strong></td>\n<td><strong>Task's input audio data object</strong></td>\n<td><code>audio:</code>  <br /><code>{'duration':64260}</code></td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for tasks based on input audio (successful transcription)</strong></td>\n<td><strong>Transcription results data object (timestamped transcription)</strong></td>\n<td><code>transcript:</code>  <br /><code>{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]}</code></td>\n</tr>\n<tr>\n<td><code>ai-insights</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>Key-Value Pairs :  <br />- The key represents the name of a specific AI analysis result  <br />- The value is an object that contains the results data specific to AI analysis</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for successful transcription and/or successful AI analyses</strong></td>\n<td><strong>AI analyses results data object</strong> <strong>(not empty in case of successful AI analyses)</strong>  <br />  <br /><strong>Payload Format (depending on AI analysis): More details in API documentation for each model</strong></td>\n<td><code>ai-insights:[]</code>  <br />  <br /><code>ai-insights:</code>  <br /><code>{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]}</code></td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td>Array of tags generated, dedicated to AI analysis <code>'summarization'</code> (not empty in case of successful AI analyses)</td>\n<td><code>tags:</code>  <br /><code>['client_satisfaction','home_network','internet_service_provider','technical_support']</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.audio</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Input audio duration in milliseconds</td>\n<td><code>duration:64260</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript</td>\n<td><code>text:'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>diarized_text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Transcript including Agent/Client conversation lines (turns)  <br />  <br />- Conversation line (turn) separator : <code>'\\n\\n'</code>  <br />  <br />- Conversation line (turn) for Client starting with <code>Client:</code>  <br />  <br />- Conversation line (turn) for Agent starting with <code>Agent:</code></td>\n<td><code>diarized_text:'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>segments</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td>Transcript timestampted segments : Objects including plain text, speaker identification, start/end timestamps, duration, words <em>(Objects with data structure similar to transcript segment)</em> for fine-grained transcript usage</td>\n<td><code>segments:</code>  <br /><code>[{'id':'4413ba41-3c85-410c-bc1c-200974bad26d','text':'Oui, mes identifiants clients c'est 52 86 22-3F, non','start':30170,'end':42080,'duration':11910,'speaker':'first','words':[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}],'start_end_timestamps':'00:30-00:42'}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript.segments[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment</td>\n<td><code>text:'Oui, mes identifiants clients c'est 52 86 22-3F, non'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment</td>\n<td><code>end:42080,</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment</td>\n<td><code>duration:11910</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>words</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcript segment words : Objects with data structure similar to transcript segment</strong></td>\n<td><code>words:</code>  <br /><code>[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}]</code></td>\n</tr>\n<tr>\n<td><code>start_end_timestamps</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Timestamps of start and end time of transcript segment  <br />  <br />Format :  <br /><code>'start-end'</code>  <br />- start in <code>MM:SS</code>  <br />- end in <code>MM:SS</code></td>\n<td><code>start_end_timestamps:'00:30-00:42'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript.segments[i].words[j]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment's word</td>\n<td><code>id:'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment's word</td>\n<td><code>text:' Oui,'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment's word</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment's word</td>\n<td><code>end:30530</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment's word</td>\n<td><code>duration:360</code></td>\n</tr>\n<tr>\n<td><code>probability</code></td>\n<td>Double (2 decimals)</td>\n<td>REQUIRED</td>\n<td>Probability of transcript segment's word</td>\n<td><code>probability:0.95</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment's word  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>segment_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>segment_id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"9674188e-c446-4118-83fb-b0ecd71020e8","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/735818ea-0f50-4339-8cfd-66a24ac2338d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"735818ea-0f50-4339-8cfd-66a24ac2338d\",\r\n        \"original_call_id\": \"51755978\",\r\n        \"audio_id\": \"20d3820d-6ae8-48ab-b35e-bca5bc79ee2a\",\r\n        \"status\": \"success\",\r\n        \"meta\": {\r\n            \"thread_id\": \"8954264\",\r\n            \"crm_ticket_id\": \"crm_123456\",\r\n            \"generate_tags_with_summary\": true\r\n        },\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 64260\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ? Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ? Oui, mes identifiants clients c'est 52 86 22-3F, non Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ? ça ira, merci de résoudre le problème dès que possible, au revoir.\",\r\n                \"diarized_text\": \"Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\\n\\nAgent: Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\\n\\nClient: Oui, mes identifiants clients c'est 52 86 22-3F, non\\n\\nAgent: Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ?\\n\\nClient: ça ira, merci de résoudre le problème dès que possible, au revoir.\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\",\r\n                        \"text\": \"Oui, mes identifiants clients c'est 52 86 22-3F, non\",\r\n                        \"start\": 30170,\r\n                        \"end\": 42080,\r\n                        \"duration\": 11910,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0ec8b928-ebb1-4907-997f-7fb2a8f0d97a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 30170,\r\n                                \"end\": 30530,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d58ead9-c004-4603-9a1a-6313c56989a1\",\r\n                                \"text\": \" 22-3F,\",\r\n                                \"start\": 36720,\r\n                                \"end\": 40310,\r\n                                \"duration\": 3590,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f4c9caf-8dd3-4dd0-9d5a-aa9523492c64\",\r\n                                \"text\": \" 52\",\r\n                                \"start\": 33930,\r\n                                \"end\": 35050,\r\n                                \"duration\": 1120,\r\n                                \"probability\": 0.67,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5291f517-bcae-4b27-b862-4571eed04b8d\",\r\n                                \"text\": \" non\",\r\n                                \"start\": 41260,\r\n                                \"end\": 42080,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.58,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62a3ed7d-358e-4bd0-ba3e-2d6c1796b9ae\",\r\n                                \"text\": \" 86\",\r\n                                \"start\": 35050,\r\n                                \"end\": 36490,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ab63149-179a-42d6-887c-013268ddfd96\",\r\n                                \"text\": \" clients\",\r\n                                \"start\": 32390,\r\n                                \"end\": 32790,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa463726-417e-4069-ad9c-7e67be349c9a\",\r\n                                \"text\": \" identifiants\",\r\n                                \"start\": 31730,\r\n                                \"end\": 32390,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac559c5b-7b89-46d8-a002-b02a09d46bcf\",\r\n                                \"text\": \" c'est\",\r\n                                \"start\": 32790,\r\n                                \"end\": 33930,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6b68760-010a-4f16-9d75-ba5bf726d5bc\",\r\n                                \"text\": \" mes\",\r\n                                \"start\": 30650,\r\n                                \"end\": 31730,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:30-00:42\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\",\r\n                        \"text\": \"Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ?\",\r\n                        \"start\": 44780,\r\n                        \"end\": 55100,\r\n                        \"duration\": 10320,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"07e4fe10-b2f7-4fbe-9a12-7f45923cb62b\",\r\n                                \"text\": \" crée\",\r\n                                \"start\": 48900,\r\n                                \"end\": 49200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"083ca4c6-5407-4af0-9695-74284617f5d1\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 50460,\r\n                                \"end\": 50740,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12c0beb2-f992-44a1-9bc5-9679c1e2ca74\",\r\n                                \"text\": \" d'autre\",\r\n                                \"start\": 54320,\r\n                                \"end\": 54540,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"357b08d9-fd48-49b7-b010-1edbbd3eb960\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 48580,\r\n                                \"end\": 48900,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c43e01a-7e57-493e-8a90-94e47ae0047e\",\r\n                                \"text\": \" l'équipe\",\r\n                                \"start\": 50080,\r\n                                \"end\": 50460,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"474ebd01-4d01-464d-822f-f7e69cfd755d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 47740,\r\n                                \"end\": 47820,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"554424cb-8dcc-422d-8672-129a9b592f44\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 49300,\r\n                                \"end\": 49580,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57213e8a-a661-4200-99fb-8864352be181\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 54100,\r\n                                \"end\": 54320,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59757c4e-4e47-42d3-b400-43880a147373\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 49960,\r\n                                \"end\": 50080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6725b793-6445-46ad-9a7a-1f04df19a7d4\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 49200,\r\n                                \"end\": 49300,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67315070-6f7c-40fe-b85c-50b0bad88aab\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 45200,\r\n                                \"end\": 45800,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6da39f45-3425-49b7-b6f3-d77e75873981\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 53440,\r\n                                \"end\": 54100,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ed0ecff-f1a0-460c-9ac4-35c9cf63c093\",\r\n                                \"text\": \" auprès\",\r\n                                \"start\": 49580,\r\n                                \"end\": 49960,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75550b7c-8249-413f-9787-38577bf9a47f\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 54900,\r\n                                \"end\": 55100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8606b777-ae07-402e-8c76-128e9816ec42\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50740,\r\n                                \"end\": 51460,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a32a1317-c52d-4e61-aa3a-fa588ad6fe0e\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 47560,\r\n                                \"end\": 47740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4636dbb-a8f7-4490-921c-8b492470a344\",\r\n                                \"text\": \" résolution\",\r\n                                \"start\": 51460,\r\n                                \"end\": 52100,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c27f7276-2381-4568-a566-a74b8cd11156\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 52100,\r\n                                \"end\": 52720,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9ce4efd-0725-48b6-9754-b40d93bd44ca\",\r\n                                \"text\": \" l'immédiat.\",\r\n                                \"start\": 52720,\r\n                                \"end\": 53360,\r\n                                \"duration\": 640,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb486d7b-a79c-427e-9166-ee3eb745c821\",\r\n                                \"text\": \" j'accède\",\r\n                                \"start\": 46580,\r\n                                \"end\": 47560,\r\n                                \"duration\": 980,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6560d37-63fc-4473-b0e7-dc927790aa07\",\r\n                                \"text\": \" dossier,\",\r\n                                \"start\": 47980,\r\n                                \"end\": 48540,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db651e44-3e2e-4f60-abc3-6c67350a32c6\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 44780,\r\n                                \"end\": 45120,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9e8a40c-bed4-47e8-be21-63ca07a4815c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 47820,\r\n                                \"end\": 47980,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc2861e8-66d2-4a54-bd0d-414617ba371f\",\r\n                                \"text\": \" chose\",\r\n                                \"start\": 54540,\r\n                                \"end\": 54900,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ffb5b0fa-9c08-4aa6-9a7b-de25636c6d22\",\r\n                                \"text\": \" instant,\",\r\n                                \"start\": 45800,\r\n                                \"end\": 46200,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:44-00:55\"\r\n                    },\r\n                    {\r\n                        \"id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\",\r\n                        \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\",\r\n                        \"start\": 1390,\r\n                        \"end\": 6390,\r\n                        \"duration\": 5000,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"08dca108-f099-4abd-aec8-9fd27c47699e\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 1390,\r\n                                \"end\": 1950,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d2e9576-3347-475f-af22-41e847bb593a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 5310,\r\n                                \"end\": 5450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fec0d49-0804-48f6-b38d-3234a955822c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5670,\r\n                                \"end\": 6390,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"169b44eb-1fa2-4f67-8dd7-b010c8d218ec\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 4630,\r\n                                \"end\": 4990,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b66aedf-8feb-4f01-b482-ddee66b9dfe6\",\r\n                                \"text\": \" Telecom,\",\r\n                                \"start\": 3950,\r\n                                \"end\": 4450,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75764e6a-d3bc-4c5f-9a72-1bd0264050cf\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 5450,\r\n                                \"end\": 5670,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e9f2848-148c-44b4-a484-635fa20a2f3e\",\r\n                                \"text\": \" peux\",\r\n                                \"start\": 5170,\r\n                                \"end\": 5310,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"979ed6c9-56f7-487d-b869-fa9cc406c5a8\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 4990,\r\n                                \"end\": 5170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b4d25d7-cae7-4b56-8ad3-08c179b668f5\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2850,\r\n                                \"end\": 3270,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5a39e68-81d7-4280-90ed-419856d929e6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 3270,\r\n                                \"end\": 3470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1eec12f-81f3-48a8-b9ec-f7f24b05c844\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3470,\r\n                                \"end\": 3950,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.79,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ffbab7d9-2b41-402b-8636-cb5292d945b4\",\r\n                                \"text\": \" c'est\",\r\n                                \"start\": 2290,\r\n                                \"end\": 2850,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:01-00:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\",\r\n                        \"text\": \"Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\",\r\n                        \"start\": 7600,\r\n                        \"end\": 16640,\r\n                        \"duration\": 9040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0406b85f-737d-4666-874b-25dfd021a275\",\r\n                                \"text\": \" fonctionne\",\r\n                                \"start\": 12980,\r\n                                \"end\": 13360,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b71d751-d326-43b8-89ef-2c0c1058716a\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9200,\r\n                                \"end\": 9500,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"243bdb13-ea40-42ae-bc47-f4cf77a66dfa\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 7600,\r\n                                \"end\": 8080,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b9f194e-3f24-4f91-b2f0-416132bae160\",\r\n                                \"text\": \" j'ai\",\r\n                                \"start\": 8420,\r\n                                \"end\": 9100,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ef5aadb-5f12-49ef-b7de-340f57edaaff\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 14340,\r\n                                \"end\": 14640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"304fdcda-1324-4173-8ba7-ec77c39b5ce5\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 12800,\r\n                                \"end\": 12980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"495c8958-6e8a-46f9-a9f1-ef32f6375e12\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 10200,\r\n                                \"end\": 10860,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d75d49a-0a37-4367-ab38-387246a3bacf\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9860,\r\n                                \"end\": 10200,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e61f017-5eef-47c3-a319-3fede08ae3a0\",\r\n                                \"text\": \" Internet,\",\r\n                                \"start\": 10860,\r\n                                \"end\": 11220,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.28,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ace3456-40c4-4079-a351-25fad8cb5b90\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 11860,\r\n                                \"end\": 12800,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d21bd1f-7072-44fe-bae8-9ee0a830e335\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 16300,\r\n                                \"end\": 16640,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"839b2961-5652-4e66-804e-581208613a0d\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 13820,\r\n                                \"end\": 14340,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"857ce546-ab61-468a-9ace-3de07ae22f4f\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14900,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0eec800-2935-47ee-88cb-243ca94b57f7\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9500,\r\n                                \"end\": 9860,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5f99fd0-8afc-4e75-ab1d-1bf9fa965784\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 15160,\r\n                                \"end\": 16059,\r\n                                \"duration\": 899,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6d4ba89-082f-4f55-981a-637dbff740d9\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 13360,\r\n                                \"end\": 13820,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da1fb580-2f2b-4809-a75b-ae948e8df454\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9100,\r\n                                \"end\": 9200,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5c2c75c-3c6d-4aaa-804e-2a144b90b85f\",\r\n                                \"text\": \" m'aider\",\r\n                                \"start\": 16059,\r\n                                \"end\": 16300,\r\n                                \"duration\": 241,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:07-00:16\"\r\n                    },\r\n                    {\r\n                        \"id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\",\r\n                        \"text\": \"Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\",\r\n                        \"start\": 18460,\r\n                        \"end\": 28860,\r\n                        \"duration\": 10400,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"22355204-b755-4da3-a500-3123cae60370\",\r\n                                \"text\": \" monsieur,\",\r\n                                \"start\": 20660,\r\n                                \"end\": 21000,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32794ba9-7c88-4f34-ad08-70f175f43c97\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 19920,\r\n                                \"end\": 20320,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32812e55-c37b-4ad1-af5c-b6a38ea131c8\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 20320,\r\n                                \"end\": 20500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c0deb3f-6ca5-40de-8468-7658762eeaa5\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 21340,\r\n                                \"end\": 21960,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.71,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54998993-334b-42c6-8ac4-d260cbec8aa4\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 23380,\r\n                                \"end\": 23960,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"58e296a2-3277-4792-85a5-34674782dafa\",\r\n                                \"text\": \" il\",\r\n                                \"start\": 25380,\r\n                                \"end\": 25580,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60d21415-06b2-4d6e-b399-0baca57cfeee\",\r\n                                \"text\": \" clients,\",\r\n                                \"start\": 26980,\r\n                                \"end\": 27200,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dfa6507-9495-48f7-a5f7-529aea3c616c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 28560,\r\n                                \"end\": 28860,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f48c8b7-cb93-4878-b13e-f1109c68325b\",\r\n                                \"text\": \" pouvoir\",\r\n                                \"start\": 21960,\r\n                                \"end\": 22460,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73e78c88-b329-4e42-ab34-e7938657cb7c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 27880,\r\n                                \"end\": 28000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7763e9a1-5f23-4ced-ae85-b98c50cce052\",\r\n                                \"text\": \" faudrait\",\r\n                                \"start\": 25680,\r\n                                \"end\": 26120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7cc7a548-0ff7-4db4-8d5d-4c6f3955501d\",\r\n                                \"text\": \" procéder\",\r\n                                \"start\": 22460,\r\n                                \"end\": 23380,\r\n                                \"duration\": 920,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a73a3548-f421-4fa0-8f46-974ac439b480\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 25580,\r\n                                \"end\": 25680,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af74a632-4710-4713-8f8b-55583097daba\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 19720,\r\n                                \"end\": 19920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b985aa38-6e9b-4ecd-a3e9-d515e8a4125e\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 20500,\r\n                                \"end\": 20660,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5754857-ad9f-4714-a30f-c1ca13dca562\",\r\n                                \"text\": \" l'analyse,\",\r\n                                \"start\": 23960,\r\n                                \"end\": 25360,\r\n                                \"duration\": 1400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbc33353-c37e-40b9-88d9-b165154c9f11\",\r\n                                \"text\": \" préciser\",\r\n                                \"start\": 28100,\r\n                                \"end\": 28560,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdf40503-4305-42bd-818d-39ed2cde14f9\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19720,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7e6fa4f-6866-4f48-9e19-99d3cf5648a3\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 28000,\r\n                                \"end\": 28100,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcaa8ca3-9327-4db5-8e80-05b6cdb022fd\",\r\n                                \"text\": \" identifiants\",\r\n                                \"start\": 26320,\r\n                                \"end\": 26980,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea90856a-5863-4d38-aa02-22269b5ec3b1\",\r\n                                \"text\": \" vos\",\r\n                                \"start\": 26120,\r\n                                \"end\": 26320,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eefa8b56-6e8b-447e-8ab3-0366dfcc3502\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 27380,\r\n                                \"end\": 27880,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc45ded3-9757-455a-8208-17d1aaa3bafa\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 18460,\r\n                                \"end\": 19000,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:18-00:28\"\r\n                    },\r\n                    {\r\n                        \"id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\",\r\n                        \"text\": \"ça ira, merci de résoudre le problème dès que possible, au revoir.\",\r\n                        \"start\": 56380,\r\n                        \"end\": 62640,\r\n                        \"duration\": 6260,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"001c91ce-548c-4880-afdf-d48a57ea60cf\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 62340,\r\n                                \"end\": 62640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"247ecbb3-d1c6-4155-ad04-a2241d5afea8\",\r\n                                \"text\": \" dès\",\r\n                                \"start\": 59380,\r\n                                \"end\": 60280,\r\n                                \"duration\": 900,\r\n                                \"probability\": 0.66,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2eb666b2-f75e-4be4-9428-50467f8a7fce\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 59040,\r\n                                \"end\": 59380,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c4ae23e-9a4d-4e50-ab85-bb679c0c533f\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 58920,\r\n                                \"end\": 59040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e2f7989-ee18-451a-99c2-985a3143ccb3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 58020,\r\n                                \"end\": 58380,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"649a93e6-7232-4800-b2e3-6ceb8bb88ae8\",\r\n                                \"text\": \" possible,\",\r\n                                \"start\": 60340,\r\n                                \"end\": 60780,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d591a5a-b0b4-4f9f-afa7-186d30fa3342\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 57080,\r\n                                \"end\": 58020,\r\n                                \"duration\": 940,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72adc83f-989c-4617-a4f9-e9ea157ae2bf\",\r\n                                \"text\": \" ira,\",\r\n                                \"start\": 56720,\r\n                                \"end\": 57000,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76cd6e8a-4294-468b-a945-f292ac4e2edb\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 56380,\r\n                                \"end\": 56720,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99dddf09-3d28-4d9d-8301-643bf6dfcac9\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 61000,\r\n                                \"end\": 61920,\r\n                                \"duration\": 920,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc7e0831-a301-457f-a741-edf76f731337\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 60280,\r\n                                \"end\": 60340,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1b51b0d-bb7c-41cd-9a92-1c0977d67779\",\r\n                                \"text\": \" résoudre\",\r\n                                \"start\": 58380,\r\n                                \"end\": 58920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:56-01:02\"\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"step-by-step-summary\": [\r\n                    {\r\n                        \"id\": \"0a7cd97a-f353-4794-a06b-b184c79657e8\",\r\n                        \"text\": \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\\\\n-The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\\\\n-The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\",\r\n                        \"object\": [\r\n                            \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\",\r\n                            \"The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\",\r\n                            \"The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\"\r\n                        ],\r\n                        \"type\": \"step-by-step-summary\"\r\n                    }\r\n                ],\r\n                \"call-reason\": [\r\n                    {\r\n                        \"id\": \"33b2549c-1635-473e-bf23-f4bebf0573ba\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"why\": \"The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.\",\r\n                            \"needs\": \"Client requires immediate resolution for the non-functioning Internet box.\",\r\n                            \"request\": \"Client requests assistance with their Internet box.\"\r\n                        },\r\n                        \"type\": \"call-reason\"\r\n                    }\r\n                ],\r\n                \"title\": [\r\n                    {\r\n                        \"id\": \"4079f7e0-28de-4305-af74-69013ef51ee2\",\r\n                        \"text\": \"Client: Diabolo Telecom Internet Box Non-Functional\",\r\n                        \"object\": null,\r\n                        \"type\": \"title\"\r\n                    }\r\n                ],\r\n                \"actions\": [\r\n                    {\r\n                        \"id\": \"83278670-0841-4d57-8a63-c795d66654d7\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Client reported a problem with their Internet box\",\r\n                                \"steps\": [\r\n                                    \"Verify customer's issue\",\r\n                                    \"(Create support ticket)\"\r\n                                ],\r\n                                \"title\": \"Identify and Address Internet Connection Issue\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"To access the client's file and confirm ticket creation\",\r\n                                \"steps\": [\r\n                                    \"Obtain client's identifiers\",\r\n                                    \"Access client's account\"\r\n                                ],\r\n                                \"title\": \"Client Information and Account Access\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Ticket created, technicians will be notified\",\r\n                                \"steps\": [\r\n                                    \"Confirm ticket submission\",\r\n                                    \"Inform client of resolution progress\"\r\n                                ],\r\n                                \"title\": \"Resolution and Client Communication\",\r\n                                \"completed\": false\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Possible follow-up actions for the client\",\r\n                                \"steps\": [\r\n                                    \"Monitor connection status\",\r\n                                    \"Notify technical team of issues\"\r\n                                ],\r\n                                \"title\": \"Client's Additional Steps\",\r\n                                \"completed\": false\r\n                            }\r\n                        ],\r\n                        \"type\": \"actions\"\r\n                    }\r\n                ],\r\n                \"summary\": [\r\n                    {\r\n                        \"id\": \"8859c1c6-7d6e-42af-a610-c705670119fb\",\r\n                        \"text\": \"A client contacted the Diabolo Telecom support team due to a non-functional Internet box, experiencing the issue since morning. The agent obtained the client's credentials (52 86 22-3F) to review their account. The agent then informed the client that they created and escalated a ticket to the technical team, aiming for an immediate resolution. During the call, the client clarified they did not require additional assistance, and the agent reassured them of their ongoing commitment to resolving the issue. The call concluded with the client appreciating the agent's assistance.\",\r\n                        \"object\": null,\r\n                        \"type\": \"summary\"\r\n                    }\r\n                ],\r\n                \"call-sequence\": [\r\n                    {\r\n                        \"id\": \"8c15e40a-711f-485e-9417-f7b48eecd8b7\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"title\": \"Initial problem disclosure\",\r\n                                \"client_nps\": 3,\r\n                                \"complete_summary\": \"Client shares the issue with Internet box\",\r\n                                \"essential_elements\": [\r\n                                    \"Client disclosed the issue with Internet box\",\r\n                                    \"André responds professionally\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"André greets the client and provides necessary professional assistance\",\r\n                                \"comment_on_client_satisfaction\": \"Client seems concerned, but expectant of a solution\"\r\n                            },\r\n                            {\r\n                                \"title\": \"Identifiers provided and case assigned\",\r\n                                \"client_nps\": 4,\r\n                                \"complete_summary\": \"Client shares the identifiers, case assigned to tech team\",\r\n                                \"essential_elements\": [\r\n                                    \"Client provided identifiers\",\r\n                                    \"André creates a case for tech team resolution\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"André ensures a prompt case assignment to resolve the issue\",\r\n                                \"comment_on_client_satisfaction\": \"Client expresses satisfaction with the case assignment and André's professionalism\"\r\n                            }\r\n                        ],\r\n                        \"type\": \"call-sequence\"\r\n                    }\r\n                ],\r\n                \"client-nps\": [\r\n                    {\r\n                        \"id\": \"a613b49c-efda-49bb-86cb-e734e9d557a6\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"end_score\": 4,\r\n                            \"reasoning\": \"The caller expressed dissatisfaction with their Internet box, indicating that it hasn't been functioning since morning.\\\\n-Client's dissatisfaction level was at the maximum due to the inconvenience caused by the Internet box's failure.\\\\n-Agent's assistance and responsiveness in addressing the issue may have helped improve the caller's sentiments during the conversation.\\\\n-Client mentioned the Internet box's issue briefly at the beginning and throughout the call, and didn't raise other negative points about the service.\\\\n-The issue will be escalated to the technical team, and no further issues were addressed during the call.\\\\n-No additional details are available to provide a more precise rating for the caller's satisfaction, other than the improvement during the call due to the agent's prompt attention.\",\r\n                            \"end_feeling\": \"The agent's assistance and the imminent resolution of the issue due to the ticket created for the technical team might have boosted the caller's satisfaction during the last 5-10 turns.\",\r\n                            \"start_score\": 2,\r\n                            \"start_feeling\": \"The caller was experiencing inconvenience due to the Internet box problem, resulting in a lower satisfaction level at the start of the call.\"\r\n                        },\r\n                        \"type\": \"client-nps\"\r\n                    }\r\n                ]\r\n            },\r\n            \"tags\": [\r\n                \"client_satisfaction\",\r\n                \"home_network\",\r\n                \"internet_service_provider\",\r\n                \"technical_support\"\r\n            ]\r\n        }\r\n    }\r\n}"},{"id":"9bd0500b-86d0-41ff-ae60-f4f038c52119","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/735818ea-0f50-4339-8cfd-66a24ac2338d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"735818ea-0f50-4339-8cfd-66a24ac2338d\",\r\n        \"original_call_id\": \"51755978\",\r\n        \"audio_id\": \"20d3820d-6ae8-48ab-b35e-bca5bc79ee2a\",\r\n        \"status\": \"success\",\r\n        \"meta\": {\r\n            \"thread_id\": \"8954264\",\r\n            \"crm_ticket_id\": \"crm_123456\",\r\n            \"generate_tags_with_summary\": true\r\n        },\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 64260\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ? Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ? Oui, mes identifiants clients c'est 52 86 22-3F, non Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ? ça ira, merci de résoudre le problème dès que possible, au revoir.\",\r\n                \"diarized_text\": \"Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\\n\\nAgent: Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\\n\\nClient: Oui, mes identifiants clients c'est 52 86 22-3F, non\\n\\nAgent: Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ?\\n\\nClient: ça ira, merci de résoudre le problème dès que possible, au revoir.\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\",\r\n                        \"text\": \"Oui, mes identifiants clients c'est 52 86 22-3F, non\",\r\n                        \"start\": 30170,\r\n                        \"end\": 42080,\r\n                        \"duration\": 11910,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0ec8b928-ebb1-4907-997f-7fb2a8f0d97a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 30170,\r\n                                \"end\": 30530,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d58ead9-c004-4603-9a1a-6313c56989a1\",\r\n                                \"text\": \" 22-3F,\",\r\n                                \"start\": 36720,\r\n                                \"end\": 40310,\r\n                                \"duration\": 3590,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f4c9caf-8dd3-4dd0-9d5a-aa9523492c64\",\r\n                                \"text\": \" 52\",\r\n                                \"start\": 33930,\r\n                                \"end\": 35050,\r\n                                \"duration\": 1120,\r\n                                \"probability\": 0.67,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5291f517-bcae-4b27-b862-4571eed04b8d\",\r\n                                \"text\": \" non\",\r\n                                \"start\": 41260,\r\n                                \"end\": 42080,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.58,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62a3ed7d-358e-4bd0-ba3e-2d6c1796b9ae\",\r\n                                \"text\": \" 86\",\r\n                                \"start\": 35050,\r\n                                \"end\": 36490,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ab63149-179a-42d6-887c-013268ddfd96\",\r\n                                \"text\": \" clients\",\r\n                                \"start\": 32390,\r\n                                \"end\": 32790,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa463726-417e-4069-ad9c-7e67be349c9a\",\r\n                                \"text\": \" identifiants\",\r\n                                \"start\": 31730,\r\n                                \"end\": 32390,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac559c5b-7b89-46d8-a002-b02a09d46bcf\",\r\n                                \"text\": \" c'est\",\r\n                                \"start\": 32790,\r\n                                \"end\": 33930,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6b68760-010a-4f16-9d75-ba5bf726d5bc\",\r\n                                \"text\": \" mes\",\r\n                                \"start\": 30650,\r\n                                \"end\": 31730,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:30-00:42\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\",\r\n                        \"text\": \"Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat. Avez-vous besoin d'autre chose ?\",\r\n                        \"start\": 44780,\r\n                        \"end\": 55100,\r\n                        \"duration\": 10320,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"07e4fe10-b2f7-4fbe-9a12-7f45923cb62b\",\r\n                                \"text\": \" crée\",\r\n                                \"start\": 48900,\r\n                                \"end\": 49200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"083ca4c6-5407-4af0-9695-74284617f5d1\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 50460,\r\n                                \"end\": 50740,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12c0beb2-f992-44a1-9bc5-9679c1e2ca74\",\r\n                                \"text\": \" d'autre\",\r\n                                \"start\": 54320,\r\n                                \"end\": 54540,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"357b08d9-fd48-49b7-b010-1edbbd3eb960\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 48580,\r\n                                \"end\": 48900,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c43e01a-7e57-493e-8a90-94e47ae0047e\",\r\n                                \"text\": \" l'équipe\",\r\n                                \"start\": 50080,\r\n                                \"end\": 50460,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"474ebd01-4d01-464d-822f-f7e69cfd755d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 47740,\r\n                                \"end\": 47820,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"554424cb-8dcc-422d-8672-129a9b592f44\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 49300,\r\n                                \"end\": 49580,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57213e8a-a661-4200-99fb-8864352be181\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 54100,\r\n                                \"end\": 54320,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59757c4e-4e47-42d3-b400-43880a147373\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 49960,\r\n                                \"end\": 50080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6725b793-6445-46ad-9a7a-1f04df19a7d4\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 49200,\r\n                                \"end\": 49300,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67315070-6f7c-40fe-b85c-50b0bad88aab\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 45200,\r\n                                \"end\": 45800,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6da39f45-3425-49b7-b6f3-d77e75873981\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 53440,\r\n                                \"end\": 54100,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ed0ecff-f1a0-460c-9ac4-35c9cf63c093\",\r\n                                \"text\": \" auprès\",\r\n                                \"start\": 49580,\r\n                                \"end\": 49960,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75550b7c-8249-413f-9787-38577bf9a47f\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 54900,\r\n                                \"end\": 55100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8606b777-ae07-402e-8c76-128e9816ec42\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50740,\r\n                                \"end\": 51460,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a32a1317-c52d-4e61-aa3a-fa588ad6fe0e\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 47560,\r\n                                \"end\": 47740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4636dbb-a8f7-4490-921c-8b492470a344\",\r\n                                \"text\": \" résolution\",\r\n                                \"start\": 51460,\r\n                                \"end\": 52100,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c27f7276-2381-4568-a566-a74b8cd11156\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 52100,\r\n                                \"end\": 52720,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9ce4efd-0725-48b6-9754-b40d93bd44ca\",\r\n                                \"text\": \" l'immédiat.\",\r\n                                \"start\": 52720,\r\n                                \"end\": 53360,\r\n                                \"duration\": 640,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb486d7b-a79c-427e-9166-ee3eb745c821\",\r\n                                \"text\": \" j'accède\",\r\n                                \"start\": 46580,\r\n                                \"end\": 47560,\r\n                                \"duration\": 980,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6560d37-63fc-4473-b0e7-dc927790aa07\",\r\n                                \"text\": \" dossier,\",\r\n                                \"start\": 47980,\r\n                                \"end\": 48540,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db651e44-3e2e-4f60-abc3-6c67350a32c6\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 44780,\r\n                                \"end\": 45120,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9e8a40c-bed4-47e8-be21-63ca07a4815c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 47820,\r\n                                \"end\": 47980,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc2861e8-66d2-4a54-bd0d-414617ba371f\",\r\n                                \"text\": \" chose\",\r\n                                \"start\": 54540,\r\n                                \"end\": 54900,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ffb5b0fa-9c08-4aa6-9a7b-de25636c6d22\",\r\n                                \"text\": \" instant,\",\r\n                                \"start\": 45800,\r\n                                \"end\": 46200,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4430a9f8-6226-435c-b090-54ea6b8c8641\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:44-00:55\"\r\n                    },\r\n                    {\r\n                        \"id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\",\r\n                        \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\",\r\n                        \"start\": 1390,\r\n                        \"end\": 6390,\r\n                        \"duration\": 5000,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"08dca108-f099-4abd-aec8-9fd27c47699e\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 1390,\r\n                                \"end\": 1950,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d2e9576-3347-475f-af22-41e847bb593a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 5310,\r\n                                \"end\": 5450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fec0d49-0804-48f6-b38d-3234a955822c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5670,\r\n                                \"end\": 6390,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"169b44eb-1fa2-4f67-8dd7-b010c8d218ec\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 4630,\r\n                                \"end\": 4990,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b66aedf-8feb-4f01-b482-ddee66b9dfe6\",\r\n                                \"text\": \" Telecom,\",\r\n                                \"start\": 3950,\r\n                                \"end\": 4450,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75764e6a-d3bc-4c5f-9a72-1bd0264050cf\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 5450,\r\n                                \"end\": 5670,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e9f2848-148c-44b4-a484-635fa20a2f3e\",\r\n                                \"text\": \" peux\",\r\n                                \"start\": 5170,\r\n                                \"end\": 5310,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"979ed6c9-56f7-487d-b869-fa9cc406c5a8\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 4990,\r\n                                \"end\": 5170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b4d25d7-cae7-4b56-8ad3-08c179b668f5\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2850,\r\n                                \"end\": 3270,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5a39e68-81d7-4280-90ed-419856d929e6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 3270,\r\n                                \"end\": 3470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1eec12f-81f3-48a8-b9ec-f7f24b05c844\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3470,\r\n                                \"end\": 3950,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.79,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ffbab7d9-2b41-402b-8636-cb5292d945b4\",\r\n                                \"text\": \" c'est\",\r\n                                \"start\": 2290,\r\n                                \"end\": 2850,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa264103-f1db-4a61-99da-d5b31bcbbc26\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:01-00:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\",\r\n                        \"text\": \"Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\",\r\n                        \"start\": 7600,\r\n                        \"end\": 16640,\r\n                        \"duration\": 9040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0406b85f-737d-4666-874b-25dfd021a275\",\r\n                                \"text\": \" fonctionne\",\r\n                                \"start\": 12980,\r\n                                \"end\": 13360,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b71d751-d326-43b8-89ef-2c0c1058716a\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9200,\r\n                                \"end\": 9500,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"243bdb13-ea40-42ae-bc47-f4cf77a66dfa\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 7600,\r\n                                \"end\": 8080,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b9f194e-3f24-4f91-b2f0-416132bae160\",\r\n                                \"text\": \" j'ai\",\r\n                                \"start\": 8420,\r\n                                \"end\": 9100,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ef5aadb-5f12-49ef-b7de-340f57edaaff\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 14340,\r\n                                \"end\": 14640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"304fdcda-1324-4173-8ba7-ec77c39b5ce5\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 12800,\r\n                                \"end\": 12980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"495c8958-6e8a-46f9-a9f1-ef32f6375e12\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 10200,\r\n                                \"end\": 10860,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d75d49a-0a37-4367-ab38-387246a3bacf\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9860,\r\n                                \"end\": 10200,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e61f017-5eef-47c3-a319-3fede08ae3a0\",\r\n                                \"text\": \" Internet,\",\r\n                                \"start\": 10860,\r\n                                \"end\": 11220,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.28,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ace3456-40c4-4079-a351-25fad8cb5b90\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 11860,\r\n                                \"end\": 12800,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d21bd1f-7072-44fe-bae8-9ee0a830e335\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 16300,\r\n                                \"end\": 16640,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"839b2961-5652-4e66-804e-581208613a0d\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 13820,\r\n                                \"end\": 14340,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"857ce546-ab61-468a-9ace-3de07ae22f4f\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14900,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0eec800-2935-47ee-88cb-243ca94b57f7\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9500,\r\n                                \"end\": 9860,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5f99fd0-8afc-4e75-ab1d-1bf9fa965784\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 15160,\r\n                                \"end\": 16059,\r\n                                \"duration\": 899,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6d4ba89-082f-4f55-981a-637dbff740d9\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 13360,\r\n                                \"end\": 13820,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da1fb580-2f2b-4809-a75b-ae948e8df454\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9100,\r\n                                \"end\": 9200,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5c2c75c-3c6d-4aaa-804e-2a144b90b85f\",\r\n                                \"text\": \" m'aider\",\r\n                                \"start\": 16059,\r\n                                \"end\": 16300,\r\n                                \"duration\": 241,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d6e46f65-498c-473d-aeeb-7d48937999b3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:07-00:16\"\r\n                    },\r\n                    {\r\n                        \"id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\",\r\n                        \"text\": \"Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\",\r\n                        \"start\": 18460,\r\n                        \"end\": 28860,\r\n                        \"duration\": 10400,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"22355204-b755-4da3-a500-3123cae60370\",\r\n                                \"text\": \" monsieur,\",\r\n                                \"start\": 20660,\r\n                                \"end\": 21000,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32794ba9-7c88-4f34-ad08-70f175f43c97\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 19920,\r\n                                \"end\": 20320,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32812e55-c37b-4ad1-af5c-b6a38ea131c8\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 20320,\r\n                                \"end\": 20500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c0deb3f-6ca5-40de-8468-7658762eeaa5\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 21340,\r\n                                \"end\": 21960,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.71,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54998993-334b-42c6-8ac4-d260cbec8aa4\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 23380,\r\n                                \"end\": 23960,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"58e296a2-3277-4792-85a5-34674782dafa\",\r\n                                \"text\": \" il\",\r\n                                \"start\": 25380,\r\n                                \"end\": 25580,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60d21415-06b2-4d6e-b399-0baca57cfeee\",\r\n                                \"text\": \" clients,\",\r\n                                \"start\": 26980,\r\n                                \"end\": 27200,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dfa6507-9495-48f7-a5f7-529aea3c616c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 28560,\r\n                                \"end\": 28860,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f48c8b7-cb93-4878-b13e-f1109c68325b\",\r\n                                \"text\": \" pouvoir\",\r\n                                \"start\": 21960,\r\n                                \"end\": 22460,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73e78c88-b329-4e42-ab34-e7938657cb7c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 27880,\r\n                                \"end\": 28000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7763e9a1-5f23-4ced-ae85-b98c50cce052\",\r\n                                \"text\": \" faudrait\",\r\n                                \"start\": 25680,\r\n                                \"end\": 26120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7cc7a548-0ff7-4db4-8d5d-4c6f3955501d\",\r\n                                \"text\": \" procéder\",\r\n                                \"start\": 22460,\r\n                                \"end\": 23380,\r\n                                \"duration\": 920,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a73a3548-f421-4fa0-8f46-974ac439b480\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 25580,\r\n                                \"end\": 25680,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af74a632-4710-4713-8f8b-55583097daba\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 19720,\r\n                                \"end\": 19920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b985aa38-6e9b-4ecd-a3e9-d515e8a4125e\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 20500,\r\n                                \"end\": 20660,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5754857-ad9f-4714-a30f-c1ca13dca562\",\r\n                                \"text\": \" l'analyse,\",\r\n                                \"start\": 23960,\r\n                                \"end\": 25360,\r\n                                \"duration\": 1400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbc33353-c37e-40b9-88d9-b165154c9f11\",\r\n                                \"text\": \" préciser\",\r\n                                \"start\": 28100,\r\n                                \"end\": 28560,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdf40503-4305-42bd-818d-39ed2cde14f9\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19720,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7e6fa4f-6866-4f48-9e19-99d3cf5648a3\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 28000,\r\n                                \"end\": 28100,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcaa8ca3-9327-4db5-8e80-05b6cdb022fd\",\r\n                                \"text\": \" identifiants\",\r\n                                \"start\": 26320,\r\n                                \"end\": 26980,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea90856a-5863-4d38-aa02-22269b5ec3b1\",\r\n                                \"text\": \" vos\",\r\n                                \"start\": 26120,\r\n                                \"end\": 26320,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eefa8b56-6e8b-447e-8ab3-0366dfcc3502\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 27380,\r\n                                \"end\": 27880,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc45ded3-9757-455a-8208-17d1aaa3bafa\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 18460,\r\n                                \"end\": 19000,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"dfc92c82-f2a8-4292-b152-2dadcf8d526f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:18-00:28\"\r\n                    },\r\n                    {\r\n                        \"id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\",\r\n                        \"text\": \"ça ira, merci de résoudre le problème dès que possible, au revoir.\",\r\n                        \"start\": 56380,\r\n                        \"end\": 62640,\r\n                        \"duration\": 6260,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"001c91ce-548c-4880-afdf-d48a57ea60cf\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 62340,\r\n                                \"end\": 62640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"247ecbb3-d1c6-4155-ad04-a2241d5afea8\",\r\n                                \"text\": \" dès\",\r\n                                \"start\": 59380,\r\n                                \"end\": 60280,\r\n                                \"duration\": 900,\r\n                                \"probability\": 0.66,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2eb666b2-f75e-4be4-9428-50467f8a7fce\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 59040,\r\n                                \"end\": 59380,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c4ae23e-9a4d-4e50-ab85-bb679c0c533f\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 58920,\r\n                                \"end\": 59040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e2f7989-ee18-451a-99c2-985a3143ccb3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 58020,\r\n                                \"end\": 58380,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"649a93e6-7232-4800-b2e3-6ceb8bb88ae8\",\r\n                                \"text\": \" possible,\",\r\n                                \"start\": 60340,\r\n                                \"end\": 60780,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d591a5a-b0b4-4f9f-afa7-186d30fa3342\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 57080,\r\n                                \"end\": 58020,\r\n                                \"duration\": 940,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72adc83f-989c-4617-a4f9-e9ea157ae2bf\",\r\n                                \"text\": \" ira,\",\r\n                                \"start\": 56720,\r\n                                \"end\": 57000,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76cd6e8a-4294-468b-a945-f292ac4e2edb\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 56380,\r\n                                \"end\": 56720,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99dddf09-3d28-4d9d-8301-643bf6dfcac9\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 61000,\r\n                                \"end\": 61920,\r\n                                \"duration\": 920,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc7e0831-a301-457f-a741-edf76f731337\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 60280,\r\n                                \"end\": 60340,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1b51b0d-bb7c-41cd-9a92-1c0977d67779\",\r\n                                \"text\": \" résoudre\",\r\n                                \"start\": 58380,\r\n                                \"end\": 58920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f4814b26-71a6-4a81-a5c0-b55391b92c04\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:56-01:02\"\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"step-by-step-summary\": [\r\n                    {\r\n                        \"id\": \"0a7cd97a-f353-4794-a06b-b184c79657e8\",\r\n                        \"text\": \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\\\\n-The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\\\\n-The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\",\r\n                        \"object\": [\r\n                            \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\",\r\n                            \"The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\",\r\n                            \"The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\"\r\n                        ],\r\n                        \"type\": \"step-by-step-summary\"\r\n                    }\r\n                ],\r\n                \"call-reason\": [\r\n                    {\r\n                        \"id\": \"33b2549c-1635-473e-bf23-f4bebf0573ba\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"why\": \"The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.\",\r\n                            \"needs\": \"Client requires immediate resolution for the non-functioning Internet box.\",\r\n                            \"request\": \"Client requests assistance with their Internet box.\"\r\n                        },\r\n                        \"type\": \"call-reason\"\r\n                    }\r\n                ],\r\n                \"title\": [\r\n                    {\r\n                        \"id\": \"4079f7e0-28de-4305-af74-69013ef51ee2\",\r\n                        \"text\": \"Client: Diabolo Telecom Internet Box Non-Functional\",\r\n                        \"object\": null,\r\n                        \"type\": \"title\"\r\n                    }\r\n                ],\r\n                \"actions\": [\r\n                    {\r\n                        \"id\": \"83278670-0841-4d57-8a63-c795d66654d7\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Client reported a problem with their Internet box\",\r\n                                \"steps\": [\r\n                                    \"Verify customer's issue\",\r\n                                    \"(Create support ticket)\"\r\n                                ],\r\n                                \"title\": \"Identify and Address Internet Connection Issue\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"To access the client's file and confirm ticket creation\",\r\n                                \"steps\": [\r\n                                    \"Obtain client's identifiers\",\r\n                                    \"Access client's account\"\r\n                                ],\r\n                                \"title\": \"Client Information and Account Access\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Ticket created, technicians will be notified\",\r\n                                \"steps\": [\r\n                                    \"Confirm ticket submission\",\r\n                                    \"Inform client of resolution progress\"\r\n                                ],\r\n                                \"title\": \"Resolution and Client Communication\",\r\n                                \"completed\": false\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Possible follow-up actions for the client\",\r\n                                \"steps\": [\r\n                                    \"Monitor connection status\",\r\n                                    \"Notify technical team of issues\"\r\n                                ],\r\n                                \"title\": \"Client's Additional Steps\",\r\n                                \"completed\": false\r\n                            }\r\n                        ],\r\n                        \"type\": \"actions\"\r\n                    }\r\n                ],\r\n                \"summary\": [\r\n                    {\r\n                        \"id\": \"8859c1c6-7d6e-42af-a610-c705670119fb\",\r\n                        \"text\": \"A client contacted the Diabolo Telecom support team due to a non-functional Internet box, experiencing the issue since morning. The agent obtained the client's credentials (52 86 22-3F) to review their account. The agent then informed the client that they created and escalated a ticket to the technical team, aiming for an immediate resolution. During the call, the client clarified they did not require additional assistance, and the agent reassured them of their ongoing commitment to resolving the issue. The call concluded with the client appreciating the agent's assistance.\",\r\n                        \"object\": null,\r\n                        \"type\": \"summary\"\r\n                    }\r\n                ],\r\n                \"call-sequence\": [\r\n                    {\r\n                        \"id\": \"8c15e40a-711f-485e-9417-f7b48eecd8b7\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"title\": \"Initial problem disclosure\",\r\n                                \"client_nps\": 3,\r\n                                \"complete_summary\": \"Client shares the issue with Internet box\",\r\n                                \"essential_elements\": [\r\n                                    \"Client disclosed the issue with Internet box\",\r\n                                    \"André responds professionally\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"André greets the client and provides necessary professional assistance\",\r\n                                \"comment_on_client_satisfaction\": \"Client seems concerned, but expectant of a solution\"\r\n                            },\r\n                            {\r\n                                \"title\": \"Identifiers provided and case assigned\",\r\n                                \"client_nps\": 4,\r\n                                \"complete_summary\": \"Client shares the identifiers, case assigned to tech team\",\r\n                                \"essential_elements\": [\r\n                                    \"Client provided identifiers\",\r\n                                    \"André creates a case for tech team resolution\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"André ensures a prompt case assignment to resolve the issue\",\r\n                                \"comment_on_client_satisfaction\": \"Client expresses satisfaction with the case assignment and André's professionalism\"\r\n                            }\r\n                        ],\r\n                        \"type\": \"call-sequence\"\r\n                    }\r\n                ],\r\n                \"client-nps\": [\r\n                    {\r\n                        \"id\": \"a613b49c-efda-49bb-86cb-e734e9d557a6\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"end_score\": 4,\r\n                            \"reasoning\": \"The caller expressed dissatisfaction with their Internet box, indicating that it hasn't been functioning since morning.\\\\n-Client's dissatisfaction level was at the maximum due to the inconvenience caused by the Internet box's failure.\\\\n-Agent's assistance and responsiveness in addressing the issue may have helped improve the caller's sentiments during the conversation.\\\\n-Client mentioned the Internet box's issue briefly at the beginning and throughout the call, and didn't raise other negative points about the service.\\\\n-The issue will be escalated to the technical team, and no further issues were addressed during the call.\\\\n-No additional details are available to provide a more precise rating for the caller's satisfaction, other than the improvement during the call due to the agent's prompt attention.\",\r\n                            \"end_feeling\": \"The agent's assistance and the imminent resolution of the issue due to the ticket created for the technical team might have boosted the caller's satisfaction during the last 5-10 turns.\",\r\n                            \"start_score\": 2,\r\n                            \"start_feeling\": \"The caller was experiencing inconvenience due to the Internet box problem, resulting in a lower satisfaction level at the start of the call.\"\r\n                        },\r\n                        \"type\": \"client-nps\"\r\n                    }\r\n                ]\r\n            },\r\n            \"tags\": [\r\n                \"client_satisfaction\",\r\n                \"home_network\",\r\n                \"internet_service_provider\",\r\n                \"technical_support\"\r\n            ]\r\n        }\r\n    }\r\n}"},{"id":"9cb0ff5d-0a08-4d21-84d9-f1d13070c9d6","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 12 Mar 2025 12:46:11 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"transcribing\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"tags\": []\n        }\n    }\n}"},{"id":"61b027d1-7009-4858-ae8b-1575f17f73f0","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 12 Mar 2025 12:46:21 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"transcript-available\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\n                                \"text\": \" mais\",\n                                \"start\": 67440,\n                                \"end\": 68160,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65900,\n                                \"duration\": 581,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65900,\n                                \"end\": 66380,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1400,\n                                \"end\": 1800,\n                                \"duration\": 400,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\n                                \"text\": \" Oui\",\n                                \"start\": 940,\n                                \"end\": 1400,\n                                \"duration\": 460,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\n                                \"text\": \" comment\",\n                                \"start\": 4000,\n                                \"end\": 4140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\n                                \"text\": \" au\",\n                                \"start\": 165480,\n                                \"end\": 165760,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    },\n                    {\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153390,\n                                \"end\": 153690,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152230,\n                                \"duration\": 920,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\n                                \"text\": \" Merci\",\n                                \"start\": 152830,\n                                \"end\": 153390,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:27-02:33\"\n                    },\n                    {\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\n                                \"text\": \" je\",\n                                \"start\": 24990,\n                                \"end\": 25650,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 24530,\n                                \"end\": 24810,\n                                \"duration\": 280,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\n                                \"text\": \" me\",\n                                \"start\": 28270,\n                                \"end\": 28370,\n                                \"duration\": 100,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.24,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\n                                \"text\": \" problèmes\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26870,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\n                                \"text\": \" s'il\",\n                                \"start\": 30650,\n                                \"end\": 31230,\n                                \"duration\": 580,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\n                                \"text\": \" internet\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28270,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\n                                \"text\": \" Il\",\n                                \"start\": 85900,\n                                \"end\": 86040,\n                                \"duration\": 140,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\n                                \"text\": \" votre\",\n                                \"start\": 97360,\n                                \"end\": 97480,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97360,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\n                                \"text\": \" un\",\n                                \"start\": 86860,\n                                \"end\": 86960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86860,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\n                                \"text\": \" Alain\",\n                                \"start\": 7340,\n                                \"end\": 7720,\n                                \"duration\": 380,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9960,\n                                \"duration\": 140,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10180,\n                                \"duration\": 220,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\n                                \"text\": \" client\",\n                                \"start\": 14780,\n                                \"end\": 15140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11740,\n                                \"end\": 12120,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18560,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\n                                \"text\": \" C'est\",\n                                \"start\": 18000,\n                                \"end\": 18500,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13980,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\n                                \"text\": \" un\",\n                                \"start\": 9020,\n                                \"end\": 9080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9020,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\n                                \"text\": \" C'est\",\n                                \"start\": 20220,\n                                \"end\": 20700,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57330,\n                        \"duration\": 7620,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54830,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\n                                \"text\": \" informations\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\n                                \"text\": \" ?\",\n                                \"start\": 56890,\n                                \"end\": 57330,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53990,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51310,\n                                \"end\": 51670,\n                                \"duration\": 360,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\n                                \"text\": \" je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\n                                \"text\": \" détail\",\n                                \"start\": 54830,\n                                \"end\": 55130,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100840,\n                        \"end\": 107820,\n                        \"duration\": 6980,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\n                                \"text\": \" la\",\n                                \"start\": 102520,\n                                \"end\": 102600,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102520,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100840,\n                                \"end\": 101160,\n                                \"duration\": 320,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\n                        \"start\": 132420,\n                        \"end\": 164840,\n                        \"duration\": 32420,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159220,\n                                \"end\": 159460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\n                                \"text\": \" client\",\n                                \"start\": 161140,\n                                \"end\": 161860,\n                                \"duration\": 720,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\n                                \"text\": \" passez\",\n                                \"start\": 162880,\n                                \"end\": 163440,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\n                                \"text\": \" au\",\n                                \"start\": 163980,\n                                \"end\": 164840,\n                                \"duration\": 860,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\n                                \"text\": \" Diabolos\",\n                                \"start\": 161860,\n                                \"end\": 162360,\n                                \"duration\": 500,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\n                                \"text\": \" Télécom\",\n                                \"start\": 162360,\n                                \"end\": 162880,\n                                \"duration\": 520,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157020,\n                                \"end\": 157780,\n                                \"duration\": 760,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\n                                \"text\": \" merci\",\n                                \"start\": 155160,\n                                \"end\": 155640,\n                                \"duration\": 480,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155640,\n                                \"end\": 156000,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\n                                \"text\": \" d'accord\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:44\"\n                    },\n                    {\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\n                        \"text\": \"revoir merci\",\n                        \"start\": 166920,\n                        \"end\": 167400,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            },\n                            {\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\n                                \"text\": \" revoir\",\n                                \"start\": 166920,\n                                \"end\": 167260,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72260,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.53,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\n                                \"text\": \" Internet,\",\n                                \"start\": 123270,\n                                \"end\": 123490,\n                                \"duration\": 220,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119850,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 141080,\n                        \"end\": 145960,\n                        \"duration\": 4880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.59,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\n                                \"text\": \" Ah,\",\n                                \"start\": 141080,\n                                \"end\": 141360,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143840,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141940,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:21-02:25\"\n                    }\n                ]\n            },\n            \"tags\": []\n        }\n    }\n}"},{"id":"f30006c3-8f9f-462e-af18-9537d081d8d4","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 12 Mar 2025 12:46:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"queued\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\n                                \"text\": \" mais\",\n                                \"start\": 67440,\n                                \"end\": 68160,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65900,\n                                \"duration\": 581,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65900,\n                                \"end\": 66380,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1400,\n                                \"end\": 1800,\n                                \"duration\": 400,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\n                                \"text\": \" Oui\",\n                                \"start\": 940,\n                                \"end\": 1400,\n                                \"duration\": 460,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\n                                \"text\": \" comment\",\n                                \"start\": 4000,\n                                \"end\": 4140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\n                                \"text\": \" au\",\n                                \"start\": 165480,\n                                \"end\": 165760,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    },\n                    {\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153390,\n                                \"end\": 153690,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152230,\n                                \"duration\": 920,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\n                                \"text\": \" Merci\",\n                                \"start\": 152830,\n                                \"end\": 153390,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:27-02:33\"\n                    },\n                    {\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\n                                \"text\": \" je\",\n                                \"start\": 24990,\n                                \"end\": 25650,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 24530,\n                                \"end\": 24810,\n                                \"duration\": 280,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\n                                \"text\": \" me\",\n                                \"start\": 28270,\n                                \"end\": 28370,\n                                \"duration\": 100,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.24,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\n                                \"text\": \" problèmes\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26870,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\n                                \"text\": \" s'il\",\n                                \"start\": 30650,\n                                \"end\": 31230,\n                                \"duration\": 580,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\n                                \"text\": \" internet\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28270,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\n                                \"text\": \" Il\",\n                                \"start\": 85900,\n                                \"end\": 86040,\n                                \"duration\": 140,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\n                                \"text\": \" votre\",\n                                \"start\": 97360,\n                                \"end\": 97480,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97360,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\n                                \"text\": \" un\",\n                                \"start\": 86860,\n                                \"end\": 86960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86860,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\n                                \"text\": \" Alain\",\n                                \"start\": 7340,\n                                \"end\": 7720,\n                                \"duration\": 380,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9960,\n                                \"duration\": 140,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10180,\n                                \"duration\": 220,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\n                                \"text\": \" client\",\n                                \"start\": 14780,\n                                \"end\": 15140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11740,\n                                \"end\": 12120,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18560,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\n                                \"text\": \" C'est\",\n                                \"start\": 18000,\n                                \"end\": 18500,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13980,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\n                                \"text\": \" un\",\n                                \"start\": 9020,\n                                \"end\": 9080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9020,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\n                                \"text\": \" C'est\",\n                                \"start\": 20220,\n                                \"end\": 20700,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57330,\n                        \"duration\": 7620,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54830,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\n                                \"text\": \" informations\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\n                                \"text\": \" ?\",\n                                \"start\": 56890,\n                                \"end\": 57330,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53990,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51310,\n                                \"end\": 51670,\n                                \"duration\": 360,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\n                                \"text\": \" je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\n                                \"text\": \" détail\",\n                                \"start\": 54830,\n                                \"end\": 55130,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100840,\n                        \"end\": 107820,\n                        \"duration\": 6980,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\n                                \"text\": \" la\",\n                                \"start\": 102520,\n                                \"end\": 102600,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102520,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100840,\n                                \"end\": 101160,\n                                \"duration\": 320,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\n                        \"start\": 132420,\n                        \"end\": 164840,\n                        \"duration\": 32420,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159220,\n                                \"end\": 159460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\n                                \"text\": \" client\",\n                                \"start\": 161140,\n                                \"end\": 161860,\n                                \"duration\": 720,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\n                                \"text\": \" passez\",\n                                \"start\": 162880,\n                                \"end\": 163440,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\n                                \"text\": \" au\",\n                                \"start\": 163980,\n                                \"end\": 164840,\n                                \"duration\": 860,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\n                                \"text\": \" Diabolos\",\n                                \"start\": 161860,\n                                \"end\": 162360,\n                                \"duration\": 500,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\n                                \"text\": \" Télécom\",\n                                \"start\": 162360,\n                                \"end\": 162880,\n                                \"duration\": 520,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157020,\n                                \"end\": 157780,\n                                \"duration\": 760,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\n                                \"text\": \" merci\",\n                                \"start\": 155160,\n                                \"end\": 155640,\n                                \"duration\": 480,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155640,\n                                \"end\": 156000,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\n                                \"text\": \" d'accord\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:44\"\n                    },\n                    {\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\n                        \"text\": \"revoir merci\",\n                        \"start\": 166920,\n                        \"end\": 167400,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            },\n                            {\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\n                                \"text\": \" revoir\",\n                                \"start\": 166920,\n                                \"end\": 167260,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72260,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.53,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\n                                \"text\": \" Internet,\",\n                                \"start\": 123270,\n                                \"end\": 123490,\n                                \"duration\": 220,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119850,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 141080,\n                        \"end\": 145960,\n                        \"duration\": 4880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.59,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\n                                \"text\": \" Ah,\",\n                                \"start\": 141080,\n                                \"end\": 141360,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143840,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141940,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:21-02:25\"\n                    }\n                ]\n            },\n            \"tags\": []\n        }\n    }\n}"},{"id":"003d7fe7-2568-4888-8bf0-5c6b91cbb654","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 12 Mar 2025 12:46:53 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"queued\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\n                                \"text\": \" mais\",\n                                \"start\": 67440,\n                                \"end\": 68160,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65900,\n                                \"duration\": 581,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65900,\n                                \"end\": 66380,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1400,\n                                \"end\": 1800,\n                                \"duration\": 400,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\n                                \"text\": \" Oui\",\n                                \"start\": 940,\n                                \"end\": 1400,\n                                \"duration\": 460,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\n                                \"text\": \" comment\",\n                                \"start\": 4000,\n                                \"end\": 4140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\n                                \"text\": \" au\",\n                                \"start\": 165480,\n                                \"end\": 165760,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    },\n                    {\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153390,\n                                \"end\": 153690,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152230,\n                                \"duration\": 920,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\n                                \"text\": \" Merci\",\n                                \"start\": 152830,\n                                \"end\": 153390,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:27-02:33\"\n                    },\n                    {\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\n                                \"text\": \" je\",\n                                \"start\": 24990,\n                                \"end\": 25650,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 24530,\n                                \"end\": 24810,\n                                \"duration\": 280,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\n                                \"text\": \" me\",\n                                \"start\": 28270,\n                                \"end\": 28370,\n                                \"duration\": 100,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.24,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\n                                \"text\": \" problèmes\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26870,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\n                                \"text\": \" s'il\",\n                                \"start\": 30650,\n                                \"end\": 31230,\n                                \"duration\": 580,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\n                                \"text\": \" internet\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28270,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\n                                \"text\": \" Il\",\n                                \"start\": 85900,\n                                \"end\": 86040,\n                                \"duration\": 140,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\n                                \"text\": \" votre\",\n                                \"start\": 97360,\n                                \"end\": 97480,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97360,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\n                                \"text\": \" un\",\n                                \"start\": 86860,\n                                \"end\": 86960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86860,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\n                                \"text\": \" Alain\",\n                                \"start\": 7340,\n                                \"end\": 7720,\n                                \"duration\": 380,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9960,\n                                \"duration\": 140,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10180,\n                                \"duration\": 220,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\n                                \"text\": \" client\",\n                                \"start\": 14780,\n                                \"end\": 15140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11740,\n                                \"end\": 12120,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18560,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\n                                \"text\": \" C'est\",\n                                \"start\": 18000,\n                                \"end\": 18500,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13980,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\n                                \"text\": \" un\",\n                                \"start\": 9020,\n                                \"end\": 9080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9020,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\n                                \"text\": \" C'est\",\n                                \"start\": 20220,\n                                \"end\": 20700,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57330,\n                        \"duration\": 7620,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54830,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\n                                \"text\": \" informations\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\n                                \"text\": \" ?\",\n                                \"start\": 56890,\n                                \"end\": 57330,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53990,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51310,\n                                \"end\": 51670,\n                                \"duration\": 360,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\n                                \"text\": \" je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\n                                \"text\": \" détail\",\n                                \"start\": 54830,\n                                \"end\": 55130,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100840,\n                        \"end\": 107820,\n                        \"duration\": 6980,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\n                                \"text\": \" la\",\n                                \"start\": 102520,\n                                \"end\": 102600,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102520,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100840,\n                                \"end\": 101160,\n                                \"duration\": 320,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\n                        \"start\": 132420,\n                        \"end\": 164840,\n                        \"duration\": 32420,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159220,\n                                \"end\": 159460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\n                                \"text\": \" client\",\n                                \"start\": 161140,\n                                \"end\": 161860,\n                                \"duration\": 720,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\n                                \"text\": \" passez\",\n                                \"start\": 162880,\n                                \"end\": 163440,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\n                                \"text\": \" au\",\n                                \"start\": 163980,\n                                \"end\": 164840,\n                                \"duration\": 860,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\n                                \"text\": \" Diabolos\",\n                                \"start\": 161860,\n                                \"end\": 162360,\n                                \"duration\": 500,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\n                                \"text\": \" Télécom\",\n                                \"start\": 162360,\n                                \"end\": 162880,\n                                \"duration\": 520,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157020,\n                                \"end\": 157780,\n                                \"duration\": 760,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\n                                \"text\": \" merci\",\n                                \"start\": 155160,\n                                \"end\": 155640,\n                                \"duration\": 480,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155640,\n                                \"end\": 156000,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\n                                \"text\": \" d'accord\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:44\"\n                    },\n                    {\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\n                        \"text\": \"revoir merci\",\n                        \"start\": 166920,\n                        \"end\": 167400,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            },\n                            {\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\n                                \"text\": \" revoir\",\n                                \"start\": 166920,\n                                \"end\": 167260,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72260,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.53,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\n                                \"text\": \" Internet,\",\n                                \"start\": 123270,\n                                \"end\": 123490,\n                                \"duration\": 220,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119850,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 141080,\n                        \"end\": 145960,\n                        \"duration\": 4880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.59,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\n                                \"text\": \" Ah,\",\n                                \"start\": 141080,\n                                \"end\": 141360,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143840,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141940,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:21-02:25\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"036c9a36-8e16-41d5-b69d-5acc4e46b060\",\n                        \"text\": \"The customer, Alain Dupont, contacted the company to report an issue with his internet box. He has been experiencing connection issues for the past few days and has had to rely on his mobile data. He is understandably frustrated with the situation. The agent, André, assured the customer that he would do his best to help and requested the customer's account number and box ID.\\\\n-Alain provided the required details and described the problem in more detail. The agent then placed the customer on hold to check the status of his connection. Upon returning, the agent informed Alain that there was a technical issue with his connection and created a ticket for the technical team to address.\\\\n-The agent then recommended an extension of Alain's mobile data as a temporary solution. Alain agreed to this and provided his phone number to receive the additional data. The agent provided Alain with a reference number and informed him that a technician would contact him later that day for further assistance.\",\n                        \"object\": [\n                            \"The customer, Alain Dupont, contacted the company to report an issue with his internet box. He has been experiencing connection issues for the past few days and has had to rely on his mobile data. He is understandably frustrated with the situation. The agent, André, assured the customer that he would do his best to help and requested the customer's account number and box ID.\",\n                            \"Alain provided the required details and described the problem in more detail. The agent then placed the customer on hold to check the status of his connection. Upon returning, the agent informed Alain that there was a technical issue with his connection and created a ticket for the technical team to address.\",\n                            \"The agent then recommended an extension of Alain's mobile data as a temporary solution. Alain agreed to this and provided his phone number to receive the additional data. The agent provided Alain with a reference number and informed him that a technician would contact him later that day for further assistance.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"1da9d670-d6db-4973-94d6-4fd91220ba47\",\n                        \"text\": \"Alain Dupont contacted the company regarding issues with his internet connection, which had been occurring for the past few days. The agent, André, collected necessary details, placed Alain on hold, and discovered a technical issue with his connection. A ticket was created for the technical team, and Alain was offered a temporary solution of extended mobile data. Alain accepted, and a reference number was provided for future communication.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"call-reason\": [\n                    {\n                        \"id\": \"4a2e27bc-96d0-44ab-b163-88dcad96a025\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"He is experiencing recurring connection problems, leading to his call for assistance.\",\n                            \"needs\": \"He requires help in fixing his Diabolo Telecom internet box issue, which has left him unable to connect.\",\n                            \"request\": \"The customer requests assistance with his internet connection.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"52758802-3da0-417e-9d9f-a6646964b0ee\",\n                        \"text\": \"Customer reports internet connection issues, receives temporary mobile data\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"actions\": [\n                    {\n                        \"id\": \"70a82031-7682-4c6e-86e7-98b12c2de948\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To establish a connection with the client\",\n                                \"steps\": [\n                                    \"Greet client and establish identity\"\n                                ],\n                                \"title\": \"Agent Identification\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To understand the problem and determine a solution\",\n                                \"steps\": [\n                                    \"Ask the client for a detailed explanation of the problem\",\n                                    \"(Reboot the client's box)\",\n                                    \"Create a ticket for the technical team to investigate the issue\",\n                                    \"Offer extended mobile data plan for the client\"\n                                ],\n                                \"title\": \"Client Issue Identification\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"client\",\n                                    \"agent\"\n                                ],\n                                \"why\": \"To access client's account and box information\",\n                                \"steps\": [\n                                    \"Client provides account number and box identifier\"\n                                ],\n                                \"title\": \"Client Information Collection\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"To provide additional mobile data to cover the interruption\",\n                                \"steps\": [\n                                    \"Client requests for data extension\"\n                                ],\n                                \"title\": \"Client Request for Data Extension\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To report and investigate the technical issue\",\n                                \"steps\": [\n                                    \"Create a technical ticket\",\n                                    \"Provide tracking number to client\"\n                                ],\n                                \"title\": \"Technical Ticket Creation\",\n                                \"completed\": false\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"technician_follow_up\",\n                \"reference_number\",\n                \"technical_problem\",\n                \"internet_connection_issues\",\n                \"ticket_created\",\n                \"customer_frustration\",\n                \"temporary_solution\",\n                \"mobile_data_extension\"\n            ]\n        }\n    }\n}"},{"id":"3bb79a83-3dd6-4703-90da-62747e2e3f3f","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 12 Mar 2025 12:47:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\n        \"status\": \"success\",\n        \"meta\": {\n            \"generate_tags_with_summary\": true\n        },\n        \"results\": {\n            \"audio\": {\n                \"duration\": 169761\n            },\n            \"transcript\": {\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\n                \"segments\": [\n                    {\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\n                        \"start\": 57660,\n                        \"end\": 69440,\n                        \"duration\": 11780,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\n                                \"text\": \" mais\",\n                                \"start\": 67440,\n                                \"end\": 68160,\n                                \"duration\": 720,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\n                                \"text\": \" le\",\n                                \"start\": 69080,\n                                \"end\": 69160,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\n                                \"text\": \" bien\",\n                                \"start\": 58220,\n                                \"end\": 58360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\n                                \"text\": \" interrompue\",\n                                \"start\": 61400,\n                                \"end\": 62000,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\n                                \"text\": \" pas\",\n                                \"start\": 68660,\n                                \"end\": 68740,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\n                                \"text\": \" fait,\",\n                                \"start\": 59900,\n                                \"end\": 60060,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\n                                \"text\": \" à\",\n                                \"start\": 64540,\n                                \"end\": 64620,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\n                                \"text\": \" Oui,\",\n                                \"start\": 57660,\n                                \"end\": 58200,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\n                                \"text\": \" je\",\n                                \"start\": 63800,\n                                \"end\": 64120,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\n                                \"text\": \" depuis,\",\n                                \"start\": 63400,\n                                \"end\": 63660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\n                                \"text\": \" Ce\",\n                                \"start\": 58840,\n                                \"end\": 59380,\n                                \"duration\": 540,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\n                                \"text\": \" la\",\n                                \"start\": 66380,\n                                \"end\": 66500,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\n                                \"text\": \" J'ai\",\n                                \"start\": 65319,\n                                \"end\": 65900,\n                                \"duration\": 581,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 64120,\n                                \"end\": 64340,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\n                                \"text\": \" et\",\n                                \"start\": 62580,\n                                \"end\": 63400,\n                                \"duration\": 820,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\n                                \"text\": \" la\",\n                                \"start\": 64620,\n                                \"end\": 64680,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\n                                \"text\": \" redémarré\",\n                                \"start\": 65900,\n                                \"end\": 66380,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\n                                \"text\": \" Mais\",\n                                \"start\": 68160,\n                                \"end\": 68240,\n                                \"duration\": 80,\n                                \"probability\": 0.46,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\n                                \"text\": \" fois,\",\n                                \"start\": 67060,\n                                \"end\": 67400,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\n                                \"text\": \" la\",\n                                \"start\": 60160,\n                                \"end\": 60540,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\n                                \"text\": \" brusquement\",\n                                \"start\": 62000,\n                                \"end\": 62580,\n                                \"duration\": 580,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\n                                \"text\": \" cela\",\n                                \"start\": 68240,\n                                \"end\": 68360,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\n                                \"text\": \" été\",\n                                \"start\": 61200,\n                                \"end\": 61400,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\n                                \"text\": \" matin,\",\n                                \"start\": 59380,\n                                \"end\": 59700,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\n                                \"text\": \" résolu\",\n                                \"start\": 68740,\n                                \"end\": 69080,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\n                                \"text\": \" sûr.\",\n                                \"start\": 58360,\n                                \"end\": 58600,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\n                                \"text\": \" a\",\n                                \"start\": 61140,\n                                \"end\": 61200,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\n                                \"text\": \" en\",\n                                \"start\": 59780,\n                                \"end\": 59900,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\n                                \"text\": \" rétablir.\",\n                                \"start\": 64680,\n                                \"end\": 65180,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\n                                \"text\": \" box\",\n                                \"start\": 66500,\n                                \"end\": 66680,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\n                                \"text\": \" connexion\",\n                                \"start\": 60540,\n                                \"end\": 61140,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\n                                \"text\": \" n'a\",\n                                \"start\": 68360,\n                                \"end\": 68660,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\n                                \"text\": \" pas\",\n                                \"start\": 64340,\n                                \"end\": 64540,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\n                                \"text\": \" problème.\",\n                                \"start\": 69160,\n                                \"end\": 69440,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            },\n                            {\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\n                                \"text\": \" plusieurs\",\n                                \"start\": 66680,\n                                \"end\": 67060,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:57-01:09\"\n                    },\n                    {\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\n                        \"start\": 940,\n                        \"end\": 5520,\n                        \"duration\": 4580,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\n                                \"text\": \" bonjour,\",\n                                \"start\": 1400,\n                                \"end\": 1800,\n                                \"duration\": 400,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\n                                \"text\": \" Diabolo\",\n                                \"start\": 3260,\n                                \"end\": 3520,\n                                \"duration\": 260,\n                                \"probability\": 0.73,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\n                                \"text\": \" aujourd'hui\",\n                                \"start\": 4620,\n                                \"end\": 5000,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\n                                \"text\": \" Oui\",\n                                \"start\": 940,\n                                \"end\": 1400,\n                                \"duration\": 460,\n                                \"probability\": 0.91,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\n                                \"text\": \" Telecom,\",\n                                \"start\": 3520,\n                                \"end\": 3900,\n                                \"duration\": 380,\n                                \"probability\": 0.66,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\n                                \"text\": \" puis-je\",\n                                \"start\": 4140,\n                                \"end\": 4360,\n                                \"duration\": 220,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\n                                \"text\": \" pour\",\n                                \"start\": 3140,\n                                \"end\": 3260,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\n                                \"text\": \" aider\",\n                                \"start\": 4440,\n                                \"end\": 4620,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\n                                \"text\": \" ?\",\n                                \"start\": 5000,\n                                \"end\": 5520,\n                                \"duration\": 520,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\n                                \"text\": \" communicateur\",\n                                \"start\": 2300,\n                                \"end\": 2840,\n                                \"duration\": 540,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\n                                \"text\": \" êtes\",\n                                \"start\": 2040,\n                                \"end\": 2180,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\n                                \"text\": \" comment\",\n                                \"start\": 4000,\n                                \"end\": 4140,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\n                                \"text\": \" vous\",\n                                \"start\": 1900,\n                                \"end\": 2040,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\n                                \"text\": \" avec\",\n                                \"start\": 2840,\n                                \"end\": 2940,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\n                                \"text\": \" André\",\n                                \"start\": 2940,\n                                \"end\": 3140,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\n                                \"text\": \" vous\",\n                                \"start\": 4360,\n                                \"end\": 4440,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            },\n                            {\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\n                                \"text\": \" en\",\n                                \"start\": 2180,\n                                \"end\": 2300,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:00-00:05\"\n                    },\n                    {\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\n                        \"text\": \"Merci, au revoir.\",\n                        \"start\": 164680,\n                        \"end\": 166040,\n                        \"duration\": 1360,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\n                                \"text\": \" Merci,\",\n                                \"start\": 164680,\n                                \"end\": 165240,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\n                                \"text\": \" revoir.\",\n                                \"start\": 165760,\n                                \"end\": 166040,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            },\n                            {\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\n                                \"text\": \" au\",\n                                \"start\": 165480,\n                                \"end\": 165760,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:44-02:46\"\n                    },\n                    {\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\n                        \"text\": \"00 00 00. Merci beaucoup.\",\n                        \"start\": 147460,\n                        \"end\": 153690,\n                        \"duration\": 6230,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\n                                \"text\": \" 00\",\n                                \"start\": 149770,\n                                \"end\": 151310,\n                                \"duration\": 1540,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 153390,\n                                \"end\": 153690,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\n                                \"text\": \" 00.\",\n                                \"start\": 151310,\n                                \"end\": 152230,\n                                \"duration\": 920,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\n                                \"text\": \" 00\",\n                                \"start\": 147460,\n                                \"end\": 148900,\n                                \"duration\": 1440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            },\n                            {\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\n                                \"text\": \" Merci\",\n                                \"start\": 152830,\n                                \"end\": 153390,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:27-02:33\"\n                    },\n                    {\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\n                        \"start\": 22450,\n                        \"end\": 31950,\n                        \"duration\": 9500,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\n                                \"text\": \" je\",\n                                \"start\": 24990,\n                                \"end\": 25650,\n                                \"duration\": 660,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\n                                \"text\": \" d'entendre\",\n                                \"start\": 23430,\n                                \"end\": 23690,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\n                                \"text\": \" monsieur,\",\n                                \"start\": 24530,\n                                \"end\": 24810,\n                                \"duration\": 280,\n                                \"probability\": 0.69,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\n                                \"text\": \" des\",\n                                \"start\": 24230,\n                                \"end\": 24330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 23870,\n                                \"end\": 24230,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\n                                \"text\": \" que\",\n                                \"start\": 23690,\n                                \"end\": 23810,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\n                                \"text\": \" compte\",\n                                \"start\": 29310,\n                                \"end\": 29450,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\n                                \"text\": \" me\",\n                                \"start\": 28270,\n                                \"end\": 28370,\n                                \"duration\": 100,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\n                                \"text\": \" et\",\n                                \"start\": 29450,\n                                \"end\": 29590,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\n                                \"text\": \" mieux\",\n                                \"start\": 26170,\n                                \"end\": 26410,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\n                                \"text\": \" box\",\n                                \"start\": 30270,\n                                \"end\": 30470,\n                                \"duration\": 200,\n                                \"probability\": 0.24,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\n                                \"text\": \" plaît\",\n                                \"start\": 31310,\n                                \"end\": 31510,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\n                                \"text\": \" pour\",\n                                \"start\": 26410,\n                                \"end\": 26530,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\n                                \"text\": \" vais\",\n                                \"start\": 25650,\n                                \"end\": 25790,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\n                                \"text\": \" de\",\n                                \"start\": 29150,\n                                \"end\": 29310,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\n                                \"text\": \" Ah,\",\n                                \"start\": 22450,\n                                \"end\": 22870,\n                                \"duration\": 420,\n                                \"probability\": 0.83,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\n                                \"text\": \" votre\",\n                                \"start\": 30130,\n                                \"end\": 30270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\n                                \"text\": \" mon\",\n                                \"start\": 26050,\n                                \"end\": 26170,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\n                                \"text\": \" vous\",\n                                \"start\": 31230,\n                                \"end\": 31310,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\n                                \"text\": \" de\",\n                                \"start\": 30030,\n                                \"end\": 30130,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\n                                \"text\": \" problèmes\",\n                                \"start\": 24330,\n                                \"end\": 24530,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\n                                \"text\": \" l'identifiant\",\n                                \"start\": 29590,\n                                \"end\": 30030,\n                                \"duration\": 440,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\n                                \"text\": \" aider.\",\n                                \"start\": 26650,\n                                \"end\": 26870,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\n                                \"text\": \" vous\",\n                                \"start\": 23810,\n                                \"end\": 23870,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\n                                \"text\": \" votre\",\n                                \"start\": 28650,\n                                \"end\": 28810,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\n                                \"text\": \" s'il\",\n                                \"start\": 30650,\n                                \"end\": 31230,\n                                \"duration\": 580,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\n                                \"text\": \" numéro\",\n                                \"start\": 28810,\n                                \"end\": 29150,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\n                                \"text\": \" de\",\n                                \"start\": 25950,\n                                \"end\": 26050,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\n                                \"text\": \" je\",\n                                \"start\": 22890,\n                                \"end\": 22970,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\n                                \"text\": \" internet\",\n                                \"start\": 30470,\n                                \"end\": 30650,\n                                \"duration\": 180,\n                                \"probability\": 0.9,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\n                                \"text\": \" faire\",\n                                \"start\": 25790,\n                                \"end\": 25950,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\n                                \"text\": \" fournir\",\n                                \"start\": 28370,\n                                \"end\": 28650,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\n                                \"text\": \" désolé\",\n                                \"start\": 23090,\n                                \"end\": 23430,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\n                                \"text\": \" vous\",\n                                \"start\": 26530,\n                                \"end\": 26650,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 27890,\n                                \"end\": 28270,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\n                                \"text\": \" suis\",\n                                \"start\": 22970,\n                                \"end\": 23090,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            },\n                            {\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\n                                \"text\": \" ?\",\n                                \"start\": 31510,\n                                \"end\": 31950,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:22-00:31\"\n                    },\n                    {\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\n                        \"text\": \"Oui, merci beaucoup.\",\n                        \"start\": 129680,\n                        \"end\": 131560,\n                        \"duration\": 1880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\n                                \"text\": \" Oui,\",\n                                \"start\": 129680,\n                                \"end\": 130240,\n                                \"duration\": 560,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\n                                \"text\": \" merci\",\n                                \"start\": 130380,\n                                \"end\": 131200,\n                                \"duration\": 820,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            },\n                            {\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\n                                \"text\": \" beaucoup.\",\n                                \"start\": 131200,\n                                \"end\": 131560,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:09-02:11\"\n                    },\n                    {\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\n                        \"start\": 83160,\n                        \"end\": 99540,\n                        \"duration\": 16380,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\n                                \"text\": \" un\",\n                                \"start\": 96080,\n                                \"end\": 96300,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\n                                \"text\": \" suivi\",\n                                \"start\": 96940,\n                                \"end\": 97220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\n                                \"text\": \" créer\",\n                                \"start\": 89320,\n                                \"end\": 89500,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\n                                \"text\": \" nos\",\n                                \"start\": 90960,\n                                \"end\": 91020,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\n                                \"text\": \" semble\",\n                                \"start\": 86180,\n                                \"end\": 86580,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\n                                \"text\": \" Il\",\n                                \"start\": 85900,\n                                \"end\": 86040,\n                                \"duration\": 140,\n                                \"probability\": 0.8,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\n                                \"text\": \" la\",\n                                \"start\": 95080,\n                                \"end\": 95200,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\n                                \"text\": \" problème\",\n                                \"start\": 90620,\n                                \"end\": 90820,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\n                                \"text\": \" boxe\",\n                                \"start\": 95200,\n                                \"end\": 95460,\n                                \"duration\": 260,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\n                                \"text\": \" vais\",\n                                \"start\": 89200,\n                                \"end\": 89320,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\n                                \"text\": \" votre\",\n                                \"start\": 97360,\n                                \"end\": 97480,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\n                                \"text\": \" ce\",\n                                \"start\": 92780,\n                                \"end\": 92860,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\n                                \"text\": \" nouveau\",\n                                \"start\": 94940,\n                                \"end\": 95080,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\n                                \"text\": \" ticket\",\n                                \"start\": 89600,\n                                \"end\": 89740,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\n                                \"text\": \" Je\",\n                                \"start\": 95500,\n                                \"end\": 95640,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 94560,\n                                \"end\": 94840,\n                                \"duration\": 280,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\n                                \"text\": \" pour\",\n                                \"start\": 97220,\n                                \"end\": 97360,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\n                                \"text\": \" équipes\",\n                                \"start\": 91020,\n                                \"end\": 91300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\n                                \"text\": \" technique\",\n                                \"start\": 87180,\n                                \"end\": 87480,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\n                                \"text\": \" un\",\n                                \"start\": 86860,\n                                \"end\": 86960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\n                                \"text\": \" demande\",\n                                \"start\": 97480,\n                                \"end\": 98660,\n                                \"duration\": 1180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\n                                \"text\": \" pour\",\n                                \"start\": 85320,\n                                \"end\": 85440,\n                                \"duration\": 120,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\n                                \"text\": \" essayer\",\n                                \"start\": 94220,\n                                \"end\": 94420,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\n                                \"text\": \" temps-là,\",\n                                \"start\": 92860,\n                                \"end\": 93140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 83160,\n                                \"end\": 83700,\n                                \"duration\": 540,\n                                \"probability\": 0.84,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\n                                \"text\": \" a\",\n                                \"start\": 86840,\n                                \"end\": 86860,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\n                                \"text\": \" ce\",\n                                \"start\": 90300,\n                                \"end\": 90620,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\n                                \"text\": \" instants.\",\n                                \"start\": 99220,\n                                \"end\": 99540,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\n                                \"text\": \" connexion.\",\n                                \"start\": 87920,\n                                \"end\": 88380,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\n                                \"text\": \" un\",\n                                \"start\": 89500,\n                                \"end\": 89600,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\n                                \"text\": \" Je\",\n                                \"start\": 88840,\n                                \"end\": 89200,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\n                                \"text\": \" vous\",\n                                \"start\": 95720,\n                                \"end\": 95820,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\n                                \"text\": \" donner\",\n                                \"start\": 95820,\n                                \"end\": 96080,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\n                                \"text\": \" l'attente.\",\n                                \"start\": 85440,\n                                \"end\": 85760,\n                                \"duration\": 320,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\n                                \"text\": \" de\",\n                                \"start\": 96760,\n                                \"end\": 96940,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\n                                \"text\": \" pour\",\n                                \"start\": 89740,\n                                \"end\": 89940,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\n                                \"text\": \" quelques\",\n                                \"start\": 98840,\n                                \"end\": 99220,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\n                                \"text\": \" me\",\n                                \"start\": 86040,\n                                \"end\": 86180,\n                                \"duration\": 140,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\n                                \"text\": \" Pendant\",\n                                \"start\": 92420,\n                                \"end\": 92780,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\n                                \"text\": \" signaler\",\n                                \"start\": 89940,\n                                \"end\": 90300,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\n                                \"text\": \" à\",\n                                \"start\": 90820,\n                                \"end\": 90960,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\n                                \"text\": \" numéro\",\n                                \"start\": 96300,\n                                \"end\": 96760,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\n                                \"text\": \" de\",\n                                \"start\": 94420,\n                                \"end\": 94560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\n                                \"text\": \" y\",\n                                \"start\": 86800,\n                                \"end\": 86840,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\n                                \"text\": \" qu'il\",\n                                \"start\": 86580,\n                                \"end\": 86800,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\n                                \"text\": \" dans\",\n                                \"start\": 98660,\n                                \"end\": 98840,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\n                                \"text\": \" à\",\n                                \"start\": 94840,\n                                \"end\": 94940,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\n                                \"text\": \" Désolé\",\n                                \"start\": 84960,\n                                \"end\": 85320,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\n                                \"text\": \" avec\",\n                                \"start\": 87480,\n                                \"end\": 87720,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\n                                \"text\": \" votre\",\n                                \"start\": 87720,\n                                \"end\": 87920,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\n                                \"text\": \" techniques.\",\n                                \"start\": 91300,\n                                \"end\": 91560,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\n                                \"text\": \" problème\",\n                                \"start\": 86960,\n                                \"end\": 87180,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\n                                \"text\": \" pouvez-vous\",\n                                \"start\": 93320,\n                                \"end\": 94220,\n                                \"duration\": 900,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\n                                \"text\": \" vais\",\n                                \"start\": 95640,\n                                \"end\": 95720,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            },\n                            {\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\n                                \"text\": \" ?\",\n                                \"start\": 95460,\n                                \"end\": 95500,\n                                \"duration\": 40,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:23-01:39\"\n                    },\n                    {\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\n                        \"start\": 6000,\n                        \"end\": 21460,\n                        \"duration\": 15460,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\n                                \"text\": \" table.\",\n                                \"start\": 21220,\n                                \"end\": 21460,\n                                \"duration\": 240,\n                                \"probability\": 0.02,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\n                                \"text\": \" Alain\",\n                                \"start\": 7340,\n                                \"end\": 7720,\n                                \"duration\": 380,\n                                \"probability\": 0.92,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\n                                \"text\": \" Dupont\",\n                                \"start\": 7720,\n                                \"end\": 8039,\n                                \"duration\": 319,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\n                                \"text\": \" box\",\n                                \"start\": 9820,\n                                \"end\": 9960,\n                                \"duration\": 140,\n                                \"probability\": 0.95,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\n                                \"text\": \" pas\",\n                                \"start\": 12920,\n                                \"end\": 13120,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\n                                \"text\": \" avec\",\n                                \"start\": 9400,\n                                \"end\": 9660,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\n                                \"text\": \" à\",\n                                \"start\": 13680,\n                                \"end\": 13720,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\n                                \"text\": \" ce\",\n                                \"start\": 12120,\n                                \"end\": 12260,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\n                                \"text\": \" internet.\",\n                                \"start\": 9960,\n                                \"end\": 10180,\n                                \"duration\": 220,\n                                \"probability\": 0.4,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\n                                \"text\": \" l'appareil.\",\n                                \"start\": 8180,\n                                \"end\": 8600,\n                                \"duration\": 420,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\n                                \"text\": \" client\",\n                                \"start\": 14780,\n                                \"end\": 15140,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\n                                \"text\": \" chez\",\n                                \"start\": 15140,\n                                \"end\": 15340,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\n                                \"text\": \" me\",\n                                \"start\": 13220,\n                                \"end\": 13240,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\n                                \"text\": \" Depuis\",\n                                \"start\": 11740,\n                                \"end\": 12120,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\n                                \"text\": \" pour\",\n                                \"start\": 16800,\n                                \"end\": 16960,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\n                                \"text\": \" ma\",\n                                \"start\": 16320,\n                                \"end\": 16440,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\n                                \"text\": \" me\",\n                                \"start\": 16960,\n                                \"end\": 17100,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\n                                \"text\": \" 4G\",\n                                \"start\": 16440,\n                                \"end\": 16800,\n                                \"duration\": 360,\n                                \"probability\": 0.97,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\n                                \"text\": \" la\",\n                                \"start\": 18500,\n                                \"end\": 18560,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\n                                \"text\": \" problème\",\n                                \"start\": 9080,\n                                \"end\": 9400,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\n                                \"text\": \" C'est\",\n                                \"start\": 18000,\n                                \"end\": 18500,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\n                                \"text\": \" Je\",\n                                \"start\": 14260,\n                                \"end\": 14640,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\n                                \"text\": \" connecter.\",\n                                \"start\": 17100,\n                                \"end\": 17600,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\n                                \"text\": \" troisième\",\n                                \"start\": 18560,\n                                \"end\": 19020,\n                                \"duration\": 460,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 19460,\n                                \"end\": 19800,\n                                \"duration\": 340,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\n                                \"text\": \" internet.\",\n                                \"start\": 13720,\n                                \"end\": 13980,\n                                \"duration\": 260,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\n                                \"text\": \" j'utilise\",\n                                \"start\": 15880,\n                                \"end\": 16320,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\n                                \"text\": \" Oui,\",\n                                \"start\": 6000,\n                                \"end\": 6600,\n                                \"duration\": 600,\n                                \"probability\": 0.88,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\n                                \"text\": \" connecter\",\n                                \"start\": 13240,\n                                \"end\": 13680,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\n                                \"text\": \" matin,\",\n                                \"start\": 12260,\n                                \"end\": 12460,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\n                                \"text\": \" ce\",\n                                \"start\": 19300,\n                                \"end\": 19460,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\n                                \"text\": \" n'arrive\",\n                                \"start\": 12740,\n                                \"end\": 12920,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\n                                \"text\": \" un\",\n                                \"start\": 9020,\n                                \"end\": 9080,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\n                                \"text\": \" J'ai\",\n                                \"start\": 8660,\n                                \"end\": 9020,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\n                                \"text\": \" à\",\n                                \"start\": 13120,\n                                \"end\": 13220,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\n                                \"text\": \" C'est\",\n                                \"start\": 20220,\n                                \"end\": 20700,\n                                \"duration\": 480,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\n                                \"text\": \" inacceptable.\",\n                                \"start\": 20700,\n                                \"end\": 21220,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\n                                \"text\": \" je\",\n                                \"start\": 12580,\n                                \"end\": 12740,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\n                                \"text\": \" vous\",\n                                \"start\": 15340,\n                                \"end\": 15640,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\n                                \"text\": \" ma\",\n                                \"start\": 9660,\n                                \"end\": 9820,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\n                                \"text\": \" fois\",\n                                \"start\": 19020,\n                                \"end\": 19300,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\n                                \"text\": \" suis\",\n                                \"start\": 14640,\n                                \"end\": 14780,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\n                                \"text\": \" bonjour.\",\n                                \"start\": 6680,\n                                \"end\": 7120,\n                                \"duration\": 440,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\n                                \"text\": \" et\",\n                                \"start\": 15640,\n                                \"end\": 15880,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            },\n                            {\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\n                                \"text\": \" à\",\n                                \"start\": 8039,\n                                \"end\": 8180,\n                                \"duration\": 141,\n                                \"probability\": 0.74,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:06-00:21\"\n                    },\n                    {\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\n                        \"start\": 49710,\n                        \"end\": 57330,\n                        \"duration\": 7620,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\n                                \"text\": \" ce\",\n                                \"start\": 53770,\n                                \"end\": 53830,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\n                                \"text\": \" en\",\n                                \"start\": 54750,\n                                \"end\": 54830,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\n                                \"text\": \" pourriez-vous\",\n                                \"start\": 54030,\n                                \"end\": 54290,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\n                                \"text\": \" votre\",\n                                \"start\": 56230,\n                                \"end\": 56390,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\n                                \"text\": \" me\",\n                                \"start\": 54290,\n                                \"end\": 54390,\n                                \"duration\": 100,\n                                \"probability\": 0.72,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 49710,\n                                \"end\": 50350,\n                                \"duration\": 640,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\n                                \"text\": \" informations\",\n                                \"start\": 50990,\n                                \"end\": 51310,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\n                                \"text\": \" ces\",\n                                \"start\": 50850,\n                                \"end\": 50990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\n                                \"text\": \" rencontrez\",\n                                \"start\": 55750,\n                                \"end\": 56110,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\n                                \"text\": \" problème\",\n                                \"start\": 55250,\n                                \"end\": 55530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\n                                \"text\": \" ?\",\n                                \"start\": 56890,\n                                \"end\": 57330,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\n                                \"text\": \" vous\",\n                                \"start\": 55710,\n                                \"end\": 55750,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\n                                \"text\": \" plus\",\n                                \"start\": 54550,\n                                \"end\": 54750,\n                                \"duration\": 200,\n                                \"probability\": 0.89,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\n                                \"text\": \" Pendant\",\n                                \"start\": 53450,\n                                \"end\": 53770,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\n                                \"text\": \" que\",\n                                \"start\": 55530,\n                                \"end\": 55710,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\n                                \"text\": \" votre\",\n                                \"start\": 52530,\n                                \"end\": 52730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\n                                \"text\": \" temps,\",\n                                \"start\": 53830,\n                                \"end\": 53990,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\n                                \"text\": \" vérifier\",\n                                \"start\": 52250,\n                                \"end\": 52530,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\n                                \"text\": \" le\",\n                                \"start\": 55130,\n                                \"end\": 55250,\n                                \"duration\": 120,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\n                                \"text\": \" avec\",\n                                \"start\": 56110,\n                                \"end\": 56230,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\n                                \"text\": \" pour\",\n                                \"start\": 50650,\n                                \"end\": 50850,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\n                                \"text\": \" monsieur\",\n                                \"start\": 51310,\n                                \"end\": 51670,\n                                \"duration\": 360,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\n                                \"text\": \" décrire\",\n                                \"start\": 54390,\n                                \"end\": 54550,\n                                \"duration\": 160,\n                                \"probability\": 0.86,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\n                                \"text\": \" Dupont,\",\n                                \"start\": 51670,\n                                \"end\": 51970,\n                                \"duration\": 300,\n                                \"probability\": 0.97,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\n                                \"text\": \" connexion\",\n                                \"start\": 56390,\n                                \"end\": 56730,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\n                                \"text\": \" je\",\n                                \"start\": 52050,\n                                \"end\": 52190,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\n                                \"text\": \" merci\",\n                                \"start\": 50410,\n                                \"end\": 50650,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\n                                \"text\": \" détail\",\n                                \"start\": 54830,\n                                \"end\": 55130,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\n                                \"text\": \" internet\",\n                                \"start\": 56730,\n                                \"end\": 56890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\n                                \"text\": \" vais\",\n                                \"start\": 52190,\n                                \"end\": 52250,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            },\n                            {\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\n                                \"text\": \" compte.\",\n                                \"start\": 52730,\n                                \"end\": 52990,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:49-00:57\"\n                    },\n                    {\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\n                        \"start\": 100840,\n                        \"end\": 107820,\n                        \"duration\": 6980,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\n                                \"text\": \" la\",\n                                \"start\": 102520,\n                                \"end\": 102600,\n                                \"duration\": 80,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\n                                \"text\": \" de\",\n                                \"start\": 107560,\n                                \"end\": 107700,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\n                                \"text\": \" aide.\",\n                                \"start\": 104540,\n                                \"end\": 105080,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\n                                \"text\": \" box.\",\n                                \"start\": 102600,\n                                \"end\": 102820,\n                                \"duration\": 220,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\n                                \"text\": \" Merci\",\n                                \"start\": 103500,\n                                \"end\": 104060,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\n                                \"text\": \" votre\",\n                                \"start\": 104300,\n                                \"end\": 104540,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\n                                \"text\": \" ma\",\n                                \"start\": 106880,\n                                \"end\": 107180,\n                                \"duration\": 300,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\n                                \"text\": \" box\",\n                                \"start\": 107180,\n                                \"end\": 107420,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\n                                \"text\": \" de\",\n                                \"start\": 104060,\n                                \"end\": 104300,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\n                                \"text\": \" redémarrer\",\n                                \"start\": 102020,\n                                \"end\": 102520,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\n                                \"text\": \" suite.\",\n                                \"start\": 107700,\n                                \"end\": 107820,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\n                                \"text\": \" Je\",\n                                \"start\": 105760,\n                                \"end\": 106320,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\n                                \"text\": \" tout\",\n                                \"start\": 107420,\n                                \"end\": 107560,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\n                                \"text\": \" vais\",\n                                \"start\": 101860,\n                                \"end\": 102020,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\n                                \"text\": \" je\",\n                                \"start\": 101420,\n                                \"end\": 101860,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\n                                \"text\": \" redémarre\",\n                                \"start\": 106320,\n                                \"end\": 106880,\n                                \"duration\": 560,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            },\n                            {\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 100840,\n                                \"end\": 101160,\n                                \"duration\": 320,\n                                \"probability\": 0.69,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:40-01:47\"\n                    },\n                    {\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\n                        \"start\": 132420,\n                        \"end\": 164840,\n                        \"duration\": 32420,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\n                                \"text\": \" de\",\n                                \"start\": 138300,\n                                \"end\": 138420,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\n                                \"text\": \" Pouvez-vous\",\n                                \"start\": 133640,\n                                \"end\": 134100,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\n                                \"text\": \" d'aide\",\n                                \"start\": 159220,\n                                \"end\": 159460,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\n                                \"text\": \" journée\",\n                                \"start\": 163800,\n                                \"end\": 163980,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\n                                \"text\": \" mobile\",\n                                \"start\": 138940,\n                                \"end\": 139220,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\n                                \"text\": \" lequel\",\n                                \"start\": 134840,\n                                \"end\": 135020,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\n                                \"text\": \" client\",\n                                \"start\": 161140,\n                                \"end\": 161860,\n                                \"duration\": 720,\n                                \"probability\": 0.82,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\n                                \"text\": \" de\",\n                                \"start\": 156000,\n                                \"end\": 156260,\n                                \"duration\": 260,\n                                \"probability\": 0.76,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\n                                \"text\": \" ce\",\n                                \"start\": 139880,\n                                \"end\": 140000,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\n                                \"text\": \" Rémi\",\n                                \"start\": 160480,\n                                \"end\": 160760,\n                                \"duration\": 280,\n                                \"probability\": 0.68,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\n                                \"text\": \" me\",\n                                \"start\": 134100,\n                                \"end\": 134160,\n                                \"duration\": 60,\n                                \"probability\": 0.7,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\n                                \"text\": \" avez\",\n                                \"start\": 158840,\n                                \"end\": 159000,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\n                                \"text\": \" sur\",\n                                \"start\": 134680,\n                                \"end\": 134840,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\n                                \"text\": \" y\",\n                                \"start\": 137140,\n                                \"end\": 137220,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\n                                \"text\": \" Dupont\",\n                                \"start\": 156680,\n                                \"end\": 157020,\n                                \"duration\": 340,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\n                                \"text\": \" à\",\n                                \"start\": 157980,\n                                \"end\": 158000,\n                                \"duration\": 20,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\n                                \"text\": \" donner\",\n                                \"start\": 134160,\n                                \"end\": 134300,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\n                                \"text\": \" ?\",\n                                \"start\": 136840,\n                                \"end\": 136980,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\n                                \"text\": \" besoin\",\n                                \"start\": 159000,\n                                \"end\": 159220,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\n                                \"text\": \" numéro\",\n                                \"start\": 134460,\n                                \"end\": 134680,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\n                                \"text\": \" contacter\",\n                                \"start\": 158080,\n                                \"end\": 158420,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\n                                \"text\": \" vous\",\n                                \"start\": 158700,\n                                \"end\": 158840,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\n                                \"text\": \" Il\",\n                                \"start\": 136980,\n                                \"end\": 137140,\n                                \"duration\": 160,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\n                                \"text\": \" service\",\n                                \"start\": 160860,\n                                \"end\": 161140,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\n                                \"text\": \" nous\",\n                                \"start\": 158000,\n                                \"end\": 158080,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\n                                \"text\": \" passez\",\n                                \"start\": 162880,\n                                \"end\": 163440,\n                                \"duration\": 560,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\n                                \"text\": \" au\",\n                                \"start\": 163980,\n                                \"end\": 164840,\n                                \"duration\": 860,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\n                                \"text\": \" si\",\n                                \"start\": 158420,\n                                \"end\": 158700,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\n                                \"text\": \" D'accord.\",\n                                \"start\": 132420,\n                                \"end\": 133220,\n                                \"duration\": 800,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\n                                \"text\": \" ultérieurement\",\n                                \"start\": 159460,\n                                \"end\": 160100,\n                                \"duration\": 640,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\n                                \"text\": \" une\",\n                                \"start\": 163440,\n                                \"end\": 163480,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\n                                \"text\": \" la\",\n                                \"start\": 135420,\n                                \"end\": 136560,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\n                                \"text\": \" pas\",\n                                \"start\": 157780,\n                                \"end\": 157980,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\n                                \"text\": \" Diabolos\",\n                                \"start\": 161860,\n                                \"end\": 162360,\n                                \"duration\": 500,\n                                \"probability\": 0.75,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\n                                \"text\": \" data\",\n                                \"start\": 138420,\n                                \"end\": 138940,\n                                \"duration\": 520,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\n                                \"text\": \" le\",\n                                \"start\": 134300,\n                                \"end\": 134460,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\n                                \"text\": \" Télécom\",\n                                \"start\": 162360,\n                                \"end\": 162880,\n                                \"duration\": 520,\n                                \"probability\": 0.81,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\n                                \"text\": \" mois-ci.\",\n                                \"start\": 140000,\n                                \"end\": 140240,\n                                \"duration\": 240,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\n                                \"text\": \" créditer\",\n                                \"start\": 135020,\n                                \"end\": 135420,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\n                                \"text\": \" gigas\",\n                                \"start\": 137740,\n                                \"end\": 138300,\n                                \"duration\": 560,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\n                                \"text\": \" rien\",\n                                \"start\": 156260,\n                                \"end\": 156420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\n                                \"text\": \" aura\",\n                                \"start\": 137220,\n                                \"end\": 137360,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\n                                \"text\": \" data\",\n                                \"start\": 136560,\n                                \"end\": 136840,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\n                                \"text\": \" excellente\",\n                                \"start\": 163480,\n                                \"end\": 163800,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\n                                \"text\": \" supplémentaires\",\n                                \"start\": 139220,\n                                \"end\": 139880,\n                                \"duration\": 660,\n                                \"probability\": 0.85,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\n                                \"text\": \" n'hésitez\",\n                                \"start\": 157020,\n                                \"end\": 157780,\n                                \"duration\": 760,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\n                                \"text\": \" merci\",\n                                \"start\": 155160,\n                                \"end\": 155640,\n                                \"duration\": 480,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\n                                \"text\": \" beaucoup\",\n                                \"start\": 155640,\n                                \"end\": 156000,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\n                                \"text\": \" d'accord\",\n                                \"start\": 140240,\n                                \"end\": 155160,\n                                \"duration\": 14920,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\n                                \"text\": \" 200\",\n                                \"start\": 137360,\n                                \"end\": 137740,\n                                \"duration\": 380,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\n                                \"text\": \" du\",\n                                \"start\": 160760,\n                                \"end\": 160860,\n                                \"duration\": 100,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\n                                \"text\": \" c'était\",\n                                \"start\": 160100,\n                                \"end\": 160480,\n                                \"duration\": 380,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            },\n                            {\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\n                                \"text\": \" monsieur\",\n                                \"start\": 156420,\n                                \"end\": 156680,\n                                \"duration\": 260,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:12-02:44\"\n                    },\n                    {\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\n                        \"start\": 32470,\n                        \"end\": 48080,\n                        \"duration\": 15610,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\n                                \"text\": \" compte\",\n                                \"start\": 34650,\n                                \"end\": 34930,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\n                                \"text\": \" 45\",\n                                \"start\": 46060,\n                                \"end\": 47220,\n                                \"duration\": 1160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\n                                \"text\": \" 15\",\n                                \"start\": 36170,\n                                \"end\": 37250,\n                                \"duration\": 1080,\n                                \"probability\": 0.96,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\n                                \"text\": \" 92\",\n                                \"start\": 37250,\n                                \"end\": 38830,\n                                \"duration\": 1580,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\n                                \"text\": \" L'identifiant\",\n                                \"start\": 40440,\n                                \"end\": 41520,\n                                \"duration\": 1080,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\n                                \"text\": \" Mon\",\n                                \"start\": 33670,\n                                \"end\": 34210,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\n                                \"text\": \" de\",\n                                \"start\": 41520,\n                                \"end\": 41660,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\n                                \"text\": \" 6.\",\n                                \"start\": 38830,\n                                \"end\": 39610,\n                                \"duration\": 780,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\n                                \"text\": \" sûr.\",\n                                \"start\": 33250,\n                                \"end\": 33470,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\n                                \"text\": \" box\",\n                                \"start\": 41800,\n                                \"end\": 42040,\n                                \"duration\": 240,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\n                                \"text\": \" Oui,\",\n                                \"start\": 32470,\n                                \"end\": 33010,\n                                \"duration\": 540,\n                                \"probability\": 0.91,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\n                                \"text\": \" ma\",\n                                \"start\": 41660,\n                                \"end\": 41800,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\n                                \"text\": \" 29\",\n                                \"start\": 43840,\n                                \"end\": 44380,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\n                                \"text\": \" de\",\n                                \"start\": 34470,\n                                \"end\": 34650,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\n                                \"text\": \" numéro\",\n                                \"start\": 34210,\n                                \"end\": 34470,\n                                \"duration\": 260,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\n                                \"text\": \" 92\",\n                                \"start\": 44920,\n                                \"end\": 46060,\n                                \"duration\": 1140,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\n                                \"text\": \" 97\",\n                                \"start\": 44380,\n                                \"end\": 44920,\n                                \"duration\": 540,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\n                                \"text\": \" est\",\n                                \"start\": 34930,\n                                \"end\": 35350,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\n                                \"text\": \" 8.\",\n                                \"start\": 47220,\n                                \"end\": 48080,\n                                \"duration\": 860,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\n                                \"text\": \" est\",\n                                \"start\": 42040,\n                                \"end\": 42440,\n                                \"duration\": 400,\n                                \"probability\": 0.77,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\n                                \"text\": \" 14\",\n                                \"start\": 35350,\n                                \"end\": 36170,\n                                \"duration\": 820,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            },\n                            {\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\n                                \"text\": \" bien\",\n                                \"start\": 33090,\n                                \"end\": 33250,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"00:32-00:48\"\n                    },\n                    {\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\n                        \"text\": \"revoir merci\",\n                        \"start\": 166920,\n                        \"end\": 167400,\n                        \"duration\": 480,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\n                                \"text\": \" merci\",\n                                \"start\": 167260,\n                                \"end\": 167400,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            },\n                            {\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\n                                \"text\": \" revoir\",\n                                \"start\": 166920,\n                                \"end\": 167260,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:46-02:47\"\n                    },\n                    {\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\n                        \"start\": 71200,\n                        \"end\": 77420,\n                        \"duration\": 6220,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\n                                \"text\": \" d'abord\",\n                                \"start\": 72860,\n                                \"end\": 73280,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\n                                \"text\": \" en\",\n                                \"start\": 76560,\n                                \"end\": 76640,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\n                                \"text\": \" patienter,\",\n                                \"start\": 75880,\n                                \"end\": 76280,\n                                \"duration\": 400,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\n                                \"text\": \" depuis\",\n                                \"start\": 74440,\n                                \"end\": 74580,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 71200,\n                                \"end\": 71700,\n                                \"duration\": 500,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\n                                \"text\": \" vais\",\n                                \"start\": 72720,\n                                \"end\": 72860,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\n                                \"text\": \" connexion\",\n                                \"start\": 74080,\n                                \"end\": 74440,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\n                                \"text\": \" vérifier\",\n                                \"start\": 73280,\n                                \"end\": 73640,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\n                                \"text\": \" vous\",\n                                \"start\": 76380,\n                                \"end\": 76420,\n                                \"duration\": 40,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\n                                \"text\": \" moment.\",\n                                \"start\": 77260,\n                                \"end\": 77420,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\n                                \"text\": \" Je\",\n                                \"start\": 72400,\n                                \"end\": 72720,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\n                                \"text\": \" votre\",\n                                \"start\": 73960,\n                                \"end\": 74080,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\n                                \"text\": \" Merci\",\n                                \"start\": 75420,\n                                \"end\": 75740,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\n                                \"text\": \" notre\",\n                                \"start\": 74580,\n                                \"end\": 74720,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\n                                \"text\": \" attente\",\n                                \"start\": 76640,\n                                \"end\": 76920,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\n                                \"text\": \" petit\",\n                                \"start\": 77160,\n                                \"end\": 77260,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\n                                \"text\": \" comprends.\",\n                                \"start\": 71840,\n                                \"end\": 72260,\n                                \"duration\": 420,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\n                                \"text\": \" je\",\n                                \"start\": 71760,\n                                \"end\": 71840,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\n                                \"text\": \" l'état\",\n                                \"start\": 73640,\n                                \"end\": 73860,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\n                                \"text\": \" de\",\n                                \"start\": 73860,\n                                \"end\": 73960,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\n                                \"text\": \" de\",\n                                \"start\": 75740,\n                                \"end\": 75880,\n                                \"duration\": 140,\n                                \"probability\": 0.53,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\n                                \"text\": \" mets\",\n                                \"start\": 76420,\n                                \"end\": 76560,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\n                                \"text\": \" système.\",\n                                \"start\": 74720,\n                                \"end\": 75060,\n                                \"duration\": 340,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\n                                \"text\": \" je\",\n                                \"start\": 76300,\n                                \"end\": 76380,\n                                \"duration\": 80,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\n                                \"text\": \" un\",\n                                \"start\": 77040,\n                                \"end\": 77160,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            },\n                            {\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\n                                \"text\": \" pour\",\n                                \"start\": 76920,\n                                \"end\": 77040,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:11-01:17\"\n                    },\n                    {\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\n                        \"start\": 110310,\n                        \"end\": 128870,\n                        \"duration\": 18560,\n                        \"speaker\": \"second\",\n                        \"words\": [\n                            {\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\n                                \"text\": \" monsieur.\",\n                                \"start\": 111130,\n                                \"end\": 111370,\n                                \"duration\": 240,\n                                \"probability\": 0.45,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\n                                \"text\": \" pour\",\n                                \"start\": 118090,\n                                \"end\": 118230,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\n                                \"text\": \" pendant\",\n                                \"start\": 124850,\n                                \"end\": 124990,\n                                \"duration\": 140,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\n                                \"text\": \" sur\",\n                                \"start\": 119850,\n                                \"end\": 119970,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\n                                \"text\": \" D'accord,\",\n                                \"start\": 110310,\n                                \"end\": 110850,\n                                \"duration\": 540,\n                                \"probability\": 0.94,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\n                                \"text\": \" Internet,\",\n                                \"start\": 123270,\n                                \"end\": 123490,\n                                \"duration\": 220,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\n                                \"text\": \" une\",\n                                \"start\": 125270,\n                                \"end\": 125430,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\n                                \"text\": \" ce\",\n                                \"start\": 124990,\n                                \"end\": 125090,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\n                                \"text\": \" en\",\n                                \"start\": 126830,\n                                \"end\": 127050,\n                                \"duration\": 220,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\n                                \"text\": \" merci\",\n                                \"start\": 110950,\n                                \"end\": 111130,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\n                                \"text\": \" de\",\n                                \"start\": 125730,\n                                \"end\": 126090,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\n                                \"text\": \" d'avancement\",\n                                \"start\": 119410,\n                                \"end\": 119850,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\n                                \"text\": \" d'ici\",\n                                \"start\": 117530,\n                                \"end\": 117730,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\n                                \"text\": \" proposer\",\n                                \"start\": 124450,\n                                \"end\": 124850,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\n                                \"text\": \" peu\",\n                                \"start\": 119290,\n                                \"end\": 119410,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\n                                \"text\": \" Votre\",\n                                \"start\": 112490,\n                                \"end\": 112850,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\n                                \"text\": \" votre\",\n                                \"start\": 119970,\n                                \"end\": 120110,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\n                                \"text\": \" panne\",\n                                \"start\": 122950,\n                                \"end\": 123270,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\n                                \"text\": \" Un\",\n                                \"start\": 116190,\n                                \"end\": 116550,\n                                \"duration\": 360,\n                                \"probability\": 0.99,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\n                                \"text\": \" conseiller\",\n                                \"start\": 116550,\n                                \"end\": 117150,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\n                                \"text\": \" extension\",\n                                \"start\": 125430,\n                                \"end\": 125730,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\n                                \"text\": \" panne\",\n                                \"start\": 127970,\n                                \"end\": 128229,\n                                \"duration\": 259,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\n                                \"text\": \" réparée\",\n                                \"start\": 128330,\n                                \"end\": 128650,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\n                                \"text\": \" puis-je\",\n                                \"start\": 123810,\n                                \"end\": 124390,\n                                \"duration\": 580,\n                                \"probability\": 0.63,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\n                                \"text\": \" numéro\",\n                                \"start\": 112850,\n                                \"end\": 113050,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\n                                \"text\": \" Pour\",\n                                \"start\": 121970,\n                                \"end\": 122330,\n                                \"duration\": 360,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\n                                \"text\": \" cette\",\n                                \"start\": 122810,\n                                \"end\": 122950,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\n                                \"text\": \" un\",\n                                \"start\": 119030,\n                                \"end\": 119190,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\n                                \"text\": \" pallier\",\n                                \"start\": 122330,\n                                \"end\": 122710,\n                                \"duration\": 380,\n                                \"probability\": 0.95,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\n                                \"text\": \" petit\",\n                                \"start\": 119190,\n                                \"end\": 119290,\n                                \"duration\": 100,\n                                \"probability\": 0.98,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\n                                \"text\": \" que\",\n                                \"start\": 127230,\n                                \"end\": 127510,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\n                                \"text\": \" data\",\n                                \"start\": 126090,\n                                \"end\": 126550,\n                                \"duration\": 460,\n                                \"probability\": 0.6,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\n                                \"text\": \" à\",\n                                \"start\": 122710,\n                                \"end\": 122810,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\n                                \"text\": \" de\",\n                                \"start\": 113050,\n                                \"end\": 113210,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\n                                \"text\": \" donner\",\n                                \"start\": 118330,\n                                \"end\": 119030,\n                                \"duration\": 700,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\n                                \"text\": \" est\",\n                                \"start\": 113530,\n                                \"end\": 114130,\n                                \"duration\": 600,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\n                                \"text\": \" vous\",\n                                \"start\": 118230,\n                                \"end\": 118330,\n                                \"duration\": 100,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\n                                \"text\": \" viendra\",\n                                \"start\": 117270,\n                                \"end\": 117530,\n                                \"duration\": 260,\n                                \"probability\": 0.92,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\n                                \"text\": \" attendant\",\n                                \"start\": 127050,\n                                \"end\": 127230,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\n                                \"text\": \" ce\",\n                                \"start\": 117730,\n                                \"end\": 117890,\n                                \"duration\": 160,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\n                                \"text\": \" soit\",\n                                \"start\": 128229,\n                                \"end\": 128330,\n                                \"duration\": 101,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\n                                \"text\": \" votre\",\n                                \"start\": 127510,\n                                \"end\": 127970,\n                                \"duration\": 460,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\n                                \"text\": \" dossier.\",\n                                \"start\": 120110,\n                                \"end\": 120390,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\n                                \"text\": \" mobile\",\n                                \"start\": 126550,\n                                \"end\": 126830,\n                                \"duration\": 280,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\n                                \"text\": \" soir\",\n                                \"start\": 117890,\n                                \"end\": 118090,\n                                \"duration\": 200,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\n                                \"text\": \" temps-là\",\n                                \"start\": 125090,\n                                \"end\": 125270,\n                                \"duration\": 180,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\n                                \"text\": \" ?\",\n                                \"start\": 128650,\n                                \"end\": 128870,\n                                \"duration\": 220,\n                                \"probability\": 0.96,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\n                                \"text\": \" 343A.\",\n                                \"start\": 114270,\n                                \"end\": 115730,\n                                \"duration\": 1460,\n                                \"probability\": 0.88,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\n                                \"text\": \" suivi\",\n                                \"start\": 113210,\n                                \"end\": 113530,\n                                \"duration\": 320,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\n                                \"text\": \" vous\",\n                                \"start\": 117150,\n                                \"end\": 117270,\n                                \"duration\": 120,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\n                                \"text\": \" le\",\n                                \"start\": 114130,\n                                \"end\": 114270,\n                                \"duration\": 140,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            },\n                            {\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\n                                \"text\": \" vous\",\n                                \"start\": 124390,\n                                \"end\": 124450,\n                                \"duration\": 60,\n                                \"probability\": 1,\n                                \"speaker\": \"second\",\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"01:50-02:08\"\n                    },\n                    {\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\n                        \"start\": 141080,\n                        \"end\": 145960,\n                        \"duration\": 4880,\n                        \"speaker\": \"first\",\n                        \"words\": [\n                            {\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\n                                \"text\": \" 17\",\n                                \"start\": 144880,\n                                \"end\": 145960,\n                                \"duration\": 1080,\n                                \"probability\": 0.59,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\n                                \"text\": \" Ah,\",\n                                \"start\": 141080,\n                                \"end\": 141360,\n                                \"duration\": 280,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\n                                \"text\": \" Oui,\",\n                                \"start\": 142160,\n                                \"end\": 142700,\n                                \"duration\": 540,\n                                \"probability\": 0.98,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\n                                \"text\": \" ça\",\n                                \"start\": 142820,\n                                \"end\": 143440,\n                                \"duration\": 620,\n                                \"probability\": 0.67,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\n                                \"text\": \" sera\",\n                                \"start\": 143440,\n                                \"end\": 143840,\n                                \"duration\": 400,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\n                                \"text\": \" le\",\n                                \"start\": 143840,\n                                \"end\": 144140,\n                                \"duration\": 300,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\n                                \"text\": \" magnifique.\",\n                                \"start\": 141500,\n                                \"end\": 141940,\n                                \"duration\": 440,\n                                \"probability\": 1,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            },\n                            {\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\n                                \"text\": \" 06\",\n                                \"start\": 144140,\n                                \"end\": 144880,\n                                \"duration\": 740,\n                                \"probability\": 0.99,\n                                \"speaker\": \"first\",\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\n                            }\n                        ],\n                        \"start_end_timestamps\": \"02:21-02:25\"\n                    }\n                ]\n            },\n            \"ai-insights\": {\n                \"step-by-step-summary\": [\n                    {\n                        \"id\": \"036c9a36-8e16-41d5-b69d-5acc4e46b060\",\n                        \"text\": \"The customer, Alain Dupont, contacted the company to report an issue with his internet box. He has been experiencing connection issues for the past few days and has had to rely on his mobile data. He is understandably frustrated with the situation. The agent, André, assured the customer that he would do his best to help and requested the customer's account number and box ID.\\\\n-Alain provided the required details and described the problem in more detail. The agent then placed the customer on hold to check the status of his connection. Upon returning, the agent informed Alain that there was a technical issue with his connection and created a ticket for the technical team to address.\\\\n-The agent then recommended an extension of Alain's mobile data as a temporary solution. Alain agreed to this and provided his phone number to receive the additional data. The agent provided Alain with a reference number and informed him that a technician would contact him later that day for further assistance.\",\n                        \"object\": [\n                            \"The customer, Alain Dupont, contacted the company to report an issue with his internet box. He has been experiencing connection issues for the past few days and has had to rely on his mobile data. He is understandably frustrated with the situation. The agent, André, assured the customer that he would do his best to help and requested the customer's account number and box ID.\",\n                            \"Alain provided the required details and described the problem in more detail. The agent then placed the customer on hold to check the status of his connection. Upon returning, the agent informed Alain that there was a technical issue with his connection and created a ticket for the technical team to address.\",\n                            \"The agent then recommended an extension of Alain's mobile data as a temporary solution. Alain agreed to this and provided his phone number to receive the additional data. The agent provided Alain with a reference number and informed him that a technician would contact him later that day for further assistance.\"\n                        ],\n                        \"type\": \"step-by-step-summary\"\n                    }\n                ],\n                \"summary\": [\n                    {\n                        \"id\": \"1da9d670-d6db-4973-94d6-4fd91220ba47\",\n                        \"text\": \"Alain Dupont contacted the company regarding issues with his internet connection, which had been occurring for the past few days. The agent, André, collected necessary details, placed Alain on hold, and discovered a technical issue with his connection. A ticket was created for the technical team, and Alain was offered a temporary solution of extended mobile data. Alain accepted, and a reference number was provided for future communication.\",\n                        \"object\": null,\n                        \"type\": \"summary\"\n                    }\n                ],\n                \"call-reason\": [\n                    {\n                        \"id\": \"4a2e27bc-96d0-44ab-b163-88dcad96a025\",\n                        \"text\": null,\n                        \"object\": {\n                            \"why\": \"He is experiencing recurring connection problems, leading to his call for assistance.\",\n                            \"needs\": \"He requires help in fixing his Diabolo Telecom internet box issue, which has left him unable to connect.\",\n                            \"request\": \"The customer requests assistance with his internet connection.\"\n                        },\n                        \"type\": \"call-reason\"\n                    }\n                ],\n                \"title\": [\n                    {\n                        \"id\": \"52758802-3da0-417e-9d9f-a6646964b0ee\",\n                        \"text\": \"Customer reports internet connection issues, receives temporary mobile data\",\n                        \"object\": null,\n                        \"type\": \"title\"\n                    }\n                ],\n                \"actions\": [\n                    {\n                        \"id\": \"70a82031-7682-4c6e-86e7-98b12c2de948\",\n                        \"text\": null,\n                        \"object\": [\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To establish a connection with the client\",\n                                \"steps\": [\n                                    \"Greet client and establish identity\"\n                                ],\n                                \"title\": \"Agent Identification\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To understand the problem and determine a solution\",\n                                \"steps\": [\n                                    \"Ask the client for a detailed explanation of the problem\",\n                                    \"(Reboot the client's box)\",\n                                    \"Create a ticket for the technical team to investigate the issue\",\n                                    \"Offer extended mobile data plan for the client\"\n                                ],\n                                \"title\": \"Client Issue Identification\",\n                                \"completed\": false\n                            },\n                            {\n                                \"who\": [\n                                    \"client\",\n                                    \"agent\"\n                                ],\n                                \"why\": \"To access client's account and box information\",\n                                \"steps\": [\n                                    \"Client provides account number and box identifier\"\n                                ],\n                                \"title\": \"Client Information Collection\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"client\"\n                                ],\n                                \"why\": \"To provide additional mobile data to cover the interruption\",\n                                \"steps\": [\n                                    \"Client requests for data extension\"\n                                ],\n                                \"title\": \"Client Request for Data Extension\",\n                                \"completed\": true\n                            },\n                            {\n                                \"who\": [\n                                    \"agent\"\n                                ],\n                                \"why\": \"To report and investigate the technical issue\",\n                                \"steps\": [\n                                    \"Create a technical ticket\",\n                                    \"Provide tracking number to client\"\n                                ],\n                                \"title\": \"Technical Ticket Creation\",\n                                \"completed\": false\n                            }\n                        ],\n                        \"type\": \"actions\"\n                    }\n                ]\n            },\n            \"tags\": [\n                \"technician_follow_up\",\n                \"reference_number\",\n                \"technical_problem\",\n                \"internet_connection_issues\",\n                \"ticket_created\",\n                \"customer_frustration\",\n                \"temporary_solution\",\n                \"mobile_data_extension\"\n            ]\n        }\n    }\n}"}],"_postman_id":"33f823e4-e15b-4869-b5ff-47459e0766f2"}],"id":"c71178fe-db1a-42e6-9ce4-4d84305ab67f","_postman_id":"c71178fe-db1a-42e6-9ce4-4d84305ab67f","description":""},{"name":"Webhook Callback description","item":[],"id":"47192c71-f749-4306-b9b9-934b4584bf42","description":"<p>Feature allowing to receive on URL of public endpoint a webhook callback (POST request) upon <strong>successful</strong> transcription or/and AI analyses</p>\n<ul>\n<li>when option enabled (<code>results_webhook_callback_url</code> specified in task request)</li>\n</ul>\n<p><strong>Request method</strong> : POST</p>\n<h2 id=\"request-body\">Request body</h2>\n<p><strong>Request body Data Type : Object (JSON)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>id:'735818ea-0f50-4339-8cfd-66a24ac2338d'</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String  <br />  <br />{} (empty Object) when empty</td>\n<td>REQUIRED</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis  <br />  <br />Not empty only when :  <br />- <code>original_call_id</code> or <code>diabolocom_call_id</code> specified in task request (based on input audio)</td>\n<td><code>original_call_id:{}</code>  <br />  <br /><code>original_call_id:'51755978'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)  <br />  <br />{} (empty Object) when empty</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's input audio  <br />  <br />Not empty only for tasks based on input audio</td>\n<td><code>audio_id:{}</code>  <br />  <br /><code>audio_id:'20d3820d-6ae8-48ab-b35e-bca5bc79ee2a'</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Status of task's job  <br />  <br />Possible values:  <br />- <code>'transcript-available'</code> : Audio transcription finished without any performed AI analysis  <br />- <code>'success'</code> : AI analyses finished with successful results</td>\n<td><code>status:'transcript-available'</code>  <br />  <br /><code>status:'success'</code></td>\n</tr>\n<tr>\n<td><code>payload</code></td>\n<td>Object</td>\n<td>REQUIRED</td>\n<td>Empty object (legacy key)</td>\n<td><code>payload:{}</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>REQUIRED</td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>'generate_tags_with_summary':true</code> key-value pair added automatically when tags generation enabled (<code>generate_tags_with_summary</code> specified in task request)  <br />  <br />Not empty only when :  <br />- <code>meta</code> specified in task request  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td><code>meta:{}</code>  <br />  <br /><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456','generate_tags_with_summary':true}</code></td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI task's job results data object</strong></td>\n<td><code>results:</code>  <br /><code>{'audio':{'duration':64260},'transcript':{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]},'ai-insights':{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]},'tags':['client_satisfaction','home_network','internet_service_provider','technical_support']}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audio</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Task's input audio data object</strong>  <br />  <br /><strong>Not empty only for tasks based on input audio (successful transcription)</strong></td>\n<td><code>audio:{}</code>  <br />  <br /><code>audio:</code>  <br /><code>{'duration':64260}</code></td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcription results data object (timestamped transcription)</strong>  <br />  <br /><strong>Not empty only for tasks based on input audio (successful transcription)</strong></td>\n<td><code>transcript:{}</code>  <br />  <br /><code>transcript:</code>  <br /><code>{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]}</code></td>\n</tr>\n<tr>\n<td><code>ai-insights</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>Key-Value Pairs :  <br />- The key represents the name of a specific AI analysis result  <br />- The value is an object that contains the results data specific to AI analysis</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI analyses results data object</strong> <strong>(not empty in case of successful AI analyses)</strong>  <br />  <br /><strong>Payload Format (depending on AI analysis): More details in API documentation for each model</strong>  <br />  <br /><strong>Not empty only for successful transcription and/or successful AI analyses</strong></td>\n<td><code>ai-insights:{}</code>  <br />  <br /><code>ai-insights:</code>  <br /><code>{'call-reason':[{'id':'33b2549c-1635-473e-bf23-f4bebf0573ba','text':null,'type':'call-reason','object':{'why':'The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.','needs':'Client requires immediate resolution for the non-functioning Internet box.','request':'Client requests assistance with their Internet box.'}}]}</code></td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String  <br />  <br />{} (empty Object) when empty</td>\n<td>REQUIRED</td>\n<td>Array of tags generated, dedicated to AI analysis <code>'summarization'</code>  <br />  <br />Not empty only when :  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)  <br />- successful AI analysis</td>\n<td><code>tags:{}</code>  <br />  <br /><code>tags:</code>  <br /><code>['client_satisfaction','home_network','internet_service_provider','technical_support']</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.audio</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Input audio duration in milliseconds</td>\n<td><code>duration:64260</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.transcript</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript</td>\n<td><code>text:'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>diarized_text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Transcript including Agent/Client conversation lines (turns)  <br />  <br />- Conversation line (turn) separator : <code>'\\n\\n'</code>  <br />  <br />- Conversation line (turn) for Client starting with <code>Client:</code>  <br />  <br />- Conversation line (turn) for Agent starting with <code>Agent:</code></td>\n<td><code>diarized_text:'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>segments</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td>Transcript timestampted segments : Objects including plain text, speaker identification, start/end timestamps, duration, words <em>(Objects with data structure similar to transcript segment)</em> for fine-grained transcript usage</td>\n<td><code>segments:</code>  <br /><code>[{'id':'4413ba41-3c85-410c-bc1c-200974bad26d','text':'Oui, mes identifiants clients c'est 52 86 22-3F, non','start':30170,'end':42080,'duration':11910,'speaker':'first','words':[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}],'start_end_timestamps':'00:30-00:42'}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.transcript.segments[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment</td>\n<td><code>text:'Oui, mes identifiants clients c'est 52 86 22-3F, non'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment</td>\n<td><code>end:42080,</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment</td>\n<td><code>duration:11910</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>words</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcript segment words : Objects with data structure similar to transcript segment</strong></td>\n<td><code>words:</code>  <br /><code>[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}]</code></td>\n</tr>\n<tr>\n<td><code>start_end_timestamps</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Timestamps of start and end time of transcript segment  <br />  <br />Format :  <br /><code>'start-end'</code>  <br />- start in <code>MM:SS</code>  <br />- end in <code>MM:SS</code></td>\n<td><code>start_end_timestamps:'00:30-00:42'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.transcript.segments[i].words[j]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment's word</td>\n<td><code>id:'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment's word</td>\n<td><code>text:' Oui,'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment's word</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment's word</td>\n<td><code>end:30530</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment's word</td>\n<td><code>duration:360</code></td>\n</tr>\n<tr>\n<td><code>probability</code></td>\n<td>Double (2 decimals)</td>\n<td>REQUIRED</td>\n<td>Probability of transcript segment's word</td>\n<td><code>probability:0.95</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment's word  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>segment_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>segment_id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-webhook-request-body\">Sample webhook request body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"735818ea-0f50-4339-8cfd-66a24ac2338d\",\n    \"original_call_id\": \"51755978\",\n    \"audio_id\": \"20d3820d-6ae8-48ab-b35e-bca5bc79ee2a\",\n    \"status\": \"success\",\n    \"payload\": {},\n    \"meta\": {\n        \"thread_id\": \"8954264\",\n        \"crm_ticket_id\": \"crm_123456\",\n        \"generate_tags_with_summary\": true\n    },\n    \"results\": {\n        \"audio\": {\n            \"duration\": 64260\n        },\n        \"transcript\": {\n            \"text\": \"Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ? Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ? Oui, mes identifiants clients c'est 52 86 22-3F, non Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat...\",\n            \"diarized_text\": \"Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma box Internet, ça ne fonctionne plus depuis ce matin, pourriez-vous m'aider ?\\n\\nAgent: Oui, je suis désolé pour vous monsieur, pour pouvoir procéder à l'analyse, il me faudrait vos identifiants clients, pourriez-vous me les préciser ?\\n\\nClient: Oui, mes identifiants clients c'est 52 86 22-3F, non\\n\\nAgent: Merci, un instant, j'accède bien à votre dossier, je crée le ticket auprès de l'équipe technique pour résolution dans l'immédiat...\",\n            \"segments\": [\n                {\n                    \"id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\",\n                    \"text\": \"Oui, mes identifiants clients c'est 52 86 22-3F, non\",\n                    \"start\": 30170,\n                    \"end\": 42080,\n                    \"duration\": 11910,\n                    \"speaker\": \"first\",\n                    \"words\": [\n                        {\n                            \"id\": \"0ec8b928-ebb1-4907-997f-7fb2a8f0d97a\",\n                            \"text\": \" Oui,\",\n                            \"start\": 30170,\n                            \"end\": 30530,\n                            \"duration\": 360,\n                            \"probability\": 0.95,\n                            \"speaker\": \"first\",\n                            \"segment_id\": \"4413ba41-3c85-410c-bc1c-200974bad26d\"\n                        },\n                        {...},\n                        {...},\n                        {...}\n                    ],\n                    \"start_end_timestamps\": \"00:30-00:42\"\n                },\n                {...},\n                {...},\n                {...}\n            ]\n        },\n        \"ai-insights\": {\n            \"step-by-step-summary\": [\n                {\n                    \"id\": \"0a7cd97a-f353-4794-a06b-b184c79657e8\",\n                    \"text\": \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\\\\n-The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\\\\n-The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\",\n                    \"object\": [\n                        \"The client is experiencing an issue with their Diabolo Telecom Internet box, which has been non-functional since morning. They requested assistance from the agent to resolve the issue.\",\n                        \"The agent empathized with the client and requested client credentials, which they provided as: 52 86 22-3F. Upon reviewing the account, the agent informed the client that a ticket had been created and escalated to the technical team for an immediate resolution.\",\n                        \"The client confirmed that they did not require further assistance. The agent concluded by emphasizing their commitment to resolving the client's issue. The call ended with the client expressing gratitude for the agent's assistance.\"\n                    ],\n                    \"type\": \"step-by-step-summary\"\n                }\n            ],\n            \"call-reason\": [\n                {\n                    \"id\": \"33b2549c-1635-473e-bf23-f4bebf0573ba\",\n                    \"text\": null,\n                    \"object\": {\n                        \"why\": \"The client is contacting Diabolo Telecom because the Internet box is not functioning as expected, having stopped working since the morning.\",\n                        \"needs\": \"Client requires immediate resolution for the non-functioning Internet box.\",\n                        \"request\": \"Client requests assistance with their Internet box.\"\n                    },\n                    \"type\": \"call-reason\"\n                }\n            ],\n            \"title\": [\n                {\n                    \"id\": \"4079f7e0-28de-4305-af74-69013ef51ee2\",\n                    \"text\": \"Client: Diabolo Telecom Internet Box Non-Functional\",\n                    \"object\": null,\n                    \"type\": \"title\"\n                }\n            ],\n            \"summary\": [\n                {\n                    \"id\": \"8859c1c6-7d6e-42af-a610-c705670119fb\",\n                    \"text\": \"A client contacted the Diabolo Telecom support team due to a non-functional Internet box, experiencing the issue since morning. The agent obtained the client's credentials (52 86 22-3F) to review their account. The agent then informed the client that they created and escalated a ticket to the technical team, aiming for an immediate resolution. During the call, the client clarified they did not require additional assistance, and the agent reassured them of their ongoing commitment to resolving the issue. The call concluded with the client appreciating the agent's assistance.\",\n                    \"object\": null,\n                    \"type\": \"summary\"\n                }\n            ]\n        },\n        \"tags\": [\n            \"client_satisfaction\",\n            \"home_network\",\n            \"internet_service_provider\",\n            \"technical_support\"\n        ]\n    }\n}\n\n</code></pre>\n","_postman_id":"47192c71-f749-4306-b9b9-934b4584bf42"},{"name":"Audio transcription","item":[{"name":"Transcribe stereo phone call","id":"68a42fc1-9c1e-4d81-9728-25113a5cc5a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and have the resulting transcript in the language of your choice</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"8432cb97-c796-4cd4-a108-3e72bfd08b7e","name":"Transcribe stereo phone call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360?expires=1710334592&task=transcription&signature=3b31573b11aab274add6a5adc446fa74af7c879a32b07b81272e68d282c1bff4\",\r\n    \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\"\r\n}"}],"_postman_id":"68a42fc1-9c1e-4d81-9728-25113a5cc5a3"},{"name":"Transcribe mono phone cal","id":"87687927-34a4-4f22-ab6a-1940ee909c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"text"},{"key":"diarize_audio","value":"1","type":"text","uuid":"e8eca6db-c076-4713-930c-0aca9937ea51"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as mono channel audio (mono audio), and have the resulting transcript in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"08e40aa8-3534-480f-8e91-8e297f79c49c","name":"Transcribe stereo phone call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360?expires=1710334592&task=transcription&signature=3b31573b11aab274add6a5adc446fa74af7c879a32b07b81272e68d282c1bff4\",\r\n    \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\"\r\n}"}],"_postman_id":"87687927-34a4-4f22-ab6a-1940ee909c7c"},{"name":"Transcribe single speaker voicemail","id":"07577887-8c23-485c-8160-e8b1c1282775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"text"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service ","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and have the resulting transcript in the language of your choice</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"2229a88c-f7ba-491f-ba9d-a7a7000361e2","name":"Transcribe single speaker voicemail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription","type":"text"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service ","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"832279bb-2d1f-4e78-882a-65fbed723264\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/832279bb-2d1f-4e78-882a-65fbed723264?expires=1710341040&task=transcription&signature=0cc414fec4a160110e6d074fa03e4f9b6da4a21fe43fe011e8a9a16371d468e3\",\r\n    \"audio_id\": \"501aa5ad-cb18-4e5a-8003-a1e59af1fa05\"\r\n}"}],"_postman_id":"07577887-8c23-485c-8160-e8b1c1282775"},{"name":"Get transcription status/result","id":"47e06151-24d7-4d70-8e5c-ce88b3b7696a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"8997f602-aa9f-4e84-9b50-db9b684ef0b6","name":"Get transcription status/result (stereo phone call)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/489f29e6-91a2-4043-b1d6-2e7c769ec360"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"489f29e6-91a2-4043-b1d6-2e7c769ec360\",\r\n        \"audio_id\": \"18d2c2ca-ebb6-455e-9926-5ba42bc8f9a2\",\r\n        \"status\": \"transcript-available\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au 00 00 00. Merci beaucoup. Merci, au revoir. revoir merci\",\r\n                \"diarized_text\": \"Agent: Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"040a0513-25f2-4c40-b033-bb1a970b1245\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67440,\r\n                                \"end\": 68160,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"108d9313-4cc2-41a3-bb28-7168799a3562\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12e11052-532e-4328-b4c4-2c2ef498c4d6\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13413355-640b-402a-afee-76e2597d64a0\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19fd958e-a2df-4525-b074-109551699522\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68740,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dc8c79c-8938-447b-9e2a-a5ab7cf87c15\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e6de286-f123-4e7c-9aa2-0a5d5dc2520f\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2009f3b9-807d-4ac2-af73-dd1329e298c3\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20b555e6-756c-434e-a884-a1d01f4a65ea\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2376d129-3623-4311-b934-1cc17aac9aba\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ddadb24-3e00-4b7f-bde1-ce7ffc5814f4\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57528112-eb6d-4f5c-9f71-9dd80f8b0297\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59609ce8-9ff7-449a-b7b7-2f96f9d4fa64\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65900,\r\n                                \"duration\": 581,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b9822e2-0c9c-44e1-9192-caf6eb18906c\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bcbd10c-6305-46b9-9bfc-ce52ca64f140\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73c39000-061c-4e0c-b9af-d7b56251333c\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7dd443b8-6019-4e20-8ceb-5b5c031d727c\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65900,\r\n                                \"end\": 66380,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a46263e-463a-4c46-932d-ea6510813ac6\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90095d04-c60e-49b1-b6b6-5b594d6b7f8a\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9561bdc4-ffd2-48c2-bf9d-da85bc79b6be\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c346543-cd3d-40d1-b99c-0000228bde81\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab1aee8d-9675-46d5-99f1-53fb17f43b7f\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af40ef1e-663b-4758-a95e-f8cf3825a3f1\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2914beb-16b3-4132-8403-17b90b75a18b\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba8c5ac3-6129-43a2-a382-99b1df374ed5\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68740,\r\n                                \"end\": 69080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbe4b2b5-659a-4481-a07a-66b0063b9ca1\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4a4bcd2-da00-4188-a6b2-2c1eed898d12\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6e0ddbc-15ed-40c6-badd-fa2683c0a7fa\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7a2090a-7e75-4348-adb0-a73aa051aa51\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c847f002-33f9-4e94-b2c2-128a5ebfb12f\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9deb142-8fae-47a8-85d0-50d9d5881af6\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc9f84fc-e014-4e34-8e42-2758f7ddf181\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dddc6d7b-e106-4264-8fa5-996b66ded689\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e36946a7-b6ca-41e0-ab0b-2e0e64d16f41\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5ba6d4c-dc53-48a8-b140-60103a4d6bce\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"41371b2d-232d-4027-9725-5bd714cccf0c\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:57-01:09\"\r\n                    },\r\n                    {\r\n                        \"id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\",\r\n                        \"text\": \"Oui bonjour, vous êtes en communicateur avec André pour Diabolo Telecom, comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03e34c0b-72b1-47fc-99f4-a7df76f92c1c\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1400,\r\n                                \"end\": 1800,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ad57078-c861-49a8-a487-1ac4c673037f\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12451e9f-968c-4c0a-9184-297399f2027b\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20df820a-a97b-4ffe-aad2-2862cc284b33\",\r\n                                \"text\": \" Oui\",\r\n                                \"start\": 940,\r\n                                \"end\": 1400,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ead946a-8de3-4b9a-820e-73dacbc24239\",\r\n                                \"text\": \" Telecom,\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.66,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6710cea1-2999-46f8-bc14-85c010697974\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a1cc381-e5b4-4555-b619-5e77151af982\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72e883a7-d220-4a2c-b6d9-9e0dda407f14\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74c2594c-ca0c-4bf5-a8dd-71259dae589b\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98484bc6-dd59-46f5-aa31-8c3b57d7b46f\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d68af6b-94d5-484f-9188-542b07b6bacd\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a315c402-7e27-461b-b8db-ef588f9a3871\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 4000,\r\n                                \"end\": 4140,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad214fe5-2c6c-48cd-a209-14f755165216\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dce30c2e-1323-47ba-8c62-b7c31dc73774\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eedaf305-b8f1-4371-89ab-efc5983afddf\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f31b77f4-0cc6-4121-a8a5-4c2e9e828640\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb80bad5-5e26-40db-9dbd-f558cb906cba\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"53330ae9-2de4-4ab8-85bb-767e83dbafcb\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:00-00:05\"\r\n                    },\r\n                    {\r\n                        \"id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"143fd989-0505-46ae-a613-55c77d1d1430\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92ae6735-06a8-43f2-9672-6c91d8f20646\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1076949-89c7-47cf-a0f7-4bc02e3afa6c\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165480,\r\n                                \"end\": 165760,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"62006f63-c162-40ea-a88d-b3d20fda08f2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:44-02:46\"\r\n                    },\r\n                    {\r\n                        \"id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"06172a8b-fe6b-4caa-a788-f61526be96df\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1438fae1-63a4-416b-95f6-bc93e943c062\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153390,\r\n                                \"end\": 153690,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86aece8c-7373-4188-91fe-c21472343e87\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152230,\r\n                                \"duration\": 920,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae1c3cb7-1aee-4efb-be7c-66f5d6b1f1ca\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e26ac226-b6d1-4f09-a768-48e322a9e0e0\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152830,\r\n                                \"end\": 153390,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"71f422a9-97cf-407a-af8e-6afd0c1dc714\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:27-02:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"72608ac3-4c56-4088-b015-5979eb440b72\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes monsieur, je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03518114-5821-4023-bf13-f2b60036de38\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 24990,\r\n                                \"end\": 25650,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f28f5ca-bfb2-46f3-ae3e-fc0ba647b564\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10941197-116a-465b-89eb-b4794b386995\",\r\n                                \"text\": \" monsieur,\",\r\n                                \"start\": 24530,\r\n                                \"end\": 24810,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"147f8c9c-64c0-40cc-a85a-05d9a734dfe2\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1511a623-7b99-49b2-8bef-124bc30b0775\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a8f767f-9619-4441-bea3-15e4306bce89\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1efe1c55-1b99-432e-b6ac-38aafa899620\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24612d1d-9c0e-41c8-83af-453834b28612\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28270,\r\n                                \"end\": 28370,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24b3e441-ca1d-4ed4-aa22-ed546b987840\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2679c9c2-700f-4ecd-a240-6b96bc13e9e3\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29946bf8-a452-4fa7-96b8-197da1561a50\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.24,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c9df71f-d3e0-4ce5-8cbc-303b7fa1b782\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f138d29-22b6-4fbf-9094-feae52cab632\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a637092-74d0-495a-9173-00e4c0b2cad4\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fb11a6e-8de7-4b57-b2f8-4899849f0f57\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4572ec48-e242-4f5b-ab13-6e9fd70b5bb6\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a482567-61c4-4392-b63d-fb08a0ad6364\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ce9ac10-2b8e-4dc9-a39a-bdf4aea6f7fb\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5cc90ba4-2021-4d48-b209-e854e400d08c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6637fda6-ab3d-46a8-9ab6-1c0c2f9e4292\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72dd5cec-0497-4e14-8223-b709a5ebcb17\",\r\n                                \"text\": \" problèmes\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77f000e8-dc74-4779-833b-739d9acf88fa\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"831b527c-57c7-4432-9d98-f7a8ab8566ba\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84c956cb-4ab0-4e12-a76a-7683b7881573\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"938a137e-d266-4b2a-8a39-98ccfa093fd3\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"966101c4-b469-4e51-99fa-76bf8f8befb9\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30650,\r\n                                \"end\": 31230,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f83a634-2f1a-4500-8422-69a090748419\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a54e80a0-9c51-4498-974d-4e3ca1aa5cc0\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a87998fe-6b7c-4c13-8762-e0717b8a331f\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1f48552-9550-48fd-8f53-3ce51ec99327\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c37e78ca-f64f-476e-97f9-63a84a796c61\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce97532e-bbd0-4dc9-aaef-995f1f2120db\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d19f2de8-c1bc-42ab-a98c-0659de41db0a\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d29b1b00-77ab-422e-b2b8-5ac2c358aac4\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9ae510f-1e73-49a1-97ee-a8e19d321da3\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27890,\r\n                                \"end\": 28270,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec7ee16c-0b2f-4368-800e-0a56d2fb76e4\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f187cf6b-9fa7-49e1-b60d-b26b564cbe28\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"72608ac3-4c56-4088-b015-5979eb440b72\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:22-00:31\"\r\n                    },\r\n                    {\r\n                        \"id\": \"73320c70-56ce-4161-872b-205ae39a7714\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"09698fcc-37bf-4211-82f3-097e333717a8\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b9a0f5d-72ec-4907-b45c-a9ea690a1dcb\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48f2bc23-f9f7-4958-afff-f819a98db659\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"73320c70-56ce-4161-872b-205ae39a7714\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:09-02:11\"\r\n                    },\r\n                    {\r\n                        \"id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"115b8d56-f63a-409d-bcaf-ebb3d8b1f388\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11cef103-1053-4081-a3bd-bbeb9ac0f382\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"172c0f82-e437-4dcf-8e7a-5d12c95c6eef\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18c6635c-9973-4eab-a4e0-a6017874de4a\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19d24bdf-7c5e-4eac-92d5-85cf6109db11\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d8f0629-5093-4b74-9ffc-cccab65fac01\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85900,\r\n                                \"end\": 86040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2080d259-91cb-4707-b638-1726c24f3364\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23434a54-b288-415c-93a1-5f1745369d91\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"244afe3e-4a77-44c1-b825-f46f792ec126\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"282fdd31-591e-43e8-9037-c6cc4e11e3db\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e19fcb1-9325-4483-a785-7368872ed93f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97360,\r\n                                \"end\": 97480,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32361d89-752e-447a-be99-61ff505f0703\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3766b286-e735-4ec1-99c6-7e557790e137\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"408cbf6e-43ed-4838-81b9-8f654a69545b\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"461be3dc-1d5b-4ecd-a25b-b887e82cafd7\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49dd6685-bfc4-4e3b-9216-ee521333f793\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c7fd925-8d3d-4306-bce6-dbe0b0e43c6c\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4dce2ec5-c913-45ab-84ec-c134cbd2de51\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f09e72f-2a38-428e-a94b-dd542aa3fc27\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52c247c4-f5de-4e63-98b2-9eecbafc9362\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86860,\r\n                                \"end\": 86960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54ad710a-464c-4f6b-9ba1-737cf68b7db4\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5de5328b-b039-4ecd-9faf-9e1cfa90ed9f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ec5e2fd-e303-4a0c-9422-aafb675513e3\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5fa8f0b4-b54c-4946-b351-5d334620b617\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62e447d0-8c77-4b4f-96b4-c2cf297c428e\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64c0b762-bde7-4f16-9712-8b93a9f26ea8\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86860,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71f88f34-118f-4f1e-b5e2-0d776c6a2d3a\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72da1007-380f-4174-aacd-360f2ca30353\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77d6af2e-8c86-40ed-8b61-effc8ca78743\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"796fb6f3-98ef-409e-b82e-50282b94bd67\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c74b13f-264c-429c-bb3d-fa43204e0394\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7cdcaf7f-61de-41b1-a94e-71620a4da467\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b4b19ef-9331-4734-9187-3bb727cf90de\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8dc594fe-32f5-4616-9fa6-3243b190efe3\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8fb41a79-ffb6-4bfd-896d-063101ce5b30\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94970dcb-5b45-4703-a2a5-54d74b7d85a5\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a973ce6-9769-4fb0-86a8-1ff6087ed43f\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8297e6b-e286-4b30-a30a-0ac63e5fce81\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8765c03-e41f-4730-9b62-83235dfc1e8d\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a881ab88-f2d1-494c-a132-00d97bc8b4a8\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be30fa42-23bd-4e21-96b8-b6666e77e40e\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3c0a492-30c7-436b-b1ac-03092a1bef0e\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3dd59b4-870d-4c34-bb48-7c9f2c9ed706\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c499c6d8-9303-4582-8a59-569d6a6ab31c\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c68200ba-6735-4c15-877b-ddb0e31fe008\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7f281da-774a-4f57-8c8d-c2daba4acbf2\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf16af27-9e73-4011-9d76-8c3494225f0d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d52964eb-e371-4ed2-b7fe-631c134c1c76\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d68a7625-7267-45e3-a429-730b019556fe\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0b14395-8b41-4582-9bff-944c781a3810\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e83eb851-d8b8-41cf-9716-7294fb4d3df3\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed6f7fea-8e81-4c6a-bcac-430da52f3a92\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f37000ff-7e06-4078-b50a-43986713a4c6\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f92c2dc3-ebbb-4bd3-ab47-3f9da32f52d5\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f98316df-5865-4d90-812b-76eb9338b6e1\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8a615c46-06d6-4adc-9a8a-1347d085131f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:23-01:39\"\r\n                    },\r\n                    {\r\n                        \"id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0025b3fa-eb5b-4845-b113-07927b2dc053\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.02,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07ba44e7-4d1a-4b1a-bae3-604d824bb9cd\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7340,\r\n                                \"end\": 7720,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"093e01bd-8f4f-4564-8d98-9fe980a507c8\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b8d64f9-f169-410e-a07b-c803f559b293\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9820,\r\n                                \"end\": 9960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"15fa0457-ccdd-428e-945d-925fe3a3eca5\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1750da15-ad8c-48bc-9ec2-bcb5f7e48a38\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9400,\r\n                                \"end\": 9660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f2b1e63-8f1f-4e31-afcc-a2251dcc7164\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22291def-bc32-4df6-954c-bfe354805367\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2411c432-9371-470c-99d6-42266aba7893\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c5cd380-397b-41d3-a7fe-0baebdd01ea5\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32a00a5f-d11a-41b0-a652-b05977f5d9f9\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14780,\r\n                                \"end\": 15140,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"336dd70a-9c01-4fbd-b1b8-e6b7a19f7abe\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"33f00760-af51-4e99-8d4c-1e56d91a4b2e\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3896c522-7e91-44c1-99d2-b40ec88b7263\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11740,\r\n                                \"end\": 12120,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c0947f5-3cad-46ef-931b-ea3b809ca051\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a7b9da6-9b2f-4dc1-96d6-31ebf306b046\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5d4b2795-4b3f-4ba3-9877-ec13a0937009\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6225b490-e187-4703-960c-3f14ba478dbd\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65d2d888-8499-4002-bb72-88f112200c44\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18560,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6723dd36-db27-4935-979e-89bec8bcb477\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9400,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68086757-0993-46de-89b3-7e91b19fb61e\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 18000,\r\n                                \"end\": 18500,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69bb7ee1-2677-4347-b771-b9fa9e177065\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8aca10a9-0c6d-42e1-bb4c-bb6ee50a6253\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93cbc3f1-f784-4d87-b4a2-06b073b23de3\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18560,\r\n                                \"end\": 19020,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"940cecf2-6afc-4c30-bbac-063ceaae27a5\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a63266d9-75bf-4e86-bec2-1ff482b72d0e\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13980,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a81d1672-12d0-4010-a924-acf922e0ca8b\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae9342cd-6bdf-4689-a861-4a17bc5bb7bc\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6600,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af4976e1-a472-4cb7-9bef-5fea458c50d1\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2456639-e4cd-4a1a-a01b-b51bc670422e\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9d411bc-cb92-4038-bad9-266860df7bac\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc7acc4c-764a-45b2-adbf-1fa3c1f48607\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcb02259-badf-4e99-aaf3-8a8610f1ed3d\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9020,\r\n                                \"end\": 9080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c8c68464-42e5-47da-a6ad-e88a3023344e\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9020,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cad2e9fa-345c-469b-acf4-711e9ad67ebd\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb5d513a-6821-4f3a-ab3e-7b267ee61b6b\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20220,\r\n                                \"end\": 20700,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccb04246-fb45-4fcd-8cf1-da50d3d32617\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d21e584b-bb59-4163-894a-d8c67a403a23\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d24a80b3-cc87-4735-a89d-554c1d037b48\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d826e051-2fb3-44e0-b082-e60e50d21982\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9820,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e15dbfc4-e010-42cb-8f79-03c33ad6b7c5\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19020,\r\n                                \"end\": 19300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2b809a2-a82b-4384-8489-92405e1f5db8\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14780,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f51a9aec-e55f-4d64-96ea-c4e3a2c88185\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd014f26-d857-4265-8420-59e1a57298aa\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdbb3db0-5962-420a-b7e2-3bdcde3b444f\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a33ac8d4-2693-4c84-8ac9-c460c8ccdf4b\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:06-00:21\"\r\n                    },\r\n                    {\r\n                        \"id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\",\r\n                        \"text\": \"D'accord, merci pour ces informations monsieur Dupont, je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57330,\r\n                        \"duration\": 7620,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"09f9baae-6713-43ef-894c-d1fea47c5343\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24acc1a0-302c-4c89-8270-5f60f795aa6f\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54830,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27c16601-9909-4ac9-9700-1483e295ce07\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ee1da6f-18a3-47de-bab4-a8a358131918\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4199caf6-41ba-4daf-b6b2-8eb73fce9970\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4806f39c-941b-4b0b-b423-6b1b4afe3756\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cf2a355-acb2-4d4f-901a-061ee6452b5b\",\r\n                                \"text\": \" informations\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55a0fee4-15ca-45eb-9bbf-1d356056a202\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56007faa-fbda-40f6-b57e-44b9e4236083\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"595c61f8-d9b9-4fe1-9367-336b6bbbfc79\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e0a8f0b-e230-4446-800e-63af9c9979c3\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56890,\r\n                                \"end\": 57330,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f2fe094-ba89-4dd6-9219-6912f8366f4c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"702facbd-57ae-4340-a599-5407fdc58280\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"765f562b-f934-4f53-8d21-0b45d8855519\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d7babb4-11ad-458f-a440-9229f188f82e\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e27a697-1c6b-4719-9774-605c319b1a6d\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85e05f31-b734-4eac-976f-4615eb4cace6\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53990,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88442597-b9a3-4c1f-8da0-85118973c2ba\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2504395-501c-436e-befd-edd9312c0022\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a47d9791-4275-4c09-b601-188f65b30fdc\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaa5ac85-5550-4bfb-97e0-10bc031f0b33\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"adefff32-cdb3-48ae-a1d7-f22858bec461\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51310,\r\n                                \"end\": 51670,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b280ed81-0688-4b7d-880a-c5bacfdafa05\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c50a8c86-b146-4a8c-b6e0-6bf54ec56e54\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c698cfd8-a42a-4e9a-89e0-604453a66542\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4fd1230-5786-49ec-87b3-3336b9b98957\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d8af1a1b-60cc-4ddf-b4e5-32f483afa0b8\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dca7227a-6d80-45ba-b3b0-9d660e28ac49\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54830,\r\n                                \"end\": 55130,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e476aa68-7ac5-4eb6-a901-836f3afc7f20\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8861def-b18c-41c2-ad88-6ca361558316\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa422095-4df5-4550-8072-133d13bf0c22\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aa4e9df3-4066-4092-9734-d9abc880c1ea\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:49-00:57\"\r\n                    },\r\n                    {\r\n                        \"id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100840,\r\n                        \"end\": 107820,\r\n                        \"duration\": 6980,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03f2b434-c2fc-4d5b-977f-99071ac93a33\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102520,\r\n                                \"end\": 102600,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a81c4d8-2d3e-4119-81d9-028e15f354f9\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12a46e84-d04c-4436-bc7f-7a38d656271d\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"134b7a6a-5f51-4586-8151-bd3f5c9e2cc5\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102600,\r\n                                \"end\": 102820,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3574566b-537e-4a7a-9ca9-7019fbdb374a\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53bee34f-a85b-47cc-aeaf-ce46ab034d3d\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"716e4b10-5792-43d7-8a64-f99447610480\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80efec12-5a82-49cc-a321-ee7dc3c37998\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9998e158-d041-4285-9f18-baac4f4d30c0\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0d60ddc-67d6-4723-b821-3b392e52a8d5\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102520,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5b36e85-a4e3-4a8f-924f-fd52d552405f\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbadc5ab-b0ce-4959-9eec-0e6c39de7a92\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be221bcd-9526-40d7-95ca-39ce79d8accf\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c166f87b-c24d-496a-ad06-5cb146cb587c\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf2898f8-9ea2-4839-a696-c6b4f0f58c52\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9a60c2e-0cce-43ff-9ac1-b5a4b9cc031d\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa1d0fbb-431a-425d-a248-444684d55d27\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100840,\r\n                                \"end\": 101160,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ad58671a-265b-494f-90d9-4bbbc4dc1e39\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:40-01:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. d'accord merci beaucoup de rien monsieur Dupont n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolos Télécom passez une excellente journée au\",\r\n                        \"start\": 132420,\r\n                        \"end\": 164840,\r\n                        \"duration\": 32420,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00055e68-e165-4fcf-9d0c-475b6fca0de6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"01eeb89b-d08b-4f11-a0f8-56b76a75c653\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133640,\r\n                                \"end\": 134100,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"02fdbf6a-9099-4192-8017-bbbfdf4222db\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159220,\r\n                                \"end\": 159460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0362de5d-b571-4475-9f11-1cc5aa63d6df\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"04bf96ff-5a14-4c44-8182-c27ac8dd1bcf\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"06a497f1-5ad5-4bcf-b23e-e56d9ae58e59\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135020,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13ad40e1-9896-459f-9929-5c6fc84be384\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161140,\r\n                                \"end\": 161860,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.82,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18ec09b0-cc5c-4b87-988f-780159a0d6a3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"295c19b0-da9b-4e0e-b06f-6764d4fecb96\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29efc52f-8a3a-4b0e-bf07-4080375c5509\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160480,\r\n                                \"end\": 160760,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b67fb66-c4bb-4318-9cd8-466d839e2c93\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.7,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2cc6a64f-8bc7-406e-9952-a1004d466197\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d2ced7f-cd7c-47d7-b889-8646a44120bb\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f220f8a-d9f1-4e24-bf2b-a64dd74da2d1\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"399b7fcf-0fc3-4dd6-807a-39e7532a0ff0\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b8c5e58-c86e-4288-9954-1ecd92c3ef32\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158000,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41290f0a-b099-4134-9aa9-b7caef72eaaa\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"425fde05-e086-439d-852c-0dd3b221b896\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45faa462-4c72-4e0b-b7af-6293b5a6e4fd\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159220,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49a441f2-1078-4f9d-a3f5-431778054759\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b64b34c-383a-4c47-8e5a-eb9723ee7a76\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5350f297-e307-4716-aeb1-facd11b8de0e\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55097f08-e7cb-4547-b67b-a19e3229cc55\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e128ed7-15f0-4176-a0d6-505dc0098624\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5eb15205-d8a4-4bc0-9b40-86f5e9c4b302\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158000,\r\n                                \"end\": 158080,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f7fb06e-d329-45ee-848b-cf34778cf99b\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162880,\r\n                                \"end\": 163440,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d3ab4ac-62ef-40ae-ae5a-d88d33b94ef1\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164840,\r\n                                \"duration\": 860,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f6cfc7a-d9a8-4184-a41c-62e3fdbb4159\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78c56071-76f6-4574-bf78-f857013ba6be\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132420,\r\n                                \"end\": 133220,\r\n                                \"duration\": 800,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f82909b-aa4b-4838-9867-38ed7ea0c3d5\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160100,\r\n                                \"duration\": 640,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"882f9dff-fdbe-4aae-abd5-ba06eb2fda2f\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ccd2b2c-d8e4-423b-a2cd-656ae43b4ffd\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e8ec808-0b1f-4103-bc8d-b1ca6074b902\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ed22092-afca-471e-b426-8f03adedc53a\",\r\n                                \"text\": \" Diabolos\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162360,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94b99084-0fd0-459b-8aff-5fd91026a0c2\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95a5dbf6-c281-4688-9b50-e4ea79f2d19d\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9754efab-38eb-4ac0-ab2d-c36bc17b396b\",\r\n                                \"text\": \" Télécom\",\r\n                                \"start\": 162360,\r\n                                \"end\": 162880,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ade1a389-2529-458f-8ed5-bfecc1e1497e\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0fd35e0-5b10-483d-836c-346900238cd9\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135020,\r\n                                \"end\": 135420,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b68fe4aa-545b-45d3-9055-c4cb097a13c4\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b834d29f-e413-40f3-a6e4-76029da1589f\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc1e7484-9c2a-42c9-8afe-4b398d69dfdf\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3ad072f-84db-49b6-b129-bb96f3ed0785\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c71ddaf8-8c5e-4c52-bdad-402e2a0d1982\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d939f0ca-b3d9-48fc-bb3a-7ada93174722\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d962c4d3-4e9e-438b-bf65-6e420b9aa1fd\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157020,\r\n                                \"end\": 157780,\r\n                                \"duration\": 760,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dacaa99f-ce9e-4a72-bfed-e3fc72c9a1e0\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155160,\r\n                                \"end\": 155640,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de335129-4fff-4777-abf8-25f1d6914d2a\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155640,\r\n                                \"end\": 156000,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df4fa71e-23d4-4ad5-8b70-fe14342fe08e\",\r\n                                \"text\": \" d'accord\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e393703f-582c-40d3-9078-ee0fdc3fec9f\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e88ce7ac-23f1-475d-82d1-ff92f9c6ffc8\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efb973ba-d85c-4aac-9c90-98ac3c330724\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160100,\r\n                                \"end\": 160480,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2ecd93b-6ab9-4ef3-a228-ec50d2b26393\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b9e65d63-9218-4a4a-8261-d70873c3086d\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:12-02:44\"\r\n                    },\r\n                    {\r\n                        \"id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0c7ad993-7755-44e3-856a-dc5f6e737bf3\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11dfff71-fed0-4304-bcbe-933391af57cb\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1fd7766e-e5d1-4881-a3a6-2cacb4f0a836\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26fa020b-3533-4dcc-a8d9-730c44db5115\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29f5a6c1-d60f-41c6-a4b6-6f3094b401bb\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3008ea9c-3654-45c6-8dc3-11226757c136\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"419cc824-7794-4c13-9c5b-387380ea52f0\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59721cab-976d-43f8-8bd7-9f6f2562561e\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39610,\r\n                                \"duration\": 780,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5aacd398-7ff8-4900-9b64-c838783bd67c\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33250,\r\n                                \"end\": 33470,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e9666ec-f51c-4c7b-a1f3-61765313b0ef\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6afca4dd-725f-495e-9675-7d40bce4d8c7\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cb01b95-60e3-47c5-a1c0-19221b555e0d\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"810f1dcb-cdf7-4f9d-9fe6-39913a2f2021\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"847f6163-4d04-4291-9539-82af80d0898f\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f589c5c-1e50-4e9e-b229-055006ba42b8\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97534e79-0e05-419d-8f63-6a73c40e8733\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a9f354e-40f3-4230-8a24-dacedaf1da4e\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8613aa6-f3d4-4244-a42d-1a6b79714bc9\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd77e621-802b-4d9e-8079-58fb5dbd5522\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e00f6e81-415b-46d3-99b9-65997a61a850\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7c56dcc-c08c-4ad1-8db9-c1283f18e7fc\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f94cd8a1-aa2e-4b30-be2c-368072a333e3\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33250,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5f906ff-8516-4e12-82d8-3848b3e0e6d2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:32-00:48\"\r\n                    },\r\n                    {\r\n                        \"id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\",\r\n                        \"text\": \"revoir merci\",\r\n                        \"start\": 166920,\r\n                        \"end\": 167400,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"045029a9-dc14-4fca-a6a5-bb975dae9405\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167400,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c23f43d-04a0-452d-b0f0-2607da0ce4ad\",\r\n                                \"text\": \" revoir\",\r\n                                \"start\": 166920,\r\n                                \"end\": 167260,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"db36447a-c6aa-4a56-84c2-c5435bf47a17\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:46-02:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0aa80fba-3288-4ada-aea1-313a5bc1b989\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e5e817a-29bc-41e3-b051-13a79de454c8\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e7abfbd-ae4e-4b8f-b424-ed7708793f3a\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d87df74-4469-46f8-826e-9c2412ba300c\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1df8ca98-3f5d-400e-b8c7-d0ed701cf3a6\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21702083-42c3-488d-a553-575e22d79053\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2408c14d-1029-426a-8b28-b60b3a728ffe\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2da16608-c5db-47b7-9760-b382799478d9\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e43393a-e2a3-4b53-92f1-4a0ad8a95cf1\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35759e46-b053-456c-806e-acab0677b7df\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3cbd48b2-37ef-4829-b67d-c41acda1fbcd\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ce6ddb0-631f-457e-a58c-795438e48dda\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"601be200-7e8b-4ec9-b107-04eb9af821d5\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6297c8a1-9361-4112-88ea-b22de0be07e4\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7008395a-ba30-428d-a122-a9bc467b1e28\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"895cdea1-b498-464e-8af7-fea4c9116fef\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8fab5073-4b54-4ae1-bd51-231d17cd4fe6\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72260,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"945238e8-c321-4a76-89d1-ce62e2320511\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2f13bd0-8991-4275-8b25-a07bcef0bfa1\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6c98edc-4768-4095-aab7-77c92f4a2cb5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca497102-fa8f-495a-952d-971e43c7d913\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.53,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce0e47d5-9054-4f44-b5c3-20909bd65a58\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5749437-c404-45f9-80a6-52a50b44d217\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df9b1777-1519-4764-945f-29f95c421c9f\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1f86db4-05c0-4f6e-aeb9-5223a0ce16da\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3d9c6eb-427a-4fcd-8d91-69919e191900\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5c66e88-3d66-4837-8fcc-49e59f7123ab\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:11-01:17\"\r\n                    },\r\n                    {\r\n                        \"id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne Internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"05a58ce4-180f-4084-970e-4a11f7fc6fbe\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111370,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"120843a7-b92e-4d1b-abad-6e901e2b1cfd\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1418d40d-3774-4796-bcfb-3bcf0b5921c2\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b0c049f-875f-4a59-903f-2a17c8a2f96c\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2521711e-4455-42a9-86cd-257806f59c3a\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25fd0ef5-6d46-4987-bfa2-7cd5b562244b\",\r\n                                \"text\": \" Internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123490,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26553a27-5462-4e24-ac7c-3ce3a1248d70\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a32b9c2-c348-4456-a548-cce6f2ca314d\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32e44538-4418-4c0b-af41-b5243e1de579\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3380ea9c-e7a3-46cd-a418-ffde0341b8bb\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a3e235b-ec15-4b33-8c4f-7f2db5322786\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45da3c08-cec9-4b6a-beff-2f93b0bcb044\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119410,\r\n                                \"end\": 119850,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"469889dd-784f-4e1a-971a-d786a6ba1b89\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54f65428-00c7-4ac4-8183-bec3170b354d\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62af7a17-5f75-47db-8dcd-c6d0b57df135\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119410,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"693f5a3b-0040-424c-a483-dd153e7481f2\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c76d39b-e4ea-4793-859a-73d44cee767a\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7afe668a-4928-4e0b-92c4-40f576d9b16a\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d586a7b-56de-45af-9470-0b2812e93c41\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82f3fb1b-3fda-4641-b249-7f9fdfa588a0\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86b9e80e-437b-498f-b284-ebcae6cf80c0\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86d74c18-0859-4c78-a8fa-f1ba64c649fe\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"879fb6ae-230a-454a-ade3-0f8a55367c87\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8953f4b6-3d10-4dab-bd41-47b145d21e6d\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a3b11dd-c4c8-4dde-9aa9-4bb036c9072b\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b91139f-ab78-4176-96d3-6023175ea83c\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cf5d232-98fb-4a3c-bd8f-d16cbea3802d\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f364640-69f5-4017-afb2-0884d8a9463e\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94398f50-c787-4f48-87de-80a934bb46a1\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a57fd2e5-09fc-42ac-bbbf-bf3d40285c3a\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7bcb82b-4369-4b60-8772-d25b035fbdf0\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab365cc7-b5d9-40d5-b27e-35669ba76999\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126550,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad415a63-697b-45aa-8872-71b37d42247e\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ada8a846-756b-43cc-a416-7391246617d1\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aee160a9-cd7a-4004-9e66-86bbe12ea8f6\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1832afa-2031-4a42-b20f-f4a81e57a351\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b796b6b7-a8b5-4608-ac56-2b349dbe743a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb35bdcf-cede-4a53-bbfe-62a667fe30cc\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"beeb0133-d44e-43f7-9e35-9eb3ff4526be\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1e1603b-de0b-4858-bbee-e8012b1a800e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2ab482e-a223-4e4a-b7e8-62d21f3dfa6b\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb68da90-bed2-40ae-95ed-b1813f6ef3a8\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce76be8c-c756-4108-a6f9-58785db5c124\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2e0abd5-3928-4b3a-b29a-66d0fbe6b741\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126550,\r\n                                \"end\": 126830,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d35154d8-07ed-4b46-b2c7-4a58e1b2d9d9\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9c0fff5-b057-4195-a0a8-5d3123f48490\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db8ab954-9053-4cff-af31-0bbe94f915cb\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e64503ce-39b3-4e17-9b8f-c755de3d3d71\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eeb456c0-a225-4314-a44c-d9e54c42a6bd\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f33f6809-4bc2-46b1-bd17-5339b4ee3234\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa06a637-26d8-4bff-8e00-6ceab1abbd06\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb53b43d-fdc7-46c2-aa16-5d263df8fab3\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"eeabe53d-b217-4a17-85ef-6ac77182e759\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:50-02:08\"\r\n                    },\r\n                    {\r\n                        \"id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 141080,\r\n                        \"end\": 145960,\r\n                        \"duration\": 4880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"097d5c38-74b1-4895-9db6-d541ed3ee378\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.59,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09cfdd7a-e40c-419b-9087-8de2c79d097c\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 141080,\r\n                                \"end\": 141360,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55d7ac92-f7b1-47ba-b3c0-5f5cc1a4ea84\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"861bed09-50eb-4a11-b124-db281fd963fe\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.67,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d89cd07c-6f85-4251-aaf8-264d3a934b64\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143840,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea1c3b4d-4875-4d73-b464-90c1d0dbe068\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143840,\r\n                                \"end\": 144140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1a0615e-5232-4a7f-b02b-81f65b8662bb\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141940,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fecf750e-0541-49a5-ae6f-357a8a8139cc\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f09657fc-d117-4b2a-a7ad-4ed85196cb7a\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:21-02:25\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"0c727ac6-805e-4a0e-9094-4f5722b899fd","name":"Get transcription status/result (single speaker voicemail)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/832279bb-2d1f-4e78-882a-65fbed723264"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"832279bb-2d1f-4e78-882a-65fbed723264\",\r\n        \"audio_id\": \"501aa5ad-cb18-4e5a-8003-a1e59af1fa05\",\r\n        \"status\": \"transcript-available\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 60336\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Poulpe Assurance Bonjour, c'est Alain Dupont à l'appareil. En fait, j'essaie de joindre votre service client parce que depuis ce matin, j'ai un problème avec ma box internet. Je n'arrive pas à me connecter à internet. Je suis client chez vous et là, je suis obligé d'utiliser la 4G pour me connecter. C'est la troisième fois que ça m'arrive ce mois-ci. Je trouve ça inacceptable. table. J'ai beau essayer de redémarrer la box plusieurs fois, ce n'a pas résolu le problème. C'est pour cela que je vous appelle afin de solutionner le problème. Donc si vous recevez mon message vocal, n'hésitez pas à me rappeler et sinon de mon côté aussi, je vais rappeler ultérieurement. Merci, au revoir.\",\r\n                \"diarized_text\": \"Client: Poulpe Assurance Bonjour, c'est Alain Dupont à l'appareil. En fait, j'essaie de joindre votre service client parce que depuis ce matin, j'ai un problème avec ma box internet. Je n'arrive pas à me connecter à internet. Je suis client chez vous et là, je suis obligé d'utiliser la 4G pour me connecter. C'est la troisième fois que ça m'arrive ce mois-ci. Je trouve ça inacceptable. table. J'ai beau essayer de redémarrer la box plusieurs fois, ce n'a pas résolu le problème. C'est pour cela que je vous appelle afin de solutionner le problème. Donc si vous recevez mon message vocal, n'hésitez pas à me rappeler et sinon de mon côté aussi, je vais rappeler ultérieurement. Merci, au revoir.\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\",\r\n                        \"text\": \"Poulpe Assurance Bonjour, c'est Alain Dupont à l'appareil. En fait, j'essaie de joindre votre service client parce que depuis ce matin, j'ai un problème avec ma box internet. Je n'arrive pas à me connecter à internet. Je suis client chez vous et là, je suis obligé d'utiliser la 4G pour me connecter. C'est la troisième fois que ça m'arrive ce mois-ci. Je trouve ça inacceptable. table. J'ai beau essayer de redémarrer la box plusieurs fois, ce n'a pas résolu le problème. C'est pour cela que je vous appelle afin de solutionner le problème. Donc si vous recevez mon message vocal, n'hésitez pas à me rappeler et sinon de mon côté aussi, je vais rappeler ultérieurement. Merci, au revoir.\",\r\n                        \"start\": 1140,\r\n                        \"end\": 54300,\r\n                        \"duration\": 53160,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"08930b11-c281-4707-afc0-2842327cf259\",\r\n                                \"text\": \" j'ai\",\r\n                                \"start\": 11380,\r\n                                \"end\": 11620,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09531b33-7c19-460f-ab7d-4955bbd3b159\",\r\n                                \"text\": \" Assurance\",\r\n                                \"start\": 1900,\r\n                                \"end\": 1900,\r\n                                \"duration\": 0,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0be3ee08-7a08-4554-b478-1c22ec45fa48\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 11680,\r\n                                \"end\": 11980,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f8f17a4-6303-4d10-b02a-f0a1a64485d2\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 4780,\r\n                                \"end\": 5260,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"107c81d5-4759-4370-9bfc-e0e5332672cc\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 23340,\r\n                                \"end\": 24000,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10ba4104-8695-44c8-88da-bccd3c7f4afe\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 15540,\r\n                                \"end\": 16000,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11acda98-b931-47f4-81e4-288444cbe52e\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 35100,\r\n                                \"end\": 35480,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12c5d4ca-e908-40ec-a5ce-0b6deb58bd06\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 17600,\r\n                                \"end\": 17780,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12e25759-a0be-4700-98da-82fc1979c0cc\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 15500,\r\n                                \"end\": 15540,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16641778-6030-4707-84b5-ad6e116799b0\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 4000,\r\n                                \"end\": 4340,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a060694-b1e5-42a4-9fe4-2065ec9a9eee\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 31980,\r\n                                \"end\": 32640,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c6d5d87-daa5-4436-af29-4a3915617aae\",\r\n                                \"text\": \" joindre\",\r\n                                \"start\": 7400,\r\n                                \"end\": 7740,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cd2b4b1-61aa-4062-843f-dcbebab62b31\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 31160,\r\n                                \"end\": 31600,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2022693e-af83-4ee0-9a4d-b7fec8fded92\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 5900,\r\n                                \"end\": 6140,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20259e03-9760-4c9a-8420-df72875ead7b\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 33940,\r\n                                \"end\": 34740,\r\n                                \"duration\": 800,\r\n                                \"probability\": 0.51,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"207b40b5-7a7e-47b3-ac50-f9af798431a9\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 7200,\r\n                                \"end\": 7400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"236fc14f-11b6-4fe5-9db1-d6b766ab0c41\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 32640,\r\n                                \"end\": 32759,\r\n                                \"duration\": 119,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24009e6d-4723-492f-a89a-b3a80bd80258\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 53980,\r\n                                \"end\": 54300,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2791415b-7d41-4c68-a1b4-80dab9dc4ce2\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 26260,\r\n                                \"end\": 26680,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a6c425d-45bf-4b9f-984d-247a3da25a76\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 27840,\r\n                                \"end\": 28320,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c67935d-54ad-4444-bed4-a65deee87e23\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 50440,\r\n                                \"end\": 50600,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"351b720e-2b91-4922-b922-5dd71ec41471\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 19660,\r\n                                \"end\": 19760,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c5d4fcd-462e-414c-a2a6-a636a170457c\",\r\n                                \"text\": \" ultérieurement.\",\r\n                                \"start\": 51140,\r\n                                \"end\": 52120,\r\n                                \"duration\": 980,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fdf760e-7cd1-4db9-9989-81754952e8fe\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 35480,\r\n                                \"end\": 35620,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41b20d0b-54d2-47d8-874c-ff0a1cb99052\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 12360,\r\n                                \"end\": 12560,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"426adde9-9307-4b0a-ad4e-333bbd4b4052\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 43540,\r\n                                \"end\": 43940,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"428bdaa9-9808-4d57-86b0-d8bec3a9e5f6\",\r\n                                \"text\": \" message\",\r\n                                \"start\": 46100,\r\n                                \"end\": 46400,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4546b8f1-df57-49d5-9d84-1fbf8215825d\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 37600,\r\n                                \"end\": 37700,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c31278f-36ea-4a11-a77b-88ed53648372\",\r\n                                \"text\": \" là,\",\r\n                                \"start\": 19120,\r\n                                \"end\": 19560,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c78f7b1-abd9-4b92-9203-4b2fa4bf107c\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 45960,\r\n                                \"end\": 46100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d1a9bb4-eabd-4237-a5b1-996c856137ff\",\r\n                                \"text\": \" Poulpe\",\r\n                                \"start\": 1140,\r\n                                \"end\": 1900,\r\n                                \"duration\": 760,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55333b5c-8d7b-4e0f-81d0-5d4f83b02d1e\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 45080,\r\n                                \"end\": 45320,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.41,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55b64940-77b4-4ea9-8954-edee6a78a58a\",\r\n                                \"text\": \" m'arrive\",\r\n                                \"start\": 25500,\r\n                                \"end\": 25780,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55eeb5d8-2066-4b7a-ac91-ef9dda6813fe\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 36860,\r\n                                \"end\": 37600,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"58cfab6d-e370-4cec-b106-a12e86c65bd4\",\r\n                                \"text\": \" afin\",\r\n                                \"start\": 40760,\r\n                                \"end\": 41620,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b57aaf4-06a2-424c-8255-c8353f85db6b\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 16000,\r\n                                \"end\": 16020,\r\n                                \"duration\": 20,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"601f9571-c460-45a1-be41-c33432bedd08\",\r\n                                \"text\": \" parce\",\r\n                                \"start\": 9260,\r\n                                \"end\": 10300,\r\n                                \"duration\": 1040,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63154600-be2c-43f7-84e5-709993b1d733\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 43440,\r\n                                \"end\": 43540,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67656327-26f5-4407-b479-dd4a9b607fdc\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 48080,\r\n                                \"end\": 48100,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"696a9b94-f8a2-4355-8b60-50bf47ed9f9d\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 16020,\r\n                                \"end\": 16379,\r\n                                \"duration\": 359,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b6b8c45-6fc0-416a-a0d6-c6e2817adb97\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6badfe40-4d02-440b-9696-7fd42797995a\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 32759,\r\n                                \"end\": 33020,\r\n                                \"duration\": 261,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e867c05-7ef0-4f73-a9d8-fddf5c35a89a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 38340,\r\n                                \"end\": 40060,\r\n                                \"duration\": 1720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e8928c7-00e8-49d0-b975-39632ba2e6cb\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 23140,\r\n                                \"end\": 23340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7442487f-5f75-466d-94be-d346f3d73f5f\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 17300,\r\n                                \"end\": 17600,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75b42f3c-3abe-40fc-9223-8639999e594b\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 28320,\r\n                                \"end\": 28620,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.43,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"760e358f-43a8-4ff1-8a3b-9f2f2fa3f5f9\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 24700,\r\n                                \"end\": 25020,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7727d14d-f6e1-47a4-ae61-79d0d851c5a3\",\r\n                                \"text\": \" beau\",\r\n                                \"start\": 30960,\r\n                                \"end\": 31160,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7909475b-06f3-4607-8922-a7df4ea8cf6a\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 15440,\r\n                                \"end\": 15500,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a91baf8-16cd-46e2-aeae-12ef35a51395\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 8440,\r\n                                \"end\": 8820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7cc1e787-ba45-4599-bd95-4bc8e092f1f5\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 15220,\r\n                                \"end\": 15440,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8066ab85-1ee7-4d30-8c44-da8b76e60163\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 48520,\r\n                                \"end\": 49020,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81cf1f5d-7795-4ac2-9462-e31f0c3da853\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 11040,\r\n                                \"end\": 11280,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"867f62e8-a548-44f8-97bb-cfb787915ebf\",\r\n                                \"text\": \" obligé\",\r\n                                \"start\": 19760,\r\n                                \"end\": 20380,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86a0ed7f-aeaa-4bae-9c88-8be2a233b574\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 33020,\r\n                                \"end\": 33400,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"881deefc-405b-44ba-9a0b-519a1156fbe0\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 47720,\r\n                                \"end\": 48020,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"896a32b3-2762-43b9-a082-c6f79502d9c2\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 4680,\r\n                                \"end\": 4780,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b825b53-07cb-4f2b-b1d8-6e70ff663d98\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 18080,\r\n                                \"end\": 19120,\r\n                                \"duration\": 1040,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90bc6771-0ad1-495d-99d6-f8b9bd92f744\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 40060,\r\n                                \"end\": 40420,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90f34eb6-614a-4e31-91d3-dee32d2a2107\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 45320,\r\n                                \"end\": 45480,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93ac5b7c-0928-4b2f-b407-cf0978fe03d1\",\r\n                                \"text\": \" En\",\r\n                                \"start\": 5420,\r\n                                \"end\": 5900,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94174676-3b80-49d1-82eb-91e99ccb86e5\",\r\n                                \"text\": \" recevez\",\r\n                                \"start\": 45480,\r\n                                \"end\": 45960,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9524eb95-f2e8-4dde-8b89-5e5ffdc65feb\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 52580,\r\n                                \"end\": 53180,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97d70b29-602c-4782-a7b5-56310a265cad\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 27680,\r\n                                \"end\": 27840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97fe8566-6a83-45a4-a754-2404598d08e1\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 48020,\r\n                                \"end\": 48080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99b98912-4c90-450f-b763-cb504c5f46d5\",\r\n                                \"text\": \" rappeler\",\r\n                                \"start\": 50740,\r\n                                \"end\": 51140,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9bd80aac-8e46-4e96-8fc7-6b4cbec5d8b0\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 11620,\r\n                                \"end\": 11680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c170a5d-c1cc-4659-b44f-4758e33d0851\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 47020,\r\n                                \"end\": 47720,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c2496c5-9273-437a-9bd5-aa3567e714bb\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41620,\r\n                                \"end\": 42040,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d1c5d60-f6db-4415-942d-3bbcf1303edc\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 33400,\r\n                                \"end\": 33800,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4d98e40-05b3-4406-a5c2-d75c1cf25d8f\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 4340,\r\n                                \"end\": 4680,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a962436c-048f-4c8e-83d9-476e7ac4ad67\",\r\n                                \"text\": \" j'essaie\",\r\n                                \"start\": 6180,\r\n                                \"end\": 7200,\r\n                                \"duration\": 1020,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a980f397-0b7a-4439-9825-9740cd612e13\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 25020,\r\n                                \"end\": 25220,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad59cf07-33f7-4cf9-973b-553ef91fcb60\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 35620,\r\n                                \"end\": 36020,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad6456da-ba51-4c5b-95d6-0e11f66f7ffa\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 24680,\r\n                                \"end\": 24700,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aeea0633-f267-4232-8b4b-ec08a80915e0\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 49640,\r\n                                \"end\": 49780,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af0d4294-c1ef-4db4-8176-ded99d9913aa\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 19580,\r\n                                \"end\": 19660,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2228850-4f5e-4e32-8b1f-ea3899db23a1\",\r\n                                \"text\": \" trouve\",\r\n                                \"start\": 27480,\r\n                                \"end\": 27680,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4f2e1e4-ebaa-47c1-9c69-9b333ca73ab4\",\r\n                                \"text\": \" aussi,\",\r\n                                \"start\": 50080,\r\n                                \"end\": 50360,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b52a7a66-af4e-4b8c-8537-fe2377963814\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 37700,\r\n                                \"end\": 38000,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6d807cf-40ae-41e5-8855-3cb003abdbe3\",\r\n                                \"text\": \" c'est\",\r\n                                \"start\": 2260,\r\n                                \"end\": 4000,\r\n                                \"duration\": 1740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bce7de6a-89fd-4022-96dc-9ef9b393b2fe\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 25780,\r\n                                \"end\": 26260,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf974bdd-3f7e-43ff-89fe-02ffdc64a929\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 11980,\r\n                                \"end\": 12360,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c496a9cb-b432-41ae-a33e-aa36b1719edb\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 17080,\r\n                                \"end\": 17300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5f046df-a890-4e09-a994-ec0ad29fd210\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 27000,\r\n                                \"end\": 27480,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc1b6a3e-a0f6-4f81-b5df-f45a687ec074\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 50600,\r\n                                \"end\": 50740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc459e1e-5c5e-4d25-823d-2487114e097b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14520,\r\n                                \"end\": 15000,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccb1bb8f-6381-4a5a-b045-54a944d464c0\",\r\n                                \"text\": \" appelle\",\r\n                                \"start\": 40420,\r\n                                \"end\": 40760,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd1e08c4-123b-4781-b061-03423f99bb89\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 49420,\r\n                                \"end\": 49640,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd74beed-9b95-47fe-b3f9-43583082c8bd\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 12780,\r\n                                \"end\": 13420,\r\n                                \"duration\": 640,\r\n                                \"probability\": 0.34,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce34f13b-7613-4c31-87d8-e473d4aa36df\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 31600,\r\n                                \"end\": 31980,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce44e037-8824-4df2-b000-4b62da0c9653\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 25220,\r\n                                \"end\": 25380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfb964d3-b351-4051-87b7-1df947d1a102\",\r\n                                \"text\": \" sinon\",\r\n                                \"start\": 49020,\r\n                                \"end\": 49420,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d06c54a7-e472-46ac-a675-191067558500\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 10300,\r\n                                \"end\": 10560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0c27cc2-c142-4555-9306-a5288aff51e5\",\r\n                                \"text\": \" solutionner\",\r\n                                \"start\": 42040,\r\n                                \"end\": 43440,\r\n                                \"duration\": 1400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1e14fb5-52bb-4d02-8374-dc040305565a\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 24100,\r\n                                \"end\": 24680,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d281ce30-922a-4881-9bd6-8bcbcd1dbdcc\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 34980,\r\n                                \"end\": 35100,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d67c7613-dd02-4bb6-9706-96ae3e448371\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 38000,\r\n                                \"end\": 38340,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbdfaa89-2cdd-491d-ba8f-2b79bd21472b\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 17780,\r\n                                \"end\": 18080,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc295375-ad64-4d74-affb-9b5291f3235f\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 10560,\r\n                                \"end\": 10880,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de0ec5ee-caf7-476c-8ae2-9019cff626a8\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 8820,\r\n                                \"end\": 9260,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df318576-0145-468f-8698-5c2a3a0ae551\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 30200,\r\n                                \"end\": 30960,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df53de14-fd18-4081-8844-49788558b957\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 10880,\r\n                                \"end\": 11040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e138203a-4ee6-43c6-b468-95e6dda71622\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 7740,\r\n                                \"end\": 8440,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e27fc3a3-d83b-4f60-ade5-48e936a7ce9f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 22840,\r\n                                \"end\": 23140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e359c7ec-408a-4715-977b-cfd36eb6f317\",\r\n                                \"text\": \" Donc\",\r\n                                \"start\": 44480,\r\n                                \"end\": 45080,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5ba047c-116a-456d-b662-15244433c522\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 15000,\r\n                                \"end\": 15220,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5d8e252-f071-4830-bfc0-73b6c45a600a\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 25380,\r\n                                \"end\": 25500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8691c8e-c768-462f-b265-bd1c1c89422a\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 34740,\r\n                                \"end\": 34980,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8861213-a907-46da-9764-58021d25dfd9\",\r\n                                \"text\": \" rappeler\",\r\n                                \"start\": 48100,\r\n                                \"end\": 48520,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e97a0707-3477-471b-8fd7-06e83caa6d72\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 12560,\r\n                                \"end\": 12780,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea5e75f3-2a94-4d44-9798-f622f2431c36\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 21420,\r\n                                \"end\": 22840,\r\n                                \"duration\": 1420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f622d4f5-00ca-486f-a26c-eea939beb55e\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 1900,\r\n                                \"end\": 1900,\r\n                                \"duration\": 0,\r\n                                \"probability\": 0,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f6e730d5-6b4d-473b-b82f-275c02d07eb4\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 16600,\r\n                                \"end\": 17080,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f855e317-4f64-403a-a81b-f37b445b8cea\",\r\n                                \"text\": \" côté\",\r\n                                \"start\": 49780,\r\n                                \"end\": 50080,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8607f66-fa43-4cd7-a1cf-c512b3f42cb2\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 53420,\r\n                                \"end\": 53980,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa076a72-ff9a-4af9-b0c0-11def8e82396\",\r\n                                \"text\": \" vocal,\",\r\n                                \"start\": 46400,\r\n                                \"end\": 46740,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe7a9974-be8d-4d52-9d09-dc3d3613b0ee\",\r\n                                \"text\": \" d'utiliser\",\r\n                                \"start\": 20380,\r\n                                \"end\": 21220,\r\n                                \"duration\": 840,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4a5f0922-91b3-4244-b1e1-f91f42c06151\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:01-00:54\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"47e06151-24d7-4d70-8e5c-ce88b3b7696a"}],"id":"c7bb2273-9768-446c-91b2-d25620ee5521","description":"<p>Our multilingual transcription model will provide you with precise timestamped transcription with :</p>\n<p><strong>Text</strong> : Raw textual transcription</p>\n<p><strong>Diarized text :</strong> Transcription including Agent/Client \"chat\" lines</p>\n<p><strong>Detailed segments :</strong> Objects including plain text, speaker identification, start/end timestamps, duration, words (<em>objects including same attributes as segments</em>) for fine-grained transcript usage</p>\n<img src=\"https://content.pstmn.io/c3faf9c9-340e-4e14-b706-8b5f468ad011/YVcxaFoyVXVjRzVuLnBuZw==\" alt=\"Audio%20transcription%20result%20example\" width=\"100%\" />","_postman_id":"c7bb2273-9768-446c-91b2-d25620ee5521"},{"name":"Audio-based analysis","item":[],"id":"aeb16c28-6516-497c-b403-15228ebceaa5","_postman_id":"aeb16c28-6516-497c-b403-15228ebceaa5","description":""},{"name":"Transcription-based analysis","item":[{"name":"Detect the reason for contact","item":[{"name":"Detect the reason for contact from previously transcribed audio","item":[{"name":"Detect the reason for contact from previously transcribed audio","id":"9a80abcd-4d9f-4927-86f1-e6bdd28ae981","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"contact-reason-classification\",\r\n    \"job_id\": \"\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\",\r\n            \"tasks_parameters\": {\r\n                \"input_parameters\": {\r\n                    \"contact_reason_classification\": {\r\n                        \"reasons\": {\r\n                            \"Order\": \"New product purchase\",\r\n                            \"Delivery\": \"Issue with delivery, delivery request\",\r\n                            \"Return\": \"Request to return delivered products\"\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}"},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-reason-for-contact-detection\">WebHook callback reception on successful reason for contact detection</h5>\n<p>Detect the main reason for contact of your customer requests, from an input set of reasons, from previously transcribed audio, and receive a webhook callback (POST request) on successful reason for contact detection, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful reason for contact detection, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"618d7a3a-9fe4-4726-9078-aae1a1c11d1d","name":"Detect the reason for contact from previously transcribed audio (Object input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"contact-reason-classification\",\r\n    \"job_id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\",\r\n            \"tasks_parameters\": {\r\n                \"input_parameters\": {\r\n                    \"contact_reason_classification\": {\r\n                        \"reasons\": {\r\n                            \"Car Accident\": \"Car accident\",\r\n                            \"Internet Issue\": \"Internet issue\",\r\n                            \"other\": \"Another topic\"\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4?expires=1742575237&task=transcription-to-ai-insight&signature=9521207a5b9e8ab26b8e88206b7cd9950230600d483e86da9747386aaa466570\",\r\n    \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\"\r\n}"},{"id":"b02da3a6-6eb8-43f2-a167-2fa7290d3de5","name":"Detect the reason for contact from previously transcribed audio (Array input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"contact-reason-classification\",\r\n    \"job_id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\",\r\n            \"tasks_parameters\": {\r\n                \"input_parameters\": {\r\n                    \"contact_reason_classification\": {\r\n                        \"reasons\": [\r\n                            \"Car accident\",\r\n                            \"Internet issue\",\r\n                            \"Another topic\"\r\n                        ]\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b?expires=1742575485&task=transcription-to-ai-insight&signature=4c4eb45af9a9ee6acca9051d5dfd073cee61bcdecb09ae6845fdf0bb49ab0144\",\r\n    \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\"\r\n}"}],"_postman_id":"9a80abcd-4d9f-4927-86f1-e6bdd28ae981"},{"name":"Get reason for contact detection status/result","id":"3126501e-02d1-40b3-bd6f-7f6db0c5bf9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"52a98e30-9127-4d76-9c85-e47ba43a93f5","name":"Get reason for contact detection status/result (Object input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\r\n        \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 333461\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\r\n                \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\",\r\n                        \"text\": \"D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\",\r\n                        \"start\": 96070,\r\n                        \"end\": 105600,\r\n                        \"duration\": 9530,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0e0564f6-cb57-4b1e-9631-c97c07255a94\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 98440,\r\n                                \"end\": 98680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"151afb7e-b83a-4a44-a50f-e36f707d1af0\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 104900,\r\n                                \"end\": 105040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1abdeb2f-a1f6-4d6d-bb96-dc7346d6356e\",\r\n                                \"text\": \" A-t-il\",\r\n                                \"start\": 104320,\r\n                                \"end\": 104900,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d7b0425-76ab-4c2d-8a67-2989ed0a1812\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 103660,\r\n                                \"end\": 103800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dc1cced-c2d0-420a-a7b6-f16d99f19dcc\",\r\n                                \"text\": \" place\",\r\n                                \"start\": 103800,\r\n                                \"end\": 104040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22eaee42-b5b2-418d-b4ad-1855cc50b866\",\r\n                                \"text\": \" d'apprendre\",\r\n                                \"start\": 97340,\r\n                                \"end\": 97660,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24072f8a-8643-4255-ace5-355c2eb7a16d\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 96660,\r\n                                \"end\": 96800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31353533-e47f-4ffb-8b67-068641c9a750\",\r\n                                \"text\": \" amiable\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102200,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d9751b4-1a03-434c-8fc4-6ed72a890fac\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 102200,\r\n                                \"end\": 102620,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"436fd9a1-dcd6-4568-abb1-2010bb3ae2bf\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43a16622-8b71-4bb0-a30f-aedfd30c7af4\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 104040,\r\n                                \"end\": 104320,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ea61375-9aeb-478a-8e26-5a61b1910615\",\r\n                                \"text\": \" détails.\",\r\n                                \"start\": 99780,\r\n                                \"end\": 100140,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"681dd8e2-d68d-4518-a216-c125028c9d74\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 96070,\r\n                                \"end\": 96480,\r\n                                \"duration\": 410,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b8cc239-5cb4-4510-8410-ec46437f3878\",\r\n                                \"text\": \" heureux\",\r\n                                \"start\": 96920,\r\n                                \"end\": 97340,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74291255-19c9-478b-a043-a7669cbf32ef\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 105380,\r\n                                \"end\": 105600,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76580923-3d1c-431e-acb9-5e23da48a850\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 101340,\r\n                                \"end\": 101420,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"865ec8ae-c146-43a4-af1b-5ef9499c6a94\",\r\n                                \"text\": \" n'avez\",\r\n                                \"start\": 98040,\r\n                                \"end\": 98240,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87bc7cba-6a79-4f9a-b7a0-6b8cf9d55e77\",\r\n                                \"text\": \" blessé\",\r\n                                \"start\": 105040,\r\n                                \"end\": 105380,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87e61591-a18e-4ff8-bee1-a0a351e0a884\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 97900,\r\n                                \"end\": 98040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1b5b9b6-6042-42f5-9ba7-a18c24f4a214\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 103040,\r\n                                \"end\": 103660,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a70bd99b-e124-41f6-baae-085e7ca043de\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 99440,\r\n                                \"end\": 99620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba4df583-d745-447b-9d3c-07fbdb5347ad\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 99140,\r\n                                \"end\": 99440,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7472ba4-691f-4f70-aaa9-611dfe852bb6\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 96800,\r\n                                \"end\": 96920,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da24fb5b-c41c-4c23-82fc-6fbc3c19a76b\",\r\n                                \"text\": \" rempli\",\r\n                                \"start\": 100960,\r\n                                \"end\": 101340,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcd255a8-65e9-4f1d-9cf3-ebeebc94f6f3\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 100540,\r\n                                \"end\": 100960,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0e942ce-3164-4eea-8fd3-c3ada7503855\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 97660,\r\n                                \"end\": 97900,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e217dbf8-fd95-4c75-b4d9-de3f69996f2d\",\r\n                                \"text\": \" l'autre\",\r\n                                \"start\": 102620,\r\n                                \"end\": 103040,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f17b4243-aa8b-4955-a410-3ae98604966a\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 99620,\r\n                                \"end\": 99780,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc07e068-01e0-4f27-af91-7641b0e8648c\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 98240,\r\n                                \"end\": 98440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe5bdae2-a80e-464f-8427-21d9cfefb268\",\r\n                                \"text\": \" blessé.\",\r\n                                \"start\": 98680,\r\n                                \"end\": 99100,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:36-01:45\"\r\n                    },\r\n                    {\r\n                        \"id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\",\r\n                        \"text\": \"Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\",\r\n                        \"start\": 106460,\r\n                        \"end\": 116000,\r\n                        \"duration\": 9540,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01a549c4-2bb6-4004-8ebe-f1aab715cfa8\",\r\n                                \"text\": \" reconnu\",\r\n                                \"start\": 111460,\r\n                                \"end\": 111860,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28984b08-e943-4aa8-b611-7b4ef0f16369\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 108520,\r\n                                \"end\": 108640,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f2d1d3c-9cb4-4db5-a70c-c48d5fd27435\",\r\n                                \"text\": \" sa\",\r\n                                \"start\": 111860,\r\n                                \"end\": 112040,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"332cd690-35bb-4dfe-b9e0-fd111ed4d5e6\",\r\n                                \"text\": \" L'autre\",\r\n                                \"start\": 110000,\r\n                                \"end\": 110480,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d39a529-24d7-4028-92d9-51cc63d21f5e\",\r\n                                \"text\": \" n'est\",\r\n                                \"start\": 112820,\r\n                                \"end\": 112980,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ed038bd-fff5-4917-8146-72065a44ccfa\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 112980,\r\n                                \"end\": 113080,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c7b9cfb-a8b8-44d6-9b9a-8132ddd2290f\",\r\n                                \"text\": \" rempli\",\r\n                                \"start\": 107960,\r\n                                \"end\": 108520,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ec1c253-bc7c-45ef-b04f-3b4655c6033f\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 107060,\r\n                                \"end\": 107660,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"808775ce-bd61-4cda-829f-67e90c134e7d\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 108640,\r\n                                \"end\": 109200,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85daca22-ea96-45a3-98ae-4e4b62e7846c\",\r\n                                \"text\": \" blessé.\",\r\n                                \"start\": 113080,\r\n                                \"end\": 113440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88509ea1-1a81-4a65-ac3c-ea2e16a73ca9\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 112420,\r\n                                \"end\": 112820,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88684f7c-7c87-4c75-b4c4-dc02d79eaedf\",\r\n                                \"text\": \" pris\",\r\n                                \"start\": 114220,\r\n                                \"end\": 114420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e70f1ce-b5b7-4e89-8360-0742a18adaf2\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 115120,\r\n                                \"end\": 115220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9064c3fb-c89a-4829-a5ef-31714c66bc5e\",\r\n                                \"text\": \" copie\",\r\n                                \"start\": 114720,\r\n                                \"end\": 115120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96283e39-d383-4228-9b97-df981f29ee62\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 111380,\r\n                                \"end\": 111460,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fe7020a-269c-4111-b38d-2a4d18d6e503\",\r\n                                \"text\": \" amiable.\",\r\n                                \"start\": 109200,\r\n                                \"end\": 109720,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c17f554a-8726-4530-80f2-9052d2feaa56\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 115220,\r\n                                \"end\": 115660,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c226d5b7-d738-4506-92cd-c0c7a95a49e0\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 114420,\r\n                                \"end\": 114720,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d224bd4b-24a2-49ff-a421-14dfa862d554\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 113580,\r\n                                \"end\": 114220,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5a03779-8484-4bf3-9257-20a3878b0d30\",\r\n                                \"text\": \" avons\",\r\n                                \"start\": 107660,\r\n                                \"end\": 107960,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d75a802a-bb72-49ab-8506-8ee4f315e36d\",\r\n                                \"text\": \" signé.\",\r\n                                \"start\": 115660,\r\n                                \"end\": 116000,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e48ad4b1-d539-43de-b61c-d4dacb4e5e99\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 110480,\r\n                                \"end\": 111380,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee57c636-e2c0-4917-a6d0-dc97dab8061a\",\r\n                                \"text\": \" faute\",\r\n                                \"start\": 112040,\r\n                                \"end\": 112420,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f372faa6-aa4f-4bba-8511-6572146496a5\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 106460,\r\n                                \"end\": 107000,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:46-01:56\"\r\n                    },\r\n                    {\r\n                        \"id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\",\r\n                        \"text\": \"Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\",\r\n                        \"start\": 235160,\r\n                        \"end\": 246600,\r\n                        \"duration\": 11440,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00cc3fc3-a058-4a83-b20f-ed24158e3c76\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 238560,\r\n                                \"end\": 238740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.71,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0806177d-6281-4b9d-ba1f-8feea90787f5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 246060,\r\n                                \"end\": 246120,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0920e69b-714a-4f17-b81e-10b945cc12b8\",\r\n                                \"text\": \" vienne\",\r\n                                \"start\": 241620,\r\n                                \"end\": 241820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0bc06819-22f4-4a17-8468-a2bcabdd254a\",\r\n                                \"text\": \" routière\",\r\n                                \"start\": 240320,\r\n                                \"end\": 240720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d527181-93df-4456-80a6-cc7b14def76e\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 239460,\r\n                                \"end\": 239840,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1165ebc9-7e3e-4c7b-8d59-0287291842a0\",\r\n                                \"text\": \" Pas\",\r\n                                \"start\": 235160,\r\n                                \"end\": 235360,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1330e9f2-6925-40d1-b08a-66c8cf77032b\",\r\n                                \"text\": \" Est-ce\",\r\n                                \"start\": 243140,\r\n                                \"end\": 243540,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"208615e5-b5ba-453c-a5d6-59995228549d\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 245920,\r\n                                \"end\": 246060,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29ffc3d7-f91e-4f1c-9245-a9bb267c3ede\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 236340,\r\n                                \"end\": 236480,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30916819-3567-4e48-abd9-a184da70088b\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 236180,\r\n                                \"end\": 236340,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35d0456d-7814-4e41-8ddb-1af7b744114c\",\r\n                                \"text\": \" récupérer\",\r\n                                \"start\": 241820,\r\n                                \"end\": 242280,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4206a82c-e6f4-4cb9-ad86-b3d30f779694\",\r\n                                \"text\": \" trouve\",\r\n                                \"start\": 245260,\r\n                                \"end\": 245440,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"426cb52a-045c-46a0-bed2-eccecaa14a5c\",\r\n                                \"text\": \" où\",\r\n                                \"start\": 244920,\r\n                                \"end\": 245140,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c53502b-85f2-4656-bafe-7af311a469cd\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 245440,\r\n                                \"end\": 245580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51733157-266d-42f2-bfa4-148c92ce6868\",\r\n                                \"text\": \" ensemble.\",\r\n                                \"start\": 236840,\r\n                                \"end\": 237220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"615e6982-e8fc-42ed-b629-84c6cf1d2889\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 238400,\r\n                                \"end\": 238560,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"629f3e21-aa80-4753-8db2-4938bac24f5c\",\r\n                                \"text\": \" occuper\",\r\n                                \"start\": 236480,\r\n                                \"end\": 236840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"639ebdf4-aaff-474c-92c6-6e2faeae0762\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 239180,\r\n                                \"end\": 239460,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77dcbe19-bd2c-41d4-bdf4-04e8112454b8\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 235840,\r\n                                \"end\": 235960,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77f2c636-45be-4e33-8648-d967e6651620\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 238000,\r\n                                \"end\": 238400,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ce7353a-5c60-4c01-96a7-76b01088166c\",\r\n                                \"text\": \" allons\",\r\n                                \"start\": 235960,\r\n                                \"end\": 236180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8385dd5e-0ea8-4625-8f72-5e4e847757e5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 235360,\r\n                                \"end\": 235420,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83c58c0e-1d7b-43e9-a916-1811d0f12871\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 238740,\r\n                                \"end\": 239180,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8458d6f7-12d5-4062-889f-771f8128d6a4\",\r\n                                \"text\": \" voiture.\",\r\n                                \"start\": 242460,\r\n                                \"end\": 242800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"915a0f72-a124-4ad4-b212-dacabbe6fb53\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 243540,\r\n                                \"end\": 243600,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93ebcb08-97bb-4676-a837-6a93b18f3c67\",\r\n                                \"text\": \" confirmer\",\r\n                                \"start\": 244100,\r\n                                \"end\": 244560,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e15a35b-16f1-40b9-ad6e-e0a4d7e01495\",\r\n                                \"text\": \" l'adresse\",\r\n                                \"start\": 244560,\r\n                                \"end\": 244920,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3ebc75a-d24e-401b-8e7b-551520fbfe75\",\r\n                                \"text\": \" dépanneur\",\r\n                                \"start\": 241140,\r\n                                \"end\": 241620,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa7bc432-57bd-4d01-a5ba-6fa5fcd178df\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 246120,\r\n                                \"end\": 246320,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5e95c3a-2ffe-4d89-bb2e-790aa2bb1029\",\r\n                                \"text\": \" qu'un\",\r\n                                \"start\": 240920,\r\n                                \"end\": 241140,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c20d48c5-c30b-45ee-a6b4-48cac16b56d3\",\r\n                                \"text\": \" d'assistance\",\r\n                                \"start\": 239840,\r\n                                \"end\": 240320,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3d75c05-237e-4492-97f4-468590da53d2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 243600,\r\n                                \"end\": 243780,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5dfc087-de75-44d2-bca1-6cc2bd8fea0b\",\r\n                                \"text\": \" souci,\",\r\n                                \"start\": 235420,\r\n                                \"end\": 235780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2030057-efc7-42b0-9d91-ef539dda32c6\",\r\n                                \"text\": \" se\",\r\n                                \"start\": 245140,\r\n                                \"end\": 245260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4c82370-32c0-4230-9dee-bb9efa4245de\",\r\n                                \"text\": \" voiture,\",\r\n                                \"start\": 245580,\r\n                                \"end\": 245800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3dcb282-839a-44d5-9d7b-684ed21a6c16\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 242280,\r\n                                \"end\": 242460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9a6d55a-f770-4c3b-9972-33a7bad9900b\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 240720,\r\n                                \"end\": 240920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f24a7040-0658-4d39-bc23-31883a720886\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 246320,\r\n                                \"end\": 246600,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa1fe95f-82f4-4b90-8a9b-baeb84a121bd\",\r\n                                \"text\": \" pourriez\",\r\n                                \"start\": 243780,\r\n                                \"end\": 244100,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:55-04:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\",\r\n                        \"text\": \"Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\",\r\n                        \"start\": 118060,\r\n                        \"end\": 126460,\r\n                        \"duration\": 8400,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01e4204c-3a8f-4d20-82cf-d8ca5dc364de\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 125840,\r\n                                \"end\": 126100,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0cec5e49-baa3-492b-90d2-f0fc0ee630e5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 125100,\r\n                                \"end\": 125260,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e4dc169-f17e-469b-9585-5560160e4ddd\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 121400,\r\n                                \"end\": 122020,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17a6d672-60b8-4b25-9a0e-beb2366c3754\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 119540,\r\n                                \"end\": 119660,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17afaa55-6038-462a-8f1d-39896c11aeb8\",\r\n                                \"text\": \" déjà\",\r\n                                \"start\": 122020,\r\n                                \"end\": 122240,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"190413c7-4011-4886-81ea-22959a9eb645\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 124980,\r\n                                \"end\": 125100,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2abb274f-2ef4-4f92-9593-edbd4ca3706c\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 122780,\r\n                                \"end\": 123220,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d28f456-391c-4f32-a759-7f4e57db7dfb\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 120300,\r\n                                \"end\": 120500,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"401852bf-6812-4322-8ebf-6b28b3c64e69\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120500,\r\n                                \"end\": 121000,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ebd699b-1304-4576-b7a1-29d5f5a11bf4\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 126100,\r\n                                \"end\": 126460,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54018794-eb62-4c15-875e-666d95057e48\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 123940,\r\n                                \"end\": 124340,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63b66164-12f8-4061-a86a-87968d0311a8\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 124880,\r\n                                \"end\": 124980,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a4b070c-7b08-4687-88ac-490ceb0f9c15\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 120080,\r\n                                \"end\": 120300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7feea130-6dfa-48ee-86f8-15dcd2734a0f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 122660,\r\n                                \"end\": 122780,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b3a8b69-47e5-46ab-9131-ae8d5f2401ff\",\r\n                                \"text\": \" traitement\",\r\n                                \"start\": 119660,\r\n                                \"end\": 120080,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"abd908d7-40e6-414f-ada9-7c29baa47484\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 123300,\r\n                                \"end\": 123480,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b39cee43-bc97-49c2-917c-ca0ccf31aa7c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 123220,\r\n                                \"end\": 123300,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8360286-b5e8-40ae-928c-106b127e085a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 125700,\r\n                                \"end\": 125840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc0422bd-2121-4241-8251-0c2351a86a5c\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 118580,\r\n                                \"end\": 118880,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de8db80b-e0b5-48a6-81f0-903862e30ce8\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 125520,\r\n                                \"end\": 125700,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dff3066d-78f2-496a-8fa1-fd47a8400f7f\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 123480,\r\n                                \"end\": 123940,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0ac026b-4054-464a-91bf-8d71b63f2487\",\r\n                                \"text\": \" envoyé\",\r\n                                \"start\": 122240,\r\n                                \"end\": 122660,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0d9a807-4eb3-4df9-9adc-cc90c951cdda\",\r\n                                \"text\": \" souhaitez-vous\",\r\n                                \"start\": 124340,\r\n                                \"end\": 124880,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee9a0565-e17f-466d-b977-1621092c79d2\",\r\n                                \"text\": \" guide\",\r\n                                \"start\": 125260,\r\n                                \"end\": 125520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f244ee06-0d0e-409b-b943-d69d76d04dcd\",\r\n                                \"text\": \" facilitera\",\r\n                                \"start\": 118880,\r\n                                \"end\": 119540,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fff729b2-3f8f-4eee-8ba4-7bf668c7497a\",\r\n                                \"text\": \" Parfait,\",\r\n                                \"start\": 118060,\r\n                                \"end\": 118540,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:58-02:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"27bd3792-a540-46ba-993a-8b422379e071\",\r\n                        \"text\": \"Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\",\r\n                        \"start\": 277790,\r\n                        \"end\": 285970,\r\n                        \"duration\": 8180,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"15e0fda1-acbf-4dfc-bb8c-b62396ceaf5d\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 280470,\r\n                                \"end\": 280610,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dddf49f-11a5-4495-b20f-28db5342086f\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 284970,\r\n                                \"end\": 285150,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2728c3ba-47c0-48a7-8856-dcad7fe25f85\",\r\n                                \"text\": \" vers\",\r\n                                \"start\": 282730,\r\n                                \"end\": 283190,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28d43e39-f936-4654-bb85-ed97709b7c0e\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 285590,\r\n                                \"end\": 285690,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37b972a6-5ebe-4c9d-8ce5-0aceb81500ae\",\r\n                                \"text\": \" l'envoyer\",\r\n                                \"start\": 281930,\r\n                                \"end\": 282470,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f1d2e7f-0ece-4cf5-8a02-6d732b42174c\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 278270,\r\n                                \"end\": 278390,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.44,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4044ce66-e120-426e-934d-0a70661e93af\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 278050,\r\n                                \"end\": 278270,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5415f001-a165-4e79-b285-9da83f076b1d\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 282470,\r\n                                \"end\": 282730,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5960bc26-1dfe-4ee2-b26d-d36d3411fc72\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 283330,\r\n                                \"end\": 283630,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a24fd90-bc35-43b1-b58f-8c7d17af40df\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 284570,\r\n                                \"end\": 284810,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"61b1049e-7a1e-4dee-8cdc-b5d64a5b647b\",\r\n                                \"text\": \" Nous\",\r\n                                \"start\": 281390,\r\n                                \"end\": 281710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64fe5a8c-61f0-499a-820b-478f85a9d6f4\",\r\n                                \"text\": \" Bien\",\r\n                                \"start\": 277790,\r\n                                \"end\": 278050,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.18,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dbd7fe8-4963-4f92-9dc5-c7858a516eab\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 284130,\r\n                                \"end\": 284570,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e363f95-5518-400d-a39d-5d774925e133\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 278910,\r\n                                \"end\": 279350,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75355080-fd2b-4c02-b9f2-b012a58faa0b\",\r\n                                \"text\": \" pouvons\",\r\n                                \"start\": 281710,\r\n                                \"end\": 281930,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"848ad096-6878-4cdb-bc1c-ee5822c7889b\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 279350,\r\n                                \"end\": 279550,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86272ed2-b4b3-4264-b920-e3e445ce2031\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 284810,\r\n                                \"end\": 284970,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86ebe404-e8a4-443b-b33f-a093245baaf4\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 280990,\r\n                                \"end\": 281390,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99333bc9-95a1-452c-825a-3627d3f91242\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 278470,\r\n                                \"end\": 278690,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4059626-c9ee-48dc-8eeb-3930fd64b733\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 285430,\r\n                                \"end\": 285590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b12362c5-136c-4043-b7d1-0bbe78a9eb78\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 283190,\r\n                                \"end\": 283330,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7f252ab-1575-406f-9d4d-3fed2a6bc1b1\",\r\n                                \"text\": \" préférence\",\r\n                                \"start\": 279550,\r\n                                \"end\": 280210,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1b7d16c-9b40-4844-9164-6a9c045f984f\",\r\n                                \"text\": \" adresse\",\r\n                                \"start\": 285150,\r\n                                \"end\": 285430,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2c78531-cf8f-41d4-b93b-9fdb60a2e622\",\r\n                                \"text\": \" destination\",\r\n                                \"start\": 280610,\r\n                                \"end\": 280990,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df1c29fc-2d81-416e-a484-44bf1af9d446\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 283630,\r\n                                \"end\": 284130,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efdbf225-f632-4aeb-88ce-fed717ababc4\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 280210,\r\n                                \"end\": 280470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5ab0ff7-f540-4c4f-a3cf-389412af9384\",\r\n                                \"text\": \" choix.\",\r\n                                \"start\": 285690,\r\n                                \"end\": 285970,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:37-04:45\"\r\n                    },\r\n                    {\r\n                        \"id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\",\r\n                        \"text\": \"Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\",\r\n                        \"start\": 30180,\r\n                        \"end\": 41100,\r\n                        \"duration\": 10920,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0da7479d-f185-4a5e-a08d-8ea9d6c684eb\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 35720,\r\n                                \"end\": 36220,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"136f0856-e287-40c1-9cd6-a3848b181014\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 36400,\r\n                                \"end\": 37280,\r\n                                \"duration\": 880,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20c12230-e027-42a4-934b-8168a33a89c6\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 34540,\r\n                                \"end\": 34740,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"224b9ffe-841c-42fa-a2eb-a5301f2a5cc9\",\r\n                                \"text\": \" 6\",\r\n                                \"start\": 39420,\r\n                                \"end\": 40380,\r\n                                \"duration\": 960,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26278b7c-d971-444a-b8d9-6bb0e4901686\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 31120,\r\n                                \"end\": 31480,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"264760c3-25f5-476d-98b3-6f6edfb88f21\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 30180,\r\n                                \"end\": 30760,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b43f475-d0ca-4a75-9bd4-43890f5eee33\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 35080,\r\n                                \"end\": 35360,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38754c75-1385-422d-be99-f6c3e23168a6\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34740,\r\n                                \"end\": 35080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60753e71-82ca-4352-9551-df3b7dabe6f2\",\r\n                                \"text\": \" m'appelle\",\r\n                                \"start\": 32280,\r\n                                \"end\": 32759,\r\n                                \"duration\": 479,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64980c54-3e2b-4792-8759-a1138c073fa2\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 31700,\r\n                                \"end\": 32280,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6bb27729-dbc9-4923-88e6-f973fb862aa6\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 35360,\r\n                                \"end\": 35720,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"818d3a7f-67b9-41f9-9cb0-642d43f43e29\",\r\n                                \"text\": \" Bernard\",\r\n                                \"start\": 33440,\r\n                                \"end\": 33900,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c4dbfae-9c68-4d91-9dab-010e0ffcf9ba\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 37280,\r\n                                \"end\": 38140,\r\n                                \"duration\": 860,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a6dd34f9-63b5-4239-aa3f-6c229cd9fd4e\",\r\n                                \"text\": \" Michel\",\r\n                                \"start\": 32759,\r\n                                \"end\": 33440,\r\n                                \"duration\": 681,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae82594c-8c9c-4290-b220-f638c8d386b3\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 36220,\r\n                                \"end\": 36400,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7a6c421-5fd1-4987-9b7c-59fd57e0a92d\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 33900,\r\n                                \"end\": 34540,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc55327c-5447-49e7-a1ce-98d670959eac\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 38140,\r\n                                \"end\": 39420,\r\n                                \"duration\": 1280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfe6d366-2180-4497-8611-e89500b9f175\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 30840,\r\n                                \"end\": 31120,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea503397-c06d-4173-a158-bd6499528ee9\",\r\n                                \"text\": \" R.\",\r\n                                \"start\": 40380,\r\n                                \"end\": 41100,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:30-00:41\"\r\n                    },\r\n                    {\r\n                        \"id\": \"2b76753d-f215-4682-b456-71b27387fdb4\",\r\n                        \"text\": \"Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\",\r\n                        \"start\": 68120,\r\n                        \"end\": 81000,\r\n                        \"duration\": 12880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0b0b3a5f-a35e-4f78-a055-9e15328ee021\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 71660,\r\n                                \"end\": 71940,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c4b8161-cf06-4c6c-8863-cd9bbce305fc\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 79300,\r\n                                \"end\": 79660,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"130a2c0f-83de-4dce-ac5c-3881638451a7\",\r\n                                \"text\": \" m'a\",\r\n                                \"start\": 76760,\r\n                                \"end\": 77040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20b4054a-7792-470a-9602-54567c8d2ce7\",\r\n                                \"text\": \" travailler\",\r\n                                \"start\": 72140,\r\n                                \"end\": 72440,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26edce77-10a3-4756-9286-1820916aca1a\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 73200,\r\n                                \"end\": 73740,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dc86032-48a3-40ea-a1fc-d10c8dcfb15d\",\r\n                                \"text\": \" sortais\",\r\n                                \"start\": 70680,\r\n                                \"end\": 71180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e20d871-fe54-433b-9b79-76aa977ab2bb\",\r\n                                \"text\": \" moi\",\r\n                                \"start\": 71400,\r\n                                \"end\": 71660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"435f99e8-e356-43a4-b547-390800ad5bec\",\r\n                                \"text\": \" Levallois\",\r\n                                \"start\": 72760,\r\n                                \"end\": 73200,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44bb8b62-aebe-4285-a68d-2111951aafc8\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 74480,\r\n                                \"end\": 74940,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"470fbe94-1013-497a-bef2-303a099f0117\",\r\n                                \"text\": \" côté\",\r\n                                \"start\": 77880,\r\n                                \"end\": 78120,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a821734-ab51-4752-a38d-f523f52bae29\",\r\n                                \"text\": \" sérieusement\",\r\n                                \"start\": 79880,\r\n                                \"end\": 80440,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cf96d14-664d-4e53-b97d-a6acfc9fd483\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74480,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50eb817a-820a-4577-b996-4e5f20b57e68\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 77540,\r\n                                \"end\": 77740,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55166077-e232-4854-befc-6e61cdeaadc0\",\r\n                                \"text\": \" endommagée.\",\r\n                                \"start\": 80440,\r\n                                \"end\": 81000,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5d9b5bc2-7b5f-4480-b43a-ff59cb5d0a59\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 72440,\r\n                                \"end\": 72760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68ad745b-f3ee-4b62-b5c0-4244514bb9f3\",\r\n                                \"text\": \" long\",\r\n                                \"start\": 69460,\r\n                                \"end\": 69660,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.37,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d33009b-761e-492a-96c5-d406c6ac159a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 70200,\r\n                                \"end\": 70680,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9319c9e5-62d0-4789-bbd7-a276dfc91027\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 68700,\r\n                                \"end\": 69280,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.5,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a28d9e08-e7b5-4ebf-bb92-c4037485f19d\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 77740,\r\n                                \"end\": 77880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a34c216c-7bab-434b-9b9b-1d4ade664914\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 69660,\r\n                                \"end\": 69900,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.33,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab233c08-90f9-4005-acc9-56def2b94786\",\r\n                                \"text\": \" Elle\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76760,\r\n                                \"duration\": 880,\r\n                                \"probability\": 0.49,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac679810-c502-4c94-8727-a1e87e7a18b3\",\r\n                                \"text\": \" grillé\",\r\n                                \"start\": 74940,\r\n                                \"end\": 75280,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae8a10d4-9897-43c8-b004-1811ef61e2a7\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 68120,\r\n                                \"end\": 68700,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.79,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b90df1b0-c758-41fb-93b4-3f87e4539d56\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 71180,\r\n                                \"end\": 71280,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b91848d8-5595-4b70-9f48-d0ec69ee5845\",\r\n                                \"text\": \" feu\",\r\n                                \"start\": 75380,\r\n                                \"end\": 75540,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c423056c-edaa-4f41-84ef-66c1bd3815de\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 71280,\r\n                                \"end\": 71400,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb4751a0-1a36-4c08-986b-311b3e6b4348\",\r\n                                \"text\": \" droit.\",\r\n                                \"start\": 78120,\r\n                                \"end\": 78420,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf04cc6b-3af8-440f-a34c-07940fe60589\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 75280,\r\n                                \"end\": 75380,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d48951dd-6df6-4ad6-8b8c-379c13dc52d0\",\r\n                                \"text\": \" percuté\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77540,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7f7ff47-884a-47ae-961c-359a3d0c0124\",\r\n                                \"text\": \" rouge.\",\r\n                                \"start\": 75540,\r\n                                \"end\": 75880,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ddea171d-d3d3-42de-89a9-18882ae8ea9d\",\r\n                                \"text\": \" aller\",\r\n                                \"start\": 71940,\r\n                                \"end\": 72140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ddf13992-522b-4419-807b-13c608b4fce4\",\r\n                                \"text\": \" Ma\",\r\n                                \"start\": 78760,\r\n                                \"end\": 79300,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de93d7bf-e81f-456b-bc7f-74f57b9474a2\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 69280,\r\n                                \"end\": 69460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec18a1f5-fcf1-46c6-aab6-8aafbf1abc95\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 79660,\r\n                                \"end\": 79880,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee2fa687-86f8-40a6-9787-b878cd457725\",\r\n                                \"text\": \" jour,\",\r\n                                \"start\": 69900,\r\n                                \"end\": 70200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.26,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f6dae3e2-8b4a-40be-b24c-9030d4b151c2\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 73740,\r\n                                \"end\": 74080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:08-01:21\"\r\n                    },\r\n                    {\r\n                        \"id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\",\r\n                        \"text\": \"« Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\",\r\n                        \"start\": 185370,\r\n                        \"end\": 193410,\r\n                        \"duration\": 8040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"013ce372-24f5-487d-973b-ccc3d0992175\",\r\n                                \"text\": \" utile.\",\r\n                                \"start\": 187270,\r\n                                \"end\": 187750,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05a133e6-6e42-484f-8cd3-2c3ecd8546d4\",\r\n                                \"text\": \" réussi\",\r\n                                \"start\": 190710,\r\n                                \"end\": 190910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08d62336-6788-4b26-897b-c4496caa9d1e\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 185370,\r\n                                \"end\": 185990,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08ebd7f0-209f-435d-a87a-50e4bb8cb1b0\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 188990,\r\n                                \"end\": 189710,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12f3061b-1a6f-40e9-89ee-58d29dc35e00\",\r\n                                \"text\": \" Ma\",\r\n                                \"start\": 187950,\r\n                                \"end\": 188390,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14bc902f-8a84-4e7d-970d-67b55f33c440\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 186170,\r\n                                \"end\": 186610,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"368f59cd-a2ac-4fa0-b96f-1520cc6cee7e\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 186610,\r\n                                \"end\": 186730,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37a0aee8-393f-4536-bdbf-2a93479efe98\",\r\n                                \"text\": \" garer\",\r\n                                \"start\": 191270,\r\n                                \"end\": 191590,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d22ae28-2578-406a-82ae-c60f4b21d209\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 189930,\r\n                                \"end\": 190210,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e53dca9-0d54-46e2-bda0-6511e60a6ba3\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 192970,\r\n                                \"end\": 193410,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e837341-2649-4f77-8930-1a82bb186b20\",\r\n                                \"text\": \" bas-côté.\",\r\n                                \"start\": 192210,\r\n                                \"end\": 192730,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8aa37c63-f1d7-4225-a7a7-0f648f2ef70c\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 188730,\r\n                                \"end\": 188990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c1975e7-d7f5-4670-8b8f-857dfebcdf58\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 185990,\r\n                                \"end\": 186030,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8fa0cda7-8545-4066-9350-5330a1d164c4\",\r\n                                \"text\": \" serait\",\r\n                                \"start\": 186730,\r\n                                \"end\": 187010,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5ce9baf-1f2f-422d-8511-0ba53b4b2c78\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 191590,\r\n                                \"end\": 192030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b80f5e83-83e0-49d9-bd3b-35721f8cdc15\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 190390,\r\n                                \"end\": 190710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c49269de-c7fb-43da-b533-152453b7b780\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 191130,\r\n                                \"end\": 191270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfa27ae7-8f56-4da8-a19e-1b3b73b417bb\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 188390,\r\n                                \"end\": 188730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3c1ae57-d7e4-485a-a1e2-2a83a7be4114\",\r\n                                \"text\": \" très\",\r\n                                \"start\": 187010,\r\n                                \"end\": 187270,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6f5331b-baf8-4f98-bb89-bdb2716a1ae2\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 189810,\r\n                                \"end\": 189930,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e351c3cb-5086-4d21-a810-f4a488577aaa\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 189710,\r\n                                \"end\": 189810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f741eef4-6988-4e2a-b458-85adaa9ae794\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 190910,\r\n                                \"end\": 191130,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd1e343e-7e6d-479d-bd7e-6b1c58cca0a9\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 192030,\r\n                                \"end\": 192210,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:05-03:13\"\r\n                    },\r\n                    {\r\n                        \"id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\",\r\n                        \"text\": \"D'accord. Je vais le scanner et l'envoyer cet après-midi. »\",\r\n                        \"start\": 159020,\r\n                        \"end\": 162620,\r\n                        \"duration\": 3600,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1fffd9fb-2302-4b89-8028-17665ab9cdc8\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 160340,\r\n                                \"end\": 160500,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22b7d914-4317-4044-9716-61732006d54d\",\r\n                                \"text\": \" après-midi.\",\r\n                                \"start\": 161700,\r\n                                \"end\": 162200,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e4432f5-1d9d-43bc-a84d-4c1042eef5a5\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 162400,\r\n                                \"end\": 162620,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"537adfaf-1e0c-4d69-adba-4d2e54a05d3d\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 160940,\r\n                                \"end\": 161080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b62f6c9-3ef5-4d79-b723-e1ec4e67119c\",\r\n                                \"text\": \" cet\",\r\n                                \"start\": 161540,\r\n                                \"end\": 161700,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c1fe7ca-5c34-41b3-807c-7b42867e06ec\",\r\n                                \"text\": \" l'envoyer\",\r\n                                \"start\": 161080,\r\n                                \"end\": 161540,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f9c70b4-f266-42ba-9751-ee772bc8f5f3\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 159020,\r\n                                \"end\": 159560,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa0325a2-cf65-45af-a598-1bd4c966103b\",\r\n                                \"text\": \" scanner\",\r\n                                \"start\": 160600,\r\n                                \"end\": 160940,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af9a08be-9b89-4645-8c9d-9bbdbed4f793\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdf348e1-c245-44c3-869c-b51dc3061b9b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 159900,\r\n                                \"end\": 160340,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:39-02:42\"\r\n                    },\r\n                    {\r\n                        \"id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\",\r\n                        \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 3060,\r\n                        \"end\": 8760,\r\n                        \"duration\": 5700,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"066cbc1d-8de6-434d-aec6-b501e41bda9a\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 5420,\r\n                                \"end\": 5700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07b58df4-868e-4a13-8815-377566ee73a6\",\r\n                                \"text\": \" Assurance.\",\r\n                                \"start\": 6080,\r\n                                \"end\": 6520,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b18b571-d43a-49c3-bcdc-16d84e35795a\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 7900,\r\n                                \"end\": 8080,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25f9e207-6565-44a0-8653-0c0a1a781592\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4520,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d00d815-a48e-4003-b77e-ba7ddb9c4ad2\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 8500,\r\n                                \"end\": 8760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37ac6d6e-3d84-4089-bc68-b2d8b292f30a\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 7400,\r\n                                \"end\": 7560,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"491aa80b-5aaf-4886-980b-ec620aa0a3de\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4260,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53bb25e2-dbe0-4c8a-ab7e-cde6ad703e7e\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 6620,\r\n                                \"end\": 6760,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"585be8fe-f5af-490b-a6c8-1ef342fa0a39\",\r\n                                \"text\": \" Poulpe\",\r\n                                \"start\": 5860,\r\n                                \"end\": 6080,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f9cafc4-87d0-4844-878c-c145db772f76\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 4820,\r\n                                \"end\": 5060,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70dc4052-e143-4c5a-b79d-1db0e1d7889b\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 7560,\r\n                                \"end\": 7800,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f9f399b-e702-4712-b36d-3ba3c8dbb813\",\r\n                                \"text\": \" m'appelle\",\r\n                                \"start\": 6760,\r\n                                \"end\": 7020,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a989fb7-ff23-4e0d-a019-b3ebef378fd5\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 5180,\r\n                                \"end\": 5420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"920f35db-ff1b-4fad-9413-a284a22fcdf4\",\r\n                                \"text\": \" Rémi,\",\r\n                                \"start\": 7020,\r\n                                \"end\": 7260,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"939c5427-ad4e-4a2f-a263-d2d58fafbc25\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 8080,\r\n                                \"end\": 8500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"981a14fc-8b42-4d88-ac4f-999c3ba540d4\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 5060,\r\n                                \"end\": 5180,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d565fd4-ab68-4ae8-8dfa-0a23dd6457be\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 3060,\r\n                                \"end\": 3640,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a06d3f37-0f93-40bf-b56f-215ff2c2fb38\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 4260,\r\n                                \"end\": 4440,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a43d7084-5839-4199-bccd-96fe175ff0e5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 7800,\r\n                                \"end\": 7900,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e378360d-2ce1-459f-9962-5ca5799a91df\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 4520,\r\n                                \"end\": 4620,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efe45b4d-28f8-459e-9858-e52f61f27b39\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 5700,\r\n                                \"end\": 5860,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5915641-701c-4d2e-b005-2d4931906c98\",\r\n                                \"text\": \" contact\",\r\n                                \"start\": 4620,\r\n                                \"end\": 4820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:03-00:08\"\r\n                    },\r\n                    {\r\n                        \"id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\",\r\n                        \"text\": \"D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\",\r\n                        \"start\": 83080,\r\n                        \"end\": 86930,\r\n                        \"duration\": 3850,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0477d0d9-0afb-4df4-8430-21950322eff5\",\r\n                                \"text\": \" médicale\",\r\n                                \"start\": 85910,\r\n                                \"end\": 86670,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a05a3b3-155b-4025-ae8d-b1b980a3f8e3\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 84810,\r\n                                \"end\": 84950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"405bdc64-68a4-4eeb-acec-a5c33c46b996\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 83550,\r\n                                \"end\": 83790,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68c4b441-5906-4510-b5dc-b9ad6a812707\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 86670,\r\n                                \"end\": 86930,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86f0cf3c-c7b4-4536-beaf-bee009887408\",\r\n                                \"text\": \" avez-vous\",\r\n                                \"start\": 84950,\r\n                                \"end\": 85270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89074183-43d9-4b77-aa80-c1d240f33818\",\r\n                                \"text\": \" assistance\",\r\n                                \"start\": 85710,\r\n                                \"end\": 85910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4687738-3bd0-420a-811f-ec55d8ad445b\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 83080,\r\n                                \"end\": 83490,\r\n                                \"duration\": 410,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2f586e8-a6eb-4930-b940-fa68036b9715\",\r\n                                \"text\": \" Êtes-vous\",\r\n                                \"start\": 83970,\r\n                                \"end\": 84330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db370e33-aa6b-426d-acad-72f5924243b6\",\r\n                                \"text\": \" d'une\",\r\n                                \"start\": 85550,\r\n                                \"end\": 85710,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecd3756c-e81c-4098-aded-158ef440520f\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 85270,\r\n                                \"end\": 85550,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2014f51-12c9-499d-aaae-d26cf633f807\",\r\n                                \"text\": \" blessé\",\r\n                                \"start\": 84330,\r\n                                \"end\": 84810,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:23-01:26\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\",\r\n                        \"text\": \"Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\",\r\n                        \"start\": 133810,\r\n                        \"end\": 157670,\r\n                        \"duration\": 23860,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04ad62a9-6577-4e51-9a67-071fa49766cc\",\r\n                                \"text\": \" transmettre\",\r\n                                \"start\": 155130,\r\n                                \"end\": 155610,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0706baf0-ea9f-4cde-9274-f9071c6d6df1\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 150870,\r\n                                \"end\": 151030,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07787a51-953d-433f-a63a-ba0dff245d46\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 153930,\r\n                                \"end\": 154450,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"084f4a19-f10b-49bc-bd56-99a3e700738c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 155070,\r\n                                \"end\": 155130,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18e36685-a3e1-434c-8e2c-ffa36ae9fd3a\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 139890,\r\n                                \"end\": 140110,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19e21673-27d5-4d00-8421-476ea0f0eaba\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 147470,\r\n                                \"end\": 147590,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dced378-30af-4825-8441-621e2b6752e1\",\r\n                                \"text\": \" ligne,\",\r\n                                \"start\": 141770,\r\n                                \"end\": 141990,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"226c2906-f4cd-4c44-8a52-6460bbdd9213\",\r\n                                \"text\": \" reçu,\",\r\n                                \"start\": 151030,\r\n                                \"end\": 151470,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2baef30b-dd1c-4c2a-9be7-b91717aef0cd\",\r\n                                \"text\": \" l'envoyant\",\r\n                                \"start\": 140230,\r\n                                \"end\": 140650,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fdb2c7f-008f-4b7d-a8e9-e1f48cf728a4\",\r\n                                \"text\": \" d'experts\",\r\n                                \"start\": 152290,\r\n                                \"end\": 152710,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"304cb424-dea5-4f7c-b406-5a47926e7b77\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 141570,\r\n                                \"end\": 141770,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32be63bc-3543-48b1-b38f-8e1ceee6e30a\",\r\n                                \"text\": \" possible\",\r\n                                \"start\": 156050,\r\n                                \"end\": 156370,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35a5d78f-c6ab-4677-9e56-631eaa538cda\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 135710,\r\n                                \"end\": 135850,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37831be5-3182-4036-8720-f9fe8923d8aa\",\r\n                                \"text\": \" procédure.\",\r\n                                \"start\": 157210,\r\n                                \"end\": 157670,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38f82931-da18-42c7-8427-1f06a0c03e4d\",\r\n                                \"text\": \" équipe\",\r\n                                \"start\": 151930,\r\n                                \"end\": 152290,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39062a6d-bd92-423a-be69-3ccf89943820\",\r\n                                \"text\": \" l'une\",\r\n                                \"start\": 137170,\r\n                                \"end\": 137410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c1ff134-1008-4d91-8494-03f6a6f9b9d9\",\r\n                                \"text\": \" pouvez\",\r\n                                \"start\": 135390,\r\n                                \"end\": 135710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"413dca26-16a6-401b-9b83-4625a798384b\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 148890,\r\n                                \"end\": 149030,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4283b205-7685-4f37-9f78-11c5a6410b60\",\r\n                                \"text\": \" indiquée\",\r\n                                \"start\": 148530,\r\n                                \"end\": 148890,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4555da2c-5d31-4d10-a845-1bccae8d5ade\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 149030,\r\n                                \"end\": 149230,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48f7933f-d843-4d2a-842f-10d7fd5a0f08\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 140770,\r\n                                \"end\": 140930,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50fa29e4-73cf-4582-9b71-f03e2e6e8a20\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 137410,\r\n                                \"end\": 137550,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55e70eb3-ec4e-4d2d-8af7-6a4995edd4f2\",\r\n                                \"text\": \" document.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153730,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"585d4270-c339-4e27-8057-a9d752b67255\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 156370,\r\n                                \"end\": 156630,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59be84f8-a0b9-4ca0-8cca-ef5a7f5e7beb\",\r\n                                \"text\": \" agences\",\r\n                                \"start\": 145110,\r\n                                \"end\": 145410,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b9f1027-e508-4918-853b-753be2661bcc\",\r\n                                \"text\": \" l'adresse\",\r\n                                \"start\": 148210,\r\n                                \"end\": 148530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63d200a5-6623-4254-bab6-753d6d67cbf9\",\r\n                                \"text\": \" accélérer\",\r\n                                \"start\": 156630,\r\n                                \"end\": 157030,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a1051b4-4938-448b-bd48-4756d9b0c41a\",\r\n                                \"text\": \" scannant\",\r\n                                \"start\": 139390,\r\n                                \"end\": 139890,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cb77152-d900-4189-81e2-5bfe32d540a5\",\r\n                                \"text\": \" méthodes\",\r\n                                \"start\": 137550,\r\n                                \"end\": 137910,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d942a96-1ca6-4d73-a5b6-4ded667d70c6\",\r\n                                \"text\": \" dès\",\r\n                                \"start\": 155610,\r\n                                \"end\": 155950,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e3e7f81-ac38-49a7-a6e4-dbd061e61e90\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 147950,\r\n                                \"end\": 148210,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"713713d8-9718-405d-a18b-52962b064c96\",\r\n                                \"text\": \" via\",\r\n                                \"start\": 140650,\r\n                                \"end\": 140770,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75e13b02-23cf-40ee-8dcc-ea13ca00b9ed\",\r\n                                \"text\": \" l'une\",\r\n                                \"start\": 144710,\r\n                                \"end\": 144830,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d569893-4f66-4ea8-98d3-276ffc3778b2\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 157030,\r\n                                \"end\": 157210,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e25905f-bacf-43da-82f4-67dd9ed55178\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 144830,\r\n                                \"end\": 144970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ff932bf-2265-41de-a2ba-b6108c189325\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143370,\r\n                                \"end\": 143510,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83cf2349-e55f-4199-a5ad-a59a1e3745f7\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 136310,\r\n                                \"end\": 136490,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cd4e800-dc66-457e-94d3-b601100c3e06\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 154450,\r\n                                \"end\": 154550,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91700ee1-9700-4253-973c-fa0c168e414b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 139250,\r\n                                \"end\": 139390,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91b720af-5921-45d7-bc00-b20124818e95\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 150350,\r\n                                \"end\": 150870,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94cfc2f5-da75-45ee-a49f-9b7ff358c33e\",\r\n                                \"text\": \" conseille\",\r\n                                \"start\": 154550,\r\n                                \"end\": 154990,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a96d9db-41af-4d00-a07a-760ca4127b98\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 141310,\r\n                                \"end\": 141570,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9be28434-18d8-4907-9db9-243048147689\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 154990,\r\n                                \"end\": 155070,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a21a816a-601a-466c-8782-9df748002123\",\r\n                                \"text\": \" l'envoyant\",\r\n                                \"start\": 147030,\r\n                                \"end\": 147470,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2ae960f-2cf4-46bc-ba9c-95f1c8992101\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 143070,\r\n                                \"end\": 143370,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a32669f6-01db-46c1-8c00-62f4de514ff2\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 136490,\r\n                                \"end\": 136950,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3b7c7e3-f144-44bf-8eb1-1e9a98a82823\",\r\n                                \"text\": \" physiques,\",\r\n                                \"start\": 145410,\r\n                                \"end\": 145930,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a75eb9cf-6a2f-42c0-83e6-c6723a2a0b27\",\r\n                                \"text\": \" courrier\",\r\n                                \"start\": 147590,\r\n                                \"end\": 147950,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8952716-3f5f-412e-9df8-a95a1a9e24e3\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 142570,\r\n                                \"end\": 142810,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac4a5aa2-93ea-488d-b2df-fbd8eb7909c3\",\r\n                                \"text\": \" Bernard,\",\r\n                                \"start\": 134610,\r\n                                \"end\": 134910,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac9c1cf2-c284-4b4f-8674-cbeafc1e5b83\",\r\n                                \"text\": \" alors\",\r\n                                \"start\": 142810,\r\n                                \"end\": 143070,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad4a64d2-ff23-4477-a4b0-c07a712fb0ad\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 136950,\r\n                                \"end\": 137170,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"adc56b5c-f5e9-4b85-8c16-1eb6737c33e9\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 140110,\r\n                                \"end\": 140230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b012781a-03ab-4071-8314-35cc0d152832\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 153290,\r\n                                \"end\": 153410,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b723d89d-e4ed-404b-b1c0-058072305cff\",\r\n                                \"text\": \" contrat.\",\r\n                                \"start\": 149230,\r\n                                \"end\": 149630,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4a59079-1bb5-49d5-84e5-9f85b9468a7d\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 146850,\r\n                                \"end\": 147030,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6010226-e9f9-4ae7-bf48-f789c5f80f3d\",\r\n                                \"text\": \" alors\",\r\n                                \"start\": 146670,\r\n                                \"end\": 146850,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c71f975e-62e5-470d-b93a-95349148e20a\",\r\n                                \"text\": \" sûr,\",\r\n                                \"start\": 134050,\r\n                                \"end\": 134410,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdf3fef5-db4c-40db-8f90-c4e57e2c3fe4\",\r\n                                \"text\": \" directement\",\r\n                                \"start\": 143970,\r\n                                \"end\": 144270,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfe100be-0032-4783-a80c-a97d75633c95\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 134410,\r\n                                \"end\": 134490,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.54,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4e2c749-e03b-4606-8fc4-f652551ba73a\",\r\n                                \"text\": \" déposant\",\r\n                                \"start\": 143510,\r\n                                \"end\": 143970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d92387f2-8b87-473c-8a80-06b115d80389\",\r\n                                \"text\": \" Bien\",\r\n                                \"start\": 133810,\r\n                                \"end\": 134050,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dad3f085-4f9d-4916-aa47-5273cf8da0dc\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 145930,\r\n                                \"end\": 146670,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e64b1bab-cf1f-4806-b106-86f142d91150\",\r\n                                \"text\": \" transmettre\",\r\n                                \"start\": 135850,\r\n                                \"end\": 136310,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e96f8eca-3ec7-477c-9649-139823f8ae2c\",\r\n                                \"text\": \" suivantes.\",\r\n                                \"start\": 137910,\r\n                                \"end\": 138470,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9de933a-c312-4546-923f-53dd6118e653\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 155950,\r\n                                \"end\": 156050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef4a02f3-892e-4e76-93cd-e9e97f87d3e1\",\r\n                                \"text\": \" analysera\",\r\n                                \"start\": 152710,\r\n                                \"end\": 153290,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3ee3e99-686f-463a-b1f1-2da65be230a8\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 144970,\r\n                                \"end\": 145110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5a38564-1351-4751-b1fe-d5f6a4ce1b44\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 151550,\r\n                                \"end\": 151930,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f730aad6-ebb5-455a-8083-2b34ffadddc1\",\r\n                                \"text\": \" En\",\r\n                                \"start\": 138770,\r\n                                \"end\": 139250,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7543075-e791-4c0d-9f4c-015eeaddfbb5\",\r\n                                \"text\": \" espace\",\r\n                                \"start\": 140930,\r\n                                \"end\": 141310,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fade9bfa-b749-4cbe-89f0-3b8b50436e7c\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 144270,\r\n                                \"end\": 144710,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb499521-972e-41f1-89be-4c3fd3b40c1d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 135150,\r\n                                \"end\": 135390,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:13-02:37\"\r\n                    },\r\n                    {\r\n                        \"id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\",\r\n                        \"text\": \"D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\",\r\n                        \"start\": 219450,\r\n                        \"end\": 227790,\r\n                        \"duration\": 8340,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0a129dd3-d387-4fce-9397-f9dd1595c2ba\",\r\n                                \"text\": \" d'un\",\r\n                                \"start\": 222610,\r\n                                \"end\": 222790,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0bcddbad-b830-48cb-a420-39ae82a8661c\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 226470,\r\n                                \"end\": 226570,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d2de4fa-e7f5-4eec-9c53-c92a9c1d16c0\",\r\n                                \"text\": \" bien.\",\r\n                                \"start\": 220090,\r\n                                \"end\": 220290,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17aa9634-839f-4f1e-a387-3a5f252531b0\",\r\n                                \"text\": \" inclus.\",\r\n                                \"start\": 224730,\r\n                                \"end\": 225110,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"180a7960-b81a-4554-8bd2-dedd2e345f9f\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 223510,\r\n                                \"end\": 223990,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bc8fd98-a00f-4e8f-be93-a8956bb23075\",\r\n                                \"text\": \" bénéficiez\",\r\n                                \"start\": 222110,\r\n                                \"end\": 222610,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d1efbae-7d3a-4ae2-bec6-b4fd581c276e\",\r\n                                \"text\": \" j'organise\",\r\n                                \"start\": 226570,\r\n                                \"end\": 227090,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36e3dd51-e6ad-4274-bce2-29c37af39975\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 222790,\r\n                                \"end\": 222970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39a62a03-b89b-4633-ab23-f1e947267b40\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 227590,\r\n                                \"end\": 227790,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b73d8e3-6346-483b-b45c-cb7c4eb37558\",\r\n                                \"text\": \" remorquage\",\r\n                                \"start\": 223990,\r\n                                \"end\": 224730,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40269a3b-9bfc-47f1-89d0-732f4f36518c\",\r\n                                \"text\": \" vois\",\r\n                                \"start\": 220910,\r\n                                \"end\": 221150,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a061067-87a2-4720-bb55-b2e16e3a0433\",\r\n                                \"text\": \" d'assistance\",\r\n                                \"start\": 222970,\r\n                                \"end\": 223510,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cc804de-a1a3-4733-86eb-3990c5f20558\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 221870,\r\n                                \"end\": 222030,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75564ba6-7554-4bf8-8be9-03cfff9836d9\",\r\n                                \"text\": \" très\",\r\n                                \"start\": 219950,\r\n                                \"end\": 220090,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77a05a1e-33ec-45f9-85aa-6a3b337dded4\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 227430,\r\n                                \"end\": 227590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78584621-c430-4a4e-a4e0-a4bed45dbff2\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 221310,\r\n                                \"end\": 221490,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a6c1b1d9-80d3-4af9-8865-4e6be6c6d28e\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 221150,\r\n                                \"end\": 221310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaca1eb7-efb5-4064-8659-6b9b245ed64b\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 221490,\r\n                                \"end\": 221870,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae00ff56-30a0-4c93-ab63-596046dd7a05\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 227230,\r\n                                \"end\": 227430,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b713e727-56af-4341-9e94-9673e4dbadac\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 220510,\r\n                                \"end\": 220910,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8497691-c0ed-471d-9f58-4309061d212b\",\r\n                                \"text\": \" Souhaitez-vous\",\r\n                                \"start\": 225890,\r\n                                \"end\": 226470,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbbefd5c-c994-4fbf-9819-c1d58dd580b3\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 222030,\r\n                                \"end\": 222110,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cebd3855-f631-4a0f-ac7d-cb47bea08787\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 219450,\r\n                                \"end\": 219830,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec888dee-6b7d-4c6f-a341-6ca13162d7d6\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 227090,\r\n                                \"end\": 227230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:39-03:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\",\r\n                        \"text\": \"Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\",\r\n                        \"start\": 88140,\r\n                        \"end\": 93740,\r\n                        \"duration\": 5600,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0617772c-dbd1-4c5c-b3f4-bc3890b442fe\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 92840,\r\n                                \"end\": 93000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"06cde95a-93a9-41f7-b66b-e16204ef05a8\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 92520,\r\n                                \"end\": 92840,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"177595f9-da6c-41f4-9381-5a500069e626\",\r\n                                \"text\": \" venue\",\r\n                                \"start\": 92040,\r\n                                \"end\": 92220,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e05dab8-00e2-437b-8ce4-84ee2ed1eb69\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 89760,\r\n                                \"end\": 89940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4da5ea77-01ad-4c12-8614-5dcaf4446636\",\r\n                                \"text\": \" passager.\",\r\n                                \"start\": 93260,\r\n                                \"end\": 93740,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51e67bce-7e9c-401a-929f-e61e1869fa03\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 91140,\r\n                                \"end\": 91300,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52a08144-1233-4f30-ab08-baf825bf6da1\",\r\n                                \"text\": \" heureusement,\",\r\n                                \"start\": 89220,\r\n                                \"end\": 89760,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55b90655-6d43-4c14-9771-d56b74a53599\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 91780,\r\n                                \"end\": 92040,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59299572-afd4-490c-a71a-26a5af49afa5\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 91440,\r\n                                \"end\": 91780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"673c5614-db11-4616-bdd5-8d553158e160\",\r\n                                \"text\": \" taper\",\r\n                                \"start\": 92220,\r\n                                \"end\": 92520,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82209369-f0f5-4390-9004-1b110b4e6799\",\r\n                                \"text\": \" vu\",\r\n                                \"start\": 90380,\r\n                                \"end\": 91140,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af6e9057-59ea-4b34-9c00-48736f32f0fd\",\r\n                                \"text\": \" côté\",\r\n                                \"start\": 93000,\r\n                                \"end\": 93260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdd82556-960d-47d3-95e6-efe272df4aee\",\r\n                                \"text\": \" n'ai\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90060,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd76e3ce-4c1d-4957-83c4-d718d356ae2d\",\r\n                                \"text\": \" fort\",\r\n                                \"start\": 88680,\r\n                                \"end\": 89220,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce8137a6-1a1a-4826-8100-b5edea8f65ef\",\r\n                                \"text\": \" Non,\",\r\n                                \"start\": 88140,\r\n                                \"end\": 88680,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d658f48e-e726-4f83-bfd2-f08b2dff41f6\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91440,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de8197f5-7374-4fcd-85cb-67ba77cf3123\",\r\n                                \"text\": \" rien,\",\r\n                                \"start\": 90060,\r\n                                \"end\": 90320,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:28-01:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\",\r\n                        \"text\": \"Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\",\r\n                        \"start\": 195180,\r\n                        \"end\": 212780,\r\n                        \"duration\": 17600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"05cc9455-0f75-4c2c-88f4-02c56482f353\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 198800,\r\n                                \"end\": 199000,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a5e9a05-5c02-40db-925d-fc96f5937a34\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 196660,\r\n                                \"end\": 196860,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0cb69785-ee97-413f-a9f4-c59b3494a2a6\",\r\n                                \"text\": \" Maintenant,\",\r\n                                \"start\": 207640,\r\n                                \"end\": 208040,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"105d36ac-6aa7-4aa0-8a56-33f66444e285\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 196860,\r\n                                \"end\": 197220,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1270848c-2d71-4b72-9f19-8c3ee878397a\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 201480,\r\n                                \"end\": 201600,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16d50a84-1c7c-4488-bef0-91e6809d5ad1\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 212440,\r\n                                \"end\": 212780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1abd1ee6-366d-406f-9395-4c7cd7af549b\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 197220,\r\n                                \"end\": 197400,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"294f91e9-ddd1-47e8-8d70-d8175b7a9766\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 195600,\r\n                                \"end\": 195740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b07779c-3587-490b-95de-9b0e655ee014\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 210920,\r\n                                \"end\": 211000,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2cde55ee-eff2-47ce-8585-4c463b368e62\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 196160,\r\n                                \"end\": 196300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d80ea33-1acb-4fa4-888e-abc601c62145\",\r\n                                \"text\": \" véhicule.\",\r\n                                \"start\": 202640,\r\n                                \"end\": 203100,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"341bf371-55db-48c4-891d-1eecc4a509dd\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 198660,\r\n                                \"end\": 198800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b0b7652-dd71-46c8-a19e-f96beb99732c\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 209900,\r\n                                \"end\": 210480,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ef2fc12-16cb-4e67-9ddb-de0d8bb7c716\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 199860,\r\n                                \"end\": 200060,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43e6da99-f4b1-4413-afdf-6ecb7d152106\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 211840,\r\n                                \"end\": 212000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55e8f844-f900-439b-96b9-1e4877c64167\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 195860,\r\n                                \"end\": 196160,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c43ff3f-3dd1-4b70-bd5a-ef3478c0da11\",\r\n                                \"text\": \" finaliser\",\r\n                                \"start\": 200360,\r\n                                \"end\": 200880,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6378687e-8f92-4a5f-b313-28fb30cda361\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 201340,\r\n                                \"end\": 201480,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c0f0a53-03cd-49aa-bcdc-6d20cd2ff084\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 205600,\r\n                                \"end\": 205800,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d7b8cf6-d68d-4251-8c54-b0a9be0d92e9\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 197400,\r\n                                \"end\": 197540,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ea3c4dc-b4ca-4942-ab12-ac6c5cef28c3\",\r\n                                \"text\": \" mise\",\r\n                                \"start\": 201600,\r\n                                \"end\": 201760,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f1df9f9-6aa6-4d59-abd5-962f2e21b72f\",\r\n                                \"text\": \" voiture,\",\r\n                                \"start\": 208600,\r\n                                \"end\": 208960,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76ebdc3b-7e46-499e-a461-f6cef2abe0bc\",\r\n                                \"text\": \" pourrons\",\r\n                                \"start\": 200060,\r\n                                \"end\": 200360,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"802247e7-6575-4bab-a948-1a11382a9b4e\",\r\n                                \"text\": \" l'accident\",\r\n                                \"start\": 211000,\r\n                                \"end\": 211440,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"819cfcc3-21d9-4f43-8f30-e3f4461cc060\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 210660,\r\n                                \"end\": 210760,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"870c57e8-92cc-40ba-9693-3d1de642c52d\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 211440,\r\n                                \"end\": 211680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c375e65-b49b-4683-bd71-594d2a6790b4\",\r\n                                \"text\": \" Très\",\r\n                                \"start\": 195180,\r\n                                \"end\": 195600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"920bccc1-ae4f-46f7-a966-303bfc696d9c\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 198260,\r\n                                \"end\": 198660,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"965800db-ef7d-440f-abe6-a7a80704d31d\",\r\n                                \"text\": \" 48\",\r\n                                \"start\": 204820,\r\n                                \"end\": 205200,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9979cdc4-59dc-4e0c-96e8-828cbb4afc00\",\r\n                                \"text\": \" lieu\",\r\n                                \"start\": 210760,\r\n                                \"end\": 210920,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1de9d26-ab7a-4ad0-85ed-cdb1fc952770\",\r\n                                \"text\": \" serez\",\r\n                                \"start\": 204020,\r\n                                \"end\": 204220,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a21ec7b3-0653-4cbb-bba4-9fada252ecb1\",\r\n                                \"text\": \" sous\",\r\n                                \"start\": 204720,\r\n                                \"end\": 204820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a687c94c-b024-46f3-8c98-e2605f8822a1\",\r\n                                \"text\": \" endroit\",\r\n                                \"start\": 212180,\r\n                                \"end\": 212440,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"adbb76f6-5352-4e8e-9107-d30fa90121c6\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 205420,\r\n                                \"end\": 205600,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af0b4159-b756-4190-9e4c-b7dd56da4bda\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 201760,\r\n                                \"end\": 201880,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b17058e3-bb5c-4862-8559-0f0e8a4821f7\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 200880,\r\n                                \"end\": 201000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c12e3488-96c6-4a38-924c-157fb09d5e3a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 210480,\r\n                                \"end\": 210660,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c19dcd93-a795-4137-b836-034f73339d34\",\r\n                                \"text\": \" disposition\",\r\n                                \"start\": 201880,\r\n                                \"end\": 202300,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4112607-069c-45f1-a4ae-99a39f8790a6\",\r\n                                \"text\": \" détails.\",\r\n                                \"start\": 205940,\r\n                                \"end\": 206300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c81e2302-8bbf-4718-8c22-1cef3a59bf9a\",\r\n                                \"text\": \" contacté\",\r\n                                \"start\": 204220,\r\n                                \"end\": 204720,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb9f1a02-589f-4399-87df-039ac05a8800\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 197540,\r\n                                \"end\": 197980,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbc23f0c-1e31-4f29-8ebb-50ad10dfcc23\",\r\n                                \"text\": \" heures\",\r\n                                \"start\": 205200,\r\n                                \"end\": 205420,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd2813e1-9131-43aa-85a4-68884fcd5239\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 211680,\r\n                                \"end\": 211840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfe75875-0dcb-4cba-bc86-aba69ec6586a\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 212000,\r\n                                \"end\": 212180,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d24de4e8-bc26-4c7c-ae0c-e1b8270f2cd0\",\r\n                                \"text\": \" actuellement\",\r\n                                \"start\": 209540,\r\n                                \"end\": 209900,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3926246-7dfe-4e8a-822a-42f72cf78269\",\r\n                                \"text\": \" ajouter\",\r\n                                \"start\": 196300,\r\n                                \"end\": 196660,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5946300-a14c-4847-9a6c-d2114ba87f2b\",\r\n                                \"text\": \" étapes\",\r\n                                \"start\": 201000,\r\n                                \"end\": 201340,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6e57500-8c5a-49d5-b418-bdde49e68545\",\r\n                                \"text\": \" est-elle\",\r\n                                \"start\": 209180,\r\n                                \"end\": 209540,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd33dea3-bbd7-43f4-b2b1-61fdebaa5424\",\r\n                                \"text\": \" Vous\",\r\n                                \"start\": 203620,\r\n                                \"end\": 204020,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd4f2dc3-438b-42c2-b646-fcbc22a93551\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 199000,\r\n                                \"end\": 199480,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e56fd9c1-6b75-4362-9e70-2c79827c138a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 205800,\r\n                                \"end\": 205940,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9f32863-5d5d-44c2-8010-2452626f051b\",\r\n                                \"text\": \" reçu,\",\r\n                                \"start\": 199480,\r\n                                \"end\": 199780,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb946b28-815d-4c90-b265-8485c48bf41f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 208440,\r\n                                \"end\": 208600,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1a9a87d-0e5c-4de2-a11a-f270d78bd69e\",\r\n                                \"text\": \" concernant\",\r\n                                \"start\": 208040,\r\n                                \"end\": 208440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f916eefc-a5e8-46ea-815d-55a98a407f99\",\r\n                                \"text\": \" d'un\",\r\n                                \"start\": 202300,\r\n                                \"end\": 202640,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:15-03:32\"\r\n                    },\r\n                    {\r\n                        \"id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\",\r\n                        \"text\": \"Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\",\r\n                        \"start\": 256540,\r\n                        \"end\": 273840,\r\n                        \"duration\": 17300,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04704b4b-dde2-4a1a-aac6-bbb9cea3a8b4\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 261899,\r\n                                \"end\": 262240,\r\n                                \"duration\": 341,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ca58b37-9224-4ff3-8e43-725011e303df\",\r\n                                \"text\": \" recevrez\",\r\n                                \"start\": 261079,\r\n                                \"end\": 261540,\r\n                                \"duration\": 461,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ebf057a-09d2-4e4c-9d06-dde351e612a1\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 261540,\r\n                                \"end\": 261640,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f1f25cf-de36-4f10-a0a1-076a96bc9eae\",\r\n                                \"text\": \" maximum\",\r\n                                \"start\": 259380,\r\n                                \"end\": 259740,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12842f5e-fb57-4ea8-88aa-a72f758d326d\",\r\n                                \"text\": \" est-il\",\r\n                                \"start\": 265300,\r\n                                \"end\": 265760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e071562-ae92-4824-95ff-a34d4c31d56e\",\r\n                                \"text\": \" beaucoup,\",\r\n                                \"start\": 256940,\r\n                                \"end\": 257180,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"283b653d-8c31-4beb-a212-79409416ee9f\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 257279,\r\n                                \"end\": 257519,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4efee1a4-1a6c-4e05-a3b1-241bbbfe72ee\",\r\n                                \"text\": \" 0601-02-03-04-05\",\r\n                                \"start\": 266330,\r\n                                \"end\": 273420,\r\n                                \"duration\": 7090,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52dd8bb7-9e39-475e-b443-0998ae86feec\",\r\n                                \"text\": \" heures.\",\r\n                                \"start\": 260200,\r\n                                \"end\": 260440,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70a15f9d-78fe-433f-9586-fe49d4b050d2\",\r\n                                \"text\": \" délai\",\r\n                                \"start\": 259140,\r\n                                \"end\": 259380,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c1a3a6d-6110-4524-bfcd-121f0191f9b4\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 262940,\r\n                                \"end\": 263200,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81c32268-57aa-449a-915f-d3b578c6b7ec\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 273420,\r\n                                \"end\": 273840,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8849a14e-a3bb-41c4-bc00-278a3aa115a6\",\r\n                                \"text\": \" envoyé\",\r\n                                \"start\": 258440,\r\n                                \"end\": 258880,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b57efef-1dc1-48af-98c9-7ae8c6ebe034\",\r\n                                \"text\": \" coordonnées\",\r\n                                \"start\": 262440,\r\n                                \"end\": 262940,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d31ba53-940a-4e9d-a3ae-dddab00e8006\",\r\n                                \"text\": \" toujours\",\r\n                                \"start\": 265760,\r\n                                \"end\": 266020,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"907fd51c-42ed-44b8-9d1b-86fb494817ab\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 265040,\r\n                                \"end\": 265300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94d7c9bf-0297-4b1c-ba39-550c8b547b9c\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 259000,\r\n                                \"end\": 259140,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9594e6a0-e8c6-4fa6-86cb-85f284cf6b01\",\r\n                                \"text\": \" SMS\",\r\n                                \"start\": 261640,\r\n                                \"end\": 261899,\r\n                                \"duration\": 259,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97f81e9c-a7f6-45fe-a0d6-3672fcbbc3b3\",\r\n                                \"text\": \" dépanneur\",\r\n                                \"start\": 257839,\r\n                                \"end\": 258240,\r\n                                \"duration\": 401,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d2d27f2-906d-4ac3-8fa8-f523e85b09b2\",\r\n                                \"text\": \" ses\",\r\n                                \"start\": 262240,\r\n                                \"end\": 262440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1bba709-cb89-40cd-97bf-65e8e2acbd2e\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 256540,\r\n                                \"end\": 256940,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c36be06a-5b27-491d-857f-b141ca164bfb\",\r\n                                \"text\": \" Vous\",\r\n                                \"start\": 260680,\r\n                                \"end\": 261079,\r\n                                \"duration\": 399,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c656f07f-17f5-43c7-b9b6-1bb1cd7bc489\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 264780,\r\n                                \"end\": 265040,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d210cd19-79f3-4e9e-8c3e-c547bb269ab7\",\r\n                                \"text\": \" l'heure\",\r\n                                \"start\": 263200,\r\n                                \"end\": 263340,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da0cfd0a-7d8f-450d-b173-9fa382bbb80a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 259740,\r\n                                \"end\": 260019,\r\n                                \"duration\": 279,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db434e62-9e1d-4096-b348-383f656dc32b\",\r\n                                \"text\": \" exacte\",\r\n                                \"start\": 263340,\r\n                                \"end\": 263760,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e091ceb4-b56a-4c95-92f9-8eb7ba7adfcd\",\r\n                                \"text\": \" d'arrivée.\",\r\n                                \"start\": 263760,\r\n                                \"end\": 264200,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e568a539-cc9a-4557-aafe-b715ce118876\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 266020,\r\n                                \"end\": 266320,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec516846-e2db-4e64-a2a2-2cf462a62818\",\r\n                                \"text\": \" deux\",\r\n                                \"start\": 260019,\r\n                                \"end\": 260200,\r\n                                \"duration\": 181,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efa209a7-85c6-4018-8821-463d0cbd1fd2\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 258240,\r\n                                \"end\": 258440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f05917e2-beb0-4657-b781-789efe59c894\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 258880,\r\n                                \"end\": 259000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0fdb01a-ab72-4310-bb1c-61ef7f9f2f1c\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 257640,\r\n                                \"end\": 257839,\r\n                                \"duration\": 199,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:16-04:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\",\r\n                        \"text\": \"Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\",\r\n                        \"start\": 9390,\r\n                        \"end\": 16650,\r\n                        \"duration\": 7260,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01db7864-6bc7-43cf-a404-4843973d1bf0\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 13250,\r\n                                \"end\": 14030,\r\n                                \"duration\": 780,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05a8839a-d11a-466e-a205-33ea1ea9932b\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 12950,\r\n                                \"end\": 13250,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10c1aeb6-a4b0-48a9-9e57-b632b1851d7b\",\r\n                                \"text\": \" savoir\",\r\n                                \"start\": 14350,\r\n                                \"end\": 14690,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1840b97e-188d-4e94-ba9f-d60905aa6804\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 10130,\r\n                                \"end\": 10690,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32462527-ac28-49f2-9458-5994417dfb8b\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 9390,\r\n                                \"end\": 9910,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"490d5e98-3b77-41a7-bb2b-bbb6203613a6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 12690,\r\n                                \"end\": 12950,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a64aa4a-50cb-4b4a-82b1-cdcb81e6231b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 15670,\r\n                                \"end\": 15810,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ba21c28-965a-43a8-927d-5d5b80148c81\",\r\n                                \"text\": \" d'avoir\",\r\n                                \"start\": 11950,\r\n                                \"end\": 12170,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c389716-91fb-44d9-b048-d215f4d8c265\",\r\n                                \"text\": \" indemnisé.\",\r\n                                \"start\": 15970,\r\n                                \"end\": 16650,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74f90324-5eb2-420a-85f1-0c40ac008a21\",\r\n                                \"text\": \" accident\",\r\n                                \"start\": 12410,\r\n                                \"end\": 12690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7725a3b8-2a0a-4e81-8f0d-ca74df670f89\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 14690,\r\n                                \"end\": 15550,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa8d790f-763c-421d-b6f7-0ba89e7389f0\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 10690,\r\n                                \"end\": 10850,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0e38c70-6da8-4e8d-ac93-50eb65a4fde2\",\r\n                                \"text\": \" appelle\",\r\n                                \"start\": 10850,\r\n                                \"end\": 11130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"caa9029e-df62-4836-a5cd-59b735f57ed9\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 11610,\r\n                                \"end\": 11730,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3e91cac-3823-4981-8b91-6c4fb92a822a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 14030,\r\n                                \"end\": 14150,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dae95613-b17d-43a4-bcc0-1a11fd75fc12\",\r\n                                \"text\": \" viens\",\r\n                                \"start\": 11730,\r\n                                \"end\": 11950,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2c7c655-1cc8-49ed-8064-24acc1c3595c\",\r\n                                \"text\": \" parce\",\r\n                                \"start\": 11130,\r\n                                \"end\": 11430,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7040540-ebee-4bc2-95d1-5e6a6891e605\",\r\n                                \"text\": \" être\",\r\n                                \"start\": 15810,\r\n                                \"end\": 15970,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3450fe1-c438-499d-929e-7081588e0815\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 15550,\r\n                                \"end\": 15670,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7455a9c-9689-44b7-8636-ce96f69b0d8b\",\r\n                                \"text\": \" voulais\",\r\n                                \"start\": 14150,\r\n                                \"end\": 14350,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7ac3f68-b5eb-4782-bb5e-79cd3d82b93f\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 12170,\r\n                                \"end\": 12410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f930cb6e-55ac-4083-ae11-4eea938fd65f\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 11430,\r\n                                \"end\": 11610,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:09-00:16\"\r\n                    },\r\n                    {\r\n                        \"id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\",\r\n                        \"text\": \"Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\",\r\n                        \"start\": 316610,\r\n                        \"end\": 324910,\r\n                        \"duration\": 8300,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"081ab7d8-0824-4a8a-ad87-773460355f10\",\r\n                                \"text\": \" appel.\",\r\n                                \"start\": 319270,\r\n                                \"end\": 319530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0adcbf85-bb1f-4cda-91ef-443e3e634474\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 317370,\r\n                                \"end\": 317450,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b3b24ea-6b57-4e3f-9aed-70cee16833fe\",\r\n                                \"text\": \" courage\",\r\n                                \"start\": 324130,\r\n                                \"end\": 324430,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"170b2dee-f8ac-4462-8096-b4f89f01a4d8\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 318130,\r\n                                \"end\": 318490,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23a07835-65e0-45fd-9537-40c2d729d637\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 321230,\r\n                                \"end\": 321610,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"301f2f7f-0f03-494e-9a3c-40baa92c2771\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 323430,\r\n                                \"end\": 323730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34afdea3-1aee-4eeb-a499-89cf4dd21197\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 320290,\r\n                                \"end\": 320490,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39951238-75d6-403b-b311-016d9e7d3447\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 324590,\r\n                                \"end\": 324690,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43335f12-d78b-423c-8067-09aeadcb4750\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 324430,\r\n                                \"end\": 324590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b31cc32-6006-4f6f-accc-9fcfce6c0278\",\r\n                                \"text\": \" d'autres\",\r\n                                \"start\": 320490,\r\n                                \"end\": 320690,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74cc7887-3436-4779-8e2b-d6defc6eaac4\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 321610,\r\n                                \"end\": 321910,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82ec269a-e895-447e-ab32-f88bdacc1d62\",\r\n                                \"text\": \" Si\",\r\n                                \"start\": 319770,\r\n                                \"end\": 320130,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83790d8e-3ff2-4af9-a6b6-e3b0aa320f8d\",\r\n                                \"text\": \" Avec\",\r\n                                \"start\": 316610,\r\n                                \"end\": 316970,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83dfde12-5ccc-4158-8634-4f6f92e706eb\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 318490,\r\n                                \"end\": 318710,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87606da9-de24-4138-805a-4f256708cce7\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 317590,\r\n                                \"end\": 317850,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96c429c3-241c-4ee3-b1d7-c3a0b3c7cc38\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 323730,\r\n                                \"end\": 324010,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"970a1565-9168-4847-8d50-25c2f671949a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 320130,\r\n                                \"end\": 320290,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f107b97-4c7a-4be5-9439-69161b04bd3d\",\r\n                                \"text\": \" recontacter.\",\r\n                                \"start\": 322030,\r\n                                \"end\": 322490,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8353de6-503b-4272-96e2-831c999a8826\",\r\n                                \"text\": \" plaisir,\",\r\n                                \"start\": 316970,\r\n                                \"end\": 317330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b906b91d-11b4-433b-8152-22670549d71f\",\r\n                                \"text\": \" questions,\",\r\n                                \"start\": 320690,\r\n                                \"end\": 321070,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c032e6c9-c1fa-4d3a-9a9d-865a8b628584\",\r\n                                \"text\": \" Bonne\",\r\n                                \"start\": 323070,\r\n                                \"end\": 323430,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2a6c4b6-1355-49d8-9841-3dc1cd4e64bd\",\r\n                                \"text\": \" bon\",\r\n                                \"start\": 324010,\r\n                                \"end\": 324130,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7975661-585c-4133-8ed5-fd0bda8a6f63\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 324690,\r\n                                \"end\": 324910,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da5c2cca-8fd2-40aa-b790-4971f81ad70d\",\r\n                                \"text\": \" clôturer\",\r\n                                \"start\": 318710,\r\n                                \"end\": 319130,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5ac0afc-e668-43ed-ac08-0581ceb286aa\",\r\n                                \"text\": \" cet\",\r\n                                \"start\": 319130,\r\n                                \"end\": 319270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea188a7f-9623-47c6-b679-f4cad19b81e8\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 321950,\r\n                                \"end\": 322030,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8f2023a-da18-4183-bff4-926c3734a629\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 321910,\r\n                                \"end\": 321950,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:16-05:24\"\r\n                    },\r\n                    {\r\n                        \"id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\",\r\n                        \"text\": \"Oui, c'est exact.\",\r\n                        \"start\": 274550,\r\n                        \"end\": 275790,\r\n                        \"duration\": 1240,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"28428353-12df-455d-a01f-9c21d6a25162\",\r\n                                \"text\": \" exact.\",\r\n                                \"start\": 275530,\r\n                                \"end\": 275790,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e398b6d-824a-46fb-8000-45e31034abf9\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 274550,\r\n                                \"end\": 275270,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8d41999-46e5-4299-87d3-314c7d2a144b\",\r\n                                \"text\": \" c'est\",\r\n                                \"start\": 275290,\r\n                                \"end\": 275530,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:34-04:35\"\r\n                    },\r\n                    {\r\n                        \"id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\",\r\n                        \"text\": \"« Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\",\r\n                        \"start\": 247150,\r\n                        \"end\": 254870,\r\n                        \"duration\": 7720,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"131aeed2-a622-4161-8de9-850502c470b7\",\r\n                                \"text\": \" 002\",\r\n                                \"start\": 252330,\r\n                                \"end\": 253950,\r\n                                \"duration\": 1620,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"194c516f-974f-4be8-8b8c-41f17da159c1\",\r\n                                \"text\": \" Paix,\",\r\n                                \"start\": 251190,\r\n                                \"end\": 251470,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3001c9ac-5f01-4383-b3cb-fa5aa9112e27\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 247650,\r\n                                \"end\": 247790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3674c707-52d3-4610-9dc2-8b447b791cf2\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 248610,\r\n                                \"end\": 249470,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e5d5fc9-2e09-4c53-b772-461f62440b2f\",\r\n                                \"text\": \" elle\",\r\n                                \"start\": 247930,\r\n                                \"end\": 248410,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"408bdc43-3271-49cc-9320-c7e29a68608f\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 254630,\r\n                                \"end\": 254870,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4805a26f-d6c2-453e-ac39-1571fc91092c\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 251110,\r\n                                \"end\": 251190,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"648c9306-e8b8-4b81-a0b0-52d914ebbdb7\",\r\n                                \"text\": \" rue\",\r\n                                \"start\": 250510,\r\n                                \"end\": 250950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83a68dc9-930e-4e11-a661-4dc564246be1\",\r\n                                \"text\": \" 75\",\r\n                                \"start\": 251550,\r\n                                \"end\": 252330,\r\n                                \"duration\": 780,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e59474d-94bf-4115-b23a-0a550087a846\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 247150,\r\n                                \"end\": 247650,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a91c798f-4ad0-40c0-83d7-56904b6dfc78\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 248410,\r\n                                \"end\": 248610,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f080fff1-1d74-41a6-a577-536e0323d5b2\",\r\n                                \"text\": \" 20\",\r\n                                \"start\": 250090,\r\n                                \"end\": 250510,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1223709-a540-48c8-8546-bf50da85afc8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 250950,\r\n                                \"end\": 251110,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f964e9a5-5a33-4204-91ca-8afc49bb872b\",\r\n                                \"text\": \" Paris.\",\r\n                                \"start\": 253950,\r\n                                \"end\": 254430,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff4d20b2-93f6-4bdc-b4d6-6012a9a8b2f6\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 249470,\r\n                                \"end\": 250090,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:07-04:14\"\r\n                    },\r\n                    {\r\n                        \"id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\",\r\n                        \"text\": \"« Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\",\r\n                        \"start\": 213860,\r\n                        \"end\": 217400,\r\n                        \"duration\": 3540,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"05a8726f-0634-4d69-9897-f12e7577599c\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 214060,\r\n                                \"end\": 214180,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a8ab496-ccb8-4cf5-8c78-0ceaa86c31b4\",\r\n                                \"text\": \" toujours\",\r\n                                \"start\": 214180,\r\n                                \"end\": 214440,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e336d11-61c8-4c0e-90e0-7d1c76fdb14b\",\r\n                                \"text\": \" l'accident.\",\r\n                                \"start\": 215300,\r\n                                \"end\": 215820,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4da4dd03-5d97-4770-9498-ca3924fc7e73\",\r\n                                \"text\": \" n'ai\",\r\n                                \"start\": 216260,\r\n                                \"end\": 216400,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"506c91a6-63c7-4161-8839-9897bfbf3e66\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 216400,\r\n                                \"end\": 216520,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"519e0c1f-e051-4708-b5d5-d6e7c99dbdd3\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 214780,\r\n                                \"end\": 214960,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53d1f794-aefb-47d9-b932-30c2a210f995\",\r\n                                \"text\": \" Elle\",\r\n                                \"start\": 214040,\r\n                                \"end\": 214060,\r\n                                \"duration\": 20,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ee7b25f-bf7f-461b-9f3a-138330a59cfe\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 213860,\r\n                                \"end\": 214040,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98596b96-03f8-4e1e-b33c-f2dc3cf5f1fc\",\r\n                                \"text\": \" lieu\",\r\n                                \"start\": 214960,\r\n                                \"end\": 215160,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a6d489db-94d0-4dba-b329-f3e0777e989c\",\r\n                                \"text\": \" déplacer.\",\r\n                                \"start\": 216880,\r\n                                \"end\": 217400,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb932d4f-8a70-492b-805e-a1cd4ec8c59f\",\r\n                                \"text\": \" pu\",\r\n                                \"start\": 216520,\r\n                                \"end\": 216720,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d164ed47-c88c-4458-b8f8-f4e7356d9aea\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 214440,\r\n                                \"end\": 214780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5a13fc4-cc62-4560-be15-25ff25c51611\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 215940,\r\n                                \"end\": 216260,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2ee931e-bbca-41a3-bb71-44b242d68c48\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 215160,\r\n                                \"end\": 215300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff2a0e7d-5b3a-4172-b482-969cb42aac80\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 216720,\r\n                                \"end\": 216880,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:33-03:37\"\r\n                    },\r\n                    {\r\n                        \"id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 330560,\r\n                        \"end\": 331520,\r\n                        \"duration\": 960,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"6364bf42-fce8-46e7-83cb-2a5d1728a5fb\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 331100,\r\n                                \"end\": 331260,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9195f92e-9113-4136-b4b4-3c1202d3bb88\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 330560,\r\n                                \"end\": 330920,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ed65d12-74f9-4855-a4a1-a2e397da00bb\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 331260,\r\n                                \"end\": 331520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:30-05:31\"\r\n                    },\r\n                    {\r\n                        \"id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\",\r\n                        \"text\": \"Un garage agréé proche de chez moi serait parfait.\",\r\n                        \"start\": 287890,\r\n                        \"end\": 291550,\r\n                        \"duration\": 3660,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0402a54c-5578-447d-aa37-b9ad05aa4dfc\",\r\n                                \"text\": \" parfait.\",\r\n                                \"start\": 291170,\r\n                                \"end\": 291550,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c4a82fe-3013-4d05-ae43-996d0dc4f6f6\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 287890,\r\n                                \"end\": 288450,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3914ff01-7586-4422-8c0a-6a69223604a1\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 289070,\r\n                                \"end\": 289870,\r\n                                \"duration\": 800,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6035796c-678c-4ca8-ad55-62ee239d76a8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 290330,\r\n                                \"end\": 290550,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7ec7855-f059-43c3-9cad-2376af8a55cf\",\r\n                                \"text\": \" serait\",\r\n                                \"start\": 290930,\r\n                                \"end\": 291170,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba033ffb-007e-438f-8991-3407ae701114\",\r\n                                \"text\": \" moi\",\r\n                                \"start\": 290710,\r\n                                \"end\": 290930,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccf18f22-5b73-492b-9146-23d8416ccbd0\",\r\n                                \"text\": \" proche\",\r\n                                \"start\": 289870,\r\n                                \"end\": 290330,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2714e99-b2b3-4929-b8c9-885e76a9af10\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 288450,\r\n                                \"end\": 289070,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed614668-80de-4fd7-98d2-64fa279b9a00\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 290550,\r\n                                \"end\": 290710,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:47-04:51\"\r\n                    },\r\n                    {\r\n                        \"id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\",\r\n                        \"text\": \"Merci. Bonne journée à vous aussi.\",\r\n                        \"start\": 326840,\r\n                        \"end\": 328840,\r\n                        \"duration\": 2000,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1f186fa8-0b43-4167-8c1b-f49accb44bcb\",\r\n                                \"text\": \" Merci.\",\r\n                                \"start\": 326840,\r\n                                \"end\": 327400,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29cc6661-1b3f-4efe-88ea-199125e80149\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 328420,\r\n                                \"end\": 328560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a70a76b-2ecd-45de-9324-c94e1962b1a2\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 327960,\r\n                                \"end\": 328260,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a019a45c-b9a0-4d0c-821c-ee8aa7e71a85\",\r\n                                \"text\": \" Bonne\",\r\n                                \"start\": 327400,\r\n                                \"end\": 327960,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cffe493f-f453-457d-b666-43556c79459d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 328260,\r\n                                \"end\": 328420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7c138da-a2e2-459d-a0f6-9fa26f3a208e\",\r\n                                \"text\": \" aussi.\",\r\n                                \"start\": 328560,\r\n                                \"end\": 328840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:26-05:28\"\r\n                    },\r\n                    {\r\n                        \"id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\",\r\n                        \"text\": \"Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\",\r\n                        \"start\": 164970,\r\n                        \"end\": 185040,\r\n                        \"duration\": 20070,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0d59b595-e636-42b7-b51c-14547a2d26df\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 170670,\r\n                                \"end\": 170830,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ed2d525-c05c-4605-af4c-0d211f596181\",\r\n                                \"text\": \" question\",\r\n                                \"start\": 166630,\r\n                                \"end\": 167030,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d0a1ff3-1790-4056-b105-d931aeca9baa\",\r\n                                \"text\": \" responsabilité\",\r\n                                \"start\": 170830,\r\n                                \"end\": 171630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32655a21-36b2-4394-9630-f6de50bde936\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 169290,\r\n                                \"end\": 169390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"387b3f0e-2b0e-4d7d-908b-4f776742ac6e\",\r\n                                \"text\": \" l'autre\",\r\n                                \"start\": 171790,\r\n                                \"end\": 171970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38fea436-7bf6-4899-8f62-d626369ccde9\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 181780,\r\n                                \"end\": 182220,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c98c8da-2b5d-4ef6-8e2d-afc07dc0a1f0\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 174450,\r\n                                \"end\": 174630,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d7235a4-305a-4636-9139-2a689f31dc53\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 174210,\r\n                                \"end\": 174450,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3df2f8de-6f6d-4e87-971c-a50b3994c6ae\",\r\n                                \"text\": \" également\",\r\n                                \"start\": 180800,\r\n                                \"end\": 181020,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f01fdc5-ee6e-4e44-9584-25c4311289d9\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 167530,\r\n                                \"end\": 167630,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43820a4b-fed7-43c3-84e2-3633fe463a00\",\r\n                                \"text\": \" m'avez\",\r\n                                \"start\": 169470,\r\n                                \"end\": 169690,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44fff1b4-d07c-4b9c-af8c-d857466721d6\",\r\n                                \"text\": \" remplacement.\",\r\n                                \"start\": 182320,\r\n                                \"end\": 182780,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45d0c1ae-93f4-4cfb-9437-70ad5c6d81ec\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 173690,\r\n                                \"end\": 174210,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cd4f70c-57c0-4204-959e-338c1b410125\",\r\n                                \"text\": \" bénéficier\",\r\n                                \"start\": 183940,\r\n                                \"end\": 184440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"582a10cf-faa9-42a6-885f-d4b651132308\",\r\n                                \"text\": \" confirmée\",\r\n                                \"start\": 172910,\r\n                                \"end\": 173450,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e5d0498-ee69-4a7e-bc6f-b01283627253\",\r\n                                \"text\": \" charge.\",\r\n                                \"start\": 178050,\r\n                                \"end\": 178370,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f8cfea5-c3c6-48c1-9e42-798745b1edbf\",\r\n                                \"text\": \" l'enquête,\",\r\n                                \"start\": 174630,\r\n                                \"end\": 175050,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6309c35a-b113-47cd-afd0-e310a74b7008\",\r\n                                \"text\": \" inclut\",\r\n                                \"start\": 180260,\r\n                                \"end\": 180800,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a6980ad-e6c9-4328-8260-2ebac5d80916\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 183860,\r\n                                \"end\": 183940,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b89034c-4c90-4f01-ba36-ccbff698fb62\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 169390,\r\n                                \"end\": 169470,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c0201de-e3ce-42e5-bd55-9572a3d86dd6\",\r\n                                \"text\": \" Souhaitez-vous\",\r\n                                \"start\": 183280,\r\n                                \"end\": 183860,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6efba960-cd47-4723-9447-e5b89091721d\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 175250,\r\n                                \"end\": 175670,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73d1936c-e8aa-431c-8364-a0cbf38e1776\",\r\n                                \"text\": \" devraient\",\r\n                                \"start\": 177070,\r\n                                \"end\": 177370,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f94d683-ee48-4373-96de-3baad3c66a14\",\r\n                                \"text\": \" répondre\",\r\n                                \"start\": 166050,\r\n                                \"end\": 166350,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"830dcc62-af5e-4e43-b097-8aef93ecebb2\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 171630,\r\n                                \"end\": 171790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84b66ac3-ed5d-4604-b71f-a30992f5a51d\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 176330,\r\n                                \"end\": 176490,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85d63b46-5f4a-4a4e-80bf-d034bf5a0148\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 176190,\r\n                                \"end\": 176330,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8613e7dd-7899-44a6-8184-2340aa07089c\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 171970,\r\n                                \"end\": 172710,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"995feacd-3e12-465d-924b-fc3ab071aeac\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 173450,\r\n                                \"end\": 173610,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9992881b-269a-496a-923e-45731172e0e5\",\r\n                                \"text\": \" prises\",\r\n                                \"start\": 177550,\r\n                                \"end\": 177890,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99fc4387-ef55-4bad-a079-c4e2ad2f4698\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 170330,\r\n                                \"end\": 170670,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c053b1a-4089-4545-a733-9d9d2a00298b\",\r\n                                \"text\": \" l'indemnisation,\",\r\n                                \"start\": 167630,\r\n                                \"end\": 168190,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a023b84e-e941-4676-940f-49b6b6167fcc\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 176490,\r\n                                \"end\": 177070,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a139623a-d87f-40f0-8edf-b0335fb42def\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 172710,\r\n                                \"end\": 172910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a24ff317-a322-4096-87f9-89adb20530ac\",\r\n                                \"text\": \" selon\",\r\n                                \"start\": 168870,\r\n                                \"end\": 169130,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3141508-8bcc-48fd-9b5b-367bed42a09d\",\r\n                                \"text\": \" décrit,\",\r\n                                \"start\": 169690,\r\n                                \"end\": 170070,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a6574647-29af-44af-81f0-e3cb5a214c6b\",\r\n                                \"text\": \" initiale\",\r\n                                \"start\": 167030,\r\n                                \"end\": 167530,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac7c64b3-726e-4fed-b870-81a37229a53f\",\r\n                                \"text\": \" réparations\",\r\n                                \"start\": 175670,\r\n                                \"end\": 176190,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba8184a6-0d19-4bec-8352-c2dcbf0b425f\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 181020,\r\n                                \"end\": 181780,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcdbf4a3-579e-48ef-bb0b-cba7b61480a8\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 179560,\r\n                                \"end\": 179960,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c243f2aa-80c5-454b-8f0f-18fd983dd3f8\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 169130,\r\n                                \"end\": 169290,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c483dc8c-0b89-4e91-9c3e-475b008d3eb8\",\r\n                                \"text\": \" Excellent\",\r\n                                \"start\": 164970,\r\n                                \"end\": 165490,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c87ad659-78c2-4d9f-bf3d-051662ef4af6\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 166350,\r\n                                \"end\": 166510,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd86e682-9ce7-4de1-aaf0-9fe57d3dd089\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 179960,\r\n                                \"end\": 180260,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2f3cd4f-b6b1-4f15-aa61-7df12738ea8a\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 166510,\r\n                                \"end\": 166630,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6738681-493a-410e-be21-c27934b524a1\",\r\n                                \"text\": \" !\",\r\n                                \"start\": 165490,\r\n                                \"end\": 165670,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da569414-3bce-4496-9f6f-5f2559390874\",\r\n                                \"text\": \" être\",\r\n                                \"start\": 177370,\r\n                                \"end\": 177550,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dece33f6-0c77-4052-aa34-6dac198ca9cb\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 177890,\r\n                                \"end\": 178050,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9a2e79b-ed38-41ae-9f34-40da7601e489\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 184440,\r\n                                \"end\": 185040,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9b4cfb7-580a-43a8-b68b-3f02ff42291c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 173610,\r\n                                \"end\": 173690,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef9dfd65-b504-4872-b3ba-7d1f38757ba6\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 165670,\r\n                                \"end\": 166050,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4a3f160-786c-43f9-9bb1-d411ed49b9f5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 182220,\r\n                                \"end\": 182320,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:44-03:05\"\r\n                    },\r\n                    {\r\n                        \"id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\",\r\n                        \"text\": \"Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\",\r\n                        \"start\": 293750,\r\n                        \"end\": 310300,\r\n                        \"duration\": 16550,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00babbad-7a84-4e86-ad1f-913ec361b0dc\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 295710,\r\n                                \"end\": 295890,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07bb8192-8b19-494b-9f4f-ba973b6fc4c0\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 303130,\r\n                                \"end\": 303550,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ee9a218-ed49-4452-b49b-7161412dce86\",\r\n                                \"text\": \" chose\",\r\n                                \"start\": 308440,\r\n                                \"end\": 308680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"118a267b-5371-4754-b302-7ec88eda26b2\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 299690,\r\n                                \"end\": 299830,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13f27320-f804-44d8-a706-46fcc39e600c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 297670,\r\n                                \"end\": 298190,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26cf37a5-c9ed-4c1a-8b60-77c0b66f4d4f\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 298190,\r\n                                \"end\": 298530,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2840cbc6-6e52-403d-a890-17c449a78c5a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 304250,\r\n                                \"end\": 304390,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a9d613d-670e-4cfb-858e-1fe0b633dbb0\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 309460,\r\n                                \"end\": 309580,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30e42921-a8aa-4b1d-bbdf-5424706ef031\",\r\n                                \"text\": \" d'anonymisation.\",\r\n                                \"start\": 306170,\r\n                                \"end\": 306790,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32e4f2ba-0dfb-434e-8862-6152ac9b20bb\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 296050,\r\n                                \"end\": 296530,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3366c327-09a7-42e3-91e7-3bfea95a6757\",\r\n                                \"text\": \" pourrons\",\r\n                                \"start\": 303550,\r\n                                \"end\": 303910,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3720c705-36ce-431f-86b2-71ca5d5c8c65\",\r\n                                \"text\": \" cela.\",\r\n                                \"start\": 295030,\r\n                                \"end\": 295230,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3921bb54-5c77-4bbf-9cd6-e10217761f49\",\r\n                                \"text\": \" alors,\",\r\n                                \"start\": 301870,\r\n                                \"end\": 302110,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dc74c53-237d-436e-9406-37289bff82e4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 295890,\r\n                                \"end\": 296050,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46ec5e37-5f45-4045-915c-85000fb7b364\",\r\n                                \"text\": \" Y\",\r\n                                \"start\": 307720,\r\n                                \"end\": 308080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c9b36e7-846d-413f-a250-8136f59d9c0c\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 298530,\r\n                                \"end\": 299130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e528f7e-9eed-4640-9e57-df44d0f3b03b\",\r\n                                \"text\": \" dégâts.\",\r\n                                \"start\": 300470,\r\n                                \"end\": 300810,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5efca080-912c-405e-b226-beab452552bd\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 302270,\r\n                                \"end\": 302510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"609e8d17-a1d4-49d3-bb70-9852593c8291\",\r\n                                \"text\": \" réparation\",\r\n                                \"start\": 305370,\r\n                                \"end\": 305990,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62a1f0cc-2279-4f82-9052-e1daa357dda3\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 309280,\r\n                                \"end\": 309460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70b5c658-ec26-41b3-b079-07810aaed6f0\",\r\n                                \"text\": \" Et\",\r\n                                \"start\": 301510,\r\n                                \"end\": 301870,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b9b2c4d-a83a-481c-a240-e07b3780f7d8\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 294270,\r\n                                \"end\": 294410,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82fa2a0f-1892-4199-b963-7aec166562b7\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 308840,\r\n                                \"end\": 308900,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"840ed90c-effb-4b99-9e00-7ab9e5951ae4\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 305250,\r\n                                \"end\": 305370,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84bc9eb2-1a04-40fa-a0ce-296bfd8729f3\",\r\n                                \"text\": \" indiquer\",\r\n                                \"start\": 294730,\r\n                                \"end\": 295030,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89ec5b52-4a67-4127-b8c9-f37364e56617\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 295350,\r\n                                \"end\": 295710,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cdd87d8-9071-4374-95b9-89c8ed0a2f87\",\r\n                                \"text\": \" avancer\",\r\n                                \"start\": 303910,\r\n                                \"end\": 304250,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e750545-5764-45a2-a61c-ace172e8eee0\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 300210,\r\n                                \"end\": 300470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f9e8dd8-4e0d-4419-9cc4-3d8629d2d86e\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 308680,\r\n                                \"end\": 308840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3ed9399-dd7c-4e1a-aa83-fbf1ea974198\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 309580,\r\n                                \"end\": 309700,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5d93dc8-25d6-48f3-9e04-efb0176449aa\",\r\n                                \"text\": \" a-t-il\",\r\n                                \"start\": 308080,\r\n                                \"end\": 308320,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a79e2db9-c8be-46c0-8614-64f55ed1bb76\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 294470,\r\n                                \"end\": 294590,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0216e49-c0d4-4fdc-9942-8f039bbbce2a\",\r\n                                \"text\": \" récupéré,\",\r\n                                \"start\": 296530,\r\n                                \"end\": 297570,\r\n                                \"duration\": 1040,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bed01a97-f493-4b9a-821b-47867ca5cb7e\",\r\n                                \"text\": \" processus\",\r\n                                \"start\": 304510,\r\n                                \"end\": 305250,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf0fc69e-a7ae-49b7-9d49-d5f600edb574\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 305990,\r\n                                \"end\": 306170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c78e4dfc-6f0b-4970-814b-9f1695c78ccd\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 310020,\r\n                                \"end\": 310300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca3350a2-4792-4393-8463-6a719e0cd762\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 309700,\r\n                                \"end\": 309740,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cefb6f58-e008-42f9-895b-b8598ca21409\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 294590,\r\n                                \"end\": 294730,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfd1b833-6f9c-422a-a582-40b59f41614f\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 308320,\r\n                                \"end\": 308440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de4fff0c-a183-41fa-9a69-7a941df3bc17\",\r\n                                \"text\": \" moment-là,\",\r\n                                \"start\": 302610,\r\n                                \"end\": 303050,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e422ef47-8a28-45f1-9a93-483c0818c4ce\",\r\n                                \"text\": \" puisse\",\r\n                                \"start\": 308900,\r\n                                \"end\": 309100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8b486d7-8a01-41bf-97a4-c4e3ce6d70e4\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 302510,\r\n                                \"end\": 302610,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb51dd81-227f-4f26-9c3f-0d17fb11d8cb\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 309100,\r\n                                \"end\": 309280,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eccbbbe8-37a7-4f5f-848e-14350ae99dc8\",\r\n                                \"text\": \" effectuera\",\r\n                                \"start\": 299130,\r\n                                \"end\": 299690,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed502092-e12f-4a18-a689-d6b0c2fbca24\",\r\n                                \"text\": \" sujet\",\r\n                                \"start\": 309740,\r\n                                \"end\": 310020,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1c8ce5d-ff7d-436f-b9ff-1c10b488d3a7\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 304390,\r\n                                \"end\": 304510,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f46e1f24-0a61-48a1-aee1-7c426f8602fd\",\r\n                                \"text\": \" évaluation\",\r\n                                \"start\": 299830,\r\n                                \"end\": 300210,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8624abf-5381-468f-b3ad-e444f4221002\",\r\n                                \"text\": \" Très\",\r\n                                \"start\": 293750,\r\n                                \"end\": 294270,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:53-05:10\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\",\r\n                        \"text\": \"Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\",\r\n                        \"start\": 18520,\r\n                        \"end\": 29440,\r\n                        \"duration\": 10920,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01246655-0f29-4bd3-85ab-a120355fe73e\",\r\n                                \"text\": \" d'apprendre\",\r\n                                \"start\": 19340,\r\n                                \"end\": 19640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e38d2a0-bfae-4584-9ac3-62d16c6a39e5\",\r\n                                \"text\": \" répondre\",\r\n                                \"start\": 21060,\r\n                                \"end\": 21320,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11bd87d9-15d9-49e2-9747-5e897f9e1040\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 24900,\r\n                                \"end\": 25460,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16917e38-9e21-4a56-8be2-05d01a7e669c\",\r\n                                \"text\": \" vous.\",\r\n                                \"start\": 24300,\r\n                                \"end\": 24480,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"194aebc0-0eef-4577-ba26-0ca69922b429\",\r\n                                \"text\": \" confirmer\",\r\n                                \"start\": 25560,\r\n                                \"end\": 26080,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25756c42-25a2-4b70-85d3-4f16e2784a37\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 25460,\r\n                                \"end\": 25560,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b2fc006-ebd1-486a-82bb-7eccba9ee6a6\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 28760,\r\n                                \"end\": 29000,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2eb9ef7e-9fc7-4ead-be26-a6c0f2a264a3\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 28660,\r\n                                \"end\": 28760,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a1493d5-74b8-4c76-b527-9fb98dabe890\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 20020,\r\n                                \"end\": 20160,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.56,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dd8d800-dad5-42a0-a306-59289cc7d10e\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 27220,\r\n                                \"end\": 27460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"503f9daf-8e43-4124-831c-7841cf86701a\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 21320,\r\n                                \"end\": 21600,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53669c62-8267-4602-acb6-157c1de0002e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 20920,\r\n                                \"end\": 21060,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a41c8b9-16fd-431e-8bfc-064589847868\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 27900,\r\n                                \"end\": 28100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5de5050c-396c-40cd-82cf-b56f34a2c51a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22240,\r\n                                \"end\": 22440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64e25863-f187-4b74-a93d-2e538667381e\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 28520,\r\n                                \"end\": 28660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74a9f538-cee2-4ac8-8c76-c5c1145546b2\",\r\n                                \"text\": \" concrat,\",\r\n                                \"start\": 28100,\r\n                                \"end\": 28480,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.37,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cffedbf-0d58-47b9-8c73-9aa554cbae3c\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 23860,\r\n                                \"end\": 24300,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f15d39f-1427-49e0-9cea-ad5e9c2e5d91\",\r\n                                \"text\": \" complet\",\r\n                                \"start\": 26500,\r\n                                \"end\": 26840,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f223f1a-5d2a-4bae-83f9-dec63731b648\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 22740,\r\n                                \"end\": 23200,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b8bc048-4fca-4b56-bc95-714f92ae9009\",\r\n                                \"text\": \" informations\",\r\n                                \"start\": 23460,\r\n                                \"end\": 23860,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1f4254c-ddc2-42a0-b65f-8e5554d25f05\",\r\n                                \"text\": \" certaines\",\r\n                                \"start\": 23200,\r\n                                \"end\": 23460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3326f66-1496-4429-b0af-f1cb0820edde\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 26080,\r\n                                \"end\": 26260,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a59c734d-6726-4604-8661-719799a042b3\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 18520,\r\n                                \"end\": 18740,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac126c8b-9723-4d3f-a5ed-d7d1e3120ec6\",\r\n                                \"text\": \" Avant\",\r\n                                \"start\": 20480,\r\n                                \"end\": 20920,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b724a251-dd62-47d2-8a7c-ad1adcc535d5\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 27460,\r\n                                \"end\": 27900,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b85af4a3-75a6-4c4e-8754-0ce508ae72bc\",\r\n                                \"text\": \" précisément,\",\r\n                                \"start\": 21600,\r\n                                \"end\": 22160,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd2c9384-2dcf-4f57-b255-41d35da6d8c4\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 18740,\r\n                                \"end\": 18840,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd377ddf-94c8-4c54-87e0-729becf1d3c0\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 18840,\r\n                                \"end\": 19340,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4bb6eff-fe39-4cd8-bf3e-aa2200ff0721\",\r\n                                \"text\": \" cela,\",\r\n                                \"start\": 19640,\r\n                                \"end\": 19920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd05f65c-0a6c-4875-8ce8-ee8a50205861\",\r\n                                \"text\": \" nom\",\r\n                                \"start\": 26260,\r\n                                \"end\": 26500,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3099710-f787-4728-b916-6aa38012c676\",\r\n                                \"text\": \" devoir\",\r\n                                \"start\": 22560,\r\n                                \"end\": 22740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e554b1b1-c344-4457-9f0b-3bd7dab95887\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 26840,\r\n                                \"end\": 27220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7487074-2490-4817-9c5e-5bf126c495a1\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 22440,\r\n                                \"end\": 22560,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb139332-060c-4118-8ab9-e7d7092b9de6\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 29000,\r\n                                \"end\": 29440,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:18-00:29\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\",\r\n                        \"text\": \"» « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\",\r\n                        \"start\": 228620,\r\n                        \"end\": 233740,\r\n                        \"duration\": 5120,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"018cbfeb-4a06-40e3-acca-aa96b596e4d1\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 231420,\r\n                                \"end\": 231540,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a2720ee-1a4e-48db-80b1-5152e7aa88e9\",\r\n                                \"text\": \" sais\",\r\n                                \"start\": 231540,\r\n                                \"end\": 231720,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1822d476-9180-47fd-aeb3-2efbcc9959e7\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 233440,\r\n                                \"end\": 233740,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3217dcf9-ee26-4fb0-b490-88922733fe2f\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 229100,\r\n                                \"end\": 229500,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4150c0e7-8e3b-4ca7-a597-04133369a173\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 229060,\r\n                                \"end\": 229100,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e7745a9-7015-400d-b840-28e7680c7fc6\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 231960,\r\n                                \"end\": 232680,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70638a07-f47e-4044-a671-7ee698560200\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 230980,\r\n                                \"end\": 231420,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e1c29b9-9e0e-4939-be0c-2700fd9d1742\",\r\n                                \"text\": \" prendre.\",\r\n                                \"start\": 232900,\r\n                                \"end\": 233160,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90d08b3d-2c6c-427b-b082-a90900aabe1a\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 231720,\r\n                                \"end\": 231960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad3331c3-b39a-4bb0-946f-9e66916cfed4\",\r\n                                \"text\": \" voudrais\",\r\n                                \"start\": 229900,\r\n                                \"end\": 230200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3969e4c-f248-4dce-bbd2-3f5691feca71\",\r\n                                \"text\": \" m'y\",\r\n                                \"start\": 232680,\r\n                                \"end\": 232900,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5722e17-431c-49d5-87d6-e784e395ecd6\",\r\n                                \"text\": \" bien.\",\r\n                                \"start\": 230200,\r\n                                \"end\": 230420,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7298d72-ee7f-4e5f-ab75-12c9ff0af26e\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 228620,\r\n                                \"end\": 229060,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f69cb788-9ad2-47bc-bc25-0dade6b4918e\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 229620,\r\n                                \"end\": 229900,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:48-03:53\"\r\n                    },\r\n                    {\r\n                        \"id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\",\r\n                        \"text\": \"Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\",\r\n                        \"start\": 127990,\r\n                        \"end\": 132490,\r\n                        \"duration\": 4500,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"074f5ea1-3842-4cd0-8b66-88fef79b4ad5\",\r\n                                \"text\": \" envoyé.\",\r\n                                \"start\": 129289,\r\n                                \"end\": 129930,\r\n                                \"duration\": 641,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14a9ef19-27e1-409c-b909-df1624284c5d\",\r\n                                \"text\": \" m'expliquer\",\r\n                                \"start\": 130570,\r\n                                \"end\": 130990,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1beb3b3f-66d9-431c-b5df-89abdb92d9c1\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 128530,\r\n                                \"end\": 128669,\r\n                                \"duration\": 139,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ff4a838-4eab-4693-b350-e83c7986026b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 130990,\r\n                                \"end\": 131170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60a7adc1-fb85-4d8f-ab9a-fda9cc878154\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 129970,\r\n                                \"end\": 130570,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"669ac483-d376-41c6-a7c2-fdc3fd160e94\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 128889,\r\n                                \"end\": 129030,\r\n                                \"duration\": 141,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70a45dc5-543b-4de5-88c5-f31d56f59140\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 127990,\r\n                                \"end\": 128530,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc04e365-6cd9-4605-9e26-faf5d434ee41\",\r\n                                \"text\": \" encore\",\r\n                                \"start\": 129030,\r\n                                \"end\": 129289,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7dcc7bf-65ea-46a1-80ce-454accd92e26\",\r\n                                \"text\": \" l'ai\",\r\n                                \"start\": 128669,\r\n                                \"end\": 128889,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d07aa8fb-bb2d-491c-9e33-9d683c82f2a1\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 131710,\r\n                                \"end\": 132070,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e287aa7f-4a00-4b5d-8264-c05d8910af28\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 132070,\r\n                                \"end\": 132490,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3567ba4-354e-4a95-b859-63296c2ddcea\",\r\n                                \"text\": \" procédure\",\r\n                                \"start\": 131170,\r\n                                \"end\": 131710,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:07-02:12\"\r\n                    },\r\n                    {\r\n                        \"id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\",\r\n                        \"text\": \"Non, ça ira pour le moment. Merci beaucoup.\",\r\n                        \"start\": 311580,\r\n                        \"end\": 314820,\r\n                        \"duration\": 3240,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02cb67ba-df0e-4818-b171-88223be280d7\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 314540,\r\n                                \"end\": 314820,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e27fcb3-e321-43e1-8ff1-20ed88ca3745\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 313380,\r\n                                \"end\": 313520,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38e39f5d-9525-4032-9a2e-ebbaf05c4bce\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 313240,\r\n                                \"end\": 313380,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ab58782-81cf-42c1-acdc-10b03f7addcf\",\r\n                                \"text\": \" ira\",\r\n                                \"start\": 312900,\r\n                                \"end\": 313240,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"566ac72e-bf45-4ee6-97b9-00df8f88b59a\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 313520,\r\n                                \"end\": 313780,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"876db19f-85b0-4a88-a702-3f23248e2c64\",\r\n                                \"text\": \" Non,\",\r\n                                \"start\": 311580,\r\n                                \"end\": 312140,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ecbb116-73f7-4671-86e9-02e0fc55e37f\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 313980,\r\n                                \"end\": 314540,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5881271-8224-455a-b424-0af88988375a\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 312440,\r\n                                \"end\": 312900,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:11-05:14\"\r\n                    },\r\n                    {\r\n                        \"id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\",\r\n                        \"text\": \"Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\",\r\n                        \"start\": 44000,\r\n                        \"end\": 66090,\r\n                        \"duration\": 22090,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"048a13a4-f72d-4ee0-a428-6dbfc9e1a5fd\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 55730,\r\n                                \"end\": 55870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08e4341f-3019-47b6-8a38-74488b323fb4\",\r\n                                \"text\": \" circonstances\",\r\n                                \"start\": 64650,\r\n                                \"end\": 65209,\r\n                                \"duration\": 559,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0bf3d992-306e-4176-bdf9-77deb6155d2f\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 50570,\r\n                                \"end\": 51030,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0de9a15f-9e0f-484c-8162-019dc0bc356c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 64090,\r\n                                \"end\": 64170,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1147ceb0-6838-4685-9943-5733f8afd874\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 54130,\r\n                                \"end\": 54270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"164fa134-20ee-4e44-9320-66972dfeb17b\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 52410,\r\n                                \"end\": 52590,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"191198ca-78c4-4bcd-b98a-442acfa75e77\",\r\n                                \"text\": \" domicilié\",\r\n                                \"start\": 54710,\r\n                                \"end\": 55730,\r\n                                \"duration\": 1020,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ac74358-47b0-4eed-b506-ee45d30343ad\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 52770,\r\n                                \"end\": 53230,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b0a3045-3585-4785-aca1-6b1d2088d6d9\",\r\n                                \"text\": \" risque,\",\r\n                                \"start\": 54270,\r\n                                \"end\": 54550,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2844b259-819d-4b34-86b0-c0044fe7f568\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 45180,\r\n                                \"end\": 45540,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e66457c-9362-4a9a-85da-2dbf1cc3d62b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 62530,\r\n                                \"end\": 62830,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"33edf4d3-c490-4d26-849c-46ec19f9fbed\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 65209,\r\n                                \"end\": 65349,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4160b3d2-16a3-4108-82ea-23cd0c5ddaa6\",\r\n                                \"text\": \" comprendre\",\r\n                                \"start\": 62190,\r\n                                \"end\": 62530,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4254d4b9-455c-49dc-a99a-639926e16874\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 46780,\r\n                                \"end\": 46960,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"486691ef-85ae-45cc-8e63-3d40595bfb67\",\r\n                                \"text\": \" l'accident\",\r\n                                \"start\": 65349,\r\n                                \"end\": 65750,\r\n                                \"duration\": 401,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c794a52-16b4-4ea5-a1b8-f33055af2f39\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 61650,\r\n                                \"end\": 61830,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"505607f0-03fc-4481-a639-2f9deec927c8\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 48300,\r\n                                \"end\": 48740,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"518f0951-caad-46a5-9c10-e05dc52485b7\",\r\n                                \"text\": \" vois\",\r\n                                \"start\": 52210,\r\n                                \"end\": 52410,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53ec6b7b-57b7-4d3a-b9a4-55b672402b78\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 47520,\r\n                                \"end\": 47820,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54599b93-8a9a-4f08-b216-70fd9c807bdd\",\r\n                                \"text\": \" assuré\",\r\n                                \"start\": 53650,\r\n                                \"end\": 54130,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55f1e64f-13df-414d-b0c3-93f9ae42a5f2\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 44000,\r\n                                \"end\": 44640,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56f5988e-464f-4a09-ae87-069c479ec2ea\",\r\n                                \"text\": \" Anatole\",\r\n                                \"start\": 56830,\r\n                                \"end\": 57410,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57c1c9fa-8064-4035-962a-6404bc6dcc04\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 51870,\r\n                                \"end\": 52210,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bd8a6fa-ae7e-409d-9b55-4d5a139b7239\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 64170,\r\n                                \"end\": 64470,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68e3df9d-549c-4779-81db-2f35bab58bea\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 64470,\r\n                                \"end\": 64650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"721c9e50-ead1-45f7-b253-2e4fa01e6bd3\",\r\n                                \"text\": \" 300\",\r\n                                \"start\": 58550,\r\n                                \"end\": 59070,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7429cff7-83b5-410d-a8c4-94c02c6e0ccd\",\r\n                                \"text\": \" situation,\",\r\n                                \"start\": 62830,\r\n                                \"end\": 63150,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ff080af-a70b-4094-9292-a159383c26c5\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 63490,\r\n                                \"end\": 64090,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"837ece97-042d-4141-bf2b-457a33815d39\",\r\n                                \"text\": \" d'avoir\",\r\n                                \"start\": 51030,\r\n                                \"end\": 51270,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89859576-9eca-4b5f-87f1-33a5a5216953\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 61830,\r\n                                \"end\": 62190,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b42a336-1c1c-46ff-9009-a193b36492fb\",\r\n                                \"text\": \" consulter\",\r\n                                \"start\": 46280,\r\n                                \"end\": 46780,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9da63413-c21d-4ad8-9ead-89884cb4d314\",\r\n                                \"text\": \" rue\",\r\n                                \"start\": 56290,\r\n                                \"end\": 56830,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a16cd4dc-706c-4ac3-84a4-093b10644522\",\r\n                                \"text\": \" France,\",\r\n                                \"start\": 57410,\r\n                                \"end\": 57650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a69fa9a3-9ef4-4d0a-880f-099ef3c91000\",\r\n                                \"text\": \" ici,\",\r\n                                \"start\": 53230,\r\n                                \"end\": 53490,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"abae55f3-5324-4e61-b7e7-288c2e1aa003\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 46100,\r\n                                \"end\": 46280,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5e8358f-05d7-4141-97d2-a8812e85e829\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 48140,\r\n                                \"end\": 48300,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbbf2fcc-4532-4c1d-86f6-1ce0486dd3c9\",\r\n                                \"text\": \" Maintenant,\",\r\n                                \"start\": 61110,\r\n                                \"end\": 61570,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bffb6f83-f3bc-4c71-ad7a-a801acec04b9\",\r\n                                \"text\": \" dossier,\",\r\n                                \"start\": 46960,\r\n                                \"end\": 47480,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c695a98c-629c-4e37-a9a3-e877685c3bb2\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 65750,\r\n                                \"end\": 66090,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"caf75ef7-a1ab-4191-a33f-860b57553fe5\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52590,\r\n                                \"end\": 52770,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"daa2cce2-d526-4f74-985c-c7338eaf7044\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 45820,\r\n                                \"end\": 46100,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc837939-cec0-4607-a132-0180d53adfe4\",\r\n                                \"text\": \" beaucoup,\",\r\n                                \"start\": 44640,\r\n                                \"end\": 44880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df24eb72-f9c7-4e62-b88d-4d6f4493fe79\",\r\n                                \"text\": \" patienté.\",\r\n                                \"start\": 51270,\r\n                                \"end\": 51850,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfd9d866-9735-479b-b5b7-67e68bf62b0f\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 44980,\r\n                                \"end\": 45180,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1224e2a-53b8-498a-9705-438b7808ca08\",\r\n                                \"text\": \" Levallois-Perret.\",\r\n                                \"start\": 59070,\r\n                                \"end\": 60190,\r\n                                \"duration\": 1120,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3b36fd7-3eba-4083-a9c1-f7986fd24d12\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 57870,\r\n                                \"end\": 58550,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec12f636-5345-43f9-bab0-58cca279bc83\",\r\n                                \"text\": \" 80\",\r\n                                \"start\": 55870,\r\n                                \"end\": 56290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa643504-de40-4eb8-9303-65f2210f2fc6\",\r\n                                \"text\": \" prendra\",\r\n                                \"start\": 47820,\r\n                                \"end\": 48140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:44-01:06\"\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"contact-reason-classification\": [\r\n                    {\r\n                        \"id\": \"8c7320ae-29a6-42cd-aac9-fa155fb42846\",\r\n                        \"text\": \"Car Accident\",\r\n                        \"object\": {\r\n                            \"title\": \"Car accident - Request for indemnification and replacement vehicle\",\r\n                            \"reasoning\": \"The customer had a car accident and called to inquire about the indemnization. The client's vehicle was hit on the right side by another vehicle, which ran a red light. No one was hurt in the accident. A constat amiable was filled, and the client has not yet sent it to the insurance company. The customer is also requesting a replacement vehicle, as their car is immobilized. The customer's policy is a full coverage one, and the insurance company will take care of the car repair costs, as well as provide a replacement vehicle, given the accident details and the confirmation of the other driver's responsibility. The client is based in Levallois-Perret, France.\",\r\n                            \"contact_reason\": \"Car Accident\"\r\n                        },\r\n                        \"type\": \"contact-reason-classification\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"2035c734-db97-4e58-860f-8cd80d6662b5","name":"Get reason for contact detection status/result (Array input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\r\n        \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 333461\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\r\n                \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\",\r\n                        \"text\": \"« Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\",\r\n                        \"start\": 247150,\r\n                        \"end\": 254870,\r\n                        \"duration\": 7720,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1015cb16-108f-4042-9284-00311cf04177\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 248610,\r\n                                \"end\": 249470,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24b35e29-73d9-4ec7-9100-96ba710145df\",\r\n                                \"text\": \" Paix,\",\r\n                                \"start\": 251190,\r\n                                \"end\": 251470,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"271792a4-6b42-4c53-afe4-e2044fc57195\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 248410,\r\n                                \"end\": 248610,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32d80147-6e94-43da-8856-097000ef4a28\",\r\n                                \"text\": \" 002\",\r\n                                \"start\": 252330,\r\n                                \"end\": 253950,\r\n                                \"duration\": 1620,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65ed88f6-aa2f-4d18-9b5a-dc36ef798408\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 247650,\r\n                                \"end\": 247790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"725285d7-c040-4088-a707-bca3b994ac4a\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 249470,\r\n                                \"end\": 250090,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74562083-7ad3-4a35-a6af-52a986912ee4\",\r\n                                \"text\": \" elle\",\r\n                                \"start\": 247930,\r\n                                \"end\": 248410,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82b3a3a5-7b0e-4f0c-aa3e-7a4a090774c7\",\r\n                                \"text\": \" rue\",\r\n                                \"start\": 250510,\r\n                                \"end\": 250950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a617807f-d8fb-409c-9d5f-4ac463d3e25b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 250950,\r\n                                \"end\": 251110,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7eb5220-001b-4bf1-a619-992711f84df1\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 247150,\r\n                                \"end\": 247650,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aab96fd5-f4a6-4c3f-abd4-b040bc674ddc\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 254630,\r\n                                \"end\": 254870,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5c05b44-a197-4679-b6f7-91dced247890\",\r\n                                \"text\": \" 20\",\r\n                                \"start\": 250090,\r\n                                \"end\": 250510,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb42a5c8-3067-41bf-9c73-d42e0622b506\",\r\n                                \"text\": \" Paris.\",\r\n                                \"start\": 253950,\r\n                                \"end\": 254430,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c590bd3e-8e7d-4027-8078-23df70470380\",\r\n                                \"text\": \" 75\",\r\n                                \"start\": 251550,\r\n                                \"end\": 252330,\r\n                                \"duration\": 780,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e434b34b-3166-454b-aafc-5c10b827181a\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 251110,\r\n                                \"end\": 251190,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:07-04:14\"\r\n                    },\r\n                    {\r\n                        \"id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\",\r\n                        \"text\": \"Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\",\r\n                        \"start\": 164970,\r\n                        \"end\": 185040,\r\n                        \"duration\": 20070,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01723daf-193b-4817-b59f-6308ccdb1b7d\",\r\n                                \"text\": \" selon\",\r\n                                \"start\": 168870,\r\n                                \"end\": 169130,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"02279bbe-d3a9-49c6-a314-5a3011408e22\",\r\n                                \"text\": \" charge.\",\r\n                                \"start\": 178050,\r\n                                \"end\": 178370,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08d40f59-fc84-48cd-8aab-c31f4d216f60\",\r\n                                \"text\": \" être\",\r\n                                \"start\": 177370,\r\n                                \"end\": 177550,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"095565e0-8b8a-4ec4-a2b9-3c0ae36ead0c\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 174210,\r\n                                \"end\": 174450,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ce1a320-cdaa-4955-bafb-c038f85c9c8c\",\r\n                                \"text\": \" confirmée\",\r\n                                \"start\": 172910,\r\n                                \"end\": 173450,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2752620a-f5ff-47bc-9d1b-ddc6824e177f\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 175250,\r\n                                \"end\": 175670,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"288fce02-8296-4e0e-b40c-245e72b77ba0\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 169290,\r\n                                \"end\": 169390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a9e4544-45b1-46d1-868b-86e87257f491\",\r\n                                \"text\": \" réparations\",\r\n                                \"start\": 175670,\r\n                                \"end\": 176190,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d511bf3-142b-439d-8b14-ffbeb69af380\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 165670,\r\n                                \"end\": 166050,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"444576c8-f4ec-4485-b553-51ac6d8782e1\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 183860,\r\n                                \"end\": 183940,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4656724c-2e2d-481a-a912-76c6d6ae35cd\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 179560,\r\n                                \"end\": 179960,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4848c182-2924-4bab-95d2-8437b3a86324\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 171970,\r\n                                \"end\": 172710,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"489a0a37-3598-499d-9b7b-453a872fd784\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 176330,\r\n                                \"end\": 176490,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c0c446f-cf23-438e-ae7d-fdc30a0a7b40\",\r\n                                \"text\": \" également\",\r\n                                \"start\": 180800,\r\n                                \"end\": 181020,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d2beae3-0cc6-4619-bdb9-131492a980f6\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 176490,\r\n                                \"end\": 177070,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55d054c1-3a44-4dca-8281-2d17e1f1ae2a\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 179960,\r\n                                \"end\": 180260,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5656a974-d2a7-4635-92fc-c8cd4ce1af02\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 177890,\r\n                                \"end\": 178050,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"569cfcb8-b9f1-4de9-bb28-cb557c5c2e90\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 169130,\r\n                                \"end\": 169290,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5cfdcf66-9fe6-4dea-980e-c740560054e8\",\r\n                                \"text\": \" m'avez\",\r\n                                \"start\": 169470,\r\n                                \"end\": 169690,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ffc6115-5f8c-49a4-b95f-4f4d0869a71d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 166350,\r\n                                \"end\": 166510,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"670a48c4-8eb6-46fb-89d0-587603424621\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 184440,\r\n                                \"end\": 185040,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"695d280e-9c2d-4a9c-8ce3-e980debaad05\",\r\n                                \"text\": \" l'enquête,\",\r\n                                \"start\": 174630,\r\n                                \"end\": 175050,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b9144c3-9263-4cd9-8b91-bec3f24787a7\",\r\n                                \"text\": \" responsabilité\",\r\n                                \"start\": 170830,\r\n                                \"end\": 171630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e954270-7fe8-4b02-a3cc-a606e018ce58\",\r\n                                \"text\": \" répondre\",\r\n                                \"start\": 166050,\r\n                                \"end\": 166350,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77742fa8-76ed-43fe-b3b8-167daa11f55e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 182220,\r\n                                \"end\": 182320,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8aff1cac-3888-423d-a703-747492c59b02\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 172710,\r\n                                \"end\": 172910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f88470a-cd00-449d-87a3-d1dc5cd81724\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 169390,\r\n                                \"end\": 169470,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"906dbc54-bacd-4886-ba0d-c04e1622ebf0\",\r\n                                \"text\": \" devraient\",\r\n                                \"start\": 177070,\r\n                                \"end\": 177370,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91517b16-cc59-425f-b906-893ccbf380d5\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 167530,\r\n                                \"end\": 167630,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94357b05-bf32-4947-9d41-34d1bb060808\",\r\n                                \"text\": \" bénéficier\",\r\n                                \"start\": 183940,\r\n                                \"end\": 184440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95bcca80-19ed-4b26-b5f6-d7fe29bb6f6b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 171630,\r\n                                \"end\": 171790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f49c7a2-1dff-41c2-8b25-56e67ba506d4\",\r\n                                \"text\": \" question\",\r\n                                \"start\": 166630,\r\n                                \"end\": 167030,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f6048c1-f7b8-45dc-91f1-e4a85163ab68\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 173450,\r\n                                \"end\": 173610,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fa5715a-863e-46a6-931e-2d8ba2504637\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 173610,\r\n                                \"end\": 173690,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9ef1e73-02df-46a7-92e1-6a3d8f9cd030\",\r\n                                \"text\": \" !\",\r\n                                \"start\": 165490,\r\n                                \"end\": 165670,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae81c4c8-1937-4801-bc9e-9d9a3e4391a5\",\r\n                                \"text\": \" remplacement.\",\r\n                                \"start\": 182320,\r\n                                \"end\": 182780,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b50f790a-7ca0-478c-8876-327e48830a69\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 166510,\r\n                                \"end\": 166630,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c77c175d-ccb1-4916-a880-28b3a87d26d7\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 176190,\r\n                                \"end\": 176330,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c845d954-c8b7-4e6e-85aa-aabe9bf63b44\",\r\n                                \"text\": \" l'indemnisation,\",\r\n                                \"start\": 167630,\r\n                                \"end\": 168190,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb6eb598-66fd-45eb-b443-f42ad249f2cb\",\r\n                                \"text\": \" Souhaitez-vous\",\r\n                                \"start\": 183280,\r\n                                \"end\": 183860,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce4311cb-87a1-42a0-a6dd-9e956548790e\",\r\n                                \"text\": \" inclut\",\r\n                                \"start\": 180260,\r\n                                \"end\": 180800,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfe15129-6e90-49d6-a989-deac0be1972f\",\r\n                                \"text\": \" l'autre\",\r\n                                \"start\": 171790,\r\n                                \"end\": 171970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d98e49ed-8ef0-4301-8d4e-fda9e3fb90dd\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 181020,\r\n                                \"end\": 181780,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc8612b4-2ffd-49a8-b564-02a958b2355a\",\r\n                                \"text\": \" décrit,\",\r\n                                \"start\": 169690,\r\n                                \"end\": 170070,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de36460b-6afd-48c2-ba31-a40532a6f12d\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 170330,\r\n                                \"end\": 170670,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4782de0-89a5-4b4f-a35e-40ae8855a764\",\r\n                                \"text\": \" Excellent\",\r\n                                \"start\": 164970,\r\n                                \"end\": 165490,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e99fa2c9-39ac-4deb-bc0e-1452615cf910\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 174450,\r\n                                \"end\": 174630,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edb520eb-a63d-4df6-a1df-4db79ca7c3b8\",\r\n                                \"text\": \" initiale\",\r\n                                \"start\": 167030,\r\n                                \"end\": 167530,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7f9f3a7-05b6-47ce-8281-c11599fd50df\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 181780,\r\n                                \"end\": 182220,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa589295-e3c2-44a0-8b91-604afa262a83\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 173690,\r\n                                \"end\": 174210,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fac72a29-5024-4443-a643-594d0e7b49d3\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 170670,\r\n                                \"end\": 170830,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"feefa60f-0402-4189-a4f7-2e2ec3f49671\",\r\n                                \"text\": \" prises\",\r\n                                \"start\": 177550,\r\n                                \"end\": 177890,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:44-03:05\"\r\n                    },\r\n                    {\r\n                        \"id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\",\r\n                        \"text\": \"Un garage agréé proche de chez moi serait parfait.\",\r\n                        \"start\": 287890,\r\n                        \"end\": 291550,\r\n                        \"duration\": 3660,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"087fd66b-d9c7-4d33-a3a1-71651baccef0\",\r\n                                \"text\": \" serait\",\r\n                                \"start\": 290930,\r\n                                \"end\": 291170,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09156c82-9223-496c-bfaa-34c5478c0f9a\",\r\n                                \"text\": \" proche\",\r\n                                \"start\": 289870,\r\n                                \"end\": 290330,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11bffc0a-4e70-41b7-b402-971ec93520b6\",\r\n                                \"text\": \" parfait.\",\r\n                                \"start\": 291170,\r\n                                \"end\": 291550,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1fe7f601-cfbe-4ce2-9697-7363d12e7b4f\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 290550,\r\n                                \"end\": 290710,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c54ff29-58db-4228-afe6-19414636ed65\",\r\n                                \"text\": \" moi\",\r\n                                \"start\": 290710,\r\n                                \"end\": 290930,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8eeedbad-2203-4040-8ca0-45cbd6220ffb\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 290330,\r\n                                \"end\": 290550,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2e2c17a-4c87-4df6-b17c-57a1b8f7ffae\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 289070,\r\n                                \"end\": 289870,\r\n                                \"duration\": 800,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3917e56-3178-44c3-8665-b0c51f6623aa\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 287890,\r\n                                \"end\": 288450,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1fdd3c1-abf3-4399-9662-80e329dd986c\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 288450,\r\n                                \"end\": 289070,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:47-04:51\"\r\n                    },\r\n                    {\r\n                        \"id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\",\r\n                        \"text\": \"Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\",\r\n                        \"start\": 195180,\r\n                        \"end\": 212780,\r\n                        \"duration\": 17600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0568f122-f909-4f44-9cb0-01c8d766d0ca\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 198660,\r\n                                \"end\": 198800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e5af3d9-efba-44a3-aa2e-dc60d4c06ffb\",\r\n                                \"text\": \" contacté\",\r\n                                \"start\": 204220,\r\n                                \"end\": 204720,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10a5d9c0-b36c-459d-a98f-f0f460870125\",\r\n                                \"text\": \" véhicule.\",\r\n                                \"start\": 202640,\r\n                                \"end\": 203100,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1737f8fa-6796-4332-8774-905b805ce4b5\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 208440,\r\n                                \"end\": 208600,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cba00b1-c97e-4bd9-9549-f8f4c3b4a9ad\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 196160,\r\n                                \"end\": 196300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ef3a482-3b60-4af1-9a19-8afb7a739bd8\",\r\n                                \"text\": \" actuellement\",\r\n                                \"start\": 209540,\r\n                                \"end\": 209900,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2049307e-05b9-4a62-a5d7-e42f811cc5ce\",\r\n                                \"text\": \" concernant\",\r\n                                \"start\": 208040,\r\n                                \"end\": 208440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"221a3ae9-8f95-4984-83e3-4a6afc65ff8c\",\r\n                                \"text\": \" l'accident\",\r\n                                \"start\": 211000,\r\n                                \"end\": 211440,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22fa8817-4799-4a5f-bd0c-eb4d29dd4920\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 196660,\r\n                                \"end\": 196860,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26c0d819-9619-4708-b5da-15765f93bdfe\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 197220,\r\n                                \"end\": 197400,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"33207f78-7451-4cde-9760-2b964c27271c\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 211440,\r\n                                \"end\": 211680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37f04786-a96c-4d0e-b04b-a8651995e345\",\r\n                                \"text\": \" heures\",\r\n                                \"start\": 205200,\r\n                                \"end\": 205420,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3afe31ac-4d06-451c-b423-bd6c67f42415\",\r\n                                \"text\": \" endroit\",\r\n                                \"start\": 212180,\r\n                                \"end\": 212440,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e0c8b19-3205-4d1a-9155-8caf021790c3\",\r\n                                \"text\": \" sous\",\r\n                                \"start\": 204720,\r\n                                \"end\": 204820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e5d0997-5e2b-4256-9c61-4508040d2279\",\r\n                                \"text\": \" disposition\",\r\n                                \"start\": 201880,\r\n                                \"end\": 202300,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45235b0e-b061-4ed4-81c3-d17f2ba494df\",\r\n                                \"text\": \" mise\",\r\n                                \"start\": 201600,\r\n                                \"end\": 201760,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48f2604c-e50b-4529-a5ab-7ef277f9c450\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 210920,\r\n                                \"end\": 211000,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cd135b9-900a-4f7f-8441-66ff71b0d112\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 198800,\r\n                                \"end\": 199000,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c506490-81e7-4606-8ce2-86838e3d1507\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 195600,\r\n                                \"end\": 195740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63f028cd-04b8-4167-9cee-a980c8247c7b\",\r\n                                \"text\": \" ajouter\",\r\n                                \"start\": 196300,\r\n                                \"end\": 196660,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"662966f7-3e12-4e13-ae41-071887f3af93\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 201760,\r\n                                \"end\": 201880,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6bbaf0e5-0db2-4f27-a61f-8fd5641dd437\",\r\n                                \"text\": \" est-elle\",\r\n                                \"start\": 209180,\r\n                                \"end\": 209540,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d147dbc-d32b-43aa-8903-7d499c4aeb65\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 199860,\r\n                                \"end\": 200060,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72bcac0c-3bf7-47ba-8b46-b7d731b7bd06\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 195860,\r\n                                \"end\": 196160,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"733200b1-82a0-420a-bc79-95ca86183447\",\r\n                                \"text\": \" lieu\",\r\n                                \"start\": 210760,\r\n                                \"end\": 210920,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ac08040-ebd2-453a-a1ec-9ba06aedff01\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 201340,\r\n                                \"end\": 201480,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ffb732e-ad3c-4ea2-bd04-11842587e627\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 211680,\r\n                                \"end\": 211840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90a439b4-17ee-4021-ad7c-6d33e0bb6e0f\",\r\n                                \"text\": \" pourrons\",\r\n                                \"start\": 200060,\r\n                                \"end\": 200360,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"972ad4ca-f2bf-4baa-a92b-04e2a1b57b96\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 212000,\r\n                                \"end\": 212180,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b71d8e8-0396-4ab1-86b9-2779cc09cc80\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 198260,\r\n                                \"end\": 198660,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a38e66f8-eeee-4664-920f-20ebf2ef2b16\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 205800,\r\n                                \"end\": 205940,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa9342a9-790c-4bb7-aa68-e6ad74d9a96d\",\r\n                                \"text\": \" Maintenant,\",\r\n                                \"start\": 207640,\r\n                                \"end\": 208040,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aefda466-9839-4fc9-9507-6e665767bccc\",\r\n                                \"text\": \" finaliser\",\r\n                                \"start\": 200360,\r\n                                \"end\": 200880,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"afaed5bf-a839-42fe-be31-42ee6902ecea\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 205420,\r\n                                \"end\": 205600,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0423b2e-3c58-4c95-85de-2ae4f63d3429\",\r\n                                \"text\": \" étapes\",\r\n                                \"start\": 201000,\r\n                                \"end\": 201340,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b41f0310-ba48-472c-ac1d-0a2ef8e20dcd\",\r\n                                \"text\": \" 48\",\r\n                                \"start\": 204820,\r\n                                \"end\": 205200,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b76585ec-437f-4e00-ad6c-e75f117b5623\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 196860,\r\n                                \"end\": 197220,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba47371e-22fd-4187-b67f-165f92fce513\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 205600,\r\n                                \"end\": 205800,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf562a74-2602-4c95-ba2a-a25ecb0f4046\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 209900,\r\n                                \"end\": 210480,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0ca6996-13e8-44fe-ab54-ce3194ff3b8a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 210480,\r\n                                \"end\": 210660,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d04ea4b3-f2fd-4f8c-9003-0a1cb1b876e7\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 199000,\r\n                                \"end\": 199480,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d087789e-eb06-40ee-8b88-a06f1f3da916\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 212440,\r\n                                \"end\": 212780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d729e3c0-8728-4f04-8881-c966158f7d04\",\r\n                                \"text\": \" détails.\",\r\n                                \"start\": 205940,\r\n                                \"end\": 206300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7361fd0-b9d6-4084-adba-8eee1cc40bd3\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 201480,\r\n                                \"end\": 201600,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9468d14-b073-4b80-a4db-7c863b728dfa\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 200880,\r\n                                \"end\": 201000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da515d5e-4bdd-4af0-8206-3d45ce154e39\",\r\n                                \"text\": \" serez\",\r\n                                \"start\": 204020,\r\n                                \"end\": 204220,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da6eb99b-43dd-48a4-b104-0c6d0a1f1da3\",\r\n                                \"text\": \" Très\",\r\n                                \"start\": 195180,\r\n                                \"end\": 195600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e18961d1-9419-4b1e-84ad-b7b2e7c22e96\",\r\n                                \"text\": \" reçu,\",\r\n                                \"start\": 199480,\r\n                                \"end\": 199780,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1acb20a-cd20-465c-a94f-fa08027aac7b\",\r\n                                \"text\": \" d'un\",\r\n                                \"start\": 202300,\r\n                                \"end\": 202640,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3413431-b7c0-415f-9b2b-bf8cfc936efc\",\r\n                                \"text\": \" voiture,\",\r\n                                \"start\": 208600,\r\n                                \"end\": 208960,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6f8435a-380a-4bfe-96af-34cfafbdb925\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 211840,\r\n                                \"end\": 212000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e90b78c6-423f-42de-bc98-f6627c19fcc7\",\r\n                                \"text\": \" Vous\",\r\n                                \"start\": 203620,\r\n                                \"end\": 204020,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef8de0f6-554f-4079-90e3-7d9456b4fc44\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 197540,\r\n                                \"end\": 197980,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eff454e5-3d37-434a-a448-5c910bbb0d1f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 197400,\r\n                                \"end\": 197540,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd7b19f0-2238-420b-910f-1df2032666ca\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 210660,\r\n                                \"end\": 210760,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:15-03:32\"\r\n                    },\r\n                    {\r\n                        \"id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\",\r\n                        \"text\": \"» « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\",\r\n                        \"start\": 228620,\r\n                        \"end\": 233740,\r\n                        \"duration\": 5120,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"098ad2eb-72a1-425d-a07a-6b52f140c42f\",\r\n                                \"text\": \" prendre.\",\r\n                                \"start\": 232900,\r\n                                \"end\": 233160,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14cd347f-a466-45c6-a681-6db651768c7f\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 231420,\r\n                                \"end\": 231540,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40bc82a7-93eb-4e56-bff5-682a21844eff\",\r\n                                \"text\": \" voudrais\",\r\n                                \"start\": 229900,\r\n                                \"end\": 230200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"763d44b7-9eff-49eb-8a9b-fa805afadee9\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 231960,\r\n                                \"end\": 232680,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e6af5b8-d412-4e6d-ae6d-7e195dcf3b6c\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 229060,\r\n                                \"end\": 229100,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"896cb75d-30e9-4a36-ac00-1bdd9a9210fc\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 230980,\r\n                                \"end\": 231420,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bfa6dc6-c91a-4cf2-9342-53968b903e65\",\r\n                                \"text\": \" bien.\",\r\n                                \"start\": 230200,\r\n                                \"end\": 230420,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d841e07-6964-4675-ad74-101c52db216d\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 229100,\r\n                                \"end\": 229500,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb2fbb69-63fe-4908-8081-fbead1bed113\",\r\n                                \"text\": \" sais\",\r\n                                \"start\": 231540,\r\n                                \"end\": 231720,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d69e089b-9092-49df-a0f2-b809cceb8ba1\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 228620,\r\n                                \"end\": 229060,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da15260b-145c-423e-a645-f3d6570ece27\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 233440,\r\n                                \"end\": 233740,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcebf4d5-0e02-477e-8684-5f83ddc8303b\",\r\n                                \"text\": \" m'y\",\r\n                                \"start\": 232680,\r\n                                \"end\": 232900,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd1bc384-6ca9-4925-ac4d-de7b72ada67c\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 229620,\r\n                                \"end\": 229900,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb8aac0b-73a6-4208-abcb-5de4e9a5b437\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 231720,\r\n                                \"end\": 231960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:48-03:53\"\r\n                    },\r\n                    {\r\n                        \"id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\",\r\n                        \"text\": \"Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\",\r\n                        \"start\": 68120,\r\n                        \"end\": 81000,\r\n                        \"duration\": 12880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0070a3be-250c-4554-824f-49babf820276\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 71180,\r\n                                \"end\": 71280,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05b43b47-d1ae-4687-b7f4-6437ad6ecb8f\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 74480,\r\n                                \"end\": 74940,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a6af69d-df41-4d29-891e-50ee7b0721ed\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 77540,\r\n                                \"end\": 77740,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10c20edd-71df-4e51-ac10-abaf00038912\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 69660,\r\n                                \"end\": 69900,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.33,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"196a4626-6c98-4ce0-8096-524587dc32af\",\r\n                                \"text\": \" rouge.\",\r\n                                \"start\": 75540,\r\n                                \"end\": 75880,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a8550c2-7259-4ba2-9702-c5f1bd9754c6\",\r\n                                \"text\": \" percuté\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77540,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f23bcfa-790c-48a1-9263-dfc2fe30b6b8\",\r\n                                \"text\": \" feu\",\r\n                                \"start\": 75380,\r\n                                \"end\": 75540,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2349b0db-5177-4ca2-9fee-4455de62bde6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 71660,\r\n                                \"end\": 71940,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49c467ec-c969-4173-8e69-395f471f2649\",\r\n                                \"text\": \" jour,\",\r\n                                \"start\": 69900,\r\n                                \"end\": 70200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.26,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52d60e89-7b2d-4bb8-988a-3449d6d294aa\",\r\n                                \"text\": \" grillé\",\r\n                                \"start\": 74940,\r\n                                \"end\": 75280,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55ef0040-3588-4040-8ca2-9a42a63561e6\",\r\n                                \"text\": \" droit.\",\r\n                                \"start\": 78120,\r\n                                \"end\": 78420,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5eeeb5aa-feed-4190-95d5-dbb28ea7ad4b\",\r\n                                \"text\": \" travailler\",\r\n                                \"start\": 72140,\r\n                                \"end\": 72440,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65a1bcee-73b7-4b0c-9e6e-253fc9a899e1\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 75280,\r\n                                \"end\": 75380,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7932964b-09d4-4de9-8e01-d692ee9eb3c2\",\r\n                                \"text\": \" moi\",\r\n                                \"start\": 71400,\r\n                                \"end\": 71660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9047f6e0-faa5-4d53-9038-fb0f8e3c234c\",\r\n                                \"text\": \" côté\",\r\n                                \"start\": 77880,\r\n                                \"end\": 78120,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98a9a50c-40e3-465b-9a56-9da71b47bae6\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 68120,\r\n                                \"end\": 68700,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.79,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a35672e-ee3a-4fa2-ae21-b348c3132f2a\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 73200,\r\n                                \"end\": 73740,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e0ab93e-915e-4596-adba-0ceaec1de4f0\",\r\n                                \"text\": \" aller\",\r\n                                \"start\": 71940,\r\n                                \"end\": 72140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a207db6f-34b9-484c-8fd1-4035e719fabd\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 71280,\r\n                                \"end\": 71400,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a76f96a4-5cf9-4a6f-84f2-37ea6e339633\",\r\n                                \"text\": \" sérieusement\",\r\n                                \"start\": 79880,\r\n                                \"end\": 80440,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af6ecbab-1e02-485f-9543-cd62a2ac597c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 72440,\r\n                                \"end\": 72760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6d2c023-49ff-47d1-8cff-20f506d45c64\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 69280,\r\n                                \"end\": 69460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b98f8e5a-9dbf-4b2a-9184-de4371fa59fe\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 79660,\r\n                                \"end\": 79880,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcf0d2e0-cb32-4a58-8d10-dac1c90ef140\",\r\n                                \"text\": \" endommagée.\",\r\n                                \"start\": 80440,\r\n                                \"end\": 81000,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5b56b34-9bf4-40bd-aab5-dd374db01cbd\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 68700,\r\n                                \"end\": 69280,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.5,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0bad9f1-f92c-43d5-a898-5b157f63251f\",\r\n                                \"text\": \" Elle\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76760,\r\n                                \"duration\": 880,\r\n                                \"probability\": 0.49,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d806d8d1-ae49-4381-8858-f6ac11cb8587\",\r\n                                \"text\": \" sortais\",\r\n                                \"start\": 70680,\r\n                                \"end\": 71180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfaa1d1a-5662-4399-b0bb-50950640df83\",\r\n                                \"text\": \" Ma\",\r\n                                \"start\": 78760,\r\n                                \"end\": 79300,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2149e49-bd7c-4253-ab1f-689d2ecbfe42\",\r\n                                \"text\": \" m'a\",\r\n                                \"start\": 76760,\r\n                                \"end\": 77040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e36e6538-aea2-4c63-85f6-7fb043984023\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 79300,\r\n                                \"end\": 79660,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e38789e6-d4a1-4b33-b6a9-fbc1b1c69b50\",\r\n                                \"text\": \" Levallois\",\r\n                                \"start\": 72760,\r\n                                \"end\": 73200,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7a4a470-7a37-4ef8-824a-adc5891cc69a\",\r\n                                \"text\": \" long\",\r\n                                \"start\": 69460,\r\n                                \"end\": 69660,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.37,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef17f730-fe88-4840-a279-c376a2d7d323\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 70200,\r\n                                \"end\": 70680,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f39c088c-a94e-49b7-8ca9-f3b9e523018b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 77740,\r\n                                \"end\": 77880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5f59d67-cc0b-4e53-aaa4-f70bd621a64e\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 73740,\r\n                                \"end\": 74080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f94a26f9-8c2b-46d7-a984-39d6b91f139e\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74480,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:08-01:21\"\r\n                    },\r\n                    {\r\n                        \"id\": \"42a51600-735f-49b2-b4c5-3d764945568c\",\r\n                        \"text\": \"D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\",\r\n                        \"start\": 219450,\r\n                        \"end\": 227790,\r\n                        \"duration\": 8340,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03088b16-48f2-40f5-bbfb-5fe6cc0d914f\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 221490,\r\n                                \"end\": 221870,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16301e6a-cc12-4fc8-93b2-ada024981ec2\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 219450,\r\n                                \"end\": 219830,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e093963-1a06-448a-b6e4-56b0cdb6aedf\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 227430,\r\n                                \"end\": 227590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29f56822-b9e4-43b8-814b-8b69970de85e\",\r\n                                \"text\": \" bien.\",\r\n                                \"start\": 220090,\r\n                                \"end\": 220290,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d6bb9e3-0f7e-4c73-b5d6-c473c52adcfb\",\r\n                                \"text\": \" très\",\r\n                                \"start\": 219950,\r\n                                \"end\": 220090,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f8afb8d-f4c2-4986-ab14-dccb0cdebc39\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 227590,\r\n                                \"end\": 227790,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39446c0d-b6ac-4502-bbbc-2a7a5bebe0f5\",\r\n                                \"text\": \" vois\",\r\n                                \"start\": 220910,\r\n                                \"end\": 221150,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d889505-0d58-4408-a7ce-0c6b3bf72914\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 220510,\r\n                                \"end\": 220910,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41ee4916-0a59-4c57-80f2-1cd96dfbe73d\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 223510,\r\n                                \"end\": 223990,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45f46880-e770-4ff3-9fde-6cb06592fb30\",\r\n                                \"text\": \" inclus.\",\r\n                                \"start\": 224730,\r\n                                \"end\": 225110,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50382272-1004-42fe-8ad8-5ce12b7698f3\",\r\n                                \"text\": \" d'un\",\r\n                                \"start\": 222610,\r\n                                \"end\": 222790,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e5086d6-f34b-4c16-b170-c0a0b6d79fa0\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 222790,\r\n                                \"end\": 222970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e699041-e3b6-4df4-8849-caebf22ac42a\",\r\n                                \"text\": \" bénéficiez\",\r\n                                \"start\": 222110,\r\n                                \"end\": 222610,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9263adb5-0061-4a6c-8f4b-e8ef22d5836e\",\r\n                                \"text\": \" Souhaitez-vous\",\r\n                                \"start\": 225890,\r\n                                \"end\": 226470,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97f7e8d8-566f-4c8f-a800-0457fc8930bd\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 221310,\r\n                                \"end\": 221490,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f065afd-87fe-4e3e-aad9-7c3d8c139312\",\r\n                                \"text\": \" j'organise\",\r\n                                \"start\": 226570,\r\n                                \"end\": 227090,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2e2b444-e5d7-47a7-b14c-dd7d0f28293c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 222030,\r\n                                \"end\": 222110,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac378477-c464-494b-bef4-8f0aa024c019\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 221870,\r\n                                \"end\": 222030,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b82f8d91-0442-4427-ac81-6c558d4f948a\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 227090,\r\n                                \"end\": 227230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c551fbd7-3636-4e1e-94a5-ef99d06ba182\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 226470,\r\n                                \"end\": 226570,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c922f44a-d214-49d6-98f9-079e5a8e41f4\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 221150,\r\n                                \"end\": 221310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1f1459c-75a6-46f0-b26d-0d68a854253f\",\r\n                                \"text\": \" d'assistance\",\r\n                                \"start\": 222970,\r\n                                \"end\": 223510,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f66a1aa5-13dc-4573-ad4c-ba149fe02a00\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 227230,\r\n                                \"end\": 227430,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff9cfc2a-0792-446a-93f6-77496aaf51f5\",\r\n                                \"text\": \" remorquage\",\r\n                                \"start\": 223990,\r\n                                \"end\": 224730,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:39-03:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\",\r\n                        \"text\": \"D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\",\r\n                        \"start\": 96070,\r\n                        \"end\": 105600,\r\n                        \"duration\": 9530,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00d37661-74ed-4e45-a9b4-f320d65600bc\",\r\n                                \"text\": \" détails.\",\r\n                                \"start\": 99780,\r\n                                \"end\": 100140,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"067cf701-1a23-4594-b1e1-38033d0b1478\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 97900,\r\n                                \"end\": 98040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a22ffab-6ed1-4d7f-ad3d-ea68da86c094\",\r\n                                \"text\": \" heureux\",\r\n                                \"start\": 96920,\r\n                                \"end\": 97340,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"164a1148-9aaa-409e-9383-b6a3407af56e\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 105380,\r\n                                \"end\": 105600,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18fd8be6-a155-48ee-a2b7-18bc3179ef1c\",\r\n                                \"text\": \" n'avez\",\r\n                                \"start\": 98040,\r\n                                \"end\": 98240,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e52e28b-fd18-4a8d-af9f-389077c77d69\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 99620,\r\n                                \"end\": 99780,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27666787-43b8-4907-ab19-2de628cbf6e4\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 96800,\r\n                                \"end\": 96920,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30f35d5d-c5c0-487a-8fb2-180ce6f4d74b\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 104040,\r\n                                \"end\": 104320,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37b1fabe-f7a2-4774-bd46-04de505cb865\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"498e440f-00a5-4839-9036-1f5614bd427f\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 96660,\r\n                                \"end\": 96800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50314ecb-38ba-4ea5-8035-71210e114870\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 99140,\r\n                                \"end\": 99440,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55b49475-2668-4a08-9c5b-c7cc4bd1ae39\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 98240,\r\n                                \"end\": 98440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e1fbfff-6ca4-4e68-a4e4-67bd0de7e59d\",\r\n                                \"text\": \" blessé\",\r\n                                \"start\": 105040,\r\n                                \"end\": 105380,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6997f607-e723-41a5-b6c6-76b781361542\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 96070,\r\n                                \"end\": 96480,\r\n                                \"duration\": 410,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69c54aa3-eee8-417b-a85c-5bd5d1f512b5\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 102200,\r\n                                \"end\": 102620,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72974158-1a54-4d85-9f36-a78d7fdf144c\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 103040,\r\n                                \"end\": 103660,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fff71d6-f61c-425c-a5f4-b32a256b8189\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 101340,\r\n                                \"end\": 101420,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95287047-c482-4df2-8963-b2debb9b1b56\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 103660,\r\n                                \"end\": 103800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a80749c7-1489-458f-af5d-5f22d793a905\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 98440,\r\n                                \"end\": 98680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8c9119d-d78d-4133-b59a-6c86ffee33bf\",\r\n                                \"text\": \" place\",\r\n                                \"start\": 103800,\r\n                                \"end\": 104040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa675756-b1af-4edd-b500-dfe17fa98a57\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 97660,\r\n                                \"end\": 97900,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aea52e6a-9446-46a2-a384-a98c77a8feb5\",\r\n                                \"text\": \" blessé.\",\r\n                                \"start\": 98680,\r\n                                \"end\": 99100,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2b7845f-9fab-4057-9325-ee391d5aed19\",\r\n                                \"text\": \" d'apprendre\",\r\n                                \"start\": 97340,\r\n                                \"end\": 97660,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2f4d6de-24d3-4aa2-b06d-c819800afc3e\",\r\n                                \"text\": \" amiable\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102200,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfcd46ba-2d65-43b0-b6a8-d0b21b77924b\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 99440,\r\n                                \"end\": 99620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d80b107a-36f3-435e-9197-47085a268943\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 104900,\r\n                                \"end\": 105040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ebca9abb-7e25-4c1e-883e-6b30e767f2a4\",\r\n                                \"text\": \" rempli\",\r\n                                \"start\": 100960,\r\n                                \"end\": 101340,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f08747e9-862e-4aad-8149-11a7bbce3370\",\r\n                                \"text\": \" l'autre\",\r\n                                \"start\": 102620,\r\n                                \"end\": 103040,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2394d95-58d6-49d7-9bdf-2ac81be40621\",\r\n                                \"text\": \" A-t-il\",\r\n                                \"start\": 104320,\r\n                                \"end\": 104900,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f770f110-2441-4789-92e9-18c934c80faf\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 100540,\r\n                                \"end\": 100960,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:36-01:45\"\r\n                    },\r\n                    {\r\n                        \"id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\",\r\n                        \"text\": \"Oui, c'est exact.\",\r\n                        \"start\": 274550,\r\n                        \"end\": 275790,\r\n                        \"duration\": 1240,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03d1ba95-49ee-4094-82fa-b8619bcaf33b\",\r\n                                \"text\": \" c'est\",\r\n                                \"start\": 275290,\r\n                                \"end\": 275530,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26014066-5545-4b31-b09c-87cc419abad4\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 274550,\r\n                                \"end\": 275270,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70491a75-d27a-4f5f-b9a4-27468880ded3\",\r\n                                \"text\": \" exact.\",\r\n                                \"start\": 275530,\r\n                                \"end\": 275790,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:34-04:35\"\r\n                    },\r\n                    {\r\n                        \"id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\",\r\n                        \"text\": \"Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\",\r\n                        \"start\": 235160,\r\n                        \"end\": 246600,\r\n                        \"duration\": 11440,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0c148f22-601b-47bf-a603-8a06e5b72eb3\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 238400,\r\n                                \"end\": 238560,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c3cd535-4352-4da9-8787-55fbe881ff38\",\r\n                                \"text\": \" allons\",\r\n                                \"start\": 235960,\r\n                                \"end\": 236180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c971577-3252-4122-bec0-9981905b2ba3\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 238560,\r\n                                \"end\": 238740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.71,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f84254d-e483-40fc-851d-7348b21bc2c6\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 246320,\r\n                                \"end\": 246600,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2228f10a-3652-4588-8932-f749e6f30ce8\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 246120,\r\n                                \"end\": 246320,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2729480d-25b4-4d7c-8722-e5ee000674e5\",\r\n                                \"text\": \" voiture.\",\r\n                                \"start\": 242460,\r\n                                \"end\": 242800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ebecf73-162a-427b-b144-9d2c2e3f20b8\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 235840,\r\n                                \"end\": 235960,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36bbc2f9-6801-4bcb-9993-bd2ab3327b51\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 246060,\r\n                                \"end\": 246120,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fec824e-cae5-406b-9b4d-a5c5ed074255\",\r\n                                \"text\": \" occuper\",\r\n                                \"start\": 236480,\r\n                                \"end\": 236840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"407f38b4-3b54-4579-8911-ac8b1f74ef63\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 243600,\r\n                                \"end\": 243780,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4724011f-ce70-48ee-93d0-860b71ea041d\",\r\n                                \"text\": \" routière\",\r\n                                \"start\": 240320,\r\n                                \"end\": 240720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4df402b9-695c-4d62-b319-96ceb7de2e86\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 236340,\r\n                                \"end\": 236480,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51edbe0c-d8e8-4f84-b1c6-97fafade4e2c\",\r\n                                \"text\": \" d'assistance\",\r\n                                \"start\": 239840,\r\n                                \"end\": 240320,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69c63588-e8a4-45f2-878f-7ac059b16e21\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 235360,\r\n                                \"end\": 235420,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e71dbec-dcdf-4e1f-8fd8-1c073a00f096\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 242280,\r\n                                \"end\": 242460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7509e53b-5d6a-4600-8142-e3dd79ec282b\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 243540,\r\n                                \"end\": 243600,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c7ca0b7-4556-4f03-a46b-c7686df75b08\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 238000,\r\n                                \"end\": 238400,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"847c47f5-4519-4c10-b4ce-7dd460d6b73b\",\r\n                                \"text\": \" se\",\r\n                                \"start\": 245140,\r\n                                \"end\": 245260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"889fd174-3cad-45db-beda-7b0b429ca557\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 239180,\r\n                                \"end\": 239460,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93a88c14-878e-44bd-a01f-c0100c341b45\",\r\n                                \"text\": \" Pas\",\r\n                                \"start\": 235160,\r\n                                \"end\": 235360,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99a27ddd-6a5f-42f9-b361-47aaec601bd9\",\r\n                                \"text\": \" Est-ce\",\r\n                                \"start\": 243140,\r\n                                \"end\": 243540,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a4c69a3-e8ef-49a6-9279-2378b699321c\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 236180,\r\n                                \"end\": 236340,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2e7b163-0d8f-4364-84b6-2f273d2901c1\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 238740,\r\n                                \"end\": 239180,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5767fa5-5978-4342-8fd7-02b0e0b817d0\",\r\n                                \"text\": \" souci,\",\r\n                                \"start\": 235420,\r\n                                \"end\": 235780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae1faeb0-ea0e-424a-8918-2fa86d7cf9ad\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 239460,\r\n                                \"end\": 239840,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1d159e7-33e6-4e13-be3f-fba1f80fbc5d\",\r\n                                \"text\": \" voiture,\",\r\n                                \"start\": 245580,\r\n                                \"end\": 245800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2d76f22-e338-4235-aa82-4148d412f93d\",\r\n                                \"text\": \" où\",\r\n                                \"start\": 244920,\r\n                                \"end\": 245140,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b41ff0d9-da77-4f4b-8ff5-b7b4883340db\",\r\n                                \"text\": \" pourriez\",\r\n                                \"start\": 243780,\r\n                                \"end\": 244100,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9aaad3f-726d-4070-9eec-906344012262\",\r\n                                \"text\": \" confirmer\",\r\n                                \"start\": 244100,\r\n                                \"end\": 244560,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4fbb1cd-4da3-4a03-9042-a6db97320ae4\",\r\n                                \"text\": \" trouve\",\r\n                                \"start\": 245260,\r\n                                \"end\": 245440,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c81389f7-0f02-4838-8a0f-dacec20d421f\",\r\n                                \"text\": \" ensemble.\",\r\n                                \"start\": 236840,\r\n                                \"end\": 237220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c83a7dfa-5627-4171-938f-8f11aee39188\",\r\n                                \"text\": \" vienne\",\r\n                                \"start\": 241620,\r\n                                \"end\": 241820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d256980e-0b17-4dca-a0a0-1fd67c1f1198\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 245440,\r\n                                \"end\": 245580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d379b81e-cf46-4f7d-ba68-8740e88eaaeb\",\r\n                                \"text\": \" qu'un\",\r\n                                \"start\": 240920,\r\n                                \"end\": 241140,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d998cbd9-8816-4569-bb4c-b8d604684119\",\r\n                                \"text\": \" l'adresse\",\r\n                                \"start\": 244560,\r\n                                \"end\": 244920,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e693d9e8-89dc-4376-88e0-63d43a04e812\",\r\n                                \"text\": \" dépanneur\",\r\n                                \"start\": 241140,\r\n                                \"end\": 241620,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eaafdb69-1b47-40cc-9c93-7c45c3b57360\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 240720,\r\n                                \"end\": 240920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec00a668-1d7d-4758-bb3c-381818227bcb\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 245920,\r\n                                \"end\": 246060,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f007ba5e-0929-4e23-b176-06754ac46a8f\",\r\n                                \"text\": \" récupérer\",\r\n                                \"start\": 241820,\r\n                                \"end\": 242280,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:55-04:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\",\r\n                        \"text\": \"« Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\",\r\n                        \"start\": 185370,\r\n                        \"end\": 193410,\r\n                        \"duration\": 8040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00a4a8b9-daa8-4c74-a0db-0f1d4ff937f2\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 188730,\r\n                                \"end\": 188990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"035ebb51-18e8-48c4-abdc-22b416b57818\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 190910,\r\n                                \"end\": 191130,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ecf0d41-f8b0-45d5-a545-49256725cc71\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 192030,\r\n                                \"end\": 192210,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"297d1f50-dc28-4c96-9fa0-cf8518c55c57\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 186610,\r\n                                \"end\": 186730,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41e580b7-576d-4433-9dc5-701b38ddaefd\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 188990,\r\n                                \"end\": 189710,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49c91308-5ca8-4eaf-a9a0-890f80e44ea7\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 185990,\r\n                                \"end\": 186030,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4edb1037-8cbc-4728-93eb-94e98d2c952d\",\r\n                                \"text\": \" serait\",\r\n                                \"start\": 186730,\r\n                                \"end\": 187010,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a32f17a-9a76-4aa4-a9f9-2f459e6e7d9b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 191130,\r\n                                \"end\": 191270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b52b19a-b06a-4c13-bc1b-4df139b9853f\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 188390,\r\n                                \"end\": 188730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b730529-8001-4e1e-b02d-0ecb8f0442df\",\r\n                                \"text\": \" très\",\r\n                                \"start\": 187010,\r\n                                \"end\": 187270,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f5a0eb0-8cf5-4169-a195-ea38b126c5f6\",\r\n                                \"text\": \" utile.\",\r\n                                \"start\": 187270,\r\n                                \"end\": 187750,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76adbbe9-0a91-4656-8931-29415bdbc048\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 189710,\r\n                                \"end\": 189810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"797b3c90-8779-4da5-9204-396566fc54d0\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 189810,\r\n                                \"end\": 189930,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fccdfba-8f6f-4d0e-9dca-79e7d1db2edd\",\r\n                                \"text\": \" Ma\",\r\n                                \"start\": 187950,\r\n                                \"end\": 188390,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82fba3c1-edd8-49ed-a0b7-ae2b00983f80\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 191590,\r\n                                \"end\": 192030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b1fc70b-b583-4527-aef5-4db0ea0f128b\",\r\n                                \"text\": \" garer\",\r\n                                \"start\": 191270,\r\n                                \"end\": 191590,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9221b035-9223-4775-a9e9-6a940678ae4c\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 190390,\r\n                                \"end\": 190710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93ca0ecf-1553-4453-9592-ec8eecbaa740\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 185370,\r\n                                \"end\": 185990,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0c74662-972b-4937-a95e-9a20abbbace9\",\r\n                                \"text\": \" bas-côté.\",\r\n                                \"start\": 192210,\r\n                                \"end\": 192730,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce349cea-6250-49ae-ac83-457287a88667\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 186170,\r\n                                \"end\": 186610,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4bf8204-52ab-4916-9bc1-bef97095a529\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 189930,\r\n                                \"end\": 190210,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de3991d1-521c-4547-a9c0-11c57da9364e\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 192970,\r\n                                \"end\": 193410,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe8cac76-bbe0-42a3-a521-93159cbae259\",\r\n                                \"text\": \" réussi\",\r\n                                \"start\": 190710,\r\n                                \"end\": 190910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:05-03:13\"\r\n                    },\r\n                    {\r\n                        \"id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\",\r\n                        \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 3060,\r\n                        \"end\": 8760,\r\n                        \"duration\": 5700,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"003198b0-5061-49ce-8887-22b3665d2e12\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 7800,\r\n                                \"end\": 7900,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ab9c935-6c17-437e-8184-5412141318fb\",\r\n                                \"text\": \" m'appelle\",\r\n                                \"start\": 6760,\r\n                                \"end\": 7020,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b275f61-eab5-4cec-ae28-6e78a364d32d\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 5420,\r\n                                \"end\": 5700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d97bd04-ef5c-4b2d-9fe8-6eee82a2997c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4260,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1eb10149-25f4-4180-87cd-ddcca88ff826\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4520,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d2e5713-9c75-4221-9c10-fef93ee1537c\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 6620,\r\n                                \"end\": 6760,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55ba3f78-20e8-4015-9730-01fdd4ae9287\",\r\n                                \"text\": \" Rémi,\",\r\n                                \"start\": 7020,\r\n                                \"end\": 7260,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56ac4b5d-a78f-4f69-9172-7b776fe7ccaa\",\r\n                                \"text\": \" Poulpe\",\r\n                                \"start\": 5860,\r\n                                \"end\": 6080,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57b7d0b2-27b3-4d9b-a304-7497026423c3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 5700,\r\n                                \"end\": 5860,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b1c117a-f840-4442-ba32-88240902e8f6\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 5180,\r\n                                \"end\": 5420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e1f51ac-3ad2-452a-8ba4-e55ad174a300\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 8080,\r\n                                \"end\": 8500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"66e6e81a-24f3-42e6-b124-4344a8589efa\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 3060,\r\n                                \"end\": 3640,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88148a1f-b05a-4875-87ce-fe08218fc444\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 7400,\r\n                                \"end\": 7560,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92ffbc61-a36e-40e6-af6c-c466bbc3b63d\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 4820,\r\n                                \"end\": 5060,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab652374-f84d-431a-a789-b0617a96b379\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 5060,\r\n                                \"end\": 5180,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aba0c0b3-cc6a-4aef-a3d5-73fbae1c0f1c\",\r\n                                \"text\": \" Assurance.\",\r\n                                \"start\": 6080,\r\n                                \"end\": 6520,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2cbbcc8-e222-4b95-8bdf-46b63275cc18\",\r\n                                \"text\": \" contact\",\r\n                                \"start\": 4620,\r\n                                \"end\": 4820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca0880ca-3018-4635-b43c-301f01929578\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 7560,\r\n                                \"end\": 7800,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d94a17f1-6b7c-46e4-b08e-a61584237140\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 8500,\r\n                                \"end\": 8760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de32f647-0462-468f-a3e6-e5edf85c5bf4\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 4260,\r\n                                \"end\": 4440,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb70a0e6-b70e-4b70-9d2d-5a57e16f502f\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 7900,\r\n                                \"end\": 8080,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f406fd26-60a7-469f-8a4c-66b16f9e771e\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 4520,\r\n                                \"end\": 4620,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:03-00:08\"\r\n                    },\r\n                    {\r\n                        \"id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\",\r\n                        \"text\": \"Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\",\r\n                        \"start\": 277790,\r\n                        \"end\": 285970,\r\n                        \"duration\": 8180,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00466749-a5b0-4484-847b-d466db7a3625\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 285590,\r\n                                \"end\": 285690,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03675be9-daaa-4ee8-81b2-309a95aa260d\",\r\n                                \"text\": \" Bien\",\r\n                                \"start\": 277790,\r\n                                \"end\": 278050,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.18,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f416059-8dbe-455d-b7a3-4b1fc4d8211f\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 280470,\r\n                                \"end\": 280610,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1302e2eb-b88a-4a22-b52e-1ebc1bb2692d\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 278270,\r\n                                \"end\": 278390,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.44,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16b843ab-4576-4a8f-9186-4ab902e72cc2\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 284130,\r\n                                \"end\": 284570,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b59ee57-8ee8-4873-b106-439fce555371\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 283330,\r\n                                \"end\": 283630,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fde99a7-6623-4d3c-94d7-65aa808fb7b6\",\r\n                                \"text\": \" destination\",\r\n                                \"start\": 280610,\r\n                                \"end\": 280990,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4dec33a8-3338-4f12-82f7-86092f08801c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 280990,\r\n                                \"end\": 281390,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50e2213a-ea34-402a-9bf1-a751ce7dab26\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 280210,\r\n                                \"end\": 280470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"547822fd-ef72-4580-b632-1563e8711ebf\",\r\n                                \"text\": \" Nous\",\r\n                                \"start\": 281390,\r\n                                \"end\": 281710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"567aa9db-7890-4da4-8191-8881073880de\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 278050,\r\n                                \"end\": 278270,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cbf163a-905c-4740-bf57-22488b2dabd2\",\r\n                                \"text\": \" préférence\",\r\n                                \"start\": 279550,\r\n                                \"end\": 280210,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f313d92-3352-4f0d-8381-938496c3aa4e\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 283190,\r\n                                \"end\": 283330,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71e3f825-529d-4133-9042-48883ce56c4d\",\r\n                                \"text\": \" choix.\",\r\n                                \"start\": 285690,\r\n                                \"end\": 285970,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f321160-aa81-4e5a-9a01-98c3f87eea4f\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 278470,\r\n                                \"end\": 278690,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96a8880c-08de-4108-884f-aed256632a2f\",\r\n                                \"text\": \" pouvons\",\r\n                                \"start\": 281710,\r\n                                \"end\": 281930,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d80ed53-b99c-49a3-b112-2928f8a2a7e3\",\r\n                                \"text\": \" l'envoyer\",\r\n                                \"start\": 281930,\r\n                                \"end\": 282470,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f3eda5c-7db3-4ec8-b4b4-4c5a043cbf7b\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 279350,\r\n                                \"end\": 279550,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5bece48-d4c5-40c2-ba15-265eaf1469f3\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 284810,\r\n                                \"end\": 284970,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a97b66ae-6243-49f3-bef5-d299ba8a35ef\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 284970,\r\n                                \"end\": 285150,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd9aae92-c2aa-4c00-8178-2f3b155593b3\",\r\n                                \"text\": \" vers\",\r\n                                \"start\": 282730,\r\n                                \"end\": 283190,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0ae56d5-8f46-4038-8a09-5ca1ce190008\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 285430,\r\n                                \"end\": 285590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6bd0ff8-2fbd-4825-a0d5-4e5c09d3e864\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 284570,\r\n                                \"end\": 284810,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd5212ac-8f56-44b7-a479-19b575b72530\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 282470,\r\n                                \"end\": 282730,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de5e0053-dd92-4775-83b3-a6882cf26802\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 278910,\r\n                                \"end\": 279350,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4d5d312-ec29-4093-a2fe-422c8fb3fe2f\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 283630,\r\n                                \"end\": 284130,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb1d13b2-3706-4ab6-9dd1-c6d96f0f3e0b\",\r\n                                \"text\": \" adresse\",\r\n                                \"start\": 285150,\r\n                                \"end\": 285430,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:37-04:45\"\r\n                    },\r\n                    {\r\n                        \"id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\",\r\n                        \"text\": \"Merci. Bonne journée à vous aussi.\",\r\n                        \"start\": 326840,\r\n                        \"end\": 328840,\r\n                        \"duration\": 2000,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0259f297-50da-4e0f-b313-f7756a9f00ef\",\r\n                                \"text\": \" aussi.\",\r\n                                \"start\": 328560,\r\n                                \"end\": 328840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"435de051-d611-48e0-b329-b686e941f948\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 328420,\r\n                                \"end\": 328560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7879f507-2c2d-4f45-8cad-2876c68a13ab\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 327960,\r\n                                \"end\": 328260,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90cfaea5-81ff-494f-83a2-a324c9e08712\",\r\n                                \"text\": \" Bonne\",\r\n                                \"start\": 327400,\r\n                                \"end\": 327960,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91b87e9c-afec-4015-803e-c5fbe32eeaf7\",\r\n                                \"text\": \" Merci.\",\r\n                                \"start\": 326840,\r\n                                \"end\": 327400,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8d910c8-50d2-47b3-afb2-fa471581d23d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 328260,\r\n                                \"end\": 328420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:26-05:28\"\r\n                    },\r\n                    {\r\n                        \"id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\",\r\n                        \"text\": \"Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\",\r\n                        \"start\": 118060,\r\n                        \"end\": 126460,\r\n                        \"duration\": 8400,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0008ffea-fcbd-4250-8763-0fac86f53f0f\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 125700,\r\n                                \"end\": 125840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c9c604e-6072-4118-a69e-e259a61a3632\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 125840,\r\n                                \"end\": 126100,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13c406fe-a0ad-49f0-8048-221dffabcfe0\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 124980,\r\n                                \"end\": 125100,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"192653bd-2c4c-4444-8514-4c13287b0591\",\r\n                                \"text\": \" traitement\",\r\n                                \"start\": 119660,\r\n                                \"end\": 120080,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"223fb0a0-9aae-4da7-a289-3ae80229e282\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 122660,\r\n                                \"end\": 122780,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22ea33c5-203c-4180-baf2-babdeb69c972\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 123940,\r\n                                \"end\": 124340,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36ce09a2-acb8-4503-8a8f-c3066462a44a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 125100,\r\n                                \"end\": 125260,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"464ac290-fd2e-4c82-95fd-346de8e06bce\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 121400,\r\n                                \"end\": 122020,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53b1e7ea-d968-452b-98e8-87a87a2a0f4d\",\r\n                                \"text\": \" facilitera\",\r\n                                \"start\": 118880,\r\n                                \"end\": 119540,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56620ec9-32c8-4e32-9756-1b74705d1b1f\",\r\n                                \"text\": \" envoyé\",\r\n                                \"start\": 122240,\r\n                                \"end\": 122660,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"688fe2c2-54cf-4dca-ac63-800f83d6b7a2\",\r\n                                \"text\": \" Parfait,\",\r\n                                \"start\": 118060,\r\n                                \"end\": 118540,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"741d0469-8fd6-462d-9ce0-835b6e80f085\",\r\n                                \"text\": \" guide\",\r\n                                \"start\": 125260,\r\n                                \"end\": 125520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81600d0a-f436-454a-9773-727a5f89ca77\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 118580,\r\n                                \"end\": 118880,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8eb1b4fc-c0eb-4c43-b560-0a849fdc3316\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 122780,\r\n                                \"end\": 123220,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9055bec7-a57e-4a5d-97ed-27b9a37f6d8e\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 126100,\r\n                                \"end\": 126460,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c2795e3-1098-4333-b58d-b0f94f90103a\",\r\n                                \"text\": \" souhaitez-vous\",\r\n                                \"start\": 124340,\r\n                                \"end\": 124880,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d0a0797-f444-4a19-bb17-28a8f508660c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 120300,\r\n                                \"end\": 120500,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b673b3a0-d07d-4949-bd8b-139779db121f\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 124880,\r\n                                \"end\": 124980,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c40bfd88-710e-4382-85d3-a19eb2368350\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 125520,\r\n                                \"end\": 125700,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c757292a-5fdd-4aff-ab4c-63ee78b39d5f\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 123300,\r\n                                \"end\": 123480,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdfb1031-d75a-4080-97ad-578b1318de93\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 123220,\r\n                                \"end\": 123300,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4c2a3fc-3381-4e05-858d-756e7de2f35e\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 123480,\r\n                                \"end\": 123940,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0dc8218-6bc5-43fb-9249-b8f79b35e3a1\",\r\n                                \"text\": \" déjà\",\r\n                                \"start\": 122020,\r\n                                \"end\": 122240,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9738052-279b-4b08-9efe-b6e44c193c2e\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120500,\r\n                                \"end\": 121000,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef8e4e2b-5b31-44fc-b497-28731cbc4c67\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 120080,\r\n                                \"end\": 120300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1fcf0d9-548b-4a95-a038-4cf9b420d14a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 119540,\r\n                                \"end\": 119660,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:58-02:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\",\r\n                        \"text\": \"Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\",\r\n                        \"start\": 18520,\r\n                        \"end\": 29440,\r\n                        \"duration\": 10920,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02e5660a-b6e3-4523-a21b-785b5defa416\",\r\n                                \"text\": \" nom\",\r\n                                \"start\": 26260,\r\n                                \"end\": 26500,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"04a07fc4-6f91-4780-be13-9dcf74fa653b\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 25460,\r\n                                \"end\": 25560,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11a4db83-9a4b-492c-85a0-eabd54f1d5cd\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 29000,\r\n                                \"end\": 29440,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ba1b458-e516-42b3-9799-fa4382efdcc9\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 27220,\r\n                                \"end\": 27460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"223a462a-728a-45d0-9e97-7b6f91cb95d7\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 18520,\r\n                                \"end\": 18740,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2947f3da-0ecc-4c8f-b39a-b564a4e858bc\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 24900,\r\n                                \"end\": 25460,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e1aaa08-a270-4ce0-b2a8-8fadbd9d3fa2\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 22440,\r\n                                \"end\": 22560,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"340ff737-806f-4849-904a-cc5560a86b66\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 20020,\r\n                                \"end\": 20160,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.56,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a3b1d65-0163-494f-87e0-6682f69faccc\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 28760,\r\n                                \"end\": 29000,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"509c1799-01b0-42b6-86df-30654dc34c46\",\r\n                                \"text\": \" concrat,\",\r\n                                \"start\": 28100,\r\n                                \"end\": 28480,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.37,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51b9828e-c06e-435c-820a-6d4a2620d417\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 26080,\r\n                                \"end\": 26260,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cb917cc-e0ea-42bb-89b5-c2bfb58eb00e\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 18740,\r\n                                \"end\": 18840,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"745a4c6a-b610-4307-80a9-f9799a57863e\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 22740,\r\n                                \"end\": 23200,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8099cdc3-0be8-4d9f-b09e-c952c714eab2\",\r\n                                \"text\": \" vous.\",\r\n                                \"start\": 24300,\r\n                                \"end\": 24480,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84845abb-f6fd-46d2-a00b-95b0f6a09ff2\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 26840,\r\n                                \"end\": 27220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ceec243-62e5-42cc-85d5-c2d748d5b8a1\",\r\n                                \"text\": \" répondre\",\r\n                                \"start\": 21060,\r\n                                \"end\": 21320,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"937db8b3-f60b-4496-852b-345aff0b6375\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 27900,\r\n                                \"end\": 28100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b4377c7-0662-493a-b729-f0707dc5004e\",\r\n                                \"text\": \" certaines\",\r\n                                \"start\": 23200,\r\n                                \"end\": 23460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4019ea7-366c-40f5-9f45-9d7909dd18dd\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 20920,\r\n                                \"end\": 21060,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b09b3d1e-a6e0-4cab-a1af-eb7919cc428e\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 23860,\r\n                                \"end\": 24300,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4f6a8b8-0b02-4433-95bc-e492d54afe51\",\r\n                                \"text\": \" informations\",\r\n                                \"start\": 23460,\r\n                                \"end\": 23860,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcaaaf30-3220-43d1-a350-b36d962b1837\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 28660,\r\n                                \"end\": 28760,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c73eaa49-360f-4d72-a8ed-7c5ff159c1c1\",\r\n                                \"text\": \" d'apprendre\",\r\n                                \"start\": 19340,\r\n                                \"end\": 19640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c930deb2-4bee-48e3-b578-a59a95215481\",\r\n                                \"text\": \" complet\",\r\n                                \"start\": 26500,\r\n                                \"end\": 26840,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9786fde-fe33-4ae7-9188-08612a44b3ab\",\r\n                                \"text\": \" devoir\",\r\n                                \"start\": 22560,\r\n                                \"end\": 22740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5ac2832-966a-4401-a1d5-ee7a858d115e\",\r\n                                \"text\": \" précisément,\",\r\n                                \"start\": 21600,\r\n                                \"end\": 22160,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de8719a3-d538-4f60-b3fc-d31d0c81a885\",\r\n                                \"text\": \" cela,\",\r\n                                \"start\": 19640,\r\n                                \"end\": 19920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e522d0a3-1716-4f78-8278-e6077f3323aa\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 21320,\r\n                                \"end\": 21600,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6f4b6a0-5eb7-48de-a069-dfc352fdd0d6\",\r\n                                \"text\": \" Avant\",\r\n                                \"start\": 20480,\r\n                                \"end\": 20920,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e89f3a83-ac13-4c20-833a-a023de485fc2\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 18840,\r\n                                \"end\": 19340,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3bb3d1b-455f-4ee5-8c61-4e40a6151b33\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22240,\r\n                                \"end\": 22440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f481ac6c-c7ba-4d28-b633-38a2a7367ef7\",\r\n                                \"text\": \" confirmer\",\r\n                                \"start\": 25560,\r\n                                \"end\": 26080,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4b04f8b-6fe1-4bb6-b26e-4555a3b67ef8\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 27460,\r\n                                \"end\": 27900,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9f8526d-0992-421c-b1fc-8f88e7be1d2b\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 28520,\r\n                                \"end\": 28660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:18-00:29\"\r\n                    },\r\n                    {\r\n                        \"id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\",\r\n                        \"text\": \"Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\",\r\n                        \"start\": 9390,\r\n                        \"end\": 16650,\r\n                        \"duration\": 7260,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"038459ff-8513-4b1e-b7d9-d6df229d4ded\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 15550,\r\n                                \"end\": 15670,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1802bc53-c2d5-45e8-8024-b1396ad5e7e9\",\r\n                                \"text\": \" savoir\",\r\n                                \"start\": 14350,\r\n                                \"end\": 14690,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"197f24c0-512a-45ba-8b2a-d13c503ff5a5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 12690,\r\n                                \"end\": 12950,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"378b201f-0ca4-4b96-97eb-13c11c93d78c\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 11430,\r\n                                \"end\": 11610,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3deed58c-19fd-49d5-ab3f-5a5fd286ff1c\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 10130,\r\n                                \"end\": 10690,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ef2f166-2813-4e53-a61f-2757c58091b8\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 14030,\r\n                                \"end\": 14150,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"505f9a2b-c30c-484f-8daa-ea29c9084343\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 10690,\r\n                                \"end\": 10850,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75a964ed-9f42-4a8a-86ff-6addeac0ae18\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 15670,\r\n                                \"end\": 15810,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81d0e9f0-449f-4ce3-a497-b052af7323d3\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 12170,\r\n                                \"end\": 12410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9259c7f2-c281-4fb8-a7be-2fc9ce393e05\",\r\n                                \"text\": \" voulais\",\r\n                                \"start\": 14150,\r\n                                \"end\": 14350,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9de3d76f-432e-4e06-9cf3-ba138b510a23\",\r\n                                \"text\": \" appelle\",\r\n                                \"start\": 10850,\r\n                                \"end\": 11130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad2bdfb2-dfd7-4e47-be80-e9f1e46654c1\",\r\n                                \"text\": \" d'avoir\",\r\n                                \"start\": 11950,\r\n                                \"end\": 12170,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af708924-3829-47e5-828a-19c678a3e60d\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 11610,\r\n                                \"end\": 11730,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2587752-f576-4de3-801f-ef13c806fc18\",\r\n                                \"text\": \" viens\",\r\n                                \"start\": 11730,\r\n                                \"end\": 11950,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b458423b-1180-4c2f-9975-a138eadca7d9\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 14690,\r\n                                \"end\": 15550,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b92e4354-e1b8-45df-9602-14b4500683fa\",\r\n                                \"text\": \" parce\",\r\n                                \"start\": 11130,\r\n                                \"end\": 11430,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba3f2db3-3af6-42aa-bc06-49a16105fc10\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 13250,\r\n                                \"end\": 14030,\r\n                                \"duration\": 780,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0ddb98e-6a0e-4f72-8cb2-2134907bf02a\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 9390,\r\n                                \"end\": 9910,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c463a654-9b58-4a46-88ba-899e83be30b6\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 12950,\r\n                                \"end\": 13250,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9ff691b-8e27-40d8-8881-a7e9aed71769\",\r\n                                \"text\": \" accident\",\r\n                                \"start\": 12410,\r\n                                \"end\": 12690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1ac71ae-7617-438f-9235-ca7ef4ec78ae\",\r\n                                \"text\": \" indemnisé.\",\r\n                                \"start\": 15970,\r\n                                \"end\": 16650,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edb0f4a9-77c9-4bc4-8050-5970bcbfd738\",\r\n                                \"text\": \" être\",\r\n                                \"start\": 15810,\r\n                                \"end\": 15970,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:09-00:16\"\r\n                    },\r\n                    {\r\n                        \"id\": \"78407769-92dd-4551-800d-e19b69e16c92\",\r\n                        \"text\": \"Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\",\r\n                        \"start\": 88140,\r\n                        \"end\": 93740,\r\n                        \"duration\": 5600,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0c9c33d4-0f7e-4004-bfbc-488d93411ced\",\r\n                                \"text\": \" taper\",\r\n                                \"start\": 92220,\r\n                                \"end\": 92520,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2899393d-4383-4737-9d97-33053ff3c71a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 92840,\r\n                                \"end\": 93000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"33cc41d0-1054-4c67-86c8-7bc27ee3afe3\",\r\n                                \"text\": \" passager.\",\r\n                                \"start\": 93260,\r\n                                \"end\": 93740,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44601e50-1195-44eb-b5d3-6acdea9c603b\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 89760,\r\n                                \"end\": 89940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4bf5a802-4309-4f47-b695-a177879752d2\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 91440,\r\n                                \"end\": 91780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cfb8263-5717-428f-a889-d11594a9a4f7\",\r\n                                \"text\": \" n'ai\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90060,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"66975d82-1e92-49c1-820a-4db6409f3277\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 91140,\r\n                                \"end\": 91300,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68da4bff-9e5e-4e1e-bffb-28aaa25fceed\",\r\n                                \"text\": \" fort\",\r\n                                \"start\": 88680,\r\n                                \"end\": 89220,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75baa0f4-ec7a-4907-879c-68cbd20c8c30\",\r\n                                \"text\": \" Non,\",\r\n                                \"start\": 88140,\r\n                                \"end\": 88680,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"788f5ad9-4a3a-4276-9cda-c08a5a5eb559\",\r\n                                \"text\": \" côté\",\r\n                                \"start\": 93000,\r\n                                \"end\": 93260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c43a5d8-e2c9-4914-8cae-57947ce77eb4\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 92520,\r\n                                \"end\": 92840,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8dae418a-7e60-4b4f-9ad7-ecb6bd99afcf\",\r\n                                \"text\": \" rien,\",\r\n                                \"start\": 90060,\r\n                                \"end\": 90320,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98219bc1-5c09-43b4-8c4f-44e28b2ac72b\",\r\n                                \"text\": \" venue\",\r\n                                \"start\": 92040,\r\n                                \"end\": 92220,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2c2773b-23ae-4ec8-9420-caa1a29162c2\",\r\n                                \"text\": \" vu\",\r\n                                \"start\": 90380,\r\n                                \"end\": 91140,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec621d37-bdf5-4129-9bf8-0c88af1b17a9\",\r\n                                \"text\": \" heureusement,\",\r\n                                \"start\": 89220,\r\n                                \"end\": 89760,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edaa0321-5967-4223-89c4-0aa51a7d61b5\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91440,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa4c5979-e8a6-4fac-8353-73a9079bb36c\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 91780,\r\n                                \"end\": 92040,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:28-01:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\",\r\n                        \"text\": \"Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\",\r\n                        \"start\": 106460,\r\n                        \"end\": 116000,\r\n                        \"duration\": 9540,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0d68c718-9f83-49c4-bf9e-8c40ff2be331\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 115220,\r\n                                \"end\": 115660,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"144b066f-c60b-46cb-b5ca-9294814fd4b3\",\r\n                                \"text\": \" blessé.\",\r\n                                \"start\": 113080,\r\n                                \"end\": 113440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b810336-d854-45ff-a6ef-c8b4d8764f84\",\r\n                                \"text\": \" faute\",\r\n                                \"start\": 112040,\r\n                                \"end\": 112420,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2915eb7e-0f47-4842-b6c0-b16557c36f5a\",\r\n                                \"text\": \" sa\",\r\n                                \"start\": 111860,\r\n                                \"end\": 112040,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52261121-ebec-45f0-ab48-de27157614ab\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 110480,\r\n                                \"end\": 111380,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ee4787e-5df3-42d0-b151-1c6d38689f5f\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 107060,\r\n                                \"end\": 107660,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"662fcfbe-2342-4279-ba82-d25307b1d1cc\",\r\n                                \"text\": \" pris\",\r\n                                \"start\": 114220,\r\n                                \"end\": 114420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a72671c-d9fc-4e25-917a-15f356c19527\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 113580,\r\n                                \"end\": 114220,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7afc0383-192e-4dfb-98ef-e5c329a69d4e\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 114420,\r\n                                \"end\": 114720,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"836dc114-97ac-465b-83b7-8cd49f0574f9\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 106460,\r\n                                \"end\": 107000,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87ab8d8e-1ae4-450e-9bfe-c7fc1d0be97e\",\r\n                                \"text\": \" copie\",\r\n                                \"start\": 114720,\r\n                                \"end\": 115120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89576105-d215-4229-8d30-4f97c4fb1f7c\",\r\n                                \"text\": \" L'autre\",\r\n                                \"start\": 110000,\r\n                                \"end\": 110480,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e9dc1f4-7c3c-4844-8e97-4823e218892b\",\r\n                                \"text\": \" n'est\",\r\n                                \"start\": 112820,\r\n                                \"end\": 112980,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fccb6a1-1676-45e3-abd1-85078eed60d1\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 111380,\r\n                                \"end\": 111460,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fefec76-ae23-42ff-bfdd-0f0629655e74\",\r\n                                \"text\": \" reconnu\",\r\n                                \"start\": 111460,\r\n                                \"end\": 111860,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a58e8c01-6561-40f7-bc61-5ccc2f6fd2e1\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 112980,\r\n                                \"end\": 113080,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa4eece1-525f-4798-b618-8cdc4bfdff1a\",\r\n                                \"text\": \" amiable.\",\r\n                                \"start\": 109200,\r\n                                \"end\": 109720,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1ba5429-f372-479d-b8cf-f8c478f18593\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 115120,\r\n                                \"end\": 115220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5d8102d-ac49-41ae-80b7-0311c7bb38c1\",\r\n                                \"text\": \" avons\",\r\n                                \"start\": 107660,\r\n                                \"end\": 107960,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6c410d6-df3e-405b-826d-3f59c320feaa\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 112420,\r\n                                \"end\": 112820,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce59bcac-bee9-476e-a07f-0e653c954869\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 108640,\r\n                                \"end\": 109200,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9000a06-d411-40a4-b960-519df10f31f2\",\r\n                                \"text\": \" rempli\",\r\n                                \"start\": 107960,\r\n                                \"end\": 108520,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed3347ae-bb9a-4ade-a474-54e397f78254\",\r\n                                \"text\": \" signé.\",\r\n                                \"start\": 115660,\r\n                                \"end\": 116000,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee985ce0-79ed-489b-bee4-8086a44980b9\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 108520,\r\n                                \"end\": 108640,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:46-01:56\"\r\n                    },\r\n                    {\r\n                        \"id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\",\r\n                        \"text\": \"D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\",\r\n                        \"start\": 83080,\r\n                        \"end\": 86930,\r\n                        \"duration\": 3850,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"180ff4f0-5705-41e9-9762-dfa922067120\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 83550,\r\n                                \"end\": 83790,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"215bb6e7-7ce7-40b4-a33a-d82441749206\",\r\n                                \"text\": \" Êtes-vous\",\r\n                                \"start\": 83970,\r\n                                \"end\": 84330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c69aefd-f811-444c-90ce-6903600ade29\",\r\n                                \"text\": \" assistance\",\r\n                                \"start\": 85710,\r\n                                \"end\": 85910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b59f327-2db1-4d04-8073-19080c17ab9f\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 84810,\r\n                                \"end\": 84950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ea18c07-938c-4b0c-953e-a0f0a5253dd6\",\r\n                                \"text\": \" blessé\",\r\n                                \"start\": 84330,\r\n                                \"end\": 84810,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cffbe37-5b0f-4f27-8485-37e662985fab\",\r\n                                \"text\": \" d'une\",\r\n                                \"start\": 85550,\r\n                                \"end\": 85710,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cef5f049-94d1-4256-99bd-a33e01cdf8ab\",\r\n                                \"text\": \" avez-vous\",\r\n                                \"start\": 84950,\r\n                                \"end\": 85270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf054760-1b38-4acc-b73b-d1999b50e1c3\",\r\n                                \"text\": \" médicale\",\r\n                                \"start\": 85910,\r\n                                \"end\": 86670,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea3aa0d4-c421-48e2-bdd9-af7f0022a67e\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 86670,\r\n                                \"end\": 86930,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0afe006-56b0-4aee-9967-fb495398f194\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 85270,\r\n                                \"end\": 85550,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f92f4478-b0b4-4d6b-b54e-c605caca5fff\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 83080,\r\n                                \"end\": 83490,\r\n                                \"duration\": 410,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:23-01:26\"\r\n                    },\r\n                    {\r\n                        \"id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\",\r\n                        \"text\": \"D'accord. Je vais le scanner et l'envoyer cet après-midi. »\",\r\n                        \"start\": 159020,\r\n                        \"end\": 162620,\r\n                        \"duration\": 3600,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"069549ec-7e2e-4fba-9723-4972a7a36dfa\",\r\n                                \"text\": \" cet\",\r\n                                \"start\": 161540,\r\n                                \"end\": 161700,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"164cd798-c3d9-49ab-98cf-e69c7ed9b2de\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 162400,\r\n                                \"end\": 162620,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42be80d0-67e5-41a0-be1a-5cdea8f98295\",\r\n                                \"text\": \" après-midi.\",\r\n                                \"start\": 161700,\r\n                                \"end\": 162200,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4768cb83-7cb4-4be4-8099-f15441f7c7d0\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 159020,\r\n                                \"end\": 159560,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5831026f-177a-4b53-837c-a3315aea8025\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f6b8b91-c414-4ee4-905d-6703d687e70a\",\r\n                                \"text\": \" l'envoyer\",\r\n                                \"start\": 161080,\r\n                                \"end\": 161540,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"980f7ea3-f495-471e-983e-df13e75ffb7a\",\r\n                                \"text\": \" scanner\",\r\n                                \"start\": 160600,\r\n                                \"end\": 160940,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae410235-ea03-461e-9f9e-3fdae6bcbf1a\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 160340,\r\n                                \"end\": 160500,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4a05b2b-57e9-4996-89d1-c84506910217\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 159900,\r\n                                \"end\": 160340,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e840bb1f-8910-43fe-aa20-ed6b73e6a7e4\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 160940,\r\n                                \"end\": 161080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:39-02:42\"\r\n                    },\r\n                    {\r\n                        \"id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\",\r\n                        \"text\": \"Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\",\r\n                        \"start\": 256540,\r\n                        \"end\": 273840,\r\n                        \"duration\": 17300,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"09e6773b-13fd-40d1-bcdf-85d6275f0475\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 266020,\r\n                                \"end\": 266320,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c091e46-1cf9-4001-b37d-eab600458a9e\",\r\n                                \"text\": \" d'arrivée.\",\r\n                                \"start\": 263760,\r\n                                \"end\": 264200,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1eeeae26-4a34-4d07-9b7f-ddada72c924d\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 259740,\r\n                                \"end\": 260019,\r\n                                \"duration\": 279,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20a11b35-c44b-4c84-adb5-f3b14bf9cf78\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 258880,\r\n                                \"end\": 259000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b15850d-8385-4084-bbf7-c8929faf46fa\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 258240,\r\n                                \"end\": 258440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"342842c0-8559-43e1-954d-ce3c4f2bf937\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 257279,\r\n                                \"end\": 257519,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b41f36a-e53f-41c6-af04-9baafed35617\",\r\n                                \"text\": \" deux\",\r\n                                \"start\": 260019,\r\n                                \"end\": 260200,\r\n                                \"duration\": 181,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d3637c4-c9c7-44a1-85d8-ccc2707a80db\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 256540,\r\n                                \"end\": 256940,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"408cb884-ea5b-4f49-a503-f804c4102afd\",\r\n                                \"text\": \" est-il\",\r\n                                \"start\": 265300,\r\n                                \"end\": 265760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56823fb4-1389-42fe-adc0-79aa9607ef65\",\r\n                                \"text\": \" heures.\",\r\n                                \"start\": 260200,\r\n                                \"end\": 260440,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69f7bc9d-f035-4498-844c-e49b0db86a18\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 264780,\r\n                                \"end\": 265040,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ce46054-43a8-460c-bd27-4b3c3f783a31\",\r\n                                \"text\": \" SMS\",\r\n                                \"start\": 261640,\r\n                                \"end\": 261899,\r\n                                \"duration\": 259,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"797a598e-a14e-49de-99ae-05435b849777\",\r\n                                \"text\": \" ses\",\r\n                                \"start\": 262240,\r\n                                \"end\": 262440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d616730-021e-42de-b408-27adff6bf120\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 257640,\r\n                                \"end\": 257839,\r\n                                \"duration\": 199,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87bf390e-19cd-4610-9296-df0f5803a131\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 265040,\r\n                                \"end\": 265300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f927823-423b-4406-a15a-9ba3d7c9445b\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 273420,\r\n                                \"end\": 273840,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"934d3182-e003-41d2-949c-1026591d2145\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 262940,\r\n                                \"end\": 263200,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99ef05a3-2a08-4d15-8f3e-9e816b89f867\",\r\n                                \"text\": \" dépanneur\",\r\n                                \"start\": 257839,\r\n                                \"end\": 258240,\r\n                                \"duration\": 401,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1168739-504b-4c04-8b23-02a41c5037e6\",\r\n                                \"text\": \" recevrez\",\r\n                                \"start\": 261079,\r\n                                \"end\": 261540,\r\n                                \"duration\": 461,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2954c1c-f57e-4113-872a-026c3abba75f\",\r\n                                \"text\": \" 0601-02-03-04-05\",\r\n                                \"start\": 266330,\r\n                                \"end\": 273420,\r\n                                \"duration\": 7090,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a61042ed-3b79-4f73-ab77-41ee596dd9ae\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 261899,\r\n                                \"end\": 262240,\r\n                                \"duration\": 341,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a97475a0-8ab1-44ba-928b-0a12b275fbaf\",\r\n                                \"text\": \" Vous\",\r\n                                \"start\": 260680,\r\n                                \"end\": 261079,\r\n                                \"duration\": 399,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad091f14-aa43-4c7c-afa4-8e519ab51166\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 259000,\r\n                                \"end\": 259140,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1fa43b3-db3f-44dd-9859-c7f7a0c83cd0\",\r\n                                \"text\": \" maximum\",\r\n                                \"start\": 259380,\r\n                                \"end\": 259740,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4fc1cb2-1fcb-4c66-b81d-ebca75cc0f54\",\r\n                                \"text\": \" envoyé\",\r\n                                \"start\": 258440,\r\n                                \"end\": 258880,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7e57099-63d0-42db-9c22-2228d185bcdf\",\r\n                                \"text\": \" délai\",\r\n                                \"start\": 259140,\r\n                                \"end\": 259380,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd52ef6e-8f06-4b83-a093-9d6400490e4e\",\r\n                                \"text\": \" l'heure\",\r\n                                \"start\": 263200,\r\n                                \"end\": 263340,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d87436e3-d55c-4f07-a50d-3e8ded81b649\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 261540,\r\n                                \"end\": 261640,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec660b36-2571-48d7-b547-236bc3b7ad82\",\r\n                                \"text\": \" beaucoup,\",\r\n                                \"start\": 256940,\r\n                                \"end\": 257180,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f089dcb9-fb20-4bef-83b2-64a209ac6671\",\r\n                                \"text\": \" exacte\",\r\n                                \"start\": 263340,\r\n                                \"end\": 263760,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc1aecab-e360-4b06-98f8-94f8bc2cc1c8\",\r\n                                \"text\": \" toujours\",\r\n                                \"start\": 265760,\r\n                                \"end\": 266020,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"feba25fc-5dc5-4e41-9f95-68382244079c\",\r\n                                \"text\": \" coordonnées\",\r\n                                \"start\": 262440,\r\n                                \"end\": 262940,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:16-04:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 330560,\r\n                        \"end\": 331520,\r\n                        \"duration\": 960,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"37d520cd-fda5-40ed-898c-7c2b53f72812\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 330560,\r\n                                \"end\": 330920,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95e9fa4e-46eb-44d0-8ba4-c24619fe32e1\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 331260,\r\n                                \"end\": 331520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de51e7e8-6c88-407d-877a-5132e51fb0c1\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 331100,\r\n                                \"end\": 331260,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:30-05:31\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\",\r\n                        \"text\": \"Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\",\r\n                        \"start\": 127990,\r\n                        \"end\": 132490,\r\n                        \"duration\": 4500,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"11078292-d611-4aba-a3fc-23bc07328349\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 130990,\r\n                                \"end\": 131170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"166bc514-1c8f-4559-bb00-61b76ad55877\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 132070,\r\n                                \"end\": 132490,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23e285c4-0a9c-4f19-9935-86ec7853edd1\",\r\n                                \"text\": \" envoyé.\",\r\n                                \"start\": 129289,\r\n                                \"end\": 129930,\r\n                                \"duration\": 641,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c3eaf63-6b0b-41f7-afc5-f3968eaed762\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 128530,\r\n                                \"end\": 128669,\r\n                                \"duration\": 139,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3184a727-0eb8-44ea-ab70-9385984b06f9\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 131710,\r\n                                \"end\": 132070,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b0054d3-a338-4eec-a5af-f2d1b822ca47\",\r\n                                \"text\": \" encore\",\r\n                                \"start\": 129030,\r\n                                \"end\": 129289,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4152c26a-fc1a-467c-a390-b25c518b786e\",\r\n                                \"text\": \" procédure\",\r\n                                \"start\": 131170,\r\n                                \"end\": 131710,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e1490a5-1c6d-4b4d-92a9-20a2cff6c781\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 128889,\r\n                                \"end\": 129030,\r\n                                \"duration\": 141,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70fe7182-7ed8-4175-8be5-2755667d58c0\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 129970,\r\n                                \"end\": 130570,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de958e39-4e35-4b41-aa7b-0b76bbc8b66b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 127990,\r\n                                \"end\": 128530,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4639776-2b18-4a16-9f7e-b37f827d374f\",\r\n                                \"text\": \" m'expliquer\",\r\n                                \"start\": 130570,\r\n                                \"end\": 130990,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9b19e31-d6f3-4647-bdb4-dbfb83187db3\",\r\n                                \"text\": \" l'ai\",\r\n                                \"start\": 128669,\r\n                                \"end\": 128889,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:07-02:12\"\r\n                    },\r\n                    {\r\n                        \"id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\",\r\n                        \"text\": \"Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\",\r\n                        \"start\": 133810,\r\n                        \"end\": 157670,\r\n                        \"duration\": 23860,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0176e973-c145-4c96-a9e9-40aa24bbbf3c\",\r\n                                \"text\": \" directement\",\r\n                                \"start\": 143970,\r\n                                \"end\": 144270,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"02442d7b-77bc-42b0-a537-dc282d391e05\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 151550,\r\n                                \"end\": 151930,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"057a304c-c7e9-4695-a002-83d31d56d87f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 156370,\r\n                                \"end\": 156630,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b96bf34-1e5d-42cf-90dc-7d1a3815c54c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 140770,\r\n                                \"end\": 140930,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"121396ce-ec96-4f82-b4cf-42897efcc9fa\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 150870,\r\n                                \"end\": 151030,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1231cfae-ce14-46d1-9d09-24bd4738d610\",\r\n                                \"text\": \" Bernard,\",\r\n                                \"start\": 134610,\r\n                                \"end\": 134910,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1466200d-598b-4af1-bb8e-d5d3e965e679\",\r\n                                \"text\": \" transmettre\",\r\n                                \"start\": 155130,\r\n                                \"end\": 155610,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"15c3f6f2-01af-490b-8328-2d9554beb73b\",\r\n                                \"text\": \" reçu,\",\r\n                                \"start\": 151030,\r\n                                \"end\": 151470,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1936b6b3-fd70-4f3f-82be-460471b17a0a\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 142570,\r\n                                \"end\": 142810,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19a3e26d-0d97-4b19-b615-edca14b61730\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 141310,\r\n                                \"end\": 141570,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a67c03d-5509-4fe8-9553-46dde25689e6\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 146850,\r\n                                \"end\": 147030,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c16f8ed-50ea-428b-a292-3d6566048d0a\",\r\n                                \"text\": \" ligne,\",\r\n                                \"start\": 141770,\r\n                                \"end\": 141990,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cc7d1f4-b0c9-4f81-8104-cd70b3557019\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 137410,\r\n                                \"end\": 137550,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a4be29f-42c1-4982-bd1c-95254bc95e5e\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 157030,\r\n                                \"end\": 157210,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bf8abb9-515c-473c-864e-afde382bdf91\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 140110,\r\n                                \"end\": 140230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c8c9576-db57-4a48-a46b-5658e0850231\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 144970,\r\n                                \"end\": 145110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"358c73de-21bc-40d5-a76e-83af9d8d4cf3\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 144270,\r\n                                \"end\": 144710,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"360c4a15-b577-4c72-a654-beed42eb3614\",\r\n                                \"text\": \" physiques,\",\r\n                                \"start\": 145410,\r\n                                \"end\": 145930,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37b4a00a-3d1d-4b4f-af7d-6a50338ae9e1\",\r\n                                \"text\": \" sûr,\",\r\n                                \"start\": 134050,\r\n                                \"end\": 134410,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b747c6b-0c58-4ae1-8736-b40de5587bfd\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 153930,\r\n                                \"end\": 154450,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40679040-aa05-43d9-aab1-b0f182f55e81\",\r\n                                \"text\": \" agences\",\r\n                                \"start\": 145110,\r\n                                \"end\": 145410,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44716c9d-f912-4385-991e-73be966f1a03\",\r\n                                \"text\": \" possible\",\r\n                                \"start\": 156050,\r\n                                \"end\": 156370,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45640a43-d9c3-4518-96b1-d897a440097c\",\r\n                                \"text\": \" l'envoyant\",\r\n                                \"start\": 147030,\r\n                                \"end\": 147470,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4972e989-bd78-4c32-b5ed-42a47586449e\",\r\n                                \"text\": \" analysera\",\r\n                                \"start\": 152710,\r\n                                \"end\": 153290,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4972ec84-4a2e-47a1-9427-9a1cc057ac2c\",\r\n                                \"text\": \" déposant\",\r\n                                \"start\": 143510,\r\n                                \"end\": 143970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b910983-67c1-4244-bb2e-8bee5e2573c9\",\r\n                                \"text\": \" courrier\",\r\n                                \"start\": 147590,\r\n                                \"end\": 147950,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52d6729f-8717-41ea-93f9-49b3bb0e182d\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 139890,\r\n                                \"end\": 140110,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a7b0d86-7ff7-4bbb-82f6-329c07e77937\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 154990,\r\n                                \"end\": 155070,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ac90d35-b238-4150-a77f-bc2108b1c154\",\r\n                                \"text\": \" méthodes\",\r\n                                \"start\": 137550,\r\n                                \"end\": 137910,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f1a24f8-2725-4744-81f8-f75df943100d\",\r\n                                \"text\": \" En\",\r\n                                \"start\": 138770,\r\n                                \"end\": 139250,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6737c479-82d4-4948-8a82-c59a91757895\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 143070,\r\n                                \"end\": 143370,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c59aae0-606c-43a4-8a6e-facaf32c156b\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 134410,\r\n                                \"end\": 134490,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.54,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e2bf794-f3ce-4cdf-a649-3f1602bbdd09\",\r\n                                \"text\": \" scannant\",\r\n                                \"start\": 139390,\r\n                                \"end\": 139890,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7393bbb4-e757-4f76-abda-6c1f55c5c753\",\r\n                                \"text\": \" indiquée\",\r\n                                \"start\": 148530,\r\n                                \"end\": 148890,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"773b38ae-14db-4e15-b4c9-a33803712a03\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 144830,\r\n                                \"end\": 144970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a8f46f9-2140-4324-b475-b9aded2cab31\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 155070,\r\n                                \"end\": 155130,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c4dbb97-f2a0-4d1e-85d2-61e6e240e43d\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 153290,\r\n                                \"end\": 153410,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ca3dc85-9054-404c-a843-204706643382\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 147470,\r\n                                \"end\": 147590,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7cc65c1a-030a-4547-89d5-b19670ee38a8\",\r\n                                \"text\": \" Bien\",\r\n                                \"start\": 133810,\r\n                                \"end\": 134050,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d0de977-a3b1-4d72-ad92-3ef006ad2590\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143370,\r\n                                \"end\": 143510,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fd26720-5359-430d-86b1-91458d1d1c93\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 155950,\r\n                                \"end\": 156050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8341ac49-3c14-4ace-a161-71c66cc85971\",\r\n                                \"text\": \" espace\",\r\n                                \"start\": 140930,\r\n                                \"end\": 141310,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8407a6c0-35f6-4aac-adc2-6548dd5b03aa\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 148890,\r\n                                \"end\": 149030,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f60ccd1-d5b1-4e73-a775-57290493ffd1\",\r\n                                \"text\": \" d'experts\",\r\n                                \"start\": 152290,\r\n                                \"end\": 152710,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93b506c1-7c68-4c74-bc45-59c97345e058\",\r\n                                \"text\": \" procédure.\",\r\n                                \"start\": 157210,\r\n                                \"end\": 157670,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93c806c2-fde4-4bcf-a729-aa14c80a4458\",\r\n                                \"text\": \" l'envoyant\",\r\n                                \"start\": 140230,\r\n                                \"end\": 140650,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98a91125-d0ce-42a9-bb52-a44be8f2d073\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 150350,\r\n                                \"end\": 150870,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a010a51-2145-4f69-b724-06166911a046\",\r\n                                \"text\": \" équipe\",\r\n                                \"start\": 151930,\r\n                                \"end\": 152290,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b6da973-8ee0-4a32-a480-9cb3dc3d43dd\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 135710,\r\n                                \"end\": 135850,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"abcde393-8be3-4b31-ae8f-b837c04b96da\",\r\n                                \"text\": \" alors\",\r\n                                \"start\": 146670,\r\n                                \"end\": 146850,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6d53b65-2a0f-4032-b6b2-dcd71c676f9a\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 147950,\r\n                                \"end\": 148210,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb41f413-1a0e-4d7b-bb0e-a15d6b7740f2\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 139250,\r\n                                \"end\": 139390,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc37b15f-9cdd-4719-a762-5c7227fa534c\",\r\n                                \"text\": \" contrat.\",\r\n                                \"start\": 149230,\r\n                                \"end\": 149630,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc563c9a-3fbf-4276-8c8b-313e1fd301a8\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 141570,\r\n                                \"end\": 141770,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5f39532-dddc-4efb-9926-68b0a737d9f8\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 136950,\r\n                                \"end\": 137170,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c610f26f-1a9d-4b6e-9961-d1c61bdc97cc\",\r\n                                \"text\": \" dès\",\r\n                                \"start\": 155610,\r\n                                \"end\": 155950,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6799e4d-8122-45d3-9750-352d71c10f6d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 135150,\r\n                                \"end\": 135390,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9d77eed-0edd-483f-b2c1-2dfbbe3c8085\",\r\n                                \"text\": \" l'une\",\r\n                                \"start\": 144710,\r\n                                \"end\": 144830,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1e81ddb-fa5b-4ccd-aaa3-67d750a89263\",\r\n                                \"text\": \" conseille\",\r\n                                \"start\": 154550,\r\n                                \"end\": 154990,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d530fa6f-d60c-429d-983d-0f297fa50ebe\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 145930,\r\n                                \"end\": 146670,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7f67d03-fc0c-44ca-bf1d-ccdc022315fd\",\r\n                                \"text\": \" l'une\",\r\n                                \"start\": 137170,\r\n                                \"end\": 137410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"deb2a398-0085-47b2-9704-2881fd431022\",\r\n                                \"text\": \" alors\",\r\n                                \"start\": 142810,\r\n                                \"end\": 143070,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e273da89-fa08-4e09-89b6-f9158e74310c\",\r\n                                \"text\": \" transmettre\",\r\n                                \"start\": 135850,\r\n                                \"end\": 136310,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb5cbdf9-6110-41d4-b5e6-f6e4451b0508\",\r\n                                \"text\": \" pouvez\",\r\n                                \"start\": 135390,\r\n                                \"end\": 135710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb62aa93-8deb-4f55-960e-a52a3b40fe35\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 154450,\r\n                                \"end\": 154550,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec8fb480-e1fc-440a-bb81-46301ecc3dde\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 149030,\r\n                                \"end\": 149230,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecb16582-9a61-49b4-bffd-008de8099ea2\",\r\n                                \"text\": \" document.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153730,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f45df09c-2e6a-4a71-9421-25466d2b1e7c\",\r\n                                \"text\": \" suivantes.\",\r\n                                \"start\": 137910,\r\n                                \"end\": 138470,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f479417d-1070-43af-932b-923a6e5d0a00\",\r\n                                \"text\": \" accélérer\",\r\n                                \"start\": 156630,\r\n                                \"end\": 157030,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f64cf136-53c4-4067-b11a-b44ba0011704\",\r\n                                \"text\": \" l'adresse\",\r\n                                \"start\": 148210,\r\n                                \"end\": 148530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb424908-558a-497a-9d8c-8aea32ad5408\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 136490,\r\n                                \"end\": 136950,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc4595f0-a868-4335-9619-79e5592975b0\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 136310,\r\n                                \"end\": 136490,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fcbf71ec-4b1c-4d27-bcf0-3bfdbcd3df19\",\r\n                                \"text\": \" via\",\r\n                                \"start\": 140650,\r\n                                \"end\": 140770,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:13-02:37\"\r\n                    },\r\n                    {\r\n                        \"id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\",\r\n                        \"text\": \"Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\",\r\n                        \"start\": 316610,\r\n                        \"end\": 324910,\r\n                        \"duration\": 8300,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00f2dbc3-4e03-4335-8145-fbdf1284ab27\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 318130,\r\n                                \"end\": 318490,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a28397c-f7ec-4487-86e8-c9af3c727fb8\",\r\n                                \"text\": \" plaisir,\",\r\n                                \"start\": 316970,\r\n                                \"end\": 317330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0edab014-dd4d-4bfb-b7ec-f2f8447b2db5\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 324690,\r\n                                \"end\": 324910,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"342c705e-3399-45d5-bf01-4dfca08d8416\",\r\n                                \"text\": \" Avec\",\r\n                                \"start\": 316610,\r\n                                \"end\": 316970,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5436f554-08a2-4ec5-a9a9-143fe3fbf2aa\",\r\n                                \"text\": \" courage\",\r\n                                \"start\": 324130,\r\n                                \"end\": 324430,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b2bf075-7509-478f-b9c5-fed9261f45f0\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 324430,\r\n                                \"end\": 324590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b9877e7-0da1-421e-85b4-97276972ca25\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 320290,\r\n                                \"end\": 320490,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6eb12673-651e-4373-9a5b-403e67edd3c3\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 321910,\r\n                                \"end\": 321950,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"706cb33e-3b29-479d-bdb6-139e8a0ef4d6\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 323730,\r\n                                \"end\": 324010,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77ffbfa4-c7c5-4cf2-ae89-74e8a27a2992\",\r\n                                \"text\": \" clôturer\",\r\n                                \"start\": 318710,\r\n                                \"end\": 319130,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ba61bbe-9641-4d31-9f0f-cfbbde55e404\",\r\n                                \"text\": \" Si\",\r\n                                \"start\": 319770,\r\n                                \"end\": 320130,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98e09381-b6d8-450d-baa0-acbf69bdfa65\",\r\n                                \"text\": \" d'autres\",\r\n                                \"start\": 320490,\r\n                                \"end\": 320690,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac18fe6d-612b-461a-9a73-98dbd006188f\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 323430,\r\n                                \"end\": 323730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac38e561-9f7f-4240-869a-c90d39415bb6\",\r\n                                \"text\": \" recontacter.\",\r\n                                \"start\": 322030,\r\n                                \"end\": 322490,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b50d4634-5490-4289-ba38-9e8c169ac440\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 321950,\r\n                                \"end\": 322030,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb4e104d-9e13-4da5-be67-56c2dfaa8f41\",\r\n                                \"text\": \" cet\",\r\n                                \"start\": 319130,\r\n                                \"end\": 319270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc18405e-99b4-4ec7-95eb-c080e7d06c48\",\r\n                                \"text\": \" bon\",\r\n                                \"start\": 324010,\r\n                                \"end\": 324130,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c06a5b3d-1b5c-47ce-9c6f-bb4a37321ae2\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 321610,\r\n                                \"end\": 321910,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c67d81ea-4d60-45ac-947c-eb9daedc4441\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 324590,\r\n                                \"end\": 324690,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e16ed67a-f8bb-4592-8625-2de176fc45c1\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 317590,\r\n                                \"end\": 317850,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e52b6b38-4e5f-4dd5-a576-06614674f02d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 320130,\r\n                                \"end\": 320290,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6b23e32-20a8-4865-b3e2-a31204ee56d7\",\r\n                                \"text\": \" questions,\",\r\n                                \"start\": 320690,\r\n                                \"end\": 321070,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6c2fabd-d63c-4c54-b10a-b5b4ce23d3c0\",\r\n                                \"text\": \" Bonne\",\r\n                                \"start\": 323070,\r\n                                \"end\": 323430,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecdb7f8a-848e-4298-9ac7-456f1c6e0d6d\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 321230,\r\n                                \"end\": 321610,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ede37779-1337-42cf-818b-852cd9e7f73b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 318490,\r\n                                \"end\": 318710,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f23af122-1fd5-4100-a01b-3c26207d1f05\",\r\n                                \"text\": \" appel.\",\r\n                                \"start\": 319270,\r\n                                \"end\": 319530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9b1abd1-602d-4c19-8e3e-168d3f416047\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 317370,\r\n                                \"end\": 317450,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:16-05:24\"\r\n                    },\r\n                    {\r\n                        \"id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\",\r\n                        \"text\": \"« Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\",\r\n                        \"start\": 213860,\r\n                        \"end\": 217400,\r\n                        \"duration\": 3540,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0a462339-eac3-43be-a9b3-81f96ade756b\",\r\n                                \"text\": \" lieu\",\r\n                                \"start\": 214960,\r\n                                \"end\": 215160,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3686579c-81b4-4cc1-b72f-3cbe9eb15e12\",\r\n                                \"text\": \" toujours\",\r\n                                \"start\": 214180,\r\n                                \"end\": 214440,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4059c288-7ef7-49ca-8cff-5f55189ea10d\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 214440,\r\n                                \"end\": 214780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"589f58c4-9ac9-4029-bbde-8b9dbddc222b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 216720,\r\n                                \"end\": 216880,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"610978f9-9879-46f0-a78d-6cc58ddc0983\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 215160,\r\n                                \"end\": 215300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67768132-53d0-488e-8c9f-85c0a9fb1d9c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 214780,\r\n                                \"end\": 214960,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"721ffe3f-bef2-446d-98d9-f65a72347f03\",\r\n                                \"text\": \" Elle\",\r\n                                \"start\": 214040,\r\n                                \"end\": 214060,\r\n                                \"duration\": 20,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88556d01-f40a-4122-9130-7d187588ef87\",\r\n                                \"text\": \" l'accident.\",\r\n                                \"start\": 215300,\r\n                                \"end\": 215820,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96b9c808-d281-4a58-b8f5-1842d290f9f7\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 216400,\r\n                                \"end\": 216520,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8e2fd9c-d2a4-4b0f-99bd-c0e7263cc5f4\",\r\n                                \"text\": \" n'ai\",\r\n                                \"start\": 216260,\r\n                                \"end\": 216400,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9dc79d8-f049-44f3-a352-4dd295353988\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 214060,\r\n                                \"end\": 214180,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c99e1270-9141-4ecc-8d58-2dacdc6080eb\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 215940,\r\n                                \"end\": 216260,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2cd71f2-38ef-495f-8cb2-a72ebd4d6e86\",\r\n                                \"text\": \" pu\",\r\n                                \"start\": 216520,\r\n                                \"end\": 216720,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb2b1f22-5271-4780-8bba-067519881b2f\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 213860,\r\n                                \"end\": 214040,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc62f5e9-2175-4533-9f96-73c8578e2d5c\",\r\n                                \"text\": \" déplacer.\",\r\n                                \"start\": 216880,\r\n                                \"end\": 217400,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:33-03:37\"\r\n                    },\r\n                    {\r\n                        \"id\": \"d427353a-7619-447c-b654-a1454556acc2\",\r\n                        \"text\": \"Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\",\r\n                        \"start\": 30180,\r\n                        \"end\": 41100,\r\n                        \"duration\": 10920,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03e5f364-c41d-418c-805f-f6ca2e69ec6c\",\r\n                                \"text\": \" Michel\",\r\n                                \"start\": 32759,\r\n                                \"end\": 33440,\r\n                                \"duration\": 681,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a93cbec-9a08-4c6e-a702-b705d37d7f29\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 36400,\r\n                                \"end\": 37280,\r\n                                \"duration\": 880,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"346c928b-e219-4150-ab56-697c72ec85d5\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 33900,\r\n                                \"end\": 34540,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43d2445c-f232-4048-9445-3f1527670aba\",\r\n                                \"text\": \" 6\",\r\n                                \"start\": 39420,\r\n                                \"end\": 40380,\r\n                                \"duration\": 960,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4caaaab7-c54d-4327-9069-b389e81c17f7\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 35080,\r\n                                \"end\": 35360,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d66621a-e97d-4214-8651-86057126dec2\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 31120,\r\n                                \"end\": 31480,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5eb78f6e-f6d5-4da0-b289-d00be2a9a092\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34740,\r\n                                \"end\": 35080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e4f5c60-5294-4914-aac5-7db09f9dfbad\",\r\n                                \"text\": \" Bernard\",\r\n                                \"start\": 33440,\r\n                                \"end\": 33900,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72893c10-7192-4de9-aa02-2f0d2cf8cc0b\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 30840,\r\n                                \"end\": 31120,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"772903f8-9fd9-44a4-bfa0-380354cc123a\",\r\n                                \"text\": \" m'appelle\",\r\n                                \"start\": 32280,\r\n                                \"end\": 32759,\r\n                                \"duration\": 479,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7cd592b2-eb8e-49d3-9b77-326b5672d6eb\",\r\n                                \"text\": \" R.\",\r\n                                \"start\": 40380,\r\n                                \"end\": 41100,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d77084f-cd60-43bd-812b-7263ac970ac9\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 35360,\r\n                                \"end\": 35720,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba3450f2-a199-4018-a59c-5ea3a3746347\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 35720,\r\n                                \"end\": 36220,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bce64307-bc72-4fbd-95f9-7c048bcfec57\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 31700,\r\n                                \"end\": 32280,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd2cdb1f-b4f5-4c86-a392-43c849eb6fd8\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 30180,\r\n                                \"end\": 30760,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbee3a16-8276-4da0-95b2-49e40931d5c8\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 37280,\r\n                                \"end\": 38140,\r\n                                \"duration\": 860,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccfa1c75-0f68-401f-bbfc-9908bfc28608\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 36220,\r\n                                \"end\": 36400,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1d4141a-93b8-4768-b9b4-93e2297f2aab\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 34540,\r\n                                \"end\": 34740,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2e94313-605d-428a-be4a-5c29f8b1eca7\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 38140,\r\n                                \"end\": 39420,\r\n                                \"duration\": 1280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:30-00:41\"\r\n                    },\r\n                    {\r\n                        \"id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\",\r\n                        \"text\": \"Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\",\r\n                        \"start\": 44000,\r\n                        \"end\": 66090,\r\n                        \"duration\": 22090,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"07dafade-8544-43f5-b3d5-8d4a22e6ca7c\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 45180,\r\n                                \"end\": 45540,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"085b78d8-9815-42c3-9cf4-ad8ce31427d1\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 65209,\r\n                                \"end\": 65349,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1224ce40-7c79-4c63-8b70-1160f1243734\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 46100,\r\n                                \"end\": 46280,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e4824bc-5365-48e0-b4ae-d1feeeb48ee9\",\r\n                                \"text\": \" vois\",\r\n                                \"start\": 52210,\r\n                                \"end\": 52410,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f4bd1a2-9eaf-4fa1-be4a-02bda9a3123a\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 44000,\r\n                                \"end\": 44640,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2251e5a8-204b-4e48-b0c7-d648c46560b9\",\r\n                                \"text\": \" ici,\",\r\n                                \"start\": 53230,\r\n                                \"end\": 53490,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"251adb11-c309-45a5-839d-474f9859a9f2\",\r\n                                \"text\": \" circonstances\",\r\n                                \"start\": 64650,\r\n                                \"end\": 65209,\r\n                                \"duration\": 559,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a666efe-5b3b-4f70-a286-843699d5f064\",\r\n                                \"text\": \" Levallois-Perret.\",\r\n                                \"start\": 59070,\r\n                                \"end\": 60190,\r\n                                \"duration\": 1120,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"338e1ec5-95ee-40ff-9c06-66e37adf0a7d\",\r\n                                \"text\": \" 300\",\r\n                                \"start\": 58550,\r\n                                \"end\": 59070,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d75d2ee-6b62-48d1-be6e-33d935a6f8aa\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 52410,\r\n                                \"end\": 52590,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d9bdf4e-3638-4801-a916-b311c3f23c47\",\r\n                                \"text\": \" consulter\",\r\n                                \"start\": 46280,\r\n                                \"end\": 46780,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ed52807-e355-4da3-bcdb-74818ca05b3a\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 55730,\r\n                                \"end\": 55870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43a0b158-4749-429b-99cd-d0c606bdee8b\",\r\n                                \"text\": \" Anatole\",\r\n                                \"start\": 56830,\r\n                                \"end\": 57410,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45959193-cae5-4568-858e-d69251da9049\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 61650,\r\n                                \"end\": 61830,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"47e5b110-934b-43d8-96c1-1a51792918d6\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 47520,\r\n                                \"end\": 47820,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"505776b3-8885-4814-8a64-4c6cc959598e\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 44980,\r\n                                \"end\": 45180,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56997317-ce69-424c-b690-3ef77a797c3a\",\r\n                                \"text\": \" 80\",\r\n                                \"start\": 55870,\r\n                                \"end\": 56290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5fc3198e-d182-4a54-9474-60c326481c71\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 52770,\r\n                                \"end\": 53230,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6353a40f-0ee3-4978-8e81-fbc5b41c6ce7\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 64470,\r\n                                \"end\": 64650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"651b47ca-f2fb-4654-85b9-cad8c9e0f09d\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 61830,\r\n                                \"end\": 62190,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75325079-f484-4fe7-8e76-b7e2abe9a10f\",\r\n                                \"text\": \" rue\",\r\n                                \"start\": 56290,\r\n                                \"end\": 56830,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a1f0f6b-edf9-4922-85ec-c30a5025c6e0\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 48300,\r\n                                \"end\": 48740,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c32aff7-4acf-45ab-895d-c5624d2c711d\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 64090,\r\n                                \"end\": 64170,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e6aa9e7-7e5a-4c4a-972d-f457d65b50aa\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 63490,\r\n                                \"end\": 64090,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"841d14a5-01d1-49d3-9024-142f3ae0b4a8\",\r\n                                \"text\": \" risque,\",\r\n                                \"start\": 54270,\r\n                                \"end\": 54550,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e1bca92-1699-4018-8ce6-e986d77f55fb\",\r\n                                \"text\": \" prendra\",\r\n                                \"start\": 47820,\r\n                                \"end\": 48140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92a6d3f5-cf40-4dad-aa5e-f57ed1ac9517\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 62530,\r\n                                \"end\": 62830,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ccac2fa-f991-4a91-af41-cf62db849ea0\",\r\n                                \"text\": \" Maintenant,\",\r\n                                \"start\": 61110,\r\n                                \"end\": 61570,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3452bb6-940f-461a-9818-db85c170a683\",\r\n                                \"text\": \" domicilié\",\r\n                                \"start\": 54710,\r\n                                \"end\": 55730,\r\n                                \"duration\": 1020,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4033303-0c2a-4f94-9903-ec515be56a24\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 57870,\r\n                                \"end\": 58550,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a509b1ff-cae5-4fa1-8590-363296ad8822\",\r\n                                \"text\": \" l'accident\",\r\n                                \"start\": 65349,\r\n                                \"end\": 65750,\r\n                                \"duration\": 401,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a79fb5e3-4e94-4788-93ea-8728e3acdbd5\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 51870,\r\n                                \"end\": 52210,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8fc04e2-073d-4098-b0ef-26cade52ba2a\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 48140,\r\n                                \"end\": 48300,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a94d27b6-98a2-4240-9c58-1511c97c4712\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 64170,\r\n                                \"end\": 64470,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7055270-f494-43b8-a037-72f0fd552336\",\r\n                                \"text\": \" patienté.\",\r\n                                \"start\": 51270,\r\n                                \"end\": 51850,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b74858ff-dfab-4645-b2dc-616b46348293\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 45820,\r\n                                \"end\": 46100,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7c35fcd-155a-4664-9cad-b8f56bb14468\",\r\n                                \"text\": \" situation,\",\r\n                                \"start\": 62830,\r\n                                \"end\": 63150,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b93e321a-38d4-492c-b725-d7d6a742594d\",\r\n                                \"text\": \" d'avoir\",\r\n                                \"start\": 51030,\r\n                                \"end\": 51270,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb793767-b6d2-433e-9bc6-86d6acd66f33\",\r\n                                \"text\": \" assuré\",\r\n                                \"start\": 53650,\r\n                                \"end\": 54130,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbd479b9-0d69-4b5c-bff7-33745a5d4d70\",\r\n                                \"text\": \" beaucoup,\",\r\n                                \"start\": 44640,\r\n                                \"end\": 44880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c897d676-0633-434e-8289-94c6b6cff381\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 54130,\r\n                                \"end\": 54270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4125fdf-037e-436b-89f2-1402341dc7e4\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 50570,\r\n                                \"end\": 51030,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d550e507-56f2-413c-93ef-cde045baeb5b\",\r\n                                \"text\": \" comprendre\",\r\n                                \"start\": 62190,\r\n                                \"end\": 62530,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6a322e9-f4f3-46f3-98eb-86d0c83b6818\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 65750,\r\n                                \"end\": 66090,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7b1d537-aa73-43b1-b506-a2fd616f47d6\",\r\n                                \"text\": \" dossier,\",\r\n                                \"start\": 46960,\r\n                                \"end\": 47480,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8a00ab0-5ba6-4ea8-ae7b-900e8d192b89\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 46780,\r\n                                \"end\": 46960,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f087c761-ec90-43e0-a244-d4dd0ee23254\",\r\n                                \"text\": \" France,\",\r\n                                \"start\": 57410,\r\n                                \"end\": 57650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f08bfdcc-b008-436e-8c66-000d5260f0d1\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52590,\r\n                                \"end\": 52770,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:44-01:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\",\r\n                        \"text\": \"Non, ça ira pour le moment. Merci beaucoup.\",\r\n                        \"start\": 311580,\r\n                        \"end\": 314820,\r\n                        \"duration\": 3240,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"043a0bbb-cbc9-4be0-b25e-a6f66bdc8a6b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 313380,\r\n                                \"end\": 313520,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16ea3e90-a08e-44d1-9ecd-b309cfdfb83d\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 314540,\r\n                                \"end\": 314820,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5861c9ab-50e0-43b2-af48-b2c55eedc6e7\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 313240,\r\n                                \"end\": 313380,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6401dd1c-0999-4b05-9fdc-5d90ab976b09\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 312440,\r\n                                \"end\": 312900,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a0393ff-41e8-41ff-a244-2fb486f1edf1\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 313520,\r\n                                \"end\": 313780,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"823af71d-42c8-4c4c-bf1b-44c1cadde946\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 313980,\r\n                                \"end\": 314540,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbd1cf59-d066-48dc-897f-3f6facbd630d\",\r\n                                \"text\": \" ira\",\r\n                                \"start\": 312900,\r\n                                \"end\": 313240,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f27e8790-6c07-4908-a398-dcb82eb9e3df\",\r\n                                \"text\": \" Non,\",\r\n                                \"start\": 311580,\r\n                                \"end\": 312140,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:11-05:14\"\r\n                    },\r\n                    {\r\n                        \"id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\",\r\n                        \"text\": \"Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\",\r\n                        \"start\": 293750,\r\n                        \"end\": 310300,\r\n                        \"duration\": 16550,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"05ddbbb3-f187-4884-9242-0df0bbace591\",\r\n                                \"text\": \" Y\",\r\n                                \"start\": 307720,\r\n                                \"end\": 308080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0667b407-9995-4652-8974-a81e999bbd7a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 297670,\r\n                                \"end\": 298190,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08f90669-851d-4de3-bd8a-05c378e941d8\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 308320,\r\n                                \"end\": 308440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c1e3410-0868-4a5e-80df-8ec74267d93d\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 296050,\r\n                                \"end\": 296530,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d2942f1-8379-45fb-a599-c93f2c399813\",\r\n                                \"text\": \" alors,\",\r\n                                \"start\": 301870,\r\n                                \"end\": 302110,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12dd3115-a20b-42fc-aebc-27adbae5d1e6\",\r\n                                \"text\": \" pourrons\",\r\n                                \"start\": 303550,\r\n                                \"end\": 303910,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"183ed4cf-32ca-4d4c-a378-2d13eaf7365b\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 309100,\r\n                                \"end\": 309280,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a82c58d-7722-44c5-bcdc-e4a21eb01d0d\",\r\n                                \"text\": \" évaluation\",\r\n                                \"start\": 299830,\r\n                                \"end\": 300210,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2338024c-18eb-43bc-b34a-980e42f7cd29\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 310020,\r\n                                \"end\": 310300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29a7f50d-13e4-4bf0-b2c1-cc6b3471c119\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 302270,\r\n                                \"end\": 302510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"341fed07-a976-4026-8113-ee79679bec58\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 295350,\r\n                                \"end\": 295710,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35e19aa3-3a62-4c70-aac5-9acfe7bd14ce\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 298190,\r\n                                \"end\": 298530,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40de1a39-5c23-429a-83e3-1bb2fa48b32e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 309700,\r\n                                \"end\": 309740,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51df90f2-7751-4764-be94-d94667c0544f\",\r\n                                \"text\": \" effectuera\",\r\n                                \"start\": 299130,\r\n                                \"end\": 299690,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55cf5c29-1f6f-4f69-812a-723a1a6bc0c6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 305250,\r\n                                \"end\": 305370,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6181ed9f-b736-45c9-b1d1-bf679495d6f5\",\r\n                                \"text\": \" récupéré,\",\r\n                                \"start\": 296530,\r\n                                \"end\": 297570,\r\n                                \"duration\": 1040,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6505ef40-80d2-4195-8b4c-c41542332b9d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 309580,\r\n                                \"end\": 309700,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"689fe78b-8711-4463-a535-c422d995ddf8\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 304390,\r\n                                \"end\": 304510,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ded466b-a97c-43c7-acf5-883b30a0f1b8\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 295710,\r\n                                \"end\": 295890,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7259af0b-27d2-48cc-8e30-c00787f93a75\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 302510,\r\n                                \"end\": 302610,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b0e484f-1024-4de7-8e99-4e61e43c6f14\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 299690,\r\n                                \"end\": 299830,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8280aa3d-8f1a-4e34-a948-d091693a9b6d\",\r\n                                \"text\": \" a-t-il\",\r\n                                \"start\": 308080,\r\n                                \"end\": 308320,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83068fc0-5dd9-4f73-91d6-5c9c4b19e703\",\r\n                                \"text\": \" puisse\",\r\n                                \"start\": 308900,\r\n                                \"end\": 309100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84c2205a-2dd3-4ce5-979f-0ad462295274\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 309280,\r\n                                \"end\": 309460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"870191d9-e167-41a9-9e54-2e92f288b635\",\r\n                                \"text\": \" moment-là,\",\r\n                                \"start\": 302610,\r\n                                \"end\": 303050,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87de85a1-91b2-43d0-9616-c10a71675262\",\r\n                                \"text\": \" réparation\",\r\n                                \"start\": 305370,\r\n                                \"end\": 305990,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8af667ca-9c65-49ce-8bb9-967cc8604078\",\r\n                                \"text\": \" indiquer\",\r\n                                \"start\": 294730,\r\n                                \"end\": 295030,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d683cc7-968b-4341-8de3-226e1e327deb\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 294590,\r\n                                \"end\": 294730,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"935d040d-8a29-4bd0-b930-e46f39f83070\",\r\n                                \"text\": \" Très\",\r\n                                \"start\": 293750,\r\n                                \"end\": 294270,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94fa2503-3150-46cb-9d55-c341857f2d8f\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 308680,\r\n                                \"end\": 308840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95f19c56-1af1-4a65-bb9c-6ecf266fb325\",\r\n                                \"text\": \" Et\",\r\n                                \"start\": 301510,\r\n                                \"end\": 301870,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1294d6c-0eb9-451d-b3a6-70c3e592eda1\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 308840,\r\n                                \"end\": 308900,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1304f34-07cf-4447-b083-d68f1de691c8\",\r\n                                \"text\": \" sujet\",\r\n                                \"start\": 309740,\r\n                                \"end\": 310020,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a14de495-e129-4002-b7e4-15875d96f766\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 295890,\r\n                                \"end\": 296050,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a18000e2-332c-4c34-8865-91efd540cf88\",\r\n                                \"text\": \" chose\",\r\n                                \"start\": 308440,\r\n                                \"end\": 308680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1b267eb-bac7-4dd1-8bdd-2fe5c7b54acf\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 294270,\r\n                                \"end\": 294410,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7125ffc-dd0a-4153-8a09-d918c4ad0968\",\r\n                                \"text\": \" dégâts.\",\r\n                                \"start\": 300470,\r\n                                \"end\": 300810,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a883c140-9384-4c05-a5a9-d2efab1c8127\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 294470,\r\n                                \"end\": 294590,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab43058e-2a80-4c2a-b96a-727a1370a990\",\r\n                                \"text\": \" d'anonymisation.\",\r\n                                \"start\": 306170,\r\n                                \"end\": 306790,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6dda4df-2e9a-4bc1-b25e-4cbd921dc415\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 300210,\r\n                                \"end\": 300470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbc0c46e-9e54-4f62-ba8e-8845769228f0\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 303130,\r\n                                \"end\": 303550,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0391fd7-f7a2-45c2-ad5c-ef2453f39639\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 305990,\r\n                                \"end\": 306170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d8fdbb31-269e-454f-95b4-62d3ec72b86e\",\r\n                                \"text\": \" processus\",\r\n                                \"start\": 304510,\r\n                                \"end\": 305250,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e116b9ff-668f-47a5-b88d-ab80bb396ea0\",\r\n                                \"text\": \" cela.\",\r\n                                \"start\": 295030,\r\n                                \"end\": 295230,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e67fa2a8-0ec9-49bb-bb43-7613129b4621\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 304250,\r\n                                \"end\": 304390,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f89262d8-eb77-454a-ac36-a59fb16d1c59\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 309460,\r\n                                \"end\": 309580,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe5fe3e1-cf9f-4eeb-b99b-aa70502e31b1\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 298530,\r\n                                \"end\": 299130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff0e36a6-0be6-429a-8a88-86ace9716d58\",\r\n                                \"text\": \" avancer\",\r\n                                \"start\": 303910,\r\n                                \"end\": 304250,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:53-05:10\"\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"contact-reason-classification\": [\r\n                    {\r\n                        \"id\": \"a8ed96a4-35ec-4a07-84a4-35361dcae22d\",\r\n                        \"text\": \"Car accident\",\r\n                        \"object\": {\r\n                            \"title\": \"Car accident with material damage and request for replacement vehicle\",\r\n                            \"reasoning\": \"The customer had a car accident, with material damage on the vehicle. The customer wants to know if the repair of the vehicle will be taken in charge. No injuries reported. The customer has filled out a constat amiable with the other driver, who admitted his fault and was not injured. The customer has not sent the constat to the insurance company yet. The customer also asked for a replacement vehicle, as the current one is immobilized. The customer's vehicle is currently immobilized on the location of the accident. The customer agreed to contact the roadside assistance service for the recovery of the vehicle. The customer prefers a garage near his home for the recovery of the vehicle.\",\r\n                            \"contact_reason\": \"Car accident\"\r\n                        },\r\n                        \"type\": \"contact-reason-classification\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"3126501e-02d1-40b3-bd6f-7f6db0c5bf9b"}],"id":"c7294bbe-5620-4b6e-a274-40664c876708","_postman_id":"c7294bbe-5620-4b6e-a274-40664c876708","description":""},{"name":"Transcribe audio and Extract the call reason","item":[{"name":"Transcribe stereo phone call and Detect the reason for contact","id":"d5f05b10-5852-4801-a587-bf4dc91554eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"contact-reason-classification","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]","value":"New product purchase","type":"text","uuid":"27ce5b59-f3f8-40b6-8bb5-019aacb7ed97"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]","value":"Issue with delivery, delivery request","type":"text","uuid":"718cd21a-8645-49ce-9222-e72215753682"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]","value":"Request to return delivered products","type":"text","uuid":"04f3962d-7ff6-4d18-a725-bab78890abf0"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and detect the main reason for contact of your customer requests, from an input set of reasons, and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"7e145f28-0d24-4e88-bd92-b2528bc30dee","name":"Transcribe stereo phone call and Detect the reason for contact (Object input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"contact-reason-classification","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Car Accident]","value":"Car accident","type":"text","uuid":"48724b1e-02fe-4a99-8b25-499468facff3"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Internet Issue]","value":"Internet issue","type":"text","uuid":"029d2c6e-49aa-4f14-b164-1b21050212be"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][other]","value":"Another topic","type":"text","uuid":"ff87de05-9253-4208-9764-b76d3070fc5f"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4?expires=1742575237&task=transcription-to-ai-insight&signature=9521207a5b9e8ab26b8e88206b7cd9950230600d483e86da9747386aaa466570\",\r\n    \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\"\r\n}"},{"id":"db745d56-600e-4db1-94ca-9274b4628ee4","name":"Transcribe stereo phone call and Detect the reason for contact (Array input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"contact-reason-classification","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][0]","value":"Car accident","type":"text","uuid":"48724b1e-02fe-4a99-8b25-499468facff3"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][1]","value":"Internet issue","type":"text","uuid":"029d2c6e-49aa-4f14-b164-1b21050212be"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][2]","value":"Another topic","type":"text","uuid":"ff87de05-9253-4208-9764-b76d3070fc5f"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b?expires=1742575485&task=transcription-to-ai-insight&signature=4c4eb45af9a9ee6acca9051d5dfd073cee61bcdecb09ae6845fdf0bb49ab0144\",\r\n    \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\"\r\n}"}],"_postman_id":"d5f05b10-5852-4801-a587-bf4dc91554eb"},{"name":"Transcribe single speaker voicemail and Detect the reason for contact","id":"aef5e818-0b6b-4c8f-bccf-6c1126cacfef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"contact-reason-classification","type":"text"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]","value":"New product purchase","type":"text","uuid":"bb30cd0f-5ac7-476c-942c-594f2a90e68e"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]","value":"Issue with delivery, delivery request","type":"text","uuid":"45193432-cdda-49ef-bad1-2178d3052dce"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]","value":"Request to return delivered products","type":"text","uuid":"ce13c0b3-a62a-493d-b7bc-18beca7e57f7"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and detect the main reason for contact of your customer requests, from an input set of reasons, and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"7e311ebd-bd4a-4e6c-9276-c3d134b52914","name":"Transcribe single speaker voicemail and Detect the reason for contact (Object input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"contact-reason-classification","type":"text"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Car Accident]","value":"Car accident","type":"text","uuid":"29ac9f0f-939b-42d3-a2f1-66107d7f5306"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Internet Issue]","value":"Internet issue","type":"text","uuid":"ea49b655-ef85-4aa6-bb37-62484cd2d6e8"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][other]","value":"Another topic","type":"text","uuid":"80b3947a-1f22-49d5-9009-2fd3e9bb7e10"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4?expires=1742575237&task=transcription-to-ai-insight&signature=9521207a5b9e8ab26b8e88206b7cd9950230600d483e86da9747386aaa466570\",\r\n    \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\"\r\n}"},{"id":"343c671b-248c-425f-a3c5-159615592678","name":"Transcribe single speaker voicemail and Detect the reason for contact (Array input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"contact-reason-classification","type":"text"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][0]","value":"Car accident","type":"text","uuid":"29ac9f0f-939b-42d3-a2f1-66107d7f5306"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][1]","value":"Internet issue","type":"text","uuid":"ea49b655-ef85-4aa6-bb37-62484cd2d6e8"},{"key":"configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][2]","value":"Another topic","type":"text","uuid":"80b3947a-1f22-49d5-9009-2fd3e9bb7e10"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b?expires=1742575485&task=transcription-to-ai-insight&signature=4c4eb45af9a9ee6acca9051d5dfd073cee61bcdecb09ae6845fdf0bb49ab0144\",\r\n    \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\"\r\n}"}],"_postman_id":"aef5e818-0b6b-4c8f-bccf-6c1126cacfef"},{"name":"Get transcription and reason for contact detection status/result","id":"ec75a3e6-ca15-476b-87ad-c255c90e57f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"7d88c430-77d3-4833-8faa-8edfee6c4031","name":"Get transcription and reason for contact detection status/result (Object input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/9aae2d35-758a-4df3-aafa-169ba8627fd4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"9aae2d35-758a-4df3-aafa-169ba8627fd4\",\r\n        \"audio_id\": \"a1fa1e1b-5446-4c6f-99a7-dbe64019bb87\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 333461\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\r\n                \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\",\r\n                        \"text\": \"D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\",\r\n                        \"start\": 96070,\r\n                        \"end\": 105600,\r\n                        \"duration\": 9530,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0e0564f6-cb57-4b1e-9631-c97c07255a94\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 98440,\r\n                                \"end\": 98680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"151afb7e-b83a-4a44-a50f-e36f707d1af0\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 104900,\r\n                                \"end\": 105040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1abdeb2f-a1f6-4d6d-bb96-dc7346d6356e\",\r\n                                \"text\": \" A-t-il\",\r\n                                \"start\": 104320,\r\n                                \"end\": 104900,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d7b0425-76ab-4c2d-8a67-2989ed0a1812\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 103660,\r\n                                \"end\": 103800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dc1cced-c2d0-420a-a7b6-f16d99f19dcc\",\r\n                                \"text\": \" place\",\r\n                                \"start\": 103800,\r\n                                \"end\": 104040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22eaee42-b5b2-418d-b4ad-1855cc50b866\",\r\n                                \"text\": \" d'apprendre\",\r\n                                \"start\": 97340,\r\n                                \"end\": 97660,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24072f8a-8643-4255-ace5-355c2eb7a16d\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 96660,\r\n                                \"end\": 96800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31353533-e47f-4ffb-8b67-068641c9a750\",\r\n                                \"text\": \" amiable\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102200,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d9751b4-1a03-434c-8fc4-6ed72a890fac\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 102200,\r\n                                \"end\": 102620,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"436fd9a1-dcd6-4568-abb1-2010bb3ae2bf\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43a16622-8b71-4bb0-a30f-aedfd30c7af4\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 104040,\r\n                                \"end\": 104320,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ea61375-9aeb-478a-8e26-5a61b1910615\",\r\n                                \"text\": \" détails.\",\r\n                                \"start\": 99780,\r\n                                \"end\": 100140,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"681dd8e2-d68d-4518-a216-c125028c9d74\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 96070,\r\n                                \"end\": 96480,\r\n                                \"duration\": 410,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b8cc239-5cb4-4510-8410-ec46437f3878\",\r\n                                \"text\": \" heureux\",\r\n                                \"start\": 96920,\r\n                                \"end\": 97340,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74291255-19c9-478b-a043-a7669cbf32ef\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 105380,\r\n                                \"end\": 105600,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76580923-3d1c-431e-acb9-5e23da48a850\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 101340,\r\n                                \"end\": 101420,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"865ec8ae-c146-43a4-af1b-5ef9499c6a94\",\r\n                                \"text\": \" n'avez\",\r\n                                \"start\": 98040,\r\n                                \"end\": 98240,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87bc7cba-6a79-4f9a-b7a0-6b8cf9d55e77\",\r\n                                \"text\": \" blessé\",\r\n                                \"start\": 105040,\r\n                                \"end\": 105380,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87e61591-a18e-4ff8-bee1-a0a351e0a884\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 97900,\r\n                                \"end\": 98040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1b5b9b6-6042-42f5-9ba7-a18c24f4a214\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 103040,\r\n                                \"end\": 103660,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a70bd99b-e124-41f6-baae-085e7ca043de\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 99440,\r\n                                \"end\": 99620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba4df583-d745-447b-9d3c-07fbdb5347ad\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 99140,\r\n                                \"end\": 99440,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7472ba4-691f-4f70-aaa9-611dfe852bb6\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 96800,\r\n                                \"end\": 96920,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da24fb5b-c41c-4c23-82fc-6fbc3c19a76b\",\r\n                                \"text\": \" rempli\",\r\n                                \"start\": 100960,\r\n                                \"end\": 101340,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcd255a8-65e9-4f1d-9cf3-ebeebc94f6f3\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 100540,\r\n                                \"end\": 100960,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0e942ce-3164-4eea-8fd3-c3ada7503855\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 97660,\r\n                                \"end\": 97900,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e217dbf8-fd95-4c75-b4d9-de3f69996f2d\",\r\n                                \"text\": \" l'autre\",\r\n                                \"start\": 102620,\r\n                                \"end\": 103040,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f17b4243-aa8b-4955-a410-3ae98604966a\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 99620,\r\n                                \"end\": 99780,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc07e068-01e0-4f27-af91-7641b0e8648c\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 98240,\r\n                                \"end\": 98440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe5bdae2-a80e-464f-8427-21d9cfefb268\",\r\n                                \"text\": \" blessé.\",\r\n                                \"start\": 98680,\r\n                                \"end\": 99100,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"18b9b6d0-2f02-474b-9791-d84e2c7ddd0f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:36-01:45\"\r\n                    },\r\n                    {\r\n                        \"id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\",\r\n                        \"text\": \"Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\",\r\n                        \"start\": 106460,\r\n                        \"end\": 116000,\r\n                        \"duration\": 9540,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01a549c4-2bb6-4004-8ebe-f1aab715cfa8\",\r\n                                \"text\": \" reconnu\",\r\n                                \"start\": 111460,\r\n                                \"end\": 111860,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28984b08-e943-4aa8-b611-7b4ef0f16369\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 108520,\r\n                                \"end\": 108640,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f2d1d3c-9cb4-4db5-a70c-c48d5fd27435\",\r\n                                \"text\": \" sa\",\r\n                                \"start\": 111860,\r\n                                \"end\": 112040,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"332cd690-35bb-4dfe-b9e0-fd111ed4d5e6\",\r\n                                \"text\": \" L'autre\",\r\n                                \"start\": 110000,\r\n                                \"end\": 110480,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d39a529-24d7-4028-92d9-51cc63d21f5e\",\r\n                                \"text\": \" n'est\",\r\n                                \"start\": 112820,\r\n                                \"end\": 112980,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ed038bd-fff5-4917-8146-72065a44ccfa\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 112980,\r\n                                \"end\": 113080,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c7b9cfb-a8b8-44d6-9b9a-8132ddd2290f\",\r\n                                \"text\": \" rempli\",\r\n                                \"start\": 107960,\r\n                                \"end\": 108520,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ec1c253-bc7c-45ef-b04f-3b4655c6033f\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 107060,\r\n                                \"end\": 107660,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"808775ce-bd61-4cda-829f-67e90c134e7d\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 108640,\r\n                                \"end\": 109200,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85daca22-ea96-45a3-98ae-4e4b62e7846c\",\r\n                                \"text\": \" blessé.\",\r\n                                \"start\": 113080,\r\n                                \"end\": 113440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88509ea1-1a81-4a65-ac3c-ea2e16a73ca9\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 112420,\r\n                                \"end\": 112820,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88684f7c-7c87-4c75-b4c4-dc02d79eaedf\",\r\n                                \"text\": \" pris\",\r\n                                \"start\": 114220,\r\n                                \"end\": 114420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e70f1ce-b5b7-4e89-8360-0742a18adaf2\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 115120,\r\n                                \"end\": 115220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9064c3fb-c89a-4829-a5ef-31714c66bc5e\",\r\n                                \"text\": \" copie\",\r\n                                \"start\": 114720,\r\n                                \"end\": 115120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96283e39-d383-4228-9b97-df981f29ee62\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 111380,\r\n                                \"end\": 111460,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fe7020a-269c-4111-b38d-2a4d18d6e503\",\r\n                                \"text\": \" amiable.\",\r\n                                \"start\": 109200,\r\n                                \"end\": 109720,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c17f554a-8726-4530-80f2-9052d2feaa56\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 115220,\r\n                                \"end\": 115660,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c226d5b7-d738-4506-92cd-c0c7a95a49e0\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 114420,\r\n                                \"end\": 114720,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d224bd4b-24a2-49ff-a421-14dfa862d554\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 113580,\r\n                                \"end\": 114220,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5a03779-8484-4bf3-9257-20a3878b0d30\",\r\n                                \"text\": \" avons\",\r\n                                \"start\": 107660,\r\n                                \"end\": 107960,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d75a802a-bb72-49ab-8506-8ee4f315e36d\",\r\n                                \"text\": \" signé.\",\r\n                                \"start\": 115660,\r\n                                \"end\": 116000,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e48ad4b1-d539-43de-b61c-d4dacb4e5e99\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 110480,\r\n                                \"end\": 111380,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee57c636-e2c0-4917-a6d0-dc97dab8061a\",\r\n                                \"text\": \" faute\",\r\n                                \"start\": 112040,\r\n                                \"end\": 112420,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f372faa6-aa4f-4bba-8511-6572146496a5\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 106460,\r\n                                \"end\": 107000,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"211e37cf-3fbb-4362-bb39-3c3bdbcf1046\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:46-01:56\"\r\n                    },\r\n                    {\r\n                        \"id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\",\r\n                        \"text\": \"Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\",\r\n                        \"start\": 235160,\r\n                        \"end\": 246600,\r\n                        \"duration\": 11440,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00cc3fc3-a058-4a83-b20f-ed24158e3c76\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 238560,\r\n                                \"end\": 238740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.71,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0806177d-6281-4b9d-ba1f-8feea90787f5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 246060,\r\n                                \"end\": 246120,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0920e69b-714a-4f17-b81e-10b945cc12b8\",\r\n                                \"text\": \" vienne\",\r\n                                \"start\": 241620,\r\n                                \"end\": 241820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0bc06819-22f4-4a17-8468-a2bcabdd254a\",\r\n                                \"text\": \" routière\",\r\n                                \"start\": 240320,\r\n                                \"end\": 240720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d527181-93df-4456-80a6-cc7b14def76e\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 239460,\r\n                                \"end\": 239840,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1165ebc9-7e3e-4c7b-8d59-0287291842a0\",\r\n                                \"text\": \" Pas\",\r\n                                \"start\": 235160,\r\n                                \"end\": 235360,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1330e9f2-6925-40d1-b08a-66c8cf77032b\",\r\n                                \"text\": \" Est-ce\",\r\n                                \"start\": 243140,\r\n                                \"end\": 243540,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"208615e5-b5ba-453c-a5d6-59995228549d\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 245920,\r\n                                \"end\": 246060,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29ffc3d7-f91e-4f1c-9245-a9bb267c3ede\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 236340,\r\n                                \"end\": 236480,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30916819-3567-4e48-abd9-a184da70088b\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 236180,\r\n                                \"end\": 236340,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35d0456d-7814-4e41-8ddb-1af7b744114c\",\r\n                                \"text\": \" récupérer\",\r\n                                \"start\": 241820,\r\n                                \"end\": 242280,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4206a82c-e6f4-4cb9-ad86-b3d30f779694\",\r\n                                \"text\": \" trouve\",\r\n                                \"start\": 245260,\r\n                                \"end\": 245440,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"426cb52a-045c-46a0-bed2-eccecaa14a5c\",\r\n                                \"text\": \" où\",\r\n                                \"start\": 244920,\r\n                                \"end\": 245140,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c53502b-85f2-4656-bafe-7af311a469cd\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 245440,\r\n                                \"end\": 245580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51733157-266d-42f2-bfa4-148c92ce6868\",\r\n                                \"text\": \" ensemble.\",\r\n                                \"start\": 236840,\r\n                                \"end\": 237220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"615e6982-e8fc-42ed-b629-84c6cf1d2889\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 238400,\r\n                                \"end\": 238560,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"629f3e21-aa80-4753-8db2-4938bac24f5c\",\r\n                                \"text\": \" occuper\",\r\n                                \"start\": 236480,\r\n                                \"end\": 236840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"639ebdf4-aaff-474c-92c6-6e2faeae0762\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 239180,\r\n                                \"end\": 239460,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77dcbe19-bd2c-41d4-bdf4-04e8112454b8\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 235840,\r\n                                \"end\": 235960,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77f2c636-45be-4e33-8648-d967e6651620\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 238000,\r\n                                \"end\": 238400,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ce7353a-5c60-4c01-96a7-76b01088166c\",\r\n                                \"text\": \" allons\",\r\n                                \"start\": 235960,\r\n                                \"end\": 236180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8385dd5e-0ea8-4625-8f72-5e4e847757e5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 235360,\r\n                                \"end\": 235420,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83c58c0e-1d7b-43e9-a916-1811d0f12871\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 238740,\r\n                                \"end\": 239180,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8458d6f7-12d5-4062-889f-771f8128d6a4\",\r\n                                \"text\": \" voiture.\",\r\n                                \"start\": 242460,\r\n                                \"end\": 242800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"915a0f72-a124-4ad4-b212-dacabbe6fb53\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 243540,\r\n                                \"end\": 243600,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93ebcb08-97bb-4676-a837-6a93b18f3c67\",\r\n                                \"text\": \" confirmer\",\r\n                                \"start\": 244100,\r\n                                \"end\": 244560,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e15a35b-16f1-40b9-ad6e-e0a4d7e01495\",\r\n                                \"text\": \" l'adresse\",\r\n                                \"start\": 244560,\r\n                                \"end\": 244920,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3ebc75a-d24e-401b-8e7b-551520fbfe75\",\r\n                                \"text\": \" dépanneur\",\r\n                                \"start\": 241140,\r\n                                \"end\": 241620,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa7bc432-57bd-4d01-a5ba-6fa5fcd178df\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 246120,\r\n                                \"end\": 246320,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5e95c3a-2ffe-4d89-bb2e-790aa2bb1029\",\r\n                                \"text\": \" qu'un\",\r\n                                \"start\": 240920,\r\n                                \"end\": 241140,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c20d48c5-c30b-45ee-a6b4-48cac16b56d3\",\r\n                                \"text\": \" d'assistance\",\r\n                                \"start\": 239840,\r\n                                \"end\": 240320,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3d75c05-237e-4492-97f4-468590da53d2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 243600,\r\n                                \"end\": 243780,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5dfc087-de75-44d2-bca1-6cc2bd8fea0b\",\r\n                                \"text\": \" souci,\",\r\n                                \"start\": 235420,\r\n                                \"end\": 235780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2030057-efc7-42b0-9d91-ef539dda32c6\",\r\n                                \"text\": \" se\",\r\n                                \"start\": 245140,\r\n                                \"end\": 245260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4c82370-32c0-4230-9dee-bb9efa4245de\",\r\n                                \"text\": \" voiture,\",\r\n                                \"start\": 245580,\r\n                                \"end\": 245800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3dcb282-839a-44d5-9d7b-684ed21a6c16\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 242280,\r\n                                \"end\": 242460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9a6d55a-f770-4c3b-9972-33a7bad9900b\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 240720,\r\n                                \"end\": 240920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f24a7040-0658-4d39-bc23-31883a720886\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 246320,\r\n                                \"end\": 246600,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa1fe95f-82f4-4b90-8a9b-baeb84a121bd\",\r\n                                \"text\": \" pourriez\",\r\n                                \"start\": 243780,\r\n                                \"end\": 244100,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"21f868be-108a-49a5-81ec-edfa49a4b052\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:55-04:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\",\r\n                        \"text\": \"Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\",\r\n                        \"start\": 118060,\r\n                        \"end\": 126460,\r\n                        \"duration\": 8400,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01e4204c-3a8f-4d20-82cf-d8ca5dc364de\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 125840,\r\n                                \"end\": 126100,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0cec5e49-baa3-492b-90d2-f0fc0ee630e5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 125100,\r\n                                \"end\": 125260,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e4dc169-f17e-469b-9585-5560160e4ddd\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 121400,\r\n                                \"end\": 122020,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17a6d672-60b8-4b25-9a0e-beb2366c3754\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 119540,\r\n                                \"end\": 119660,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17afaa55-6038-462a-8f1d-39896c11aeb8\",\r\n                                \"text\": \" déjà\",\r\n                                \"start\": 122020,\r\n                                \"end\": 122240,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"190413c7-4011-4886-81ea-22959a9eb645\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 124980,\r\n                                \"end\": 125100,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2abb274f-2ef4-4f92-9593-edbd4ca3706c\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 122780,\r\n                                \"end\": 123220,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d28f456-391c-4f32-a759-7f4e57db7dfb\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 120300,\r\n                                \"end\": 120500,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"401852bf-6812-4322-8ebf-6b28b3c64e69\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120500,\r\n                                \"end\": 121000,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ebd699b-1304-4576-b7a1-29d5f5a11bf4\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 126100,\r\n                                \"end\": 126460,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54018794-eb62-4c15-875e-666d95057e48\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 123940,\r\n                                \"end\": 124340,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63b66164-12f8-4061-a86a-87968d0311a8\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 124880,\r\n                                \"end\": 124980,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a4b070c-7b08-4687-88ac-490ceb0f9c15\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 120080,\r\n                                \"end\": 120300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7feea130-6dfa-48ee-86f8-15dcd2734a0f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 122660,\r\n                                \"end\": 122780,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b3a8b69-47e5-46ab-9131-ae8d5f2401ff\",\r\n                                \"text\": \" traitement\",\r\n                                \"start\": 119660,\r\n                                \"end\": 120080,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"abd908d7-40e6-414f-ada9-7c29baa47484\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 123300,\r\n                                \"end\": 123480,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b39cee43-bc97-49c2-917c-ca0ccf31aa7c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 123220,\r\n                                \"end\": 123300,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8360286-b5e8-40ae-928c-106b127e085a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 125700,\r\n                                \"end\": 125840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc0422bd-2121-4241-8251-0c2351a86a5c\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 118580,\r\n                                \"end\": 118880,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de8db80b-e0b5-48a6-81f0-903862e30ce8\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 125520,\r\n                                \"end\": 125700,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dff3066d-78f2-496a-8fa1-fd47a8400f7f\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 123480,\r\n                                \"end\": 123940,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0ac026b-4054-464a-91bf-8d71b63f2487\",\r\n                                \"text\": \" envoyé\",\r\n                                \"start\": 122240,\r\n                                \"end\": 122660,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0d9a807-4eb3-4df9-9adc-cc90c951cdda\",\r\n                                \"text\": \" souhaitez-vous\",\r\n                                \"start\": 124340,\r\n                                \"end\": 124880,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee9a0565-e17f-466d-b977-1621092c79d2\",\r\n                                \"text\": \" guide\",\r\n                                \"start\": 125260,\r\n                                \"end\": 125520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f244ee06-0d0e-409b-b943-d69d76d04dcd\",\r\n                                \"text\": \" facilitera\",\r\n                                \"start\": 118880,\r\n                                \"end\": 119540,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fff729b2-3f8f-4eee-8ba4-7bf668c7497a\",\r\n                                \"text\": \" Parfait,\",\r\n                                \"start\": 118060,\r\n                                \"end\": 118540,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2567aedf-0b65-4ab8-b682-0e24023ee783\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:58-02:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"27bd3792-a540-46ba-993a-8b422379e071\",\r\n                        \"text\": \"Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\",\r\n                        \"start\": 277790,\r\n                        \"end\": 285970,\r\n                        \"duration\": 8180,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"15e0fda1-acbf-4dfc-bb8c-b62396ceaf5d\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 280470,\r\n                                \"end\": 280610,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dddf49f-11a5-4495-b20f-28db5342086f\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 284970,\r\n                                \"end\": 285150,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2728c3ba-47c0-48a7-8856-dcad7fe25f85\",\r\n                                \"text\": \" vers\",\r\n                                \"start\": 282730,\r\n                                \"end\": 283190,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28d43e39-f936-4654-bb85-ed97709b7c0e\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 285590,\r\n                                \"end\": 285690,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37b972a6-5ebe-4c9d-8ce5-0aceb81500ae\",\r\n                                \"text\": \" l'envoyer\",\r\n                                \"start\": 281930,\r\n                                \"end\": 282470,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f1d2e7f-0ece-4cf5-8a02-6d732b42174c\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 278270,\r\n                                \"end\": 278390,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.44,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4044ce66-e120-426e-934d-0a70661e93af\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 278050,\r\n                                \"end\": 278270,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5415f001-a165-4e79-b285-9da83f076b1d\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 282470,\r\n                                \"end\": 282730,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5960bc26-1dfe-4ee2-b26d-d36d3411fc72\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 283330,\r\n                                \"end\": 283630,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a24fd90-bc35-43b1-b58f-8c7d17af40df\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 284570,\r\n                                \"end\": 284810,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"61b1049e-7a1e-4dee-8cdc-b5d64a5b647b\",\r\n                                \"text\": \" Nous\",\r\n                                \"start\": 281390,\r\n                                \"end\": 281710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64fe5a8c-61f0-499a-820b-478f85a9d6f4\",\r\n                                \"text\": \" Bien\",\r\n                                \"start\": 277790,\r\n                                \"end\": 278050,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.18,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dbd7fe8-4963-4f92-9dc5-c7858a516eab\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 284130,\r\n                                \"end\": 284570,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e363f95-5518-400d-a39d-5d774925e133\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 278910,\r\n                                \"end\": 279350,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75355080-fd2b-4c02-b9f2-b012a58faa0b\",\r\n                                \"text\": \" pouvons\",\r\n                                \"start\": 281710,\r\n                                \"end\": 281930,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"848ad096-6878-4cdb-bc1c-ee5822c7889b\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 279350,\r\n                                \"end\": 279550,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86272ed2-b4b3-4264-b920-e3e445ce2031\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 284810,\r\n                                \"end\": 284970,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86ebe404-e8a4-443b-b33f-a093245baaf4\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 280990,\r\n                                \"end\": 281390,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99333bc9-95a1-452c-825a-3627d3f91242\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 278470,\r\n                                \"end\": 278690,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4059626-c9ee-48dc-8eeb-3930fd64b733\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 285430,\r\n                                \"end\": 285590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b12362c5-136c-4043-b7d1-0bbe78a9eb78\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 283190,\r\n                                \"end\": 283330,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7f252ab-1575-406f-9d4d-3fed2a6bc1b1\",\r\n                                \"text\": \" préférence\",\r\n                                \"start\": 279550,\r\n                                \"end\": 280210,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1b7d16c-9b40-4844-9164-6a9c045f984f\",\r\n                                \"text\": \" adresse\",\r\n                                \"start\": 285150,\r\n                                \"end\": 285430,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2c78531-cf8f-41d4-b93b-9fdb60a2e622\",\r\n                                \"text\": \" destination\",\r\n                                \"start\": 280610,\r\n                                \"end\": 280990,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df1c29fc-2d81-416e-a484-44bf1af9d446\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 283630,\r\n                                \"end\": 284130,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efdbf225-f632-4aeb-88ce-fed717ababc4\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 280210,\r\n                                \"end\": 280470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5ab0ff7-f540-4c4f-a3cf-389412af9384\",\r\n                                \"text\": \" choix.\",\r\n                                \"start\": 285690,\r\n                                \"end\": 285970,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"27bd3792-a540-46ba-993a-8b422379e071\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:37-04:45\"\r\n                    },\r\n                    {\r\n                        \"id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\",\r\n                        \"text\": \"Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\",\r\n                        \"start\": 30180,\r\n                        \"end\": 41100,\r\n                        \"duration\": 10920,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0da7479d-f185-4a5e-a08d-8ea9d6c684eb\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 35720,\r\n                                \"end\": 36220,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"136f0856-e287-40c1-9cd6-a3848b181014\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 36400,\r\n                                \"end\": 37280,\r\n                                \"duration\": 880,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20c12230-e027-42a4-934b-8168a33a89c6\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 34540,\r\n                                \"end\": 34740,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"224b9ffe-841c-42fa-a2eb-a5301f2a5cc9\",\r\n                                \"text\": \" 6\",\r\n                                \"start\": 39420,\r\n                                \"end\": 40380,\r\n                                \"duration\": 960,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26278b7c-d971-444a-b8d9-6bb0e4901686\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 31120,\r\n                                \"end\": 31480,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"264760c3-25f5-476d-98b3-6f6edfb88f21\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 30180,\r\n                                \"end\": 30760,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b43f475-d0ca-4a75-9bd4-43890f5eee33\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 35080,\r\n                                \"end\": 35360,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38754c75-1385-422d-be99-f6c3e23168a6\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34740,\r\n                                \"end\": 35080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60753e71-82ca-4352-9551-df3b7dabe6f2\",\r\n                                \"text\": \" m'appelle\",\r\n                                \"start\": 32280,\r\n                                \"end\": 32759,\r\n                                \"duration\": 479,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64980c54-3e2b-4792-8759-a1138c073fa2\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 31700,\r\n                                \"end\": 32280,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6bb27729-dbc9-4923-88e6-f973fb862aa6\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 35360,\r\n                                \"end\": 35720,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"818d3a7f-67b9-41f9-9cb0-642d43f43e29\",\r\n                                \"text\": \" Bernard\",\r\n                                \"start\": 33440,\r\n                                \"end\": 33900,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c4dbfae-9c68-4d91-9dab-010e0ffcf9ba\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 37280,\r\n                                \"end\": 38140,\r\n                                \"duration\": 860,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a6dd34f9-63b5-4239-aa3f-6c229cd9fd4e\",\r\n                                \"text\": \" Michel\",\r\n                                \"start\": 32759,\r\n                                \"end\": 33440,\r\n                                \"duration\": 681,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae82594c-8c9c-4290-b220-f638c8d386b3\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 36220,\r\n                                \"end\": 36400,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7a6c421-5fd1-4987-9b7c-59fd57e0a92d\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 33900,\r\n                                \"end\": 34540,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc55327c-5447-49e7-a1ce-98d670959eac\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 38140,\r\n                                \"end\": 39420,\r\n                                \"duration\": 1280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfe6d366-2180-4497-8611-e89500b9f175\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 30840,\r\n                                \"end\": 31120,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea503397-c06d-4173-a158-bd6499528ee9\",\r\n                                \"text\": \" R.\",\r\n                                \"start\": 40380,\r\n                                \"end\": 41100,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"290c5542-3f8a-461e-81c1-e2581fbb8878\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:30-00:41\"\r\n                    },\r\n                    {\r\n                        \"id\": \"2b76753d-f215-4682-b456-71b27387fdb4\",\r\n                        \"text\": \"Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\",\r\n                        \"start\": 68120,\r\n                        \"end\": 81000,\r\n                        \"duration\": 12880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0b0b3a5f-a35e-4f78-a055-9e15328ee021\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 71660,\r\n                                \"end\": 71940,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c4b8161-cf06-4c6c-8863-cd9bbce305fc\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 79300,\r\n                                \"end\": 79660,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"130a2c0f-83de-4dce-ac5c-3881638451a7\",\r\n                                \"text\": \" m'a\",\r\n                                \"start\": 76760,\r\n                                \"end\": 77040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20b4054a-7792-470a-9602-54567c8d2ce7\",\r\n                                \"text\": \" travailler\",\r\n                                \"start\": 72140,\r\n                                \"end\": 72440,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26edce77-10a3-4756-9286-1820916aca1a\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 73200,\r\n                                \"end\": 73740,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dc86032-48a3-40ea-a1fc-d10c8dcfb15d\",\r\n                                \"text\": \" sortais\",\r\n                                \"start\": 70680,\r\n                                \"end\": 71180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e20d871-fe54-433b-9b79-76aa977ab2bb\",\r\n                                \"text\": \" moi\",\r\n                                \"start\": 71400,\r\n                                \"end\": 71660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"435f99e8-e356-43a4-b547-390800ad5bec\",\r\n                                \"text\": \" Levallois\",\r\n                                \"start\": 72760,\r\n                                \"end\": 73200,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44bb8b62-aebe-4285-a68d-2111951aafc8\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 74480,\r\n                                \"end\": 74940,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"470fbe94-1013-497a-bef2-303a099f0117\",\r\n                                \"text\": \" côté\",\r\n                                \"start\": 77880,\r\n                                \"end\": 78120,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a821734-ab51-4752-a38d-f523f52bae29\",\r\n                                \"text\": \" sérieusement\",\r\n                                \"start\": 79880,\r\n                                \"end\": 80440,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cf96d14-664d-4e53-b97d-a6acfc9fd483\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74480,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50eb817a-820a-4577-b996-4e5f20b57e68\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 77540,\r\n                                \"end\": 77740,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55166077-e232-4854-befc-6e61cdeaadc0\",\r\n                                \"text\": \" endommagée.\",\r\n                                \"start\": 80440,\r\n                                \"end\": 81000,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5d9b5bc2-7b5f-4480-b43a-ff59cb5d0a59\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 72440,\r\n                                \"end\": 72760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68ad745b-f3ee-4b62-b5c0-4244514bb9f3\",\r\n                                \"text\": \" long\",\r\n                                \"start\": 69460,\r\n                                \"end\": 69660,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.37,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d33009b-761e-492a-96c5-d406c6ac159a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 70200,\r\n                                \"end\": 70680,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9319c9e5-62d0-4789-bbd7-a276dfc91027\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 68700,\r\n                                \"end\": 69280,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.5,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a28d9e08-e7b5-4ebf-bb92-c4037485f19d\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 77740,\r\n                                \"end\": 77880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a34c216c-7bab-434b-9b9b-1d4ade664914\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 69660,\r\n                                \"end\": 69900,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.33,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab233c08-90f9-4005-acc9-56def2b94786\",\r\n                                \"text\": \" Elle\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76760,\r\n                                \"duration\": 880,\r\n                                \"probability\": 0.49,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac679810-c502-4c94-8727-a1e87e7a18b3\",\r\n                                \"text\": \" grillé\",\r\n                                \"start\": 74940,\r\n                                \"end\": 75280,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae8a10d4-9897-43c8-b004-1811ef61e2a7\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 68120,\r\n                                \"end\": 68700,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.79,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b90df1b0-c758-41fb-93b4-3f87e4539d56\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 71180,\r\n                                \"end\": 71280,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b91848d8-5595-4b70-9f48-d0ec69ee5845\",\r\n                                \"text\": \" feu\",\r\n                                \"start\": 75380,\r\n                                \"end\": 75540,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c423056c-edaa-4f41-84ef-66c1bd3815de\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 71280,\r\n                                \"end\": 71400,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb4751a0-1a36-4c08-986b-311b3e6b4348\",\r\n                                \"text\": \" droit.\",\r\n                                \"start\": 78120,\r\n                                \"end\": 78420,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf04cc6b-3af8-440f-a34c-07940fe60589\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 75280,\r\n                                \"end\": 75380,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d48951dd-6df6-4ad6-8b8c-379c13dc52d0\",\r\n                                \"text\": \" percuté\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77540,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7f7ff47-884a-47ae-961c-359a3d0c0124\",\r\n                                \"text\": \" rouge.\",\r\n                                \"start\": 75540,\r\n                                \"end\": 75880,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ddea171d-d3d3-42de-89a9-18882ae8ea9d\",\r\n                                \"text\": \" aller\",\r\n                                \"start\": 71940,\r\n                                \"end\": 72140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ddf13992-522b-4419-807b-13c608b4fce4\",\r\n                                \"text\": \" Ma\",\r\n                                \"start\": 78760,\r\n                                \"end\": 79300,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de93d7bf-e81f-456b-bc7f-74f57b9474a2\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 69280,\r\n                                \"end\": 69460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec18a1f5-fcf1-46c6-aab6-8aafbf1abc95\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 79660,\r\n                                \"end\": 79880,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee2fa687-86f8-40a6-9787-b878cd457725\",\r\n                                \"text\": \" jour,\",\r\n                                \"start\": 69900,\r\n                                \"end\": 70200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.26,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f6dae3e2-8b4a-40be-b24c-9030d4b151c2\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 73740,\r\n                                \"end\": 74080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b76753d-f215-4682-b456-71b27387fdb4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:08-01:21\"\r\n                    },\r\n                    {\r\n                        \"id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\",\r\n                        \"text\": \"« Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\",\r\n                        \"start\": 185370,\r\n                        \"end\": 193410,\r\n                        \"duration\": 8040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"013ce372-24f5-487d-973b-ccc3d0992175\",\r\n                                \"text\": \" utile.\",\r\n                                \"start\": 187270,\r\n                                \"end\": 187750,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05a133e6-6e42-484f-8cd3-2c3ecd8546d4\",\r\n                                \"text\": \" réussi\",\r\n                                \"start\": 190710,\r\n                                \"end\": 190910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08d62336-6788-4b26-897b-c4496caa9d1e\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 185370,\r\n                                \"end\": 185990,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08ebd7f0-209f-435d-a87a-50e4bb8cb1b0\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 188990,\r\n                                \"end\": 189710,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12f3061b-1a6f-40e9-89ee-58d29dc35e00\",\r\n                                \"text\": \" Ma\",\r\n                                \"start\": 187950,\r\n                                \"end\": 188390,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14bc902f-8a84-4e7d-970d-67b55f33c440\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 186170,\r\n                                \"end\": 186610,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"368f59cd-a2ac-4fa0-b96f-1520cc6cee7e\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 186610,\r\n                                \"end\": 186730,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37a0aee8-393f-4536-bdbf-2a93479efe98\",\r\n                                \"text\": \" garer\",\r\n                                \"start\": 191270,\r\n                                \"end\": 191590,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d22ae28-2578-406a-82ae-c60f4b21d209\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 189930,\r\n                                \"end\": 190210,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e53dca9-0d54-46e2-bda0-6511e60a6ba3\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 192970,\r\n                                \"end\": 193410,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e837341-2649-4f77-8930-1a82bb186b20\",\r\n                                \"text\": \" bas-côté.\",\r\n                                \"start\": 192210,\r\n                                \"end\": 192730,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8aa37c63-f1d7-4225-a7a7-0f648f2ef70c\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 188730,\r\n                                \"end\": 188990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c1975e7-d7f5-4670-8b8f-857dfebcdf58\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 185990,\r\n                                \"end\": 186030,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8fa0cda7-8545-4066-9350-5330a1d164c4\",\r\n                                \"text\": \" serait\",\r\n                                \"start\": 186730,\r\n                                \"end\": 187010,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5ce9baf-1f2f-422d-8511-0ba53b4b2c78\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 191590,\r\n                                \"end\": 192030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b80f5e83-83e0-49d9-bd3b-35721f8cdc15\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 190390,\r\n                                \"end\": 190710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c49269de-c7fb-43da-b533-152453b7b780\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 191130,\r\n                                \"end\": 191270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfa27ae7-8f56-4da8-a19e-1b3b73b417bb\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 188390,\r\n                                \"end\": 188730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3c1ae57-d7e4-485a-a1e2-2a83a7be4114\",\r\n                                \"text\": \" très\",\r\n                                \"start\": 187010,\r\n                                \"end\": 187270,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6f5331b-baf8-4f98-bb89-bdb2716a1ae2\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 189810,\r\n                                \"end\": 189930,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e351c3cb-5086-4d21-a810-f4a488577aaa\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 189710,\r\n                                \"end\": 189810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f741eef4-6988-4e2a-b458-85adaa9ae794\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 190910,\r\n                                \"end\": 191130,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd1e343e-7e6d-479d-bd7e-6b1c58cca0a9\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 192030,\r\n                                \"end\": 192210,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"32af831f-b8fa-4b04-af87-00c5e0161907\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:05-03:13\"\r\n                    },\r\n                    {\r\n                        \"id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\",\r\n                        \"text\": \"D'accord. Je vais le scanner et l'envoyer cet après-midi. »\",\r\n                        \"start\": 159020,\r\n                        \"end\": 162620,\r\n                        \"duration\": 3600,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1fffd9fb-2302-4b89-8028-17665ab9cdc8\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 160340,\r\n                                \"end\": 160500,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22b7d914-4317-4044-9716-61732006d54d\",\r\n                                \"text\": \" après-midi.\",\r\n                                \"start\": 161700,\r\n                                \"end\": 162200,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e4432f5-1d9d-43bc-a84d-4c1042eef5a5\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 162400,\r\n                                \"end\": 162620,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"537adfaf-1e0c-4d69-adba-4d2e54a05d3d\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 160940,\r\n                                \"end\": 161080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b62f6c9-3ef5-4d79-b723-e1ec4e67119c\",\r\n                                \"text\": \" cet\",\r\n                                \"start\": 161540,\r\n                                \"end\": 161700,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c1fe7ca-5c34-41b3-807c-7b42867e06ec\",\r\n                                \"text\": \" l'envoyer\",\r\n                                \"start\": 161080,\r\n                                \"end\": 161540,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f9c70b4-f266-42ba-9751-ee772bc8f5f3\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 159020,\r\n                                \"end\": 159560,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa0325a2-cf65-45af-a598-1bd4c966103b\",\r\n                                \"text\": \" scanner\",\r\n                                \"start\": 160600,\r\n                                \"end\": 160940,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af9a08be-9b89-4645-8c9d-9bbdbed4f793\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdf348e1-c245-44c3-869c-b51dc3061b9b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 159900,\r\n                                \"end\": 160340,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"334a2955-6ce7-4caf-8105-e9f632eb0579\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:39-02:42\"\r\n                    },\r\n                    {\r\n                        \"id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\",\r\n                        \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 3060,\r\n                        \"end\": 8760,\r\n                        \"duration\": 5700,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"066cbc1d-8de6-434d-aec6-b501e41bda9a\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 5420,\r\n                                \"end\": 5700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07b58df4-868e-4a13-8815-377566ee73a6\",\r\n                                \"text\": \" Assurance.\",\r\n                                \"start\": 6080,\r\n                                \"end\": 6520,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b18b571-d43a-49c3-bcdc-16d84e35795a\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 7900,\r\n                                \"end\": 8080,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25f9e207-6565-44a0-8653-0c0a1a781592\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4520,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d00d815-a48e-4003-b77e-ba7ddb9c4ad2\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 8500,\r\n                                \"end\": 8760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37ac6d6e-3d84-4089-bc68-b2d8b292f30a\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 7400,\r\n                                \"end\": 7560,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"491aa80b-5aaf-4886-980b-ec620aa0a3de\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4260,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53bb25e2-dbe0-4c8a-ab7e-cde6ad703e7e\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 6620,\r\n                                \"end\": 6760,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"585be8fe-f5af-490b-a6c8-1ef342fa0a39\",\r\n                                \"text\": \" Poulpe\",\r\n                                \"start\": 5860,\r\n                                \"end\": 6080,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f9cafc4-87d0-4844-878c-c145db772f76\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 4820,\r\n                                \"end\": 5060,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70dc4052-e143-4c5a-b79d-1db0e1d7889b\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 7560,\r\n                                \"end\": 7800,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f9f399b-e702-4712-b36d-3ba3c8dbb813\",\r\n                                \"text\": \" m'appelle\",\r\n                                \"start\": 6760,\r\n                                \"end\": 7020,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a989fb7-ff23-4e0d-a019-b3ebef378fd5\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 5180,\r\n                                \"end\": 5420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"920f35db-ff1b-4fad-9413-a284a22fcdf4\",\r\n                                \"text\": \" Rémi,\",\r\n                                \"start\": 7020,\r\n                                \"end\": 7260,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"939c5427-ad4e-4a2f-a263-d2d58fafbc25\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 8080,\r\n                                \"end\": 8500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"981a14fc-8b42-4d88-ac4f-999c3ba540d4\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 5060,\r\n                                \"end\": 5180,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d565fd4-ab68-4ae8-8dfa-0a23dd6457be\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 3060,\r\n                                \"end\": 3640,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a06d3f37-0f93-40bf-b56f-215ff2c2fb38\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 4260,\r\n                                \"end\": 4440,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a43d7084-5839-4199-bccd-96fe175ff0e5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 7800,\r\n                                \"end\": 7900,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e378360d-2ce1-459f-9962-5ca5799a91df\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 4520,\r\n                                \"end\": 4620,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efe45b4d-28f8-459e-9858-e52f61f27b39\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 5700,\r\n                                \"end\": 5860,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5915641-701c-4d2e-b005-2d4931906c98\",\r\n                                \"text\": \" contact\",\r\n                                \"start\": 4620,\r\n                                \"end\": 4820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3747546e-fdcf-4fe4-a73e-9b298fe75507\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:03-00:08\"\r\n                    },\r\n                    {\r\n                        \"id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\",\r\n                        \"text\": \"D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\",\r\n                        \"start\": 83080,\r\n                        \"end\": 86930,\r\n                        \"duration\": 3850,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0477d0d9-0afb-4df4-8430-21950322eff5\",\r\n                                \"text\": \" médicale\",\r\n                                \"start\": 85910,\r\n                                \"end\": 86670,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a05a3b3-155b-4025-ae8d-b1b980a3f8e3\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 84810,\r\n                                \"end\": 84950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"405bdc64-68a4-4eeb-acec-a5c33c46b996\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 83550,\r\n                                \"end\": 83790,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68c4b441-5906-4510-b5dc-b9ad6a812707\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 86670,\r\n                                \"end\": 86930,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86f0cf3c-c7b4-4536-beaf-bee009887408\",\r\n                                \"text\": \" avez-vous\",\r\n                                \"start\": 84950,\r\n                                \"end\": 85270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89074183-43d9-4b77-aa80-c1d240f33818\",\r\n                                \"text\": \" assistance\",\r\n                                \"start\": 85710,\r\n                                \"end\": 85910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4687738-3bd0-420a-811f-ec55d8ad445b\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 83080,\r\n                                \"end\": 83490,\r\n                                \"duration\": 410,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2f586e8-a6eb-4930-b940-fa68036b9715\",\r\n                                \"text\": \" Êtes-vous\",\r\n                                \"start\": 83970,\r\n                                \"end\": 84330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db370e33-aa6b-426d-acad-72f5924243b6\",\r\n                                \"text\": \" d'une\",\r\n                                \"start\": 85550,\r\n                                \"end\": 85710,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecd3756c-e81c-4098-aded-158ef440520f\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 85270,\r\n                                \"end\": 85550,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2014f51-12c9-499d-aaae-d26cf633f807\",\r\n                                \"text\": \" blessé\",\r\n                                \"start\": 84330,\r\n                                \"end\": 84810,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3dd65460-4c0a-4eba-86f0-aed14753dbf8\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:23-01:26\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\",\r\n                        \"text\": \"Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\",\r\n                        \"start\": 133810,\r\n                        \"end\": 157670,\r\n                        \"duration\": 23860,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04ad62a9-6577-4e51-9a67-071fa49766cc\",\r\n                                \"text\": \" transmettre\",\r\n                                \"start\": 155130,\r\n                                \"end\": 155610,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0706baf0-ea9f-4cde-9274-f9071c6d6df1\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 150870,\r\n                                \"end\": 151030,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07787a51-953d-433f-a63a-ba0dff245d46\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 153930,\r\n                                \"end\": 154450,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"084f4a19-f10b-49bc-bd56-99a3e700738c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 155070,\r\n                                \"end\": 155130,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18e36685-a3e1-434c-8e2c-ffa36ae9fd3a\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 139890,\r\n                                \"end\": 140110,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19e21673-27d5-4d00-8421-476ea0f0eaba\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 147470,\r\n                                \"end\": 147590,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dced378-30af-4825-8441-621e2b6752e1\",\r\n                                \"text\": \" ligne,\",\r\n                                \"start\": 141770,\r\n                                \"end\": 141990,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"226c2906-f4cd-4c44-8a52-6460bbdd9213\",\r\n                                \"text\": \" reçu,\",\r\n                                \"start\": 151030,\r\n                                \"end\": 151470,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2baef30b-dd1c-4c2a-9be7-b91717aef0cd\",\r\n                                \"text\": \" l'envoyant\",\r\n                                \"start\": 140230,\r\n                                \"end\": 140650,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fdb2c7f-008f-4b7d-a8e9-e1f48cf728a4\",\r\n                                \"text\": \" d'experts\",\r\n                                \"start\": 152290,\r\n                                \"end\": 152710,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"304cb424-dea5-4f7c-b406-5a47926e7b77\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 141570,\r\n                                \"end\": 141770,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32be63bc-3543-48b1-b38f-8e1ceee6e30a\",\r\n                                \"text\": \" possible\",\r\n                                \"start\": 156050,\r\n                                \"end\": 156370,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35a5d78f-c6ab-4677-9e56-631eaa538cda\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 135710,\r\n                                \"end\": 135850,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37831be5-3182-4036-8720-f9fe8923d8aa\",\r\n                                \"text\": \" procédure.\",\r\n                                \"start\": 157210,\r\n                                \"end\": 157670,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38f82931-da18-42c7-8427-1f06a0c03e4d\",\r\n                                \"text\": \" équipe\",\r\n                                \"start\": 151930,\r\n                                \"end\": 152290,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39062a6d-bd92-423a-be69-3ccf89943820\",\r\n                                \"text\": \" l'une\",\r\n                                \"start\": 137170,\r\n                                \"end\": 137410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c1ff134-1008-4d91-8494-03f6a6f9b9d9\",\r\n                                \"text\": \" pouvez\",\r\n                                \"start\": 135390,\r\n                                \"end\": 135710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"413dca26-16a6-401b-9b83-4625a798384b\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 148890,\r\n                                \"end\": 149030,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4283b205-7685-4f37-9f78-11c5a6410b60\",\r\n                                \"text\": \" indiquée\",\r\n                                \"start\": 148530,\r\n                                \"end\": 148890,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4555da2c-5d31-4d10-a845-1bccae8d5ade\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 149030,\r\n                                \"end\": 149230,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48f7933f-d843-4d2a-842f-10d7fd5a0f08\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 140770,\r\n                                \"end\": 140930,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50fa29e4-73cf-4582-9b71-f03e2e6e8a20\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 137410,\r\n                                \"end\": 137550,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55e70eb3-ec4e-4d2d-8af7-6a4995edd4f2\",\r\n                                \"text\": \" document.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153730,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"585d4270-c339-4e27-8057-a9d752b67255\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 156370,\r\n                                \"end\": 156630,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59be84f8-a0b9-4ca0-8cca-ef5a7f5e7beb\",\r\n                                \"text\": \" agences\",\r\n                                \"start\": 145110,\r\n                                \"end\": 145410,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b9f1027-e508-4918-853b-753be2661bcc\",\r\n                                \"text\": \" l'adresse\",\r\n                                \"start\": 148210,\r\n                                \"end\": 148530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63d200a5-6623-4254-bab6-753d6d67cbf9\",\r\n                                \"text\": \" accélérer\",\r\n                                \"start\": 156630,\r\n                                \"end\": 157030,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a1051b4-4938-448b-bd48-4756d9b0c41a\",\r\n                                \"text\": \" scannant\",\r\n                                \"start\": 139390,\r\n                                \"end\": 139890,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cb77152-d900-4189-81e2-5bfe32d540a5\",\r\n                                \"text\": \" méthodes\",\r\n                                \"start\": 137550,\r\n                                \"end\": 137910,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d942a96-1ca6-4d73-a5b6-4ded667d70c6\",\r\n                                \"text\": \" dès\",\r\n                                \"start\": 155610,\r\n                                \"end\": 155950,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e3e7f81-ac38-49a7-a6e4-dbd061e61e90\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 147950,\r\n                                \"end\": 148210,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"713713d8-9718-405d-a18b-52962b064c96\",\r\n                                \"text\": \" via\",\r\n                                \"start\": 140650,\r\n                                \"end\": 140770,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75e13b02-23cf-40ee-8dcc-ea13ca00b9ed\",\r\n                                \"text\": \" l'une\",\r\n                                \"start\": 144710,\r\n                                \"end\": 144830,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d569893-4f66-4ea8-98d3-276ffc3778b2\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 157030,\r\n                                \"end\": 157210,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e25905f-bacf-43da-82f4-67dd9ed55178\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 144830,\r\n                                \"end\": 144970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ff932bf-2265-41de-a2ba-b6108c189325\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143370,\r\n                                \"end\": 143510,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83cf2349-e55f-4199-a5ad-a59a1e3745f7\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 136310,\r\n                                \"end\": 136490,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cd4e800-dc66-457e-94d3-b601100c3e06\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 154450,\r\n                                \"end\": 154550,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91700ee1-9700-4253-973c-fa0c168e414b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 139250,\r\n                                \"end\": 139390,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91b720af-5921-45d7-bc00-b20124818e95\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 150350,\r\n                                \"end\": 150870,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94cfc2f5-da75-45ee-a49f-9b7ff358c33e\",\r\n                                \"text\": \" conseille\",\r\n                                \"start\": 154550,\r\n                                \"end\": 154990,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a96d9db-41af-4d00-a07a-760ca4127b98\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 141310,\r\n                                \"end\": 141570,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9be28434-18d8-4907-9db9-243048147689\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 154990,\r\n                                \"end\": 155070,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a21a816a-601a-466c-8782-9df748002123\",\r\n                                \"text\": \" l'envoyant\",\r\n                                \"start\": 147030,\r\n                                \"end\": 147470,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2ae960f-2cf4-46bc-ba9c-95f1c8992101\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 143070,\r\n                                \"end\": 143370,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a32669f6-01db-46c1-8c00-62f4de514ff2\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 136490,\r\n                                \"end\": 136950,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3b7c7e3-f144-44bf-8eb1-1e9a98a82823\",\r\n                                \"text\": \" physiques,\",\r\n                                \"start\": 145410,\r\n                                \"end\": 145930,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a75eb9cf-6a2f-42c0-83e6-c6723a2a0b27\",\r\n                                \"text\": \" courrier\",\r\n                                \"start\": 147590,\r\n                                \"end\": 147950,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8952716-3f5f-412e-9df8-a95a1a9e24e3\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 142570,\r\n                                \"end\": 142810,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac4a5aa2-93ea-488d-b2df-fbd8eb7909c3\",\r\n                                \"text\": \" Bernard,\",\r\n                                \"start\": 134610,\r\n                                \"end\": 134910,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac9c1cf2-c284-4b4f-8674-cbeafc1e5b83\",\r\n                                \"text\": \" alors\",\r\n                                \"start\": 142810,\r\n                                \"end\": 143070,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad4a64d2-ff23-4477-a4b0-c07a712fb0ad\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 136950,\r\n                                \"end\": 137170,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"adc56b5c-f5e9-4b85-8c16-1eb6737c33e9\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 140110,\r\n                                \"end\": 140230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b012781a-03ab-4071-8314-35cc0d152832\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 153290,\r\n                                \"end\": 153410,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b723d89d-e4ed-404b-b1c0-058072305cff\",\r\n                                \"text\": \" contrat.\",\r\n                                \"start\": 149230,\r\n                                \"end\": 149630,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4a59079-1bb5-49d5-84e5-9f85b9468a7d\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 146850,\r\n                                \"end\": 147030,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6010226-e9f9-4ae7-bf48-f789c5f80f3d\",\r\n                                \"text\": \" alors\",\r\n                                \"start\": 146670,\r\n                                \"end\": 146850,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c71f975e-62e5-470d-b93a-95349148e20a\",\r\n                                \"text\": \" sûr,\",\r\n                                \"start\": 134050,\r\n                                \"end\": 134410,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdf3fef5-db4c-40db-8f90-c4e57e2c3fe4\",\r\n                                \"text\": \" directement\",\r\n                                \"start\": 143970,\r\n                                \"end\": 144270,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfe100be-0032-4783-a80c-a97d75633c95\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 134410,\r\n                                \"end\": 134490,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.54,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4e2c749-e03b-4606-8fc4-f652551ba73a\",\r\n                                \"text\": \" déposant\",\r\n                                \"start\": 143510,\r\n                                \"end\": 143970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d92387f2-8b87-473c-8a80-06b115d80389\",\r\n                                \"text\": \" Bien\",\r\n                                \"start\": 133810,\r\n                                \"end\": 134050,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dad3f085-4f9d-4916-aa47-5273cf8da0dc\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 145930,\r\n                                \"end\": 146670,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e64b1bab-cf1f-4806-b106-86f142d91150\",\r\n                                \"text\": \" transmettre\",\r\n                                \"start\": 135850,\r\n                                \"end\": 136310,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e96f8eca-3ec7-477c-9649-139823f8ae2c\",\r\n                                \"text\": \" suivantes.\",\r\n                                \"start\": 137910,\r\n                                \"end\": 138470,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9de933a-c312-4546-923f-53dd6118e653\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 155950,\r\n                                \"end\": 156050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef4a02f3-892e-4e76-93cd-e9e97f87d3e1\",\r\n                                \"text\": \" analysera\",\r\n                                \"start\": 152710,\r\n                                \"end\": 153290,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3ee3e99-686f-463a-b1f1-2da65be230a8\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 144970,\r\n                                \"end\": 145110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5a38564-1351-4751-b1fe-d5f6a4ce1b44\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 151550,\r\n                                \"end\": 151930,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f730aad6-ebb5-455a-8083-2b34ffadddc1\",\r\n                                \"text\": \" En\",\r\n                                \"start\": 138770,\r\n                                \"end\": 139250,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7543075-e791-4c0d-9f4c-015eeaddfbb5\",\r\n                                \"text\": \" espace\",\r\n                                \"start\": 140930,\r\n                                \"end\": 141310,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fade9bfa-b749-4cbe-89f0-3b8b50436e7c\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 144270,\r\n                                \"end\": 144710,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb499521-972e-41f1-89be-4c3fd3b40c1d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 135150,\r\n                                \"end\": 135390,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4049dfa6-934f-4310-9e9b-a4176eb6269b\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:13-02:37\"\r\n                    },\r\n                    {\r\n                        \"id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\",\r\n                        \"text\": \"D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\",\r\n                        \"start\": 219450,\r\n                        \"end\": 227790,\r\n                        \"duration\": 8340,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0a129dd3-d387-4fce-9397-f9dd1595c2ba\",\r\n                                \"text\": \" d'un\",\r\n                                \"start\": 222610,\r\n                                \"end\": 222790,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0bcddbad-b830-48cb-a420-39ae82a8661c\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 226470,\r\n                                \"end\": 226570,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d2de4fa-e7f5-4eec-9c53-c92a9c1d16c0\",\r\n                                \"text\": \" bien.\",\r\n                                \"start\": 220090,\r\n                                \"end\": 220290,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17aa9634-839f-4f1e-a387-3a5f252531b0\",\r\n                                \"text\": \" inclus.\",\r\n                                \"start\": 224730,\r\n                                \"end\": 225110,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"180a7960-b81a-4554-8bd2-dedd2e345f9f\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 223510,\r\n                                \"end\": 223990,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bc8fd98-a00f-4e8f-be93-a8956bb23075\",\r\n                                \"text\": \" bénéficiez\",\r\n                                \"start\": 222110,\r\n                                \"end\": 222610,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d1efbae-7d3a-4ae2-bec6-b4fd581c276e\",\r\n                                \"text\": \" j'organise\",\r\n                                \"start\": 226570,\r\n                                \"end\": 227090,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36e3dd51-e6ad-4274-bce2-29c37af39975\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 222790,\r\n                                \"end\": 222970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39a62a03-b89b-4633-ab23-f1e947267b40\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 227590,\r\n                                \"end\": 227790,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b73d8e3-6346-483b-b45c-cb7c4eb37558\",\r\n                                \"text\": \" remorquage\",\r\n                                \"start\": 223990,\r\n                                \"end\": 224730,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40269a3b-9bfc-47f1-89d0-732f4f36518c\",\r\n                                \"text\": \" vois\",\r\n                                \"start\": 220910,\r\n                                \"end\": 221150,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a061067-87a2-4720-bb55-b2e16e3a0433\",\r\n                                \"text\": \" d'assistance\",\r\n                                \"start\": 222970,\r\n                                \"end\": 223510,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cc804de-a1a3-4733-86eb-3990c5f20558\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 221870,\r\n                                \"end\": 222030,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75564ba6-7554-4bf8-8be9-03cfff9836d9\",\r\n                                \"text\": \" très\",\r\n                                \"start\": 219950,\r\n                                \"end\": 220090,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77a05a1e-33ec-45f9-85aa-6a3b337dded4\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 227430,\r\n                                \"end\": 227590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78584621-c430-4a4e-a4e0-a4bed45dbff2\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 221310,\r\n                                \"end\": 221490,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a6c1b1d9-80d3-4af9-8865-4e6be6c6d28e\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 221150,\r\n                                \"end\": 221310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaca1eb7-efb5-4064-8659-6b9b245ed64b\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 221490,\r\n                                \"end\": 221870,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae00ff56-30a0-4c93-ab63-596046dd7a05\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 227230,\r\n                                \"end\": 227430,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b713e727-56af-4341-9e94-9673e4dbadac\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 220510,\r\n                                \"end\": 220910,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8497691-c0ed-471d-9f58-4309061d212b\",\r\n                                \"text\": \" Souhaitez-vous\",\r\n                                \"start\": 225890,\r\n                                \"end\": 226470,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbbefd5c-c994-4fbf-9819-c1d58dd580b3\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 222030,\r\n                                \"end\": 222110,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cebd3855-f631-4a0f-ac7d-cb47bea08787\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 219450,\r\n                                \"end\": 219830,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec888dee-6b7d-4c6f-a341-6ca13162d7d6\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 227090,\r\n                                \"end\": 227230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"44833083-4aa7-4429-90f7-03e4be032c6f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:39-03:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\",\r\n                        \"text\": \"Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\",\r\n                        \"start\": 88140,\r\n                        \"end\": 93740,\r\n                        \"duration\": 5600,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0617772c-dbd1-4c5c-b3f4-bc3890b442fe\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 92840,\r\n                                \"end\": 93000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"06cde95a-93a9-41f7-b66b-e16204ef05a8\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 92520,\r\n                                \"end\": 92840,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"177595f9-da6c-41f4-9381-5a500069e626\",\r\n                                \"text\": \" venue\",\r\n                                \"start\": 92040,\r\n                                \"end\": 92220,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e05dab8-00e2-437b-8ce4-84ee2ed1eb69\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 89760,\r\n                                \"end\": 89940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4da5ea77-01ad-4c12-8614-5dcaf4446636\",\r\n                                \"text\": \" passager.\",\r\n                                \"start\": 93260,\r\n                                \"end\": 93740,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51e67bce-7e9c-401a-929f-e61e1869fa03\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 91140,\r\n                                \"end\": 91300,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52a08144-1233-4f30-ab08-baf825bf6da1\",\r\n                                \"text\": \" heureusement,\",\r\n                                \"start\": 89220,\r\n                                \"end\": 89760,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55b90655-6d43-4c14-9771-d56b74a53599\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 91780,\r\n                                \"end\": 92040,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59299572-afd4-490c-a71a-26a5af49afa5\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 91440,\r\n                                \"end\": 91780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"673c5614-db11-4616-bdd5-8d553158e160\",\r\n                                \"text\": \" taper\",\r\n                                \"start\": 92220,\r\n                                \"end\": 92520,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82209369-f0f5-4390-9004-1b110b4e6799\",\r\n                                \"text\": \" vu\",\r\n                                \"start\": 90380,\r\n                                \"end\": 91140,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af6e9057-59ea-4b34-9c00-48736f32f0fd\",\r\n                                \"text\": \" côté\",\r\n                                \"start\": 93000,\r\n                                \"end\": 93260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdd82556-960d-47d3-95e6-efe272df4aee\",\r\n                                \"text\": \" n'ai\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90060,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd76e3ce-4c1d-4957-83c4-d718d356ae2d\",\r\n                                \"text\": \" fort\",\r\n                                \"start\": 88680,\r\n                                \"end\": 89220,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce8137a6-1a1a-4826-8100-b5edea8f65ef\",\r\n                                \"text\": \" Non,\",\r\n                                \"start\": 88140,\r\n                                \"end\": 88680,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d658f48e-e726-4f83-bfd2-f08b2dff41f6\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91440,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de8197f5-7374-4fcd-85cb-67ba77cf3123\",\r\n                                \"text\": \" rien,\",\r\n                                \"start\": 90060,\r\n                                \"end\": 90320,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4b9e82ff-6a2a-4f91-bce6-be28ec8ea5c8\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:28-01:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\",\r\n                        \"text\": \"Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\",\r\n                        \"start\": 195180,\r\n                        \"end\": 212780,\r\n                        \"duration\": 17600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"05cc9455-0f75-4c2c-88f4-02c56482f353\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 198800,\r\n                                \"end\": 199000,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a5e9a05-5c02-40db-925d-fc96f5937a34\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 196660,\r\n                                \"end\": 196860,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0cb69785-ee97-413f-a9f4-c59b3494a2a6\",\r\n                                \"text\": \" Maintenant,\",\r\n                                \"start\": 207640,\r\n                                \"end\": 208040,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"105d36ac-6aa7-4aa0-8a56-33f66444e285\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 196860,\r\n                                \"end\": 197220,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1270848c-2d71-4b72-9f19-8c3ee878397a\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 201480,\r\n                                \"end\": 201600,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16d50a84-1c7c-4488-bef0-91e6809d5ad1\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 212440,\r\n                                \"end\": 212780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1abd1ee6-366d-406f-9395-4c7cd7af549b\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 197220,\r\n                                \"end\": 197400,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"294f91e9-ddd1-47e8-8d70-d8175b7a9766\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 195600,\r\n                                \"end\": 195740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b07779c-3587-490b-95de-9b0e655ee014\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 210920,\r\n                                \"end\": 211000,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2cde55ee-eff2-47ce-8585-4c463b368e62\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 196160,\r\n                                \"end\": 196300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d80ea33-1acb-4fa4-888e-abc601c62145\",\r\n                                \"text\": \" véhicule.\",\r\n                                \"start\": 202640,\r\n                                \"end\": 203100,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"341bf371-55db-48c4-891d-1eecc4a509dd\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 198660,\r\n                                \"end\": 198800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b0b7652-dd71-46c8-a19e-f96beb99732c\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 209900,\r\n                                \"end\": 210480,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ef2fc12-16cb-4e67-9ddb-de0d8bb7c716\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 199860,\r\n                                \"end\": 200060,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43e6da99-f4b1-4413-afdf-6ecb7d152106\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 211840,\r\n                                \"end\": 212000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55e8f844-f900-439b-96b9-1e4877c64167\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 195860,\r\n                                \"end\": 196160,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c43ff3f-3dd1-4b70-bd5a-ef3478c0da11\",\r\n                                \"text\": \" finaliser\",\r\n                                \"start\": 200360,\r\n                                \"end\": 200880,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6378687e-8f92-4a5f-b313-28fb30cda361\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 201340,\r\n                                \"end\": 201480,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c0f0a53-03cd-49aa-bcdc-6d20cd2ff084\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 205600,\r\n                                \"end\": 205800,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d7b8cf6-d68d-4251-8c54-b0a9be0d92e9\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 197400,\r\n                                \"end\": 197540,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ea3c4dc-b4ca-4942-ab12-ac6c5cef28c3\",\r\n                                \"text\": \" mise\",\r\n                                \"start\": 201600,\r\n                                \"end\": 201760,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f1df9f9-6aa6-4d59-abd5-962f2e21b72f\",\r\n                                \"text\": \" voiture,\",\r\n                                \"start\": 208600,\r\n                                \"end\": 208960,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76ebdc3b-7e46-499e-a461-f6cef2abe0bc\",\r\n                                \"text\": \" pourrons\",\r\n                                \"start\": 200060,\r\n                                \"end\": 200360,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"802247e7-6575-4bab-a948-1a11382a9b4e\",\r\n                                \"text\": \" l'accident\",\r\n                                \"start\": 211000,\r\n                                \"end\": 211440,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"819cfcc3-21d9-4f43-8f30-e3f4461cc060\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 210660,\r\n                                \"end\": 210760,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"870c57e8-92cc-40ba-9693-3d1de642c52d\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 211440,\r\n                                \"end\": 211680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c375e65-b49b-4683-bd71-594d2a6790b4\",\r\n                                \"text\": \" Très\",\r\n                                \"start\": 195180,\r\n                                \"end\": 195600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"920bccc1-ae4f-46f7-a966-303bfc696d9c\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 198260,\r\n                                \"end\": 198660,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"965800db-ef7d-440f-abe6-a7a80704d31d\",\r\n                                \"text\": \" 48\",\r\n                                \"start\": 204820,\r\n                                \"end\": 205200,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9979cdc4-59dc-4e0c-96e8-828cbb4afc00\",\r\n                                \"text\": \" lieu\",\r\n                                \"start\": 210760,\r\n                                \"end\": 210920,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1de9d26-ab7a-4ad0-85ed-cdb1fc952770\",\r\n                                \"text\": \" serez\",\r\n                                \"start\": 204020,\r\n                                \"end\": 204220,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a21ec7b3-0653-4cbb-bba4-9fada252ecb1\",\r\n                                \"text\": \" sous\",\r\n                                \"start\": 204720,\r\n                                \"end\": 204820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a687c94c-b024-46f3-8c98-e2605f8822a1\",\r\n                                \"text\": \" endroit\",\r\n                                \"start\": 212180,\r\n                                \"end\": 212440,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"adbb76f6-5352-4e8e-9107-d30fa90121c6\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 205420,\r\n                                \"end\": 205600,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af0b4159-b756-4190-9e4c-b7dd56da4bda\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 201760,\r\n                                \"end\": 201880,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b17058e3-bb5c-4862-8559-0f0e8a4821f7\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 200880,\r\n                                \"end\": 201000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c12e3488-96c6-4a38-924c-157fb09d5e3a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 210480,\r\n                                \"end\": 210660,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c19dcd93-a795-4137-b836-034f73339d34\",\r\n                                \"text\": \" disposition\",\r\n                                \"start\": 201880,\r\n                                \"end\": 202300,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4112607-069c-45f1-a4ae-99a39f8790a6\",\r\n                                \"text\": \" détails.\",\r\n                                \"start\": 205940,\r\n                                \"end\": 206300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c81e2302-8bbf-4718-8c22-1cef3a59bf9a\",\r\n                                \"text\": \" contacté\",\r\n                                \"start\": 204220,\r\n                                \"end\": 204720,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb9f1a02-589f-4399-87df-039ac05a8800\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 197540,\r\n                                \"end\": 197980,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbc23f0c-1e31-4f29-8ebb-50ad10dfcc23\",\r\n                                \"text\": \" heures\",\r\n                                \"start\": 205200,\r\n                                \"end\": 205420,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd2813e1-9131-43aa-85a4-68884fcd5239\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 211680,\r\n                                \"end\": 211840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfe75875-0dcb-4cba-bc86-aba69ec6586a\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 212000,\r\n                                \"end\": 212180,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d24de4e8-bc26-4c7c-ae0c-e1b8270f2cd0\",\r\n                                \"text\": \" actuellement\",\r\n                                \"start\": 209540,\r\n                                \"end\": 209900,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3926246-7dfe-4e8a-822a-42f72cf78269\",\r\n                                \"text\": \" ajouter\",\r\n                                \"start\": 196300,\r\n                                \"end\": 196660,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5946300-a14c-4847-9a6c-d2114ba87f2b\",\r\n                                \"text\": \" étapes\",\r\n                                \"start\": 201000,\r\n                                \"end\": 201340,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6e57500-8c5a-49d5-b418-bdde49e68545\",\r\n                                \"text\": \" est-elle\",\r\n                                \"start\": 209180,\r\n                                \"end\": 209540,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd33dea3-bbd7-43f4-b2b1-61fdebaa5424\",\r\n                                \"text\": \" Vous\",\r\n                                \"start\": 203620,\r\n                                \"end\": 204020,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd4f2dc3-438b-42c2-b646-fcbc22a93551\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 199000,\r\n                                \"end\": 199480,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e56fd9c1-6b75-4362-9e70-2c79827c138a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 205800,\r\n                                \"end\": 205940,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9f32863-5d5d-44c2-8010-2452626f051b\",\r\n                                \"text\": \" reçu,\",\r\n                                \"start\": 199480,\r\n                                \"end\": 199780,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb946b28-815d-4c90-b265-8485c48bf41f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 208440,\r\n                                \"end\": 208600,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1a9a87d-0e5c-4de2-a11a-f270d78bd69e\",\r\n                                \"text\": \" concernant\",\r\n                                \"start\": 208040,\r\n                                \"end\": 208440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f916eefc-a5e8-46ea-815d-55a98a407f99\",\r\n                                \"text\": \" d'un\",\r\n                                \"start\": 202300,\r\n                                \"end\": 202640,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"4e60a743-a088-4bed-a0a5-42d5cc084ac3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:15-03:32\"\r\n                    },\r\n                    {\r\n                        \"id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\",\r\n                        \"text\": \"Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\",\r\n                        \"start\": 256540,\r\n                        \"end\": 273840,\r\n                        \"duration\": 17300,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04704b4b-dde2-4a1a-aac6-bbb9cea3a8b4\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 261899,\r\n                                \"end\": 262240,\r\n                                \"duration\": 341,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ca58b37-9224-4ff3-8e43-725011e303df\",\r\n                                \"text\": \" recevrez\",\r\n                                \"start\": 261079,\r\n                                \"end\": 261540,\r\n                                \"duration\": 461,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ebf057a-09d2-4e4c-9d06-dde351e612a1\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 261540,\r\n                                \"end\": 261640,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f1f25cf-de36-4f10-a0a1-076a96bc9eae\",\r\n                                \"text\": \" maximum\",\r\n                                \"start\": 259380,\r\n                                \"end\": 259740,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12842f5e-fb57-4ea8-88aa-a72f758d326d\",\r\n                                \"text\": \" est-il\",\r\n                                \"start\": 265300,\r\n                                \"end\": 265760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e071562-ae92-4824-95ff-a34d4c31d56e\",\r\n                                \"text\": \" beaucoup,\",\r\n                                \"start\": 256940,\r\n                                \"end\": 257180,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"283b653d-8c31-4beb-a212-79409416ee9f\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 257279,\r\n                                \"end\": 257519,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4efee1a4-1a6c-4e05-a3b1-241bbbfe72ee\",\r\n                                \"text\": \" 0601-02-03-04-05\",\r\n                                \"start\": 266330,\r\n                                \"end\": 273420,\r\n                                \"duration\": 7090,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52dd8bb7-9e39-475e-b443-0998ae86feec\",\r\n                                \"text\": \" heures.\",\r\n                                \"start\": 260200,\r\n                                \"end\": 260440,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70a15f9d-78fe-433f-9586-fe49d4b050d2\",\r\n                                \"text\": \" délai\",\r\n                                \"start\": 259140,\r\n                                \"end\": 259380,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c1a3a6d-6110-4524-bfcd-121f0191f9b4\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 262940,\r\n                                \"end\": 263200,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81c32268-57aa-449a-915f-d3b578c6b7ec\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 273420,\r\n                                \"end\": 273840,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8849a14e-a3bb-41c4-bc00-278a3aa115a6\",\r\n                                \"text\": \" envoyé\",\r\n                                \"start\": 258440,\r\n                                \"end\": 258880,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b57efef-1dc1-48af-98c9-7ae8c6ebe034\",\r\n                                \"text\": \" coordonnées\",\r\n                                \"start\": 262440,\r\n                                \"end\": 262940,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d31ba53-940a-4e9d-a3ae-dddab00e8006\",\r\n                                \"text\": \" toujours\",\r\n                                \"start\": 265760,\r\n                                \"end\": 266020,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"907fd51c-42ed-44b8-9d1b-86fb494817ab\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 265040,\r\n                                \"end\": 265300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94d7c9bf-0297-4b1c-ba39-550c8b547b9c\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 259000,\r\n                                \"end\": 259140,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9594e6a0-e8c6-4fa6-86cb-85f284cf6b01\",\r\n                                \"text\": \" SMS\",\r\n                                \"start\": 261640,\r\n                                \"end\": 261899,\r\n                                \"duration\": 259,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97f81e9c-a7f6-45fe-a0d6-3672fcbbc3b3\",\r\n                                \"text\": \" dépanneur\",\r\n                                \"start\": 257839,\r\n                                \"end\": 258240,\r\n                                \"duration\": 401,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d2d27f2-906d-4ac3-8fa8-f523e85b09b2\",\r\n                                \"text\": \" ses\",\r\n                                \"start\": 262240,\r\n                                \"end\": 262440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1bba709-cb89-40cd-97bf-65e8e2acbd2e\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 256540,\r\n                                \"end\": 256940,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c36be06a-5b27-491d-857f-b141ca164bfb\",\r\n                                \"text\": \" Vous\",\r\n                                \"start\": 260680,\r\n                                \"end\": 261079,\r\n                                \"duration\": 399,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c656f07f-17f5-43c7-b9b6-1bb1cd7bc489\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 264780,\r\n                                \"end\": 265040,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d210cd19-79f3-4e9e-8c3e-c547bb269ab7\",\r\n                                \"text\": \" l'heure\",\r\n                                \"start\": 263200,\r\n                                \"end\": 263340,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da0cfd0a-7d8f-450d-b173-9fa382bbb80a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 259740,\r\n                                \"end\": 260019,\r\n                                \"duration\": 279,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db434e62-9e1d-4096-b348-383f656dc32b\",\r\n                                \"text\": \" exacte\",\r\n                                \"start\": 263340,\r\n                                \"end\": 263760,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e091ceb4-b56a-4c95-92f9-8eb7ba7adfcd\",\r\n                                \"text\": \" d'arrivée.\",\r\n                                \"start\": 263760,\r\n                                \"end\": 264200,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e568a539-cc9a-4557-aafe-b715ce118876\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 266020,\r\n                                \"end\": 266320,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec516846-e2db-4e64-a2a2-2cf462a62818\",\r\n                                \"text\": \" deux\",\r\n                                \"start\": 260019,\r\n                                \"end\": 260200,\r\n                                \"duration\": 181,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efa209a7-85c6-4018-8821-463d0cbd1fd2\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 258240,\r\n                                \"end\": 258440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f05917e2-beb0-4657-b781-789efe59c894\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 258880,\r\n                                \"end\": 259000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0fdb01a-ab72-4310-bb1c-61ef7f9f2f1c\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 257640,\r\n                                \"end\": 257839,\r\n                                \"duration\": 199,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"50e48051-c05f-482f-97c9-b5d2a2413bc2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:16-04:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\",\r\n                        \"text\": \"Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\",\r\n                        \"start\": 9390,\r\n                        \"end\": 16650,\r\n                        \"duration\": 7260,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01db7864-6bc7-43cf-a404-4843973d1bf0\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 13250,\r\n                                \"end\": 14030,\r\n                                \"duration\": 780,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05a8839a-d11a-466e-a205-33ea1ea9932b\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 12950,\r\n                                \"end\": 13250,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10c1aeb6-a4b0-48a9-9e57-b632b1851d7b\",\r\n                                \"text\": \" savoir\",\r\n                                \"start\": 14350,\r\n                                \"end\": 14690,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1840b97e-188d-4e94-ba9f-d60905aa6804\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 10130,\r\n                                \"end\": 10690,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32462527-ac28-49f2-9458-5994417dfb8b\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 9390,\r\n                                \"end\": 9910,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"490d5e98-3b77-41a7-bb2b-bbb6203613a6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 12690,\r\n                                \"end\": 12950,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a64aa4a-50cb-4b4a-82b1-cdcb81e6231b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 15670,\r\n                                \"end\": 15810,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ba21c28-965a-43a8-927d-5d5b80148c81\",\r\n                                \"text\": \" d'avoir\",\r\n                                \"start\": 11950,\r\n                                \"end\": 12170,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c389716-91fb-44d9-b048-d215f4d8c265\",\r\n                                \"text\": \" indemnisé.\",\r\n                                \"start\": 15970,\r\n                                \"end\": 16650,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74f90324-5eb2-420a-85f1-0c40ac008a21\",\r\n                                \"text\": \" accident\",\r\n                                \"start\": 12410,\r\n                                \"end\": 12690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7725a3b8-2a0a-4e81-8f0d-ca74df670f89\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 14690,\r\n                                \"end\": 15550,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa8d790f-763c-421d-b6f7-0ba89e7389f0\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 10690,\r\n                                \"end\": 10850,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0e38c70-6da8-4e8d-ac93-50eb65a4fde2\",\r\n                                \"text\": \" appelle\",\r\n                                \"start\": 10850,\r\n                                \"end\": 11130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"caa9029e-df62-4836-a5cd-59b735f57ed9\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 11610,\r\n                                \"end\": 11730,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3e91cac-3823-4981-8b91-6c4fb92a822a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 14030,\r\n                                \"end\": 14150,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dae95613-b17d-43a4-bcc0-1a11fd75fc12\",\r\n                                \"text\": \" viens\",\r\n                                \"start\": 11730,\r\n                                \"end\": 11950,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2c7c655-1cc8-49ed-8064-24acc1c3595c\",\r\n                                \"text\": \" parce\",\r\n                                \"start\": 11130,\r\n                                \"end\": 11430,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7040540-ebee-4bc2-95d1-5e6a6891e605\",\r\n                                \"text\": \" être\",\r\n                                \"start\": 15810,\r\n                                \"end\": 15970,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3450fe1-c438-499d-929e-7081588e0815\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 15550,\r\n                                \"end\": 15670,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7455a9c-9689-44b7-8636-ce96f69b0d8b\",\r\n                                \"text\": \" voulais\",\r\n                                \"start\": 14150,\r\n                                \"end\": 14350,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7ac3f68-b5eb-4782-bb5e-79cd3d82b93f\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 12170,\r\n                                \"end\": 12410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f930cb6e-55ac-4083-ae11-4eea938fd65f\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 11430,\r\n                                \"end\": 11610,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"534e43f3-a1f1-44f1-b202-edd379e61cf3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:09-00:16\"\r\n                    },\r\n                    {\r\n                        \"id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\",\r\n                        \"text\": \"Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\",\r\n                        \"start\": 316610,\r\n                        \"end\": 324910,\r\n                        \"duration\": 8300,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"081ab7d8-0824-4a8a-ad87-773460355f10\",\r\n                                \"text\": \" appel.\",\r\n                                \"start\": 319270,\r\n                                \"end\": 319530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0adcbf85-bb1f-4cda-91ef-443e3e634474\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 317370,\r\n                                \"end\": 317450,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b3b24ea-6b57-4e3f-9aed-70cee16833fe\",\r\n                                \"text\": \" courage\",\r\n                                \"start\": 324130,\r\n                                \"end\": 324430,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"170b2dee-f8ac-4462-8096-b4f89f01a4d8\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 318130,\r\n                                \"end\": 318490,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23a07835-65e0-45fd-9537-40c2d729d637\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 321230,\r\n                                \"end\": 321610,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"301f2f7f-0f03-494e-9a3c-40baa92c2771\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 323430,\r\n                                \"end\": 323730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34afdea3-1aee-4eeb-a499-89cf4dd21197\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 320290,\r\n                                \"end\": 320490,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39951238-75d6-403b-b311-016d9e7d3447\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 324590,\r\n                                \"end\": 324690,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43335f12-d78b-423c-8067-09aeadcb4750\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 324430,\r\n                                \"end\": 324590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b31cc32-6006-4f6f-accc-9fcfce6c0278\",\r\n                                \"text\": \" d'autres\",\r\n                                \"start\": 320490,\r\n                                \"end\": 320690,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74cc7887-3436-4779-8e2b-d6defc6eaac4\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 321610,\r\n                                \"end\": 321910,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82ec269a-e895-447e-ab32-f88bdacc1d62\",\r\n                                \"text\": \" Si\",\r\n                                \"start\": 319770,\r\n                                \"end\": 320130,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83790d8e-3ff2-4af9-a6b6-e3b0aa320f8d\",\r\n                                \"text\": \" Avec\",\r\n                                \"start\": 316610,\r\n                                \"end\": 316970,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83dfde12-5ccc-4158-8634-4f6f92e706eb\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 318490,\r\n                                \"end\": 318710,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87606da9-de24-4138-805a-4f256708cce7\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 317590,\r\n                                \"end\": 317850,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96c429c3-241c-4ee3-b1d7-c3a0b3c7cc38\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 323730,\r\n                                \"end\": 324010,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"970a1565-9168-4847-8d50-25c2f671949a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 320130,\r\n                                \"end\": 320290,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f107b97-4c7a-4be5-9439-69161b04bd3d\",\r\n                                \"text\": \" recontacter.\",\r\n                                \"start\": 322030,\r\n                                \"end\": 322490,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8353de6-503b-4272-96e2-831c999a8826\",\r\n                                \"text\": \" plaisir,\",\r\n                                \"start\": 316970,\r\n                                \"end\": 317330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b906b91d-11b4-433b-8152-22670549d71f\",\r\n                                \"text\": \" questions,\",\r\n                                \"start\": 320690,\r\n                                \"end\": 321070,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c032e6c9-c1fa-4d3a-9a9d-865a8b628584\",\r\n                                \"text\": \" Bonne\",\r\n                                \"start\": 323070,\r\n                                \"end\": 323430,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2a6c4b6-1355-49d8-9841-3dc1cd4e64bd\",\r\n                                \"text\": \" bon\",\r\n                                \"start\": 324010,\r\n                                \"end\": 324130,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7975661-585c-4133-8ed5-fd0bda8a6f63\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 324690,\r\n                                \"end\": 324910,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da5c2cca-8fd2-40aa-b790-4971f81ad70d\",\r\n                                \"text\": \" clôturer\",\r\n                                \"start\": 318710,\r\n                                \"end\": 319130,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5ac0afc-e668-43ed-ac08-0581ceb286aa\",\r\n                                \"text\": \" cet\",\r\n                                \"start\": 319130,\r\n                                \"end\": 319270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea188a7f-9623-47c6-b679-f4cad19b81e8\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 321950,\r\n                                \"end\": 322030,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8f2023a-da18-4183-bff4-926c3734a629\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 321910,\r\n                                \"end\": 321950,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"60f9dfed-ecf7-4b24-a4d3-290735f75127\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:16-05:24\"\r\n                    },\r\n                    {\r\n                        \"id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\",\r\n                        \"text\": \"Oui, c'est exact.\",\r\n                        \"start\": 274550,\r\n                        \"end\": 275790,\r\n                        \"duration\": 1240,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"28428353-12df-455d-a01f-9c21d6a25162\",\r\n                                \"text\": \" exact.\",\r\n                                \"start\": 275530,\r\n                                \"end\": 275790,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e398b6d-824a-46fb-8000-45e31034abf9\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 274550,\r\n                                \"end\": 275270,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8d41999-46e5-4299-87d3-314c7d2a144b\",\r\n                                \"text\": \" c'est\",\r\n                                \"start\": 275290,\r\n                                \"end\": 275530,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"64f12848-7332-42e4-b8ba-e8db2a22c560\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:34-04:35\"\r\n                    },\r\n                    {\r\n                        \"id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\",\r\n                        \"text\": \"« Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\",\r\n                        \"start\": 247150,\r\n                        \"end\": 254870,\r\n                        \"duration\": 7720,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"131aeed2-a622-4161-8de9-850502c470b7\",\r\n                                \"text\": \" 002\",\r\n                                \"start\": 252330,\r\n                                \"end\": 253950,\r\n                                \"duration\": 1620,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"194c516f-974f-4be8-8b8c-41f17da159c1\",\r\n                                \"text\": \" Paix,\",\r\n                                \"start\": 251190,\r\n                                \"end\": 251470,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3001c9ac-5f01-4383-b3cb-fa5aa9112e27\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 247650,\r\n                                \"end\": 247790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3674c707-52d3-4610-9dc2-8b447b791cf2\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 248610,\r\n                                \"end\": 249470,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e5d5fc9-2e09-4c53-b772-461f62440b2f\",\r\n                                \"text\": \" elle\",\r\n                                \"start\": 247930,\r\n                                \"end\": 248410,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"408bdc43-3271-49cc-9320-c7e29a68608f\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 254630,\r\n                                \"end\": 254870,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4805a26f-d6c2-453e-ac39-1571fc91092c\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 251110,\r\n                                \"end\": 251190,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"648c9306-e8b8-4b81-a0b0-52d914ebbdb7\",\r\n                                \"text\": \" rue\",\r\n                                \"start\": 250510,\r\n                                \"end\": 250950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83a68dc9-930e-4e11-a661-4dc564246be1\",\r\n                                \"text\": \" 75\",\r\n                                \"start\": 251550,\r\n                                \"end\": 252330,\r\n                                \"duration\": 780,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e59474d-94bf-4115-b23a-0a550087a846\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 247150,\r\n                                \"end\": 247650,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a91c798f-4ad0-40c0-83d7-56904b6dfc78\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 248410,\r\n                                \"end\": 248610,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f080fff1-1d74-41a6-a577-536e0323d5b2\",\r\n                                \"text\": \" 20\",\r\n                                \"start\": 250090,\r\n                                \"end\": 250510,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1223709-a540-48c8-8546-bf50da85afc8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 250950,\r\n                                \"end\": 251110,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f964e9a5-5a33-4204-91ca-8afc49bb872b\",\r\n                                \"text\": \" Paris.\",\r\n                                \"start\": 253950,\r\n                                \"end\": 254430,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff4d20b2-93f6-4bdc-b4d6-6012a9a8b2f6\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 249470,\r\n                                \"end\": 250090,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75ea7744-ca14-4e21-990d-cab03b85c23e\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:07-04:14\"\r\n                    },\r\n                    {\r\n                        \"id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\",\r\n                        \"text\": \"« Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\",\r\n                        \"start\": 213860,\r\n                        \"end\": 217400,\r\n                        \"duration\": 3540,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"05a8726f-0634-4d69-9897-f12e7577599c\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 214060,\r\n                                \"end\": 214180,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a8ab496-ccb8-4cf5-8c78-0ceaa86c31b4\",\r\n                                \"text\": \" toujours\",\r\n                                \"start\": 214180,\r\n                                \"end\": 214440,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e336d11-61c8-4c0e-90e0-7d1c76fdb14b\",\r\n                                \"text\": \" l'accident.\",\r\n                                \"start\": 215300,\r\n                                \"end\": 215820,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4da4dd03-5d97-4770-9498-ca3924fc7e73\",\r\n                                \"text\": \" n'ai\",\r\n                                \"start\": 216260,\r\n                                \"end\": 216400,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"506c91a6-63c7-4161-8839-9897bfbf3e66\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 216400,\r\n                                \"end\": 216520,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"519e0c1f-e051-4708-b5d5-d6e7c99dbdd3\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 214780,\r\n                                \"end\": 214960,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53d1f794-aefb-47d9-b932-30c2a210f995\",\r\n                                \"text\": \" Elle\",\r\n                                \"start\": 214040,\r\n                                \"end\": 214060,\r\n                                \"duration\": 20,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ee7b25f-bf7f-461b-9f3a-138330a59cfe\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 213860,\r\n                                \"end\": 214040,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98596b96-03f8-4e1e-b33c-f2dc3cf5f1fc\",\r\n                                \"text\": \" lieu\",\r\n                                \"start\": 214960,\r\n                                \"end\": 215160,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a6d489db-94d0-4dba-b329-f3e0777e989c\",\r\n                                \"text\": \" déplacer.\",\r\n                                \"start\": 216880,\r\n                                \"end\": 217400,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb932d4f-8a70-492b-805e-a1cd4ec8c59f\",\r\n                                \"text\": \" pu\",\r\n                                \"start\": 216520,\r\n                                \"end\": 216720,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d164ed47-c88c-4458-b8f8-f4e7356d9aea\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 214440,\r\n                                \"end\": 214780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5a13fc4-cc62-4560-be15-25ff25c51611\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 215940,\r\n                                \"end\": 216260,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2ee931e-bbca-41a3-bb71-44b242d68c48\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 215160,\r\n                                \"end\": 215300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff2a0e7d-5b3a-4172-b482-969cb42aac80\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 216720,\r\n                                \"end\": 216880,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c49fdf4-6f7b-4e9b-93ca-646082299d4d\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:33-03:37\"\r\n                    },\r\n                    {\r\n                        \"id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 330560,\r\n                        \"end\": 331520,\r\n                        \"duration\": 960,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"6364bf42-fce8-46e7-83cb-2a5d1728a5fb\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 331100,\r\n                                \"end\": 331260,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9195f92e-9113-4136-b4b4-3c1202d3bb88\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 330560,\r\n                                \"end\": 330920,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ed65d12-74f9-4855-a4a1-a2e397da00bb\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 331260,\r\n                                \"end\": 331520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"83edc0f8-75e7-410b-917e-06f0b36e351a\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:30-05:31\"\r\n                    },\r\n                    {\r\n                        \"id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\",\r\n                        \"text\": \"Un garage agréé proche de chez moi serait parfait.\",\r\n                        \"start\": 287890,\r\n                        \"end\": 291550,\r\n                        \"duration\": 3660,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0402a54c-5578-447d-aa37-b9ad05aa4dfc\",\r\n                                \"text\": \" parfait.\",\r\n                                \"start\": 291170,\r\n                                \"end\": 291550,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c4a82fe-3013-4d05-ae43-996d0dc4f6f6\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 287890,\r\n                                \"end\": 288450,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3914ff01-7586-4422-8c0a-6a69223604a1\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 289070,\r\n                                \"end\": 289870,\r\n                                \"duration\": 800,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6035796c-678c-4ca8-ad55-62ee239d76a8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 290330,\r\n                                \"end\": 290550,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7ec7855-f059-43c3-9cad-2376af8a55cf\",\r\n                                \"text\": \" serait\",\r\n                                \"start\": 290930,\r\n                                \"end\": 291170,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba033ffb-007e-438f-8991-3407ae701114\",\r\n                                \"text\": \" moi\",\r\n                                \"start\": 290710,\r\n                                \"end\": 290930,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccf18f22-5b73-492b-9146-23d8416ccbd0\",\r\n                                \"text\": \" proche\",\r\n                                \"start\": 289870,\r\n                                \"end\": 290330,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2714e99-b2b3-4929-b8c9-885e76a9af10\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 288450,\r\n                                \"end\": 289070,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed614668-80de-4fd7-98d2-64fa279b9a00\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 290550,\r\n                                \"end\": 290710,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8877fba0-66ea-4b7f-a5a9-35c288f933f4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:47-04:51\"\r\n                    },\r\n                    {\r\n                        \"id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\",\r\n                        \"text\": \"Merci. Bonne journée à vous aussi.\",\r\n                        \"start\": 326840,\r\n                        \"end\": 328840,\r\n                        \"duration\": 2000,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1f186fa8-0b43-4167-8c1b-f49accb44bcb\",\r\n                                \"text\": \" Merci.\",\r\n                                \"start\": 326840,\r\n                                \"end\": 327400,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29cc6661-1b3f-4efe-88ea-199125e80149\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 328420,\r\n                                \"end\": 328560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a70a76b-2ecd-45de-9324-c94e1962b1a2\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 327960,\r\n                                \"end\": 328260,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a019a45c-b9a0-4d0c-821c-ee8aa7e71a85\",\r\n                                \"text\": \" Bonne\",\r\n                                \"start\": 327400,\r\n                                \"end\": 327960,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cffe493f-f453-457d-b666-43556c79459d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 328260,\r\n                                \"end\": 328420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7c138da-a2e2-459d-a0f6-9fa26f3a208e\",\r\n                                \"text\": \" aussi.\",\r\n                                \"start\": 328560,\r\n                                \"end\": 328840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8c0e187e-7029-49bf-addf-e46208921aa2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:26-05:28\"\r\n                    },\r\n                    {\r\n                        \"id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\",\r\n                        \"text\": \"Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\",\r\n                        \"start\": 164970,\r\n                        \"end\": 185040,\r\n                        \"duration\": 20070,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0d59b595-e636-42b7-b51c-14547a2d26df\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 170670,\r\n                                \"end\": 170830,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ed2d525-c05c-4605-af4c-0d211f596181\",\r\n                                \"text\": \" question\",\r\n                                \"start\": 166630,\r\n                                \"end\": 167030,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d0a1ff3-1790-4056-b105-d931aeca9baa\",\r\n                                \"text\": \" responsabilité\",\r\n                                \"start\": 170830,\r\n                                \"end\": 171630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32655a21-36b2-4394-9630-f6de50bde936\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 169290,\r\n                                \"end\": 169390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"387b3f0e-2b0e-4d7d-908b-4f776742ac6e\",\r\n                                \"text\": \" l'autre\",\r\n                                \"start\": 171790,\r\n                                \"end\": 171970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38fea436-7bf6-4899-8f62-d626369ccde9\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 181780,\r\n                                \"end\": 182220,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c98c8da-2b5d-4ef6-8e2d-afc07dc0a1f0\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 174450,\r\n                                \"end\": 174630,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d7235a4-305a-4636-9139-2a689f31dc53\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 174210,\r\n                                \"end\": 174450,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3df2f8de-6f6d-4e87-971c-a50b3994c6ae\",\r\n                                \"text\": \" également\",\r\n                                \"start\": 180800,\r\n                                \"end\": 181020,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f01fdc5-ee6e-4e44-9584-25c4311289d9\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 167530,\r\n                                \"end\": 167630,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43820a4b-fed7-43c3-84e2-3633fe463a00\",\r\n                                \"text\": \" m'avez\",\r\n                                \"start\": 169470,\r\n                                \"end\": 169690,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44fff1b4-d07c-4b9c-af8c-d857466721d6\",\r\n                                \"text\": \" remplacement.\",\r\n                                \"start\": 182320,\r\n                                \"end\": 182780,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45d0c1ae-93f4-4cfb-9437-70ad5c6d81ec\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 173690,\r\n                                \"end\": 174210,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cd4f70c-57c0-4204-959e-338c1b410125\",\r\n                                \"text\": \" bénéficier\",\r\n                                \"start\": 183940,\r\n                                \"end\": 184440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"582a10cf-faa9-42a6-885f-d4b651132308\",\r\n                                \"text\": \" confirmée\",\r\n                                \"start\": 172910,\r\n                                \"end\": 173450,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e5d0498-ee69-4a7e-bc6f-b01283627253\",\r\n                                \"text\": \" charge.\",\r\n                                \"start\": 178050,\r\n                                \"end\": 178370,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f8cfea5-c3c6-48c1-9e42-798745b1edbf\",\r\n                                \"text\": \" l'enquête,\",\r\n                                \"start\": 174630,\r\n                                \"end\": 175050,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6309c35a-b113-47cd-afd0-e310a74b7008\",\r\n                                \"text\": \" inclut\",\r\n                                \"start\": 180260,\r\n                                \"end\": 180800,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a6980ad-e6c9-4328-8260-2ebac5d80916\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 183860,\r\n                                \"end\": 183940,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b89034c-4c90-4f01-ba36-ccbff698fb62\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 169390,\r\n                                \"end\": 169470,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c0201de-e3ce-42e5-bd55-9572a3d86dd6\",\r\n                                \"text\": \" Souhaitez-vous\",\r\n                                \"start\": 183280,\r\n                                \"end\": 183860,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6efba960-cd47-4723-9447-e5b89091721d\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 175250,\r\n                                \"end\": 175670,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73d1936c-e8aa-431c-8364-a0cbf38e1776\",\r\n                                \"text\": \" devraient\",\r\n                                \"start\": 177070,\r\n                                \"end\": 177370,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f94d683-ee48-4373-96de-3baad3c66a14\",\r\n                                \"text\": \" répondre\",\r\n                                \"start\": 166050,\r\n                                \"end\": 166350,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"830dcc62-af5e-4e43-b097-8aef93ecebb2\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 171630,\r\n                                \"end\": 171790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84b66ac3-ed5d-4604-b71f-a30992f5a51d\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 176330,\r\n                                \"end\": 176490,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85d63b46-5f4a-4a4e-80bf-d034bf5a0148\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 176190,\r\n                                \"end\": 176330,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8613e7dd-7899-44a6-8184-2340aa07089c\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 171970,\r\n                                \"end\": 172710,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"995feacd-3e12-465d-924b-fc3ab071aeac\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 173450,\r\n                                \"end\": 173610,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9992881b-269a-496a-923e-45731172e0e5\",\r\n                                \"text\": \" prises\",\r\n                                \"start\": 177550,\r\n                                \"end\": 177890,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99fc4387-ef55-4bad-a079-c4e2ad2f4698\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 170330,\r\n                                \"end\": 170670,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c053b1a-4089-4545-a733-9d9d2a00298b\",\r\n                                \"text\": \" l'indemnisation,\",\r\n                                \"start\": 167630,\r\n                                \"end\": 168190,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a023b84e-e941-4676-940f-49b6b6167fcc\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 176490,\r\n                                \"end\": 177070,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a139623a-d87f-40f0-8edf-b0335fb42def\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 172710,\r\n                                \"end\": 172910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a24ff317-a322-4096-87f9-89adb20530ac\",\r\n                                \"text\": \" selon\",\r\n                                \"start\": 168870,\r\n                                \"end\": 169130,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3141508-8bcc-48fd-9b5b-367bed42a09d\",\r\n                                \"text\": \" décrit,\",\r\n                                \"start\": 169690,\r\n                                \"end\": 170070,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a6574647-29af-44af-81f0-e3cb5a214c6b\",\r\n                                \"text\": \" initiale\",\r\n                                \"start\": 167030,\r\n                                \"end\": 167530,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac7c64b3-726e-4fed-b870-81a37229a53f\",\r\n                                \"text\": \" réparations\",\r\n                                \"start\": 175670,\r\n                                \"end\": 176190,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba8184a6-0d19-4bec-8352-c2dcbf0b425f\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 181020,\r\n                                \"end\": 181780,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcdbf4a3-579e-48ef-bb0b-cba7b61480a8\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 179560,\r\n                                \"end\": 179960,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c243f2aa-80c5-454b-8f0f-18fd983dd3f8\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 169130,\r\n                                \"end\": 169290,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c483dc8c-0b89-4e91-9c3e-475b008d3eb8\",\r\n                                \"text\": \" Excellent\",\r\n                                \"start\": 164970,\r\n                                \"end\": 165490,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c87ad659-78c2-4d9f-bf3d-051662ef4af6\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 166350,\r\n                                \"end\": 166510,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd86e682-9ce7-4de1-aaf0-9fe57d3dd089\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 179960,\r\n                                \"end\": 180260,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2f3cd4f-b6b1-4f15-aa61-7df12738ea8a\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 166510,\r\n                                \"end\": 166630,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6738681-493a-410e-be21-c27934b524a1\",\r\n                                \"text\": \" !\",\r\n                                \"start\": 165490,\r\n                                \"end\": 165670,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da569414-3bce-4496-9f6f-5f2559390874\",\r\n                                \"text\": \" être\",\r\n                                \"start\": 177370,\r\n                                \"end\": 177550,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dece33f6-0c77-4052-aa34-6dac198ca9cb\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 177890,\r\n                                \"end\": 178050,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9a2e79b-ed38-41ae-9f34-40da7601e489\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 184440,\r\n                                \"end\": 185040,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9b4cfb7-580a-43a8-b68b-3f02ff42291c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 173610,\r\n                                \"end\": 173690,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef9dfd65-b504-4872-b3ba-7d1f38757ba6\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 165670,\r\n                                \"end\": 166050,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4a3f160-786c-43f9-9bb1-d411ed49b9f5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 182220,\r\n                                \"end\": 182320,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"949b87be-0cb5-4e7f-aa18-249d113b9cbb\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:44-03:05\"\r\n                    },\r\n                    {\r\n                        \"id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\",\r\n                        \"text\": \"Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\",\r\n                        \"start\": 293750,\r\n                        \"end\": 310300,\r\n                        \"duration\": 16550,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00babbad-7a84-4e86-ad1f-913ec361b0dc\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 295710,\r\n                                \"end\": 295890,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07bb8192-8b19-494b-9f4f-ba973b6fc4c0\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 303130,\r\n                                \"end\": 303550,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ee9a218-ed49-4452-b49b-7161412dce86\",\r\n                                \"text\": \" chose\",\r\n                                \"start\": 308440,\r\n                                \"end\": 308680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"118a267b-5371-4754-b302-7ec88eda26b2\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 299690,\r\n                                \"end\": 299830,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13f27320-f804-44d8-a706-46fcc39e600c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 297670,\r\n                                \"end\": 298190,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26cf37a5-c9ed-4c1a-8b60-77c0b66f4d4f\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 298190,\r\n                                \"end\": 298530,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2840cbc6-6e52-403d-a890-17c449a78c5a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 304250,\r\n                                \"end\": 304390,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a9d613d-670e-4cfb-858e-1fe0b633dbb0\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 309460,\r\n                                \"end\": 309580,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30e42921-a8aa-4b1d-bbdf-5424706ef031\",\r\n                                \"text\": \" d'anonymisation.\",\r\n                                \"start\": 306170,\r\n                                \"end\": 306790,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32e4f2ba-0dfb-434e-8862-6152ac9b20bb\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 296050,\r\n                                \"end\": 296530,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3366c327-09a7-42e3-91e7-3bfea95a6757\",\r\n                                \"text\": \" pourrons\",\r\n                                \"start\": 303550,\r\n                                \"end\": 303910,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3720c705-36ce-431f-86b2-71ca5d5c8c65\",\r\n                                \"text\": \" cela.\",\r\n                                \"start\": 295030,\r\n                                \"end\": 295230,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3921bb54-5c77-4bbf-9cd6-e10217761f49\",\r\n                                \"text\": \" alors,\",\r\n                                \"start\": 301870,\r\n                                \"end\": 302110,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dc74c53-237d-436e-9406-37289bff82e4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 295890,\r\n                                \"end\": 296050,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46ec5e37-5f45-4045-915c-85000fb7b364\",\r\n                                \"text\": \" Y\",\r\n                                \"start\": 307720,\r\n                                \"end\": 308080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c9b36e7-846d-413f-a250-8136f59d9c0c\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 298530,\r\n                                \"end\": 299130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e528f7e-9eed-4640-9e57-df44d0f3b03b\",\r\n                                \"text\": \" dégâts.\",\r\n                                \"start\": 300470,\r\n                                \"end\": 300810,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5efca080-912c-405e-b226-beab452552bd\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 302270,\r\n                                \"end\": 302510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"609e8d17-a1d4-49d3-bb70-9852593c8291\",\r\n                                \"text\": \" réparation\",\r\n                                \"start\": 305370,\r\n                                \"end\": 305990,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62a1f0cc-2279-4f82-9052-e1daa357dda3\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 309280,\r\n                                \"end\": 309460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70b5c658-ec26-41b3-b079-07810aaed6f0\",\r\n                                \"text\": \" Et\",\r\n                                \"start\": 301510,\r\n                                \"end\": 301870,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b9b2c4d-a83a-481c-a240-e07b3780f7d8\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 294270,\r\n                                \"end\": 294410,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82fa2a0f-1892-4199-b963-7aec166562b7\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 308840,\r\n                                \"end\": 308900,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"840ed90c-effb-4b99-9e00-7ab9e5951ae4\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 305250,\r\n                                \"end\": 305370,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84bc9eb2-1a04-40fa-a0ce-296bfd8729f3\",\r\n                                \"text\": \" indiquer\",\r\n                                \"start\": 294730,\r\n                                \"end\": 295030,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89ec5b52-4a67-4127-b8c9-f37364e56617\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 295350,\r\n                                \"end\": 295710,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cdd87d8-9071-4374-95b9-89c8ed0a2f87\",\r\n                                \"text\": \" avancer\",\r\n                                \"start\": 303910,\r\n                                \"end\": 304250,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e750545-5764-45a2-a61c-ace172e8eee0\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 300210,\r\n                                \"end\": 300470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f9e8dd8-4e0d-4419-9cc4-3d8629d2d86e\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 308680,\r\n                                \"end\": 308840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3ed9399-dd7c-4e1a-aa83-fbf1ea974198\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 309580,\r\n                                \"end\": 309700,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5d93dc8-25d6-48f3-9e04-efb0176449aa\",\r\n                                \"text\": \" a-t-il\",\r\n                                \"start\": 308080,\r\n                                \"end\": 308320,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a79e2db9-c8be-46c0-8614-64f55ed1bb76\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 294470,\r\n                                \"end\": 294590,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0216e49-c0d4-4fdc-9942-8f039bbbce2a\",\r\n                                \"text\": \" récupéré,\",\r\n                                \"start\": 296530,\r\n                                \"end\": 297570,\r\n                                \"duration\": 1040,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bed01a97-f493-4b9a-821b-47867ca5cb7e\",\r\n                                \"text\": \" processus\",\r\n                                \"start\": 304510,\r\n                                \"end\": 305250,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf0fc69e-a7ae-49b7-9d49-d5f600edb574\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 305990,\r\n                                \"end\": 306170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c78e4dfc-6f0b-4970-814b-9f1695c78ccd\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 310020,\r\n                                \"end\": 310300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca3350a2-4792-4393-8463-6a719e0cd762\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 309700,\r\n                                \"end\": 309740,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cefb6f58-e008-42f9-895b-b8598ca21409\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 294590,\r\n                                \"end\": 294730,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfd1b833-6f9c-422a-a582-40b59f41614f\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 308320,\r\n                                \"end\": 308440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de4fff0c-a183-41fa-9a69-7a941df3bc17\",\r\n                                \"text\": \" moment-là,\",\r\n                                \"start\": 302610,\r\n                                \"end\": 303050,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e422ef47-8a28-45f1-9a93-483c0818c4ce\",\r\n                                \"text\": \" puisse\",\r\n                                \"start\": 308900,\r\n                                \"end\": 309100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8b486d7-8a01-41bf-97a4-c4e3ce6d70e4\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 302510,\r\n                                \"end\": 302610,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb51dd81-227f-4f26-9c3f-0d17fb11d8cb\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 309100,\r\n                                \"end\": 309280,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eccbbbe8-37a7-4f5f-848e-14350ae99dc8\",\r\n                                \"text\": \" effectuera\",\r\n                                \"start\": 299130,\r\n                                \"end\": 299690,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed502092-e12f-4a18-a689-d6b0c2fbca24\",\r\n                                \"text\": \" sujet\",\r\n                                \"start\": 309740,\r\n                                \"end\": 310020,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1c8ce5d-ff7d-436f-b9ff-1c10b488d3a7\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 304390,\r\n                                \"end\": 304510,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f46e1f24-0a61-48a1-aee1-7c426f8602fd\",\r\n                                \"text\": \" évaluation\",\r\n                                \"start\": 299830,\r\n                                \"end\": 300210,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8624abf-5381-468f-b3ad-e444f4221002\",\r\n                                \"text\": \" Très\",\r\n                                \"start\": 293750,\r\n                                \"end\": 294270,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"aac4cc5d-5c06-46ee-bf08-2dfdccd8d444\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:53-05:10\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\",\r\n                        \"text\": \"Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\",\r\n                        \"start\": 18520,\r\n                        \"end\": 29440,\r\n                        \"duration\": 10920,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01246655-0f29-4bd3-85ab-a120355fe73e\",\r\n                                \"text\": \" d'apprendre\",\r\n                                \"start\": 19340,\r\n                                \"end\": 19640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e38d2a0-bfae-4584-9ac3-62d16c6a39e5\",\r\n                                \"text\": \" répondre\",\r\n                                \"start\": 21060,\r\n                                \"end\": 21320,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11bd87d9-15d9-49e2-9747-5e897f9e1040\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 24900,\r\n                                \"end\": 25460,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16917e38-9e21-4a56-8be2-05d01a7e669c\",\r\n                                \"text\": \" vous.\",\r\n                                \"start\": 24300,\r\n                                \"end\": 24480,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"194aebc0-0eef-4577-ba26-0ca69922b429\",\r\n                                \"text\": \" confirmer\",\r\n                                \"start\": 25560,\r\n                                \"end\": 26080,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25756c42-25a2-4b70-85d3-4f16e2784a37\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 25460,\r\n                                \"end\": 25560,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b2fc006-ebd1-486a-82bb-7eccba9ee6a6\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 28760,\r\n                                \"end\": 29000,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2eb9ef7e-9fc7-4ead-be26-a6c0f2a264a3\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 28660,\r\n                                \"end\": 28760,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a1493d5-74b8-4c76-b527-9fb98dabe890\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 20020,\r\n                                \"end\": 20160,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.56,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dd8d800-dad5-42a0-a306-59289cc7d10e\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 27220,\r\n                                \"end\": 27460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"503f9daf-8e43-4124-831c-7841cf86701a\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 21320,\r\n                                \"end\": 21600,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53669c62-8267-4602-acb6-157c1de0002e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 20920,\r\n                                \"end\": 21060,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a41c8b9-16fd-431e-8bfc-064589847868\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 27900,\r\n                                \"end\": 28100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5de5050c-396c-40cd-82cf-b56f34a2c51a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22240,\r\n                                \"end\": 22440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64e25863-f187-4b74-a93d-2e538667381e\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 28520,\r\n                                \"end\": 28660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74a9f538-cee2-4ac8-8c76-c5c1145546b2\",\r\n                                \"text\": \" concrat,\",\r\n                                \"start\": 28100,\r\n                                \"end\": 28480,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.37,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cffedbf-0d58-47b9-8c73-9aa554cbae3c\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 23860,\r\n                                \"end\": 24300,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f15d39f-1427-49e0-9cea-ad5e9c2e5d91\",\r\n                                \"text\": \" complet\",\r\n                                \"start\": 26500,\r\n                                \"end\": 26840,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f223f1a-5d2a-4bae-83f9-dec63731b648\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 22740,\r\n                                \"end\": 23200,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b8bc048-4fca-4b56-bc95-714f92ae9009\",\r\n                                \"text\": \" informations\",\r\n                                \"start\": 23460,\r\n                                \"end\": 23860,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1f4254c-ddc2-42a0-b65f-8e5554d25f05\",\r\n                                \"text\": \" certaines\",\r\n                                \"start\": 23200,\r\n                                \"end\": 23460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3326f66-1496-4429-b0af-f1cb0820edde\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 26080,\r\n                                \"end\": 26260,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a59c734d-6726-4604-8661-719799a042b3\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 18520,\r\n                                \"end\": 18740,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac126c8b-9723-4d3f-a5ed-d7d1e3120ec6\",\r\n                                \"text\": \" Avant\",\r\n                                \"start\": 20480,\r\n                                \"end\": 20920,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b724a251-dd62-47d2-8a7c-ad1adcc535d5\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 27460,\r\n                                \"end\": 27900,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b85af4a3-75a6-4c4e-8754-0ce508ae72bc\",\r\n                                \"text\": \" précisément,\",\r\n                                \"start\": 21600,\r\n                                \"end\": 22160,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd2c9384-2dcf-4f57-b255-41d35da6d8c4\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 18740,\r\n                                \"end\": 18840,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd377ddf-94c8-4c54-87e0-729becf1d3c0\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 18840,\r\n                                \"end\": 19340,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4bb6eff-fe39-4cd8-bf3e-aa2200ff0721\",\r\n                                \"text\": \" cela,\",\r\n                                \"start\": 19640,\r\n                                \"end\": 19920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd05f65c-0a6c-4875-8ce8-ee8a50205861\",\r\n                                \"text\": \" nom\",\r\n                                \"start\": 26260,\r\n                                \"end\": 26500,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3099710-f787-4728-b916-6aa38012c676\",\r\n                                \"text\": \" devoir\",\r\n                                \"start\": 22560,\r\n                                \"end\": 22740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e554b1b1-c344-4457-9f0b-3bd7dab95887\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 26840,\r\n                                \"end\": 27220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7487074-2490-4817-9c5e-5bf126c495a1\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 22440,\r\n                                \"end\": 22560,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb139332-060c-4118-8ab9-e7d7092b9de6\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 29000,\r\n                                \"end\": 29440,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0298438-8980-4cc8-a0d7-c94eef8d9318\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:18-00:29\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\",\r\n                        \"text\": \"» « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\",\r\n                        \"start\": 228620,\r\n                        \"end\": 233740,\r\n                        \"duration\": 5120,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"018cbfeb-4a06-40e3-acca-aa96b596e4d1\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 231420,\r\n                                \"end\": 231540,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a2720ee-1a4e-48db-80b1-5152e7aa88e9\",\r\n                                \"text\": \" sais\",\r\n                                \"start\": 231540,\r\n                                \"end\": 231720,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1822d476-9180-47fd-aeb3-2efbcc9959e7\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 233440,\r\n                                \"end\": 233740,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3217dcf9-ee26-4fb0-b490-88922733fe2f\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 229100,\r\n                                \"end\": 229500,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4150c0e7-8e3b-4ca7-a597-04133369a173\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 229060,\r\n                                \"end\": 229100,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e7745a9-7015-400d-b840-28e7680c7fc6\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 231960,\r\n                                \"end\": 232680,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70638a07-f47e-4044-a671-7ee698560200\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 230980,\r\n                                \"end\": 231420,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e1c29b9-9e0e-4939-be0c-2700fd9d1742\",\r\n                                \"text\": \" prendre.\",\r\n                                \"start\": 232900,\r\n                                \"end\": 233160,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90d08b3d-2c6c-427b-b082-a90900aabe1a\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 231720,\r\n                                \"end\": 231960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad3331c3-b39a-4bb0-946f-9e66916cfed4\",\r\n                                \"text\": \" voudrais\",\r\n                                \"start\": 229900,\r\n                                \"end\": 230200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3969e4c-f248-4dce-bbd2-3f5691feca71\",\r\n                                \"text\": \" m'y\",\r\n                                \"start\": 232680,\r\n                                \"end\": 232900,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5722e17-431c-49d5-87d6-e784e395ecd6\",\r\n                                \"text\": \" bien.\",\r\n                                \"start\": 230200,\r\n                                \"end\": 230420,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7298d72-ee7f-4e5f-ab75-12c9ff0af26e\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 228620,\r\n                                \"end\": 229060,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f69cb788-9ad2-47bc-bc25-0dade6b4918e\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 229620,\r\n                                \"end\": 229900,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b73f2fca-19ea-495c-8e52-a0cd9824f527\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:48-03:53\"\r\n                    },\r\n                    {\r\n                        \"id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\",\r\n                        \"text\": \"Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\",\r\n                        \"start\": 127990,\r\n                        \"end\": 132490,\r\n                        \"duration\": 4500,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"074f5ea1-3842-4cd0-8b66-88fef79b4ad5\",\r\n                                \"text\": \" envoyé.\",\r\n                                \"start\": 129289,\r\n                                \"end\": 129930,\r\n                                \"duration\": 641,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14a9ef19-27e1-409c-b909-df1624284c5d\",\r\n                                \"text\": \" m'expliquer\",\r\n                                \"start\": 130570,\r\n                                \"end\": 130990,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1beb3b3f-66d9-431c-b5df-89abdb92d9c1\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 128530,\r\n                                \"end\": 128669,\r\n                                \"duration\": 139,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ff4a838-4eab-4693-b350-e83c7986026b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 130990,\r\n                                \"end\": 131170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60a7adc1-fb85-4d8f-ab9a-fda9cc878154\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 129970,\r\n                                \"end\": 130570,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"669ac483-d376-41c6-a7c2-fdc3fd160e94\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 128889,\r\n                                \"end\": 129030,\r\n                                \"duration\": 141,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70a45dc5-543b-4de5-88c5-f31d56f59140\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 127990,\r\n                                \"end\": 128530,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc04e365-6cd9-4605-9e26-faf5d434ee41\",\r\n                                \"text\": \" encore\",\r\n                                \"start\": 129030,\r\n                                \"end\": 129289,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7dcc7bf-65ea-46a1-80ce-454accd92e26\",\r\n                                \"text\": \" l'ai\",\r\n                                \"start\": 128669,\r\n                                \"end\": 128889,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d07aa8fb-bb2d-491c-9e33-9d683c82f2a1\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 131710,\r\n                                \"end\": 132070,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e287aa7f-4a00-4b5d-8264-c05d8910af28\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 132070,\r\n                                \"end\": 132490,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3567ba4-354e-4a95-b859-63296c2ddcea\",\r\n                                \"text\": \" procédure\",\r\n                                \"start\": 131170,\r\n                                \"end\": 131710,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ba07465d-3545-40f4-9b61-abc08e68fad9\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:07-02:12\"\r\n                    },\r\n                    {\r\n                        \"id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\",\r\n                        \"text\": \"Non, ça ira pour le moment. Merci beaucoup.\",\r\n                        \"start\": 311580,\r\n                        \"end\": 314820,\r\n                        \"duration\": 3240,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02cb67ba-df0e-4818-b171-88223be280d7\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 314540,\r\n                                \"end\": 314820,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e27fcb3-e321-43e1-8ff1-20ed88ca3745\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 313380,\r\n                                \"end\": 313520,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38e39f5d-9525-4032-9a2e-ebbaf05c4bce\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 313240,\r\n                                \"end\": 313380,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ab58782-81cf-42c1-acdc-10b03f7addcf\",\r\n                                \"text\": \" ira\",\r\n                                \"start\": 312900,\r\n                                \"end\": 313240,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"566ac72e-bf45-4ee6-97b9-00df8f88b59a\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 313520,\r\n                                \"end\": 313780,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"876db19f-85b0-4a88-a702-3f23248e2c64\",\r\n                                \"text\": \" Non,\",\r\n                                \"start\": 311580,\r\n                                \"end\": 312140,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ecbb116-73f7-4671-86e9-02e0fc55e37f\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 313980,\r\n                                \"end\": 314540,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5881271-8224-455a-b424-0af88988375a\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 312440,\r\n                                \"end\": 312900,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d5996d74-96df-4a48-9bc1-3882b4729a16\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:11-05:14\"\r\n                    },\r\n                    {\r\n                        \"id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\",\r\n                        \"text\": \"Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\",\r\n                        \"start\": 44000,\r\n                        \"end\": 66090,\r\n                        \"duration\": 22090,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"048a13a4-f72d-4ee0-a428-6dbfc9e1a5fd\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 55730,\r\n                                \"end\": 55870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08e4341f-3019-47b6-8a38-74488b323fb4\",\r\n                                \"text\": \" circonstances\",\r\n                                \"start\": 64650,\r\n                                \"end\": 65209,\r\n                                \"duration\": 559,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0bf3d992-306e-4176-bdf9-77deb6155d2f\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 50570,\r\n                                \"end\": 51030,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0de9a15f-9e0f-484c-8162-019dc0bc356c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 64090,\r\n                                \"end\": 64170,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1147ceb0-6838-4685-9943-5733f8afd874\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 54130,\r\n                                \"end\": 54270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"164fa134-20ee-4e44-9320-66972dfeb17b\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 52410,\r\n                                \"end\": 52590,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"191198ca-78c4-4bcd-b98a-442acfa75e77\",\r\n                                \"text\": \" domicilié\",\r\n                                \"start\": 54710,\r\n                                \"end\": 55730,\r\n                                \"duration\": 1020,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ac74358-47b0-4eed-b506-ee45d30343ad\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 52770,\r\n                                \"end\": 53230,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b0a3045-3585-4785-aca1-6b1d2088d6d9\",\r\n                                \"text\": \" risque,\",\r\n                                \"start\": 54270,\r\n                                \"end\": 54550,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2844b259-819d-4b34-86b0-c0044fe7f568\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 45180,\r\n                                \"end\": 45540,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e66457c-9362-4a9a-85da-2dbf1cc3d62b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 62530,\r\n                                \"end\": 62830,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"33edf4d3-c490-4d26-849c-46ec19f9fbed\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 65209,\r\n                                \"end\": 65349,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4160b3d2-16a3-4108-82ea-23cd0c5ddaa6\",\r\n                                \"text\": \" comprendre\",\r\n                                \"start\": 62190,\r\n                                \"end\": 62530,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4254d4b9-455c-49dc-a99a-639926e16874\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 46780,\r\n                                \"end\": 46960,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"486691ef-85ae-45cc-8e63-3d40595bfb67\",\r\n                                \"text\": \" l'accident\",\r\n                                \"start\": 65349,\r\n                                \"end\": 65750,\r\n                                \"duration\": 401,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c794a52-16b4-4ea5-a1b8-f33055af2f39\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 61650,\r\n                                \"end\": 61830,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"505607f0-03fc-4481-a639-2f9deec927c8\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 48300,\r\n                                \"end\": 48740,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"518f0951-caad-46a5-9c10-e05dc52485b7\",\r\n                                \"text\": \" vois\",\r\n                                \"start\": 52210,\r\n                                \"end\": 52410,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53ec6b7b-57b7-4d3a-b9a4-55b672402b78\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 47520,\r\n                                \"end\": 47820,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54599b93-8a9a-4f08-b216-70fd9c807bdd\",\r\n                                \"text\": \" assuré\",\r\n                                \"start\": 53650,\r\n                                \"end\": 54130,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55f1e64f-13df-414d-b0c3-93f9ae42a5f2\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 44000,\r\n                                \"end\": 44640,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56f5988e-464f-4a09-ae87-069c479ec2ea\",\r\n                                \"text\": \" Anatole\",\r\n                                \"start\": 56830,\r\n                                \"end\": 57410,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57c1c9fa-8064-4035-962a-6404bc6dcc04\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 51870,\r\n                                \"end\": 52210,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bd8a6fa-ae7e-409d-9b55-4d5a139b7239\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 64170,\r\n                                \"end\": 64470,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68e3df9d-549c-4779-81db-2f35bab58bea\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 64470,\r\n                                \"end\": 64650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"721c9e50-ead1-45f7-b253-2e4fa01e6bd3\",\r\n                                \"text\": \" 300\",\r\n                                \"start\": 58550,\r\n                                \"end\": 59070,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7429cff7-83b5-410d-a8c4-94c02c6e0ccd\",\r\n                                \"text\": \" situation,\",\r\n                                \"start\": 62830,\r\n                                \"end\": 63150,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ff080af-a70b-4094-9292-a159383c26c5\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 63490,\r\n                                \"end\": 64090,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"837ece97-042d-4141-bf2b-457a33815d39\",\r\n                                \"text\": \" d'avoir\",\r\n                                \"start\": 51030,\r\n                                \"end\": 51270,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89859576-9eca-4b5f-87f1-33a5a5216953\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 61830,\r\n                                \"end\": 62190,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b42a336-1c1c-46ff-9009-a193b36492fb\",\r\n                                \"text\": \" consulter\",\r\n                                \"start\": 46280,\r\n                                \"end\": 46780,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9da63413-c21d-4ad8-9ead-89884cb4d314\",\r\n                                \"text\": \" rue\",\r\n                                \"start\": 56290,\r\n                                \"end\": 56830,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a16cd4dc-706c-4ac3-84a4-093b10644522\",\r\n                                \"text\": \" France,\",\r\n                                \"start\": 57410,\r\n                                \"end\": 57650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a69fa9a3-9ef4-4d0a-880f-099ef3c91000\",\r\n                                \"text\": \" ici,\",\r\n                                \"start\": 53230,\r\n                                \"end\": 53490,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"abae55f3-5324-4e61-b7e7-288c2e1aa003\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 46100,\r\n                                \"end\": 46280,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5e8358f-05d7-4141-97d2-a8812e85e829\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 48140,\r\n                                \"end\": 48300,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbbf2fcc-4532-4c1d-86f6-1ce0486dd3c9\",\r\n                                \"text\": \" Maintenant,\",\r\n                                \"start\": 61110,\r\n                                \"end\": 61570,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bffb6f83-f3bc-4c71-ad7a-a801acec04b9\",\r\n                                \"text\": \" dossier,\",\r\n                                \"start\": 46960,\r\n                                \"end\": 47480,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c695a98c-629c-4e37-a9a3-e877685c3bb2\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 65750,\r\n                                \"end\": 66090,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"caf75ef7-a1ab-4191-a33f-860b57553fe5\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52590,\r\n                                \"end\": 52770,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"daa2cce2-d526-4f74-985c-c7338eaf7044\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 45820,\r\n                                \"end\": 46100,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc837939-cec0-4607-a132-0180d53adfe4\",\r\n                                \"text\": \" beaucoup,\",\r\n                                \"start\": 44640,\r\n                                \"end\": 44880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df24eb72-f9c7-4e62-b88d-4d6f4493fe79\",\r\n                                \"text\": \" patienté.\",\r\n                                \"start\": 51270,\r\n                                \"end\": 51850,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfd9d866-9735-479b-b5b7-67e68bf62b0f\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 44980,\r\n                                \"end\": 45180,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1224e2a-53b8-498a-9705-438b7808ca08\",\r\n                                \"text\": \" Levallois-Perret.\",\r\n                                \"start\": 59070,\r\n                                \"end\": 60190,\r\n                                \"duration\": 1120,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3b36fd7-3eba-4083-a9c1-f7986fd24d12\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 57870,\r\n                                \"end\": 58550,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec12f636-5345-43f9-bab0-58cca279bc83\",\r\n                                \"text\": \" 80\",\r\n                                \"start\": 55870,\r\n                                \"end\": 56290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa643504-de40-4eb8-9303-65f2210f2fc6\",\r\n                                \"text\": \" prendra\",\r\n                                \"start\": 47820,\r\n                                \"end\": 48140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f44ca9c4-58e4-4534-86c9-bff4b18c950c\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:44-01:06\"\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"contact-reason-classification\": [\r\n                    {\r\n                        \"id\": \"8c7320ae-29a6-42cd-aac9-fa155fb42846\",\r\n                        \"text\": \"Car Accident\",\r\n                        \"object\": {\r\n                            \"title\": \"Car accident - Request for indemnification and replacement vehicle\",\r\n                            \"reasoning\": \"The customer had a car accident and called to inquire about the indemnization. The client's vehicle was hit on the right side by another vehicle, which ran a red light. No one was hurt in the accident. A constat amiable was filled, and the client has not yet sent it to the insurance company. The customer is also requesting a replacement vehicle, as their car is immobilized. The customer's policy is a full coverage one, and the insurance company will take care of the car repair costs, as well as provide a replacement vehicle, given the accident details and the confirmation of the other driver's responsibility. The client is based in Levallois-Perret, France.\",\r\n                            \"contact_reason\": \"Car Accident\"\r\n                        },\r\n                        \"type\": \"contact-reason-classification\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"88f49c8d-efff-4e26-aa3f-a1874b9bd518","name":"Get transcription and reason for contact detection status/result (Array input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/2ac37605-9b2f-4ea2-a30f-c8f88442553b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"2ac37605-9b2f-4ea2-a30f-c8f88442553b\",\r\n        \"audio_id\": \"f94aa604-4ad2-4208-bb03-9a58193be078\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 333461\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\r\n                \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\",\r\n                        \"text\": \"« Oui, elle est immobilisée au 20 rue de la Paix, 75 002 Paris. »\",\r\n                        \"start\": 247150,\r\n                        \"end\": 254870,\r\n                        \"duration\": 7720,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1015cb16-108f-4042-9284-00311cf04177\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 248610,\r\n                                \"end\": 249470,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24b35e29-73d9-4ec7-9100-96ba710145df\",\r\n                                \"text\": \" Paix,\",\r\n                                \"start\": 251190,\r\n                                \"end\": 251470,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"271792a4-6b42-4c53-afe4-e2044fc57195\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 248410,\r\n                                \"end\": 248610,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32d80147-6e94-43da-8856-097000ef4a28\",\r\n                                \"text\": \" 002\",\r\n                                \"start\": 252330,\r\n                                \"end\": 253950,\r\n                                \"duration\": 1620,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65ed88f6-aa2f-4d18-9b5a-dc36ef798408\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 247650,\r\n                                \"end\": 247790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"725285d7-c040-4088-a707-bca3b994ac4a\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 249470,\r\n                                \"end\": 250090,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74562083-7ad3-4a35-a6af-52a986912ee4\",\r\n                                \"text\": \" elle\",\r\n                                \"start\": 247930,\r\n                                \"end\": 248410,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82b3a3a5-7b0e-4f0c-aa3e-7a4a090774c7\",\r\n                                \"text\": \" rue\",\r\n                                \"start\": 250510,\r\n                                \"end\": 250950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a617807f-d8fb-409c-9d5f-4ac463d3e25b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 250950,\r\n                                \"end\": 251110,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7eb5220-001b-4bf1-a619-992711f84df1\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 247150,\r\n                                \"end\": 247650,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aab96fd5-f4a6-4c3f-abd4-b040bc674ddc\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 254630,\r\n                                \"end\": 254870,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5c05b44-a197-4679-b6f7-91dced247890\",\r\n                                \"text\": \" 20\",\r\n                                \"start\": 250090,\r\n                                \"end\": 250510,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb42a5c8-3067-41bf-9c73-d42e0622b506\",\r\n                                \"text\": \" Paris.\",\r\n                                \"start\": 253950,\r\n                                \"end\": 254430,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c590bd3e-8e7d-4027-8078-23df70470380\",\r\n                                \"text\": \" 75\",\r\n                                \"start\": 251550,\r\n                                \"end\": 252330,\r\n                                \"duration\": 780,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e434b34b-3166-454b-aafc-5c10b827181a\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 251110,\r\n                                \"end\": 251190,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"1c14866b-dddf-4650-afd7-8f18b10261ce\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:07-04:14\"\r\n                    },\r\n                    {\r\n                        \"id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\",\r\n                        \"text\": \"Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\",\r\n                        \"start\": 164970,\r\n                        \"end\": 185040,\r\n                        \"duration\": 20070,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01723daf-193b-4817-b59f-6308ccdb1b7d\",\r\n                                \"text\": \" selon\",\r\n                                \"start\": 168870,\r\n                                \"end\": 169130,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"02279bbe-d3a9-49c6-a314-5a3011408e22\",\r\n                                \"text\": \" charge.\",\r\n                                \"start\": 178050,\r\n                                \"end\": 178370,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08d40f59-fc84-48cd-8aab-c31f4d216f60\",\r\n                                \"text\": \" être\",\r\n                                \"start\": 177370,\r\n                                \"end\": 177550,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"095565e0-8b8a-4ec4-a2b9-3c0ae36ead0c\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 174210,\r\n                                \"end\": 174450,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ce1a320-cdaa-4955-bafb-c038f85c9c8c\",\r\n                                \"text\": \" confirmée\",\r\n                                \"start\": 172910,\r\n                                \"end\": 173450,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2752620a-f5ff-47bc-9d1b-ddc6824e177f\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 175250,\r\n                                \"end\": 175670,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"288fce02-8296-4e0e-b40c-245e72b77ba0\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 169290,\r\n                                \"end\": 169390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a9e4544-45b1-46d1-868b-86e87257f491\",\r\n                                \"text\": \" réparations\",\r\n                                \"start\": 175670,\r\n                                \"end\": 176190,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d511bf3-142b-439d-8b14-ffbeb69af380\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 165670,\r\n                                \"end\": 166050,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"444576c8-f4ec-4485-b553-51ac6d8782e1\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 183860,\r\n                                \"end\": 183940,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4656724c-2e2d-481a-a912-76c6d6ae35cd\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 179560,\r\n                                \"end\": 179960,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4848c182-2924-4bab-95d2-8437b3a86324\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 171970,\r\n                                \"end\": 172710,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"489a0a37-3598-499d-9b7b-453a872fd784\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 176330,\r\n                                \"end\": 176490,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c0c446f-cf23-438e-ae7d-fdc30a0a7b40\",\r\n                                \"text\": \" également\",\r\n                                \"start\": 180800,\r\n                                \"end\": 181020,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d2beae3-0cc6-4619-bdb9-131492a980f6\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 176490,\r\n                                \"end\": 177070,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55d054c1-3a44-4dca-8281-2d17e1f1ae2a\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 179960,\r\n                                \"end\": 180260,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5656a974-d2a7-4635-92fc-c8cd4ce1af02\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 177890,\r\n                                \"end\": 178050,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"569cfcb8-b9f1-4de9-bb28-cb557c5c2e90\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 169130,\r\n                                \"end\": 169290,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5cfdcf66-9fe6-4dea-980e-c740560054e8\",\r\n                                \"text\": \" m'avez\",\r\n                                \"start\": 169470,\r\n                                \"end\": 169690,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ffc6115-5f8c-49a4-b95f-4f4d0869a71d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 166350,\r\n                                \"end\": 166510,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"670a48c4-8eb6-46fb-89d0-587603424621\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 184440,\r\n                                \"end\": 185040,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"695d280e-9c2d-4a9c-8ce3-e980debaad05\",\r\n                                \"text\": \" l'enquête,\",\r\n                                \"start\": 174630,\r\n                                \"end\": 175050,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b9144c3-9263-4cd9-8b91-bec3f24787a7\",\r\n                                \"text\": \" responsabilité\",\r\n                                \"start\": 170830,\r\n                                \"end\": 171630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e954270-7fe8-4b02-a3cc-a606e018ce58\",\r\n                                \"text\": \" répondre\",\r\n                                \"start\": 166050,\r\n                                \"end\": 166350,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77742fa8-76ed-43fe-b3b8-167daa11f55e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 182220,\r\n                                \"end\": 182320,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8aff1cac-3888-423d-a703-747492c59b02\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 172710,\r\n                                \"end\": 172910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f88470a-cd00-449d-87a3-d1dc5cd81724\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 169390,\r\n                                \"end\": 169470,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"906dbc54-bacd-4886-ba0d-c04e1622ebf0\",\r\n                                \"text\": \" devraient\",\r\n                                \"start\": 177070,\r\n                                \"end\": 177370,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91517b16-cc59-425f-b906-893ccbf380d5\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 167530,\r\n                                \"end\": 167630,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94357b05-bf32-4947-9d41-34d1bb060808\",\r\n                                \"text\": \" bénéficier\",\r\n                                \"start\": 183940,\r\n                                \"end\": 184440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95bcca80-19ed-4b26-b5f6-d7fe29bb6f6b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 171630,\r\n                                \"end\": 171790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f49c7a2-1dff-41c2-8b25-56e67ba506d4\",\r\n                                \"text\": \" question\",\r\n                                \"start\": 166630,\r\n                                \"end\": 167030,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f6048c1-f7b8-45dc-91f1-e4a85163ab68\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 173450,\r\n                                \"end\": 173610,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fa5715a-863e-46a6-931e-2d8ba2504637\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 173610,\r\n                                \"end\": 173690,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9ef1e73-02df-46a7-92e1-6a3d8f9cd030\",\r\n                                \"text\": \" !\",\r\n                                \"start\": 165490,\r\n                                \"end\": 165670,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae81c4c8-1937-4801-bc9e-9d9a3e4391a5\",\r\n                                \"text\": \" remplacement.\",\r\n                                \"start\": 182320,\r\n                                \"end\": 182780,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b50f790a-7ca0-478c-8876-327e48830a69\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 166510,\r\n                                \"end\": 166630,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c77c175d-ccb1-4916-a880-28b3a87d26d7\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 176190,\r\n                                \"end\": 176330,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c845d954-c8b7-4e6e-85aa-aabe9bf63b44\",\r\n                                \"text\": \" l'indemnisation,\",\r\n                                \"start\": 167630,\r\n                                \"end\": 168190,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb6eb598-66fd-45eb-b443-f42ad249f2cb\",\r\n                                \"text\": \" Souhaitez-vous\",\r\n                                \"start\": 183280,\r\n                                \"end\": 183860,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce4311cb-87a1-42a0-a6dd-9e956548790e\",\r\n                                \"text\": \" inclut\",\r\n                                \"start\": 180260,\r\n                                \"end\": 180800,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfe15129-6e90-49d6-a989-deac0be1972f\",\r\n                                \"text\": \" l'autre\",\r\n                                \"start\": 171790,\r\n                                \"end\": 171970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d98e49ed-8ef0-4301-8d4e-fda9e3fb90dd\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 181020,\r\n                                \"end\": 181780,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc8612b4-2ffd-49a8-b564-02a958b2355a\",\r\n                                \"text\": \" décrit,\",\r\n                                \"start\": 169690,\r\n                                \"end\": 170070,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de36460b-6afd-48c2-ba31-a40532a6f12d\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 170330,\r\n                                \"end\": 170670,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4782de0-89a5-4b4f-a35e-40ae8855a764\",\r\n                                \"text\": \" Excellent\",\r\n                                \"start\": 164970,\r\n                                \"end\": 165490,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e99fa2c9-39ac-4deb-bc0e-1452615cf910\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 174450,\r\n                                \"end\": 174630,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edb520eb-a63d-4df6-a1df-4db79ca7c3b8\",\r\n                                \"text\": \" initiale\",\r\n                                \"start\": 167030,\r\n                                \"end\": 167530,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7f9f3a7-05b6-47ce-8281-c11599fd50df\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 181780,\r\n                                \"end\": 182220,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa589295-e3c2-44a0-8b91-604afa262a83\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 173690,\r\n                                \"end\": 174210,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fac72a29-5024-4443-a643-594d0e7b49d3\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 170670,\r\n                                \"end\": 170830,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"feefa60f-0402-4189-a4f7-2e2ec3f49671\",\r\n                                \"text\": \" prises\",\r\n                                \"start\": 177550,\r\n                                \"end\": 177890,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"219f5b8f-dba5-41a9-be5f-8b9d518725aa\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:44-03:05\"\r\n                    },\r\n                    {\r\n                        \"id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\",\r\n                        \"text\": \"Un garage agréé proche de chez moi serait parfait.\",\r\n                        \"start\": 287890,\r\n                        \"end\": 291550,\r\n                        \"duration\": 3660,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"087fd66b-d9c7-4d33-a3a1-71651baccef0\",\r\n                                \"text\": \" serait\",\r\n                                \"start\": 290930,\r\n                                \"end\": 291170,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09156c82-9223-496c-bfaa-34c5478c0f9a\",\r\n                                \"text\": \" proche\",\r\n                                \"start\": 289870,\r\n                                \"end\": 290330,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11bffc0a-4e70-41b7-b402-971ec93520b6\",\r\n                                \"text\": \" parfait.\",\r\n                                \"start\": 291170,\r\n                                \"end\": 291550,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1fe7f601-cfbe-4ce2-9697-7363d12e7b4f\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 290550,\r\n                                \"end\": 290710,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c54ff29-58db-4228-afe6-19414636ed65\",\r\n                                \"text\": \" moi\",\r\n                                \"start\": 290710,\r\n                                \"end\": 290930,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8eeedbad-2203-4040-8ca0-45cbd6220ffb\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 290330,\r\n                                \"end\": 290550,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2e2c17a-4c87-4df6-b17c-57a1b8f7ffae\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 289070,\r\n                                \"end\": 289870,\r\n                                \"duration\": 800,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3917e56-3178-44c3-8665-b0c51f6623aa\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 287890,\r\n                                \"end\": 288450,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1fdd3c1-abf3-4399-9662-80e329dd986c\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 288450,\r\n                                \"end\": 289070,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2cf1c06b-f3f6-45ed-9efb-39cd9a93a7c4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:47-04:51\"\r\n                    },\r\n                    {\r\n                        \"id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\",\r\n                        \"text\": \"Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\",\r\n                        \"start\": 195180,\r\n                        \"end\": 212780,\r\n                        \"duration\": 17600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0568f122-f909-4f44-9cb0-01c8d766d0ca\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 198660,\r\n                                \"end\": 198800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e5af3d9-efba-44a3-aa2e-dc60d4c06ffb\",\r\n                                \"text\": \" contacté\",\r\n                                \"start\": 204220,\r\n                                \"end\": 204720,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10a5d9c0-b36c-459d-a98f-f0f460870125\",\r\n                                \"text\": \" véhicule.\",\r\n                                \"start\": 202640,\r\n                                \"end\": 203100,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1737f8fa-6796-4332-8774-905b805ce4b5\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 208440,\r\n                                \"end\": 208600,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cba00b1-c97e-4bd9-9549-f8f4c3b4a9ad\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 196160,\r\n                                \"end\": 196300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ef3a482-3b60-4af1-9a19-8afb7a739bd8\",\r\n                                \"text\": \" actuellement\",\r\n                                \"start\": 209540,\r\n                                \"end\": 209900,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2049307e-05b9-4a62-a5d7-e42f811cc5ce\",\r\n                                \"text\": \" concernant\",\r\n                                \"start\": 208040,\r\n                                \"end\": 208440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"221a3ae9-8f95-4984-83e3-4a6afc65ff8c\",\r\n                                \"text\": \" l'accident\",\r\n                                \"start\": 211000,\r\n                                \"end\": 211440,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22fa8817-4799-4a5f-bd0c-eb4d29dd4920\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 196660,\r\n                                \"end\": 196860,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26c0d819-9619-4708-b5da-15765f93bdfe\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 197220,\r\n                                \"end\": 197400,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"33207f78-7451-4cde-9760-2b964c27271c\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 211440,\r\n                                \"end\": 211680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37f04786-a96c-4d0e-b04b-a8651995e345\",\r\n                                \"text\": \" heures\",\r\n                                \"start\": 205200,\r\n                                \"end\": 205420,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3afe31ac-4d06-451c-b423-bd6c67f42415\",\r\n                                \"text\": \" endroit\",\r\n                                \"start\": 212180,\r\n                                \"end\": 212440,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e0c8b19-3205-4d1a-9155-8caf021790c3\",\r\n                                \"text\": \" sous\",\r\n                                \"start\": 204720,\r\n                                \"end\": 204820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e5d0997-5e2b-4256-9c61-4508040d2279\",\r\n                                \"text\": \" disposition\",\r\n                                \"start\": 201880,\r\n                                \"end\": 202300,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45235b0e-b061-4ed4-81c3-d17f2ba494df\",\r\n                                \"text\": \" mise\",\r\n                                \"start\": 201600,\r\n                                \"end\": 201760,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48f2604c-e50b-4529-a5ab-7ef277f9c450\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 210920,\r\n                                \"end\": 211000,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cd135b9-900a-4f7f-8441-66ff71b0d112\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 198800,\r\n                                \"end\": 199000,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c506490-81e7-4606-8ce2-86838e3d1507\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 195600,\r\n                                \"end\": 195740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63f028cd-04b8-4167-9cee-a980c8247c7b\",\r\n                                \"text\": \" ajouter\",\r\n                                \"start\": 196300,\r\n                                \"end\": 196660,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"662966f7-3e12-4e13-ae41-071887f3af93\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 201760,\r\n                                \"end\": 201880,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6bbaf0e5-0db2-4f27-a61f-8fd5641dd437\",\r\n                                \"text\": \" est-elle\",\r\n                                \"start\": 209180,\r\n                                \"end\": 209540,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d147dbc-d32b-43aa-8903-7d499c4aeb65\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 199860,\r\n                                \"end\": 200060,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72bcac0c-3bf7-47ba-8b46-b7d731b7bd06\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 195860,\r\n                                \"end\": 196160,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"733200b1-82a0-420a-bc79-95ca86183447\",\r\n                                \"text\": \" lieu\",\r\n                                \"start\": 210760,\r\n                                \"end\": 210920,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ac08040-ebd2-453a-a1ec-9ba06aedff01\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 201340,\r\n                                \"end\": 201480,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ffb732e-ad3c-4ea2-bd04-11842587e627\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 211680,\r\n                                \"end\": 211840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90a439b4-17ee-4021-ad7c-6d33e0bb6e0f\",\r\n                                \"text\": \" pourrons\",\r\n                                \"start\": 200060,\r\n                                \"end\": 200360,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"972ad4ca-f2bf-4baa-a92b-04e2a1b57b96\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 212000,\r\n                                \"end\": 212180,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b71d8e8-0396-4ab1-86b9-2779cc09cc80\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 198260,\r\n                                \"end\": 198660,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a38e66f8-eeee-4664-920f-20ebf2ef2b16\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 205800,\r\n                                \"end\": 205940,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa9342a9-790c-4bb7-aa68-e6ad74d9a96d\",\r\n                                \"text\": \" Maintenant,\",\r\n                                \"start\": 207640,\r\n                                \"end\": 208040,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aefda466-9839-4fc9-9507-6e665767bccc\",\r\n                                \"text\": \" finaliser\",\r\n                                \"start\": 200360,\r\n                                \"end\": 200880,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"afaed5bf-a839-42fe-be31-42ee6902ecea\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 205420,\r\n                                \"end\": 205600,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0423b2e-3c58-4c95-85de-2ae4f63d3429\",\r\n                                \"text\": \" étapes\",\r\n                                \"start\": 201000,\r\n                                \"end\": 201340,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b41f0310-ba48-472c-ac1d-0a2ef8e20dcd\",\r\n                                \"text\": \" 48\",\r\n                                \"start\": 204820,\r\n                                \"end\": 205200,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b76585ec-437f-4e00-ad6c-e75f117b5623\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 196860,\r\n                                \"end\": 197220,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba47371e-22fd-4187-b67f-165f92fce513\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 205600,\r\n                                \"end\": 205800,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf562a74-2602-4c95-ba2a-a25ecb0f4046\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 209900,\r\n                                \"end\": 210480,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0ca6996-13e8-44fe-ab54-ce3194ff3b8a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 210480,\r\n                                \"end\": 210660,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d04ea4b3-f2fd-4f8c-9003-0a1cb1b876e7\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 199000,\r\n                                \"end\": 199480,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d087789e-eb06-40ee-8b88-a06f1f3da916\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 212440,\r\n                                \"end\": 212780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d729e3c0-8728-4f04-8881-c966158f7d04\",\r\n                                \"text\": \" détails.\",\r\n                                \"start\": 205940,\r\n                                \"end\": 206300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7361fd0-b9d6-4084-adba-8eee1cc40bd3\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 201480,\r\n                                \"end\": 201600,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9468d14-b073-4b80-a4db-7c863b728dfa\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 200880,\r\n                                \"end\": 201000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da515d5e-4bdd-4af0-8206-3d45ce154e39\",\r\n                                \"text\": \" serez\",\r\n                                \"start\": 204020,\r\n                                \"end\": 204220,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da6eb99b-43dd-48a4-b104-0c6d0a1f1da3\",\r\n                                \"text\": \" Très\",\r\n                                \"start\": 195180,\r\n                                \"end\": 195600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e18961d1-9419-4b1e-84ad-b7b2e7c22e96\",\r\n                                \"text\": \" reçu,\",\r\n                                \"start\": 199480,\r\n                                \"end\": 199780,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1acb20a-cd20-465c-a94f-fa08027aac7b\",\r\n                                \"text\": \" d'un\",\r\n                                \"start\": 202300,\r\n                                \"end\": 202640,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3413431-b7c0-415f-9b2b-bf8cfc936efc\",\r\n                                \"text\": \" voiture,\",\r\n                                \"start\": 208600,\r\n                                \"end\": 208960,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6f8435a-380a-4bfe-96af-34cfafbdb925\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 211840,\r\n                                \"end\": 212000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e90b78c6-423f-42de-bc98-f6627c19fcc7\",\r\n                                \"text\": \" Vous\",\r\n                                \"start\": 203620,\r\n                                \"end\": 204020,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef8de0f6-554f-4079-90e3-7d9456b4fc44\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 197540,\r\n                                \"end\": 197980,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eff454e5-3d37-434a-a448-5c910bbb0d1f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 197400,\r\n                                \"end\": 197540,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd7b19f0-2238-420b-910f-1df2032666ca\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 210660,\r\n                                \"end\": 210760,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2e2b4a29-ac0a-4592-9692-97ff6c883ce2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:15-03:32\"\r\n                    },\r\n                    {\r\n                        \"id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\",\r\n                        \"text\": \"» « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\",\r\n                        \"start\": 228620,\r\n                        \"end\": 233740,\r\n                        \"duration\": 5120,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"098ad2eb-72a1-425d-a07a-6b52f140c42f\",\r\n                                \"text\": \" prendre.\",\r\n                                \"start\": 232900,\r\n                                \"end\": 233160,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14cd347f-a466-45c6-a681-6db651768c7f\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 231420,\r\n                                \"end\": 231540,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40bc82a7-93eb-4e56-bff5-682a21844eff\",\r\n                                \"text\": \" voudrais\",\r\n                                \"start\": 229900,\r\n                                \"end\": 230200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"763d44b7-9eff-49eb-8a9b-fa805afadee9\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 231960,\r\n                                \"end\": 232680,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e6af5b8-d412-4e6d-ae6d-7e195dcf3b6c\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 229060,\r\n                                \"end\": 229100,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"896cb75d-30e9-4a36-ac00-1bdd9a9210fc\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 230980,\r\n                                \"end\": 231420,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bfa6dc6-c91a-4cf2-9342-53968b903e65\",\r\n                                \"text\": \" bien.\",\r\n                                \"start\": 230200,\r\n                                \"end\": 230420,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d841e07-6964-4675-ad74-101c52db216d\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 229100,\r\n                                \"end\": 229500,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb2fbb69-63fe-4908-8081-fbead1bed113\",\r\n                                \"text\": \" sais\",\r\n                                \"start\": 231540,\r\n                                \"end\": 231720,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d69e089b-9092-49df-a0f2-b809cceb8ba1\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 228620,\r\n                                \"end\": 229060,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da15260b-145c-423e-a645-f3d6570ece27\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 233440,\r\n                                \"end\": 233740,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcebf4d5-0e02-477e-8684-5f83ddc8303b\",\r\n                                \"text\": \" m'y\",\r\n                                \"start\": 232680,\r\n                                \"end\": 232900,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd1bc384-6ca9-4925-ac4d-de7b72ada67c\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 229620,\r\n                                \"end\": 229900,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb8aac0b-73a6-4208-abcb-5de4e9a5b437\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 231720,\r\n                                \"end\": 231960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"37cdefdf-2d16-4359-be45-0f23e54fea84\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:48-03:53\"\r\n                    },\r\n                    {\r\n                        \"id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\",\r\n                        \"text\": \"Oui, tout au long du jour, je sortais de chez moi pour aller travailler à Levallois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\",\r\n                        \"start\": 68120,\r\n                        \"end\": 81000,\r\n                        \"duration\": 12880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0070a3be-250c-4554-824f-49babf820276\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 71180,\r\n                                \"end\": 71280,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05b43b47-d1ae-4687-b7f4-6437ad6ecb8f\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 74480,\r\n                                \"end\": 74940,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a6af69d-df41-4d29-891e-50ee7b0721ed\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 77540,\r\n                                \"end\": 77740,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10c20edd-71df-4e51-ac10-abaf00038912\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 69660,\r\n                                \"end\": 69900,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.33,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"196a4626-6c98-4ce0-8096-524587dc32af\",\r\n                                \"text\": \" rouge.\",\r\n                                \"start\": 75540,\r\n                                \"end\": 75880,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a8550c2-7259-4ba2-9702-c5f1bd9754c6\",\r\n                                \"text\": \" percuté\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77540,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f23bcfa-790c-48a1-9263-dfc2fe30b6b8\",\r\n                                \"text\": \" feu\",\r\n                                \"start\": 75380,\r\n                                \"end\": 75540,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2349b0db-5177-4ca2-9fee-4455de62bde6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 71660,\r\n                                \"end\": 71940,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49c467ec-c969-4173-8e69-395f471f2649\",\r\n                                \"text\": \" jour,\",\r\n                                \"start\": 69900,\r\n                                \"end\": 70200,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.26,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52d60e89-7b2d-4bb8-988a-3449d6d294aa\",\r\n                                \"text\": \" grillé\",\r\n                                \"start\": 74940,\r\n                                \"end\": 75280,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55ef0040-3588-4040-8ca2-9a42a63561e6\",\r\n                                \"text\": \" droit.\",\r\n                                \"start\": 78120,\r\n                                \"end\": 78420,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5eeeb5aa-feed-4190-95d5-dbb28ea7ad4b\",\r\n                                \"text\": \" travailler\",\r\n                                \"start\": 72140,\r\n                                \"end\": 72440,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65a1bcee-73b7-4b0c-9e6e-253fc9a899e1\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 75280,\r\n                                \"end\": 75380,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7932964b-09d4-4de9-8e01-d692ee9eb3c2\",\r\n                                \"text\": \" moi\",\r\n                                \"start\": 71400,\r\n                                \"end\": 71660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9047f6e0-faa5-4d53-9038-fb0f8e3c234c\",\r\n                                \"text\": \" côté\",\r\n                                \"start\": 77880,\r\n                                \"end\": 78120,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98a9a50c-40e3-465b-9a56-9da71b47bae6\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 68120,\r\n                                \"end\": 68700,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.79,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a35672e-ee3a-4fa2-ae21-b348c3132f2a\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 73200,\r\n                                \"end\": 73740,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e0ab93e-915e-4596-adba-0ceaec1de4f0\",\r\n                                \"text\": \" aller\",\r\n                                \"start\": 71940,\r\n                                \"end\": 72140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a207db6f-34b9-484c-8fd1-4035e719fabd\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 71280,\r\n                                \"end\": 71400,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a76f96a4-5cf9-4a6f-84f2-37ea6e339633\",\r\n                                \"text\": \" sérieusement\",\r\n                                \"start\": 79880,\r\n                                \"end\": 80440,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af6ecbab-1e02-485f-9543-cd62a2ac597c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 72440,\r\n                                \"end\": 72760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6d2c023-49ff-47d1-8cff-20f506d45c64\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 69280,\r\n                                \"end\": 69460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b98f8e5a-9dbf-4b2a-9184-de4371fa59fe\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 79660,\r\n                                \"end\": 79880,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcf0d2e0-cb32-4a58-8d10-dac1c90ef140\",\r\n                                \"text\": \" endommagée.\",\r\n                                \"start\": 80440,\r\n                                \"end\": 81000,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5b56b34-9bf4-40bd-aab5-dd374db01cbd\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 68700,\r\n                                \"end\": 69280,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.5,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0bad9f1-f92c-43d5-a898-5b157f63251f\",\r\n                                \"text\": \" Elle\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76760,\r\n                                \"duration\": 880,\r\n                                \"probability\": 0.49,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d806d8d1-ae49-4381-8858-f6ac11cb8587\",\r\n                                \"text\": \" sortais\",\r\n                                \"start\": 70680,\r\n                                \"end\": 71180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfaa1d1a-5662-4399-b0bb-50950640df83\",\r\n                                \"text\": \" Ma\",\r\n                                \"start\": 78760,\r\n                                \"end\": 79300,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2149e49-bd7c-4253-ab1f-689d2ecbfe42\",\r\n                                \"text\": \" m'a\",\r\n                                \"start\": 76760,\r\n                                \"end\": 77040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e36e6538-aea2-4c63-85f6-7fb043984023\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 79300,\r\n                                \"end\": 79660,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e38789e6-d4a1-4b33-b6a9-fbc1b1c69b50\",\r\n                                \"text\": \" Levallois\",\r\n                                \"start\": 72760,\r\n                                \"end\": 73200,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7a4a470-7a37-4ef8-824a-adc5891cc69a\",\r\n                                \"text\": \" long\",\r\n                                \"start\": 69460,\r\n                                \"end\": 69660,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.37,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef17f730-fe88-4840-a279-c376a2d7d323\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 70200,\r\n                                \"end\": 70680,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f39c088c-a94e-49b7-8ca9-f3b9e523018b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 77740,\r\n                                \"end\": 77880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5f59d67-cc0b-4e53-aaa4-f70bd621a64e\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 73740,\r\n                                \"end\": 74080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f94a26f9-8c2b-46d7-a984-39d6b91f139e\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74480,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3efc231f-bcde-4f96-ad8c-6acb264f4c6d\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:08-01:21\"\r\n                    },\r\n                    {\r\n                        \"id\": \"42a51600-735f-49b2-b4c5-3d764945568c\",\r\n                        \"text\": \"D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\",\r\n                        \"start\": 219450,\r\n                        \"end\": 227790,\r\n                        \"duration\": 8340,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03088b16-48f2-40f5-bbfb-5fe6cc0d914f\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 221490,\r\n                                \"end\": 221870,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16301e6a-cc12-4fc8-93b2-ada024981ec2\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 219450,\r\n                                \"end\": 219830,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e093963-1a06-448a-b6e4-56b0cdb6aedf\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 227430,\r\n                                \"end\": 227590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29f56822-b9e4-43b8-814b-8b69970de85e\",\r\n                                \"text\": \" bien.\",\r\n                                \"start\": 220090,\r\n                                \"end\": 220290,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d6bb9e3-0f7e-4c73-b5d6-c473c52adcfb\",\r\n                                \"text\": \" très\",\r\n                                \"start\": 219950,\r\n                                \"end\": 220090,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f8afb8d-f4c2-4986-ab14-dccb0cdebc39\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 227590,\r\n                                \"end\": 227790,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39446c0d-b6ac-4502-bbbc-2a7a5bebe0f5\",\r\n                                \"text\": \" vois\",\r\n                                \"start\": 220910,\r\n                                \"end\": 221150,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d889505-0d58-4408-a7ce-0c6b3bf72914\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 220510,\r\n                                \"end\": 220910,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41ee4916-0a59-4c57-80f2-1cd96dfbe73d\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 223510,\r\n                                \"end\": 223990,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45f46880-e770-4ff3-9fde-6cb06592fb30\",\r\n                                \"text\": \" inclus.\",\r\n                                \"start\": 224730,\r\n                                \"end\": 225110,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50382272-1004-42fe-8ad8-5ce12b7698f3\",\r\n                                \"text\": \" d'un\",\r\n                                \"start\": 222610,\r\n                                \"end\": 222790,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e5086d6-f34b-4c16-b170-c0a0b6d79fa0\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 222790,\r\n                                \"end\": 222970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e699041-e3b6-4df4-8849-caebf22ac42a\",\r\n                                \"text\": \" bénéficiez\",\r\n                                \"start\": 222110,\r\n                                \"end\": 222610,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9263adb5-0061-4a6c-8f4b-e8ef22d5836e\",\r\n                                \"text\": \" Souhaitez-vous\",\r\n                                \"start\": 225890,\r\n                                \"end\": 226470,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97f7e8d8-566f-4c8f-a800-0457fc8930bd\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 221310,\r\n                                \"end\": 221490,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f065afd-87fe-4e3e-aad9-7c3d8c139312\",\r\n                                \"text\": \" j'organise\",\r\n                                \"start\": 226570,\r\n                                \"end\": 227090,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2e2b444-e5d7-47a7-b14c-dd7d0f28293c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 222030,\r\n                                \"end\": 222110,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac378477-c464-494b-bef4-8f0aa024c019\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 221870,\r\n                                \"end\": 222030,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b82f8d91-0442-4427-ac81-6c558d4f948a\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 227090,\r\n                                \"end\": 227230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c551fbd7-3636-4e1e-94a5-ef99d06ba182\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 226470,\r\n                                \"end\": 226570,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c922f44a-d214-49d6-98f9-079e5a8e41f4\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 221150,\r\n                                \"end\": 221310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1f1459c-75a6-46f0-b26d-0d68a854253f\",\r\n                                \"text\": \" d'assistance\",\r\n                                \"start\": 222970,\r\n                                \"end\": 223510,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f66a1aa5-13dc-4573-ad4c-ba149fe02a00\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 227230,\r\n                                \"end\": 227430,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff9cfc2a-0792-446a-93f6-77496aaf51f5\",\r\n                                \"text\": \" remorquage\",\r\n                                \"start\": 223990,\r\n                                \"end\": 224730,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"42a51600-735f-49b2-b4c5-3d764945568c\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:39-03:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\",\r\n                        \"text\": \"D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\",\r\n                        \"start\": 96070,\r\n                        \"end\": 105600,\r\n                        \"duration\": 9530,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00d37661-74ed-4e45-a9b4-f320d65600bc\",\r\n                                \"text\": \" détails.\",\r\n                                \"start\": 99780,\r\n                                \"end\": 100140,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"067cf701-1a23-4594-b1e1-38033d0b1478\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 97900,\r\n                                \"end\": 98040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a22ffab-6ed1-4d7f-ad3d-ea68da86c094\",\r\n                                \"text\": \" heureux\",\r\n                                \"start\": 96920,\r\n                                \"end\": 97340,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"164a1148-9aaa-409e-9383-b6a3407af56e\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 105380,\r\n                                \"end\": 105600,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18fd8be6-a155-48ee-a2b7-18bc3179ef1c\",\r\n                                \"text\": \" n'avez\",\r\n                                \"start\": 98040,\r\n                                \"end\": 98240,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e52e28b-fd18-4a8d-af9f-389077c77d69\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 99620,\r\n                                \"end\": 99780,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27666787-43b8-4907-ab19-2de628cbf6e4\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 96800,\r\n                                \"end\": 96920,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30f35d5d-c5c0-487a-8fb2-180ce6f4d74b\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 104040,\r\n                                \"end\": 104320,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37b1fabe-f7a2-4774-bd46-04de505cb865\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"498e440f-00a5-4839-9036-1f5614bd427f\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 96660,\r\n                                \"end\": 96800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50314ecb-38ba-4ea5-8035-71210e114870\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 99140,\r\n                                \"end\": 99440,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55b49475-2668-4a08-9c5b-c7cc4bd1ae39\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 98240,\r\n                                \"end\": 98440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e1fbfff-6ca4-4e68-a4e4-67bd0de7e59d\",\r\n                                \"text\": \" blessé\",\r\n                                \"start\": 105040,\r\n                                \"end\": 105380,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6997f607-e723-41a5-b6c6-76b781361542\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 96070,\r\n                                \"end\": 96480,\r\n                                \"duration\": 410,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69c54aa3-eee8-417b-a85c-5bd5d1f512b5\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 102200,\r\n                                \"end\": 102620,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72974158-1a54-4d85-9f36-a78d7fdf144c\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 103040,\r\n                                \"end\": 103660,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fff71d6-f61c-425c-a5f4-b32a256b8189\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 101340,\r\n                                \"end\": 101420,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95287047-c482-4df2-8963-b2debb9b1b56\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 103660,\r\n                                \"end\": 103800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a80749c7-1489-458f-af5d-5f22d793a905\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 98440,\r\n                                \"end\": 98680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8c9119d-d78d-4133-b59a-6c86ffee33bf\",\r\n                                \"text\": \" place\",\r\n                                \"start\": 103800,\r\n                                \"end\": 104040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa675756-b1af-4edd-b500-dfe17fa98a57\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 97660,\r\n                                \"end\": 97900,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aea52e6a-9446-46a2-a384-a98c77a8feb5\",\r\n                                \"text\": \" blessé.\",\r\n                                \"start\": 98680,\r\n                                \"end\": 99100,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2b7845f-9fab-4057-9325-ee391d5aed19\",\r\n                                \"text\": \" d'apprendre\",\r\n                                \"start\": 97340,\r\n                                \"end\": 97660,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2f4d6de-24d3-4aa2-b06d-c819800afc3e\",\r\n                                \"text\": \" amiable\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102200,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfcd46ba-2d65-43b0-b6a8-d0b21b77924b\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 99440,\r\n                                \"end\": 99620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d80b107a-36f3-435e-9197-47085a268943\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 104900,\r\n                                \"end\": 105040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ebca9abb-7e25-4c1e-883e-6b30e767f2a4\",\r\n                                \"text\": \" rempli\",\r\n                                \"start\": 100960,\r\n                                \"end\": 101340,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f08747e9-862e-4aad-8149-11a7bbce3370\",\r\n                                \"text\": \" l'autre\",\r\n                                \"start\": 102620,\r\n                                \"end\": 103040,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2394d95-58d6-49d7-9bdf-2ac81be40621\",\r\n                                \"text\": \" A-t-il\",\r\n                                \"start\": 104320,\r\n                                \"end\": 104900,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f770f110-2441-4789-92e9-18c934c80faf\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 100540,\r\n                                \"end\": 100960,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5486bb4c-ded6-470f-be26-395b0277c7b3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:36-01:45\"\r\n                    },\r\n                    {\r\n                        \"id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\",\r\n                        \"text\": \"Oui, c'est exact.\",\r\n                        \"start\": 274550,\r\n                        \"end\": 275790,\r\n                        \"duration\": 1240,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03d1ba95-49ee-4094-82fa-b8619bcaf33b\",\r\n                                \"text\": \" c'est\",\r\n                                \"start\": 275290,\r\n                                \"end\": 275530,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26014066-5545-4b31-b09c-87cc419abad4\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 274550,\r\n                                \"end\": 275270,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70491a75-d27a-4f5f-b9a4-27468880ded3\",\r\n                                \"text\": \" exact.\",\r\n                                \"start\": 275530,\r\n                                \"end\": 275790,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"59134dd4-fea5-477e-bbdf-0da6d52fa037\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:34-04:35\"\r\n                    },\r\n                    {\r\n                        \"id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\",\r\n                        \"text\": \"Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\",\r\n                        \"start\": 235160,\r\n                        \"end\": 246600,\r\n                        \"duration\": 11440,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0c148f22-601b-47bf-a603-8a06e5b72eb3\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 238400,\r\n                                \"end\": 238560,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c3cd535-4352-4da9-8787-55fbe881ff38\",\r\n                                \"text\": \" allons\",\r\n                                \"start\": 235960,\r\n                                \"end\": 236180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c971577-3252-4122-bec0-9981905b2ba3\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 238560,\r\n                                \"end\": 238740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.71,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f84254d-e483-40fc-851d-7348b21bc2c6\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 246320,\r\n                                \"end\": 246600,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2228f10a-3652-4588-8932-f749e6f30ce8\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 246120,\r\n                                \"end\": 246320,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2729480d-25b4-4d7c-8722-e5ee000674e5\",\r\n                                \"text\": \" voiture.\",\r\n                                \"start\": 242460,\r\n                                \"end\": 242800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ebecf73-162a-427b-b144-9d2c2e3f20b8\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 235840,\r\n                                \"end\": 235960,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36bbc2f9-6801-4bcb-9993-bd2ab3327b51\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 246060,\r\n                                \"end\": 246120,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fec824e-cae5-406b-9b4d-a5c5ed074255\",\r\n                                \"text\": \" occuper\",\r\n                                \"start\": 236480,\r\n                                \"end\": 236840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"407f38b4-3b54-4579-8911-ac8b1f74ef63\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 243600,\r\n                                \"end\": 243780,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4724011f-ce70-48ee-93d0-860b71ea041d\",\r\n                                \"text\": \" routière\",\r\n                                \"start\": 240320,\r\n                                \"end\": 240720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4df402b9-695c-4d62-b319-96ceb7de2e86\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 236340,\r\n                                \"end\": 236480,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51edbe0c-d8e8-4f84-b1c6-97fafade4e2c\",\r\n                                \"text\": \" d'assistance\",\r\n                                \"start\": 239840,\r\n                                \"end\": 240320,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69c63588-e8a4-45f2-878f-7ac059b16e21\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 235360,\r\n                                \"end\": 235420,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e71dbec-dcdf-4e1f-8fd8-1c073a00f096\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 242280,\r\n                                \"end\": 242460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7509e53b-5d6a-4600-8142-e3dd79ec282b\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 243540,\r\n                                \"end\": 243600,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c7ca0b7-4556-4f03-a46b-c7686df75b08\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 238000,\r\n                                \"end\": 238400,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"847c47f5-4519-4c10-b4ce-7dd460d6b73b\",\r\n                                \"text\": \" se\",\r\n                                \"start\": 245140,\r\n                                \"end\": 245260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"889fd174-3cad-45db-beda-7b0b429ca557\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 239180,\r\n                                \"end\": 239460,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93a88c14-878e-44bd-a01f-c0100c341b45\",\r\n                                \"text\": \" Pas\",\r\n                                \"start\": 235160,\r\n                                \"end\": 235360,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99a27ddd-6a5f-42f9-b361-47aaec601bd9\",\r\n                                \"text\": \" Est-ce\",\r\n                                \"start\": 243140,\r\n                                \"end\": 243540,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a4c69a3-e8ef-49a6-9279-2378b699321c\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 236180,\r\n                                \"end\": 236340,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2e7b163-0d8f-4364-84b6-2f273d2901c1\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 238740,\r\n                                \"end\": 239180,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5767fa5-5978-4342-8fd7-02b0e0b817d0\",\r\n                                \"text\": \" souci,\",\r\n                                \"start\": 235420,\r\n                                \"end\": 235780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae1faeb0-ea0e-424a-8918-2fa86d7cf9ad\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 239460,\r\n                                \"end\": 239840,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1d159e7-33e6-4e13-be3f-fba1f80fbc5d\",\r\n                                \"text\": \" voiture,\",\r\n                                \"start\": 245580,\r\n                                \"end\": 245800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2d76f22-e338-4235-aa82-4148d412f93d\",\r\n                                \"text\": \" où\",\r\n                                \"start\": 244920,\r\n                                \"end\": 245140,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b41ff0d9-da77-4f4b-8ff5-b7b4883340db\",\r\n                                \"text\": \" pourriez\",\r\n                                \"start\": 243780,\r\n                                \"end\": 244100,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9aaad3f-726d-4070-9eec-906344012262\",\r\n                                \"text\": \" confirmer\",\r\n                                \"start\": 244100,\r\n                                \"end\": 244560,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4fbb1cd-4da3-4a03-9042-a6db97320ae4\",\r\n                                \"text\": \" trouve\",\r\n                                \"start\": 245260,\r\n                                \"end\": 245440,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c81389f7-0f02-4838-8a0f-dacec20d421f\",\r\n                                \"text\": \" ensemble.\",\r\n                                \"start\": 236840,\r\n                                \"end\": 237220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c83a7dfa-5627-4171-938f-8f11aee39188\",\r\n                                \"text\": \" vienne\",\r\n                                \"start\": 241620,\r\n                                \"end\": 241820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d256980e-0b17-4dca-a0a0-1fd67c1f1198\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 245440,\r\n                                \"end\": 245580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d379b81e-cf46-4f7d-ba68-8740e88eaaeb\",\r\n                                \"text\": \" qu'un\",\r\n                                \"start\": 240920,\r\n                                \"end\": 241140,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d998cbd9-8816-4569-bb4c-b8d604684119\",\r\n                                \"text\": \" l'adresse\",\r\n                                \"start\": 244560,\r\n                                \"end\": 244920,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e693d9e8-89dc-4376-88e0-63d43a04e812\",\r\n                                \"text\": \" dépanneur\",\r\n                                \"start\": 241140,\r\n                                \"end\": 241620,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eaafdb69-1b47-40cc-9c93-7c45c3b57360\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 240720,\r\n                                \"end\": 240920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec00a668-1d7d-4758-bb3c-381818227bcb\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 245920,\r\n                                \"end\": 246060,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f007ba5e-0929-4e23-b176-06754ac46a8f\",\r\n                                \"text\": \" récupérer\",\r\n                                \"start\": 241820,\r\n                                \"end\": 242280,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"59ebe1b2-6a01-4d68-a057-40ff1c4797c7\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:55-04:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\",\r\n                        \"text\": \"« Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\",\r\n                        \"start\": 185370,\r\n                        \"end\": 193410,\r\n                        \"duration\": 8040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00a4a8b9-daa8-4c74-a0db-0f1d4ff937f2\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 188730,\r\n                                \"end\": 188990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"035ebb51-18e8-48c4-abdc-22b416b57818\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 190910,\r\n                                \"end\": 191130,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ecf0d41-f8b0-45d5-a545-49256725cc71\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 192030,\r\n                                \"end\": 192210,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"297d1f50-dc28-4c96-9fa0-cf8518c55c57\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 186610,\r\n                                \"end\": 186730,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41e580b7-576d-4433-9dc5-701b38ddaefd\",\r\n                                \"text\": \" immobilisée\",\r\n                                \"start\": 188990,\r\n                                \"end\": 189710,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49c91308-5ca8-4eaf-a9a0-890f80e44ea7\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 185990,\r\n                                \"end\": 186030,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4edb1037-8cbc-4728-93eb-94e98d2c952d\",\r\n                                \"text\": \" serait\",\r\n                                \"start\": 186730,\r\n                                \"end\": 187010,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a32f17a-9a76-4aa4-a9f9-2f459e6e7d9b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 191130,\r\n                                \"end\": 191270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b52b19a-b06a-4c13-bc1b-4df139b9853f\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 188390,\r\n                                \"end\": 188730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b730529-8001-4e1e-b02d-0ecb8f0442df\",\r\n                                \"text\": \" très\",\r\n                                \"start\": 187010,\r\n                                \"end\": 187270,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f5a0eb0-8cf5-4169-a195-ea38b126c5f6\",\r\n                                \"text\": \" utile.\",\r\n                                \"start\": 187270,\r\n                                \"end\": 187750,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76adbbe9-0a91-4656-8931-29415bdbc048\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 189710,\r\n                                \"end\": 189810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"797b3c90-8779-4da5-9204-396566fc54d0\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 189810,\r\n                                \"end\": 189930,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fccdfba-8f6f-4d0e-9dca-79e7d1db2edd\",\r\n                                \"text\": \" Ma\",\r\n                                \"start\": 187950,\r\n                                \"end\": 188390,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82fba3c1-edd8-49ed-a0b7-ae2b00983f80\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 191590,\r\n                                \"end\": 192030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b1fc70b-b583-4527-aef5-4db0ea0f128b\",\r\n                                \"text\": \" garer\",\r\n                                \"start\": 191270,\r\n                                \"end\": 191590,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9221b035-9223-4775-a9e9-6a940678ae4c\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 190390,\r\n                                \"end\": 190710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93ca0ecf-1553-4453-9592-ec8eecbaa740\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 185370,\r\n                                \"end\": 185990,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0c74662-972b-4937-a95e-9a20abbbace9\",\r\n                                \"text\": \" bas-côté.\",\r\n                                \"start\": 192210,\r\n                                \"end\": 192730,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce349cea-6250-49ae-ac83-457287a88667\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 186170,\r\n                                \"end\": 186610,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4bf8204-52ab-4916-9bc1-bef97095a529\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 189930,\r\n                                \"end\": 190210,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de3991d1-521c-4547-a9c0-11c57da9364e\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 192970,\r\n                                \"end\": 193410,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe8cac76-bbe0-42a3-a521-93159cbae259\",\r\n                                \"text\": \" réussi\",\r\n                                \"start\": 190710,\r\n                                \"end\": 190910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"63ea60f9-aa1d-4ddf-a9e4-209bace7996b\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:05-03:13\"\r\n                    },\r\n                    {\r\n                        \"id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\",\r\n                        \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi, comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 3060,\r\n                        \"end\": 8760,\r\n                        \"duration\": 5700,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"003198b0-5061-49ce-8887-22b3665d2e12\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 7800,\r\n                                \"end\": 7900,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ab9c935-6c17-437e-8184-5412141318fb\",\r\n                                \"text\": \" m'appelle\",\r\n                                \"start\": 6760,\r\n                                \"end\": 7020,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b275f61-eab5-4cec-ae28-6e78a364d32d\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 5420,\r\n                                \"end\": 5700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d97bd04-ef5c-4b2d-9fe8-6eee82a2997c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4260,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1eb10149-25f4-4180-87cd-ddcca88ff826\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4520,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d2e5713-9c75-4221-9c10-fef93ee1537c\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 6620,\r\n                                \"end\": 6760,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55ba3f78-20e8-4015-9730-01fdd4ae9287\",\r\n                                \"text\": \" Rémi,\",\r\n                                \"start\": 7020,\r\n                                \"end\": 7260,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56ac4b5d-a78f-4f69-9172-7b776fe7ccaa\",\r\n                                \"text\": \" Poulpe\",\r\n                                \"start\": 5860,\r\n                                \"end\": 6080,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57b7d0b2-27b3-4d9b-a304-7497026423c3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 5700,\r\n                                \"end\": 5860,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b1c117a-f840-4442-ba32-88240902e8f6\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 5180,\r\n                                \"end\": 5420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e1f51ac-3ad2-452a-8ba4-e55ad174a300\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 8080,\r\n                                \"end\": 8500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"66e6e81a-24f3-42e6-b124-4344a8589efa\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 3060,\r\n                                \"end\": 3640,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88148a1f-b05a-4875-87ce-fe08218fc444\",\r\n                                \"text\": \" comment\",\r\n                                \"start\": 7400,\r\n                                \"end\": 7560,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92ffbc61-a36e-40e6-af6c-c466bbc3b63d\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 4820,\r\n                                \"end\": 5060,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab652374-f84d-431a-a789-b0617a96b379\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 5060,\r\n                                \"end\": 5180,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aba0c0b3-cc6a-4aef-a3d5-73fbae1c0f1c\",\r\n                                \"text\": \" Assurance.\",\r\n                                \"start\": 6080,\r\n                                \"end\": 6520,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2cbbcc8-e222-4b95-8bdf-46b63275cc18\",\r\n                                \"text\": \" contact\",\r\n                                \"start\": 4620,\r\n                                \"end\": 4820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca0880ca-3018-4635-b43c-301f01929578\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 7560,\r\n                                \"end\": 7800,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d94a17f1-6b7c-46e4-b08e-a61584237140\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 8500,\r\n                                \"end\": 8760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de32f647-0462-468f-a3e6-e5edf85c5bf4\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 4260,\r\n                                \"end\": 4440,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb70a0e6-b70e-4b70-9d2d-5a57e16f502f\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 7900,\r\n                                \"end\": 8080,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f406fd26-60a7-469f-8a4c-66b16f9e771e\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 4520,\r\n                                \"end\": 4620,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"68aa6748-1c58-4d7a-80ef-7f0ef3e13951\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:03-00:08\"\r\n                    },\r\n                    {\r\n                        \"id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\",\r\n                        \"text\": \"Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\",\r\n                        \"start\": 277790,\r\n                        \"end\": 285970,\r\n                        \"duration\": 8180,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00466749-a5b0-4484-847b-d466db7a3625\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 285590,\r\n                                \"end\": 285690,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03675be9-daaa-4ee8-81b2-309a95aa260d\",\r\n                                \"text\": \" Bien\",\r\n                                \"start\": 277790,\r\n                                \"end\": 278050,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.18,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f416059-8dbe-455d-b7a3-4b1fc4d8211f\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 280470,\r\n                                \"end\": 280610,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1302e2eb-b88a-4a22-b52e-1ebc1bb2692d\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 278270,\r\n                                \"end\": 278390,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.44,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16b843ab-4576-4a8f-9186-4ab902e72cc2\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 284130,\r\n                                \"end\": 284570,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b59ee57-8ee8-4873-b106-439fce555371\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 283330,\r\n                                \"end\": 283630,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fde99a7-6623-4d3c-94d7-65aa808fb7b6\",\r\n                                \"text\": \" destination\",\r\n                                \"start\": 280610,\r\n                                \"end\": 280990,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4dec33a8-3338-4f12-82f7-86092f08801c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 280990,\r\n                                \"end\": 281390,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50e2213a-ea34-402a-9bf1-a751ce7dab26\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 280210,\r\n                                \"end\": 280470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"547822fd-ef72-4580-b632-1563e8711ebf\",\r\n                                \"text\": \" Nous\",\r\n                                \"start\": 281390,\r\n                                \"end\": 281710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"567aa9db-7890-4da4-8191-8881073880de\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 278050,\r\n                                \"end\": 278270,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cbf163a-905c-4740-bf57-22488b2dabd2\",\r\n                                \"text\": \" préférence\",\r\n                                \"start\": 279550,\r\n                                \"end\": 280210,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f313d92-3352-4f0d-8381-938496c3aa4e\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 283190,\r\n                                \"end\": 283330,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71e3f825-529d-4133-9042-48883ce56c4d\",\r\n                                \"text\": \" choix.\",\r\n                                \"start\": 285690,\r\n                                \"end\": 285970,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f321160-aa81-4e5a-9a01-98c3f87eea4f\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 278470,\r\n                                \"end\": 278690,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96a8880c-08de-4108-884f-aed256632a2f\",\r\n                                \"text\": \" pouvons\",\r\n                                \"start\": 281710,\r\n                                \"end\": 281930,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d80ed53-b99c-49a3-b112-2928f8a2a7e3\",\r\n                                \"text\": \" l'envoyer\",\r\n                                \"start\": 281930,\r\n                                \"end\": 282470,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f3eda5c-7db3-4ec8-b4b4-4c5a043cbf7b\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 279350,\r\n                                \"end\": 279550,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5bece48-d4c5-40c2-ba15-265eaf1469f3\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 284810,\r\n                                \"end\": 284970,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a97b66ae-6243-49f3-bef5-d299ba8a35ef\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 284970,\r\n                                \"end\": 285150,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd9aae92-c2aa-4c00-8178-2f3b155593b3\",\r\n                                \"text\": \" vers\",\r\n                                \"start\": 282730,\r\n                                \"end\": 283190,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0ae56d5-8f46-4038-8a09-5ca1ce190008\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 285430,\r\n                                \"end\": 285590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6bd0ff8-2fbd-4825-a0d5-4e5c09d3e864\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 284570,\r\n                                \"end\": 284810,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd5212ac-8f56-44b7-a479-19b575b72530\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 282470,\r\n                                \"end\": 282730,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de5e0053-dd92-4775-83b3-a6882cf26802\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 278910,\r\n                                \"end\": 279350,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4d5d312-ec29-4093-a2fe-422c8fb3fe2f\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 283630,\r\n                                \"end\": 284130,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb1d13b2-3706-4ab6-9dd1-c6d96f0f3e0b\",\r\n                                \"text\": \" adresse\",\r\n                                \"start\": 285150,\r\n                                \"end\": 285430,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6da2dc44-3d49-4b78-b903-e4f82e12ec06\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:37-04:45\"\r\n                    },\r\n                    {\r\n                        \"id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\",\r\n                        \"text\": \"Merci. Bonne journée à vous aussi.\",\r\n                        \"start\": 326840,\r\n                        \"end\": 328840,\r\n                        \"duration\": 2000,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0259f297-50da-4e0f-b313-f7756a9f00ef\",\r\n                                \"text\": \" aussi.\",\r\n                                \"start\": 328560,\r\n                                \"end\": 328840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"435de051-d611-48e0-b329-b686e941f948\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 328420,\r\n                                \"end\": 328560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7879f507-2c2d-4f45-8cad-2876c68a13ab\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 327960,\r\n                                \"end\": 328260,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90cfaea5-81ff-494f-83a2-a324c9e08712\",\r\n                                \"text\": \" Bonne\",\r\n                                \"start\": 327400,\r\n                                \"end\": 327960,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91b87e9c-afec-4015-803e-c5fbe32eeaf7\",\r\n                                \"text\": \" Merci.\",\r\n                                \"start\": 326840,\r\n                                \"end\": 327400,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8d910c8-50d2-47b3-afb2-fa471581d23d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 328260,\r\n                                \"end\": 328420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7271b5f0-fbbc-4b00-92f3-a74bda5dbd17\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:26-05:28\"\r\n                    },\r\n                    {\r\n                        \"id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\",\r\n                        \"text\": \"Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\",\r\n                        \"start\": 118060,\r\n                        \"end\": 126460,\r\n                        \"duration\": 8400,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0008ffea-fcbd-4250-8763-0fac86f53f0f\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 125700,\r\n                                \"end\": 125840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c9c604e-6072-4118-a69e-e259a61a3632\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 125840,\r\n                                \"end\": 126100,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13c406fe-a0ad-49f0-8048-221dffabcfe0\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 124980,\r\n                                \"end\": 125100,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"192653bd-2c4c-4444-8514-4c13287b0591\",\r\n                                \"text\": \" traitement\",\r\n                                \"start\": 119660,\r\n                                \"end\": 120080,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"223fb0a0-9aae-4da7-a289-3ae80229e282\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 122660,\r\n                                \"end\": 122780,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22ea33c5-203c-4180-baf2-babdeb69c972\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 123940,\r\n                                \"end\": 124340,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36ce09a2-acb8-4503-8a8f-c3066462a44a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 125100,\r\n                                \"end\": 125260,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"464ac290-fd2e-4c82-95fd-346de8e06bce\",\r\n                                \"text\": \" Avez-vous\",\r\n                                \"start\": 121400,\r\n                                \"end\": 122020,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53b1e7ea-d968-452b-98e8-87a87a2a0f4d\",\r\n                                \"text\": \" facilitera\",\r\n                                \"start\": 118880,\r\n                                \"end\": 119540,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56620ec9-32c8-4e32-9756-1b74705d1b1f\",\r\n                                \"text\": \" envoyé\",\r\n                                \"start\": 122240,\r\n                                \"end\": 122660,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"688fe2c2-54cf-4dca-ac63-800f83d6b7a2\",\r\n                                \"text\": \" Parfait,\",\r\n                                \"start\": 118060,\r\n                                \"end\": 118540,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"741d0469-8fd6-462d-9ce0-835b6e80f085\",\r\n                                \"text\": \" guide\",\r\n                                \"start\": 125260,\r\n                                \"end\": 125520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81600d0a-f436-454a-9773-727a5f89ca77\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 118580,\r\n                                \"end\": 118880,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8eb1b4fc-c0eb-4c43-b560-0a849fdc3316\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 122780,\r\n                                \"end\": 123220,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9055bec7-a57e-4a5d-97ed-27b9a37f6d8e\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 126100,\r\n                                \"end\": 126460,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c2795e3-1098-4333-b58d-b0f94f90103a\",\r\n                                \"text\": \" souhaitez-vous\",\r\n                                \"start\": 124340,\r\n                                \"end\": 124880,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d0a0797-f444-4a19-bb17-28a8f508660c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 120300,\r\n                                \"end\": 120500,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b673b3a0-d07d-4949-bd8b-139779db121f\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 124880,\r\n                                \"end\": 124980,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c40bfd88-710e-4382-85d3-a19eb2368350\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 125520,\r\n                                \"end\": 125700,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c757292a-5fdd-4aff-ab4c-63ee78b39d5f\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 123300,\r\n                                \"end\": 123480,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdfb1031-d75a-4080-97ad-578b1318de93\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 123220,\r\n                                \"end\": 123300,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4c2a3fc-3381-4e05-858d-756e7de2f35e\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 123480,\r\n                                \"end\": 123940,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0dc8218-6bc5-43fb-9249-b8f79b35e3a1\",\r\n                                \"text\": \" déjà\",\r\n                                \"start\": 122020,\r\n                                \"end\": 122240,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9738052-279b-4b08-9efe-b6e44c193c2e\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120500,\r\n                                \"end\": 121000,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef8e4e2b-5b31-44fc-b497-28731cbc4c67\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 120080,\r\n                                \"end\": 120300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1fcf0d9-548b-4a95-a038-4cf9b420d14a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 119540,\r\n                                \"end\": 119660,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"73b7dc51-d9aa-40c8-851a-e5e9a8a827e4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:58-02:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\",\r\n                        \"text\": \"Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\",\r\n                        \"start\": 18520,\r\n                        \"end\": 29440,\r\n                        \"duration\": 10920,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02e5660a-b6e3-4523-a21b-785b5defa416\",\r\n                                \"text\": \" nom\",\r\n                                \"start\": 26260,\r\n                                \"end\": 26500,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"04a07fc4-6f91-4780-be13-9dcf74fa653b\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 25460,\r\n                                \"end\": 25560,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11a4db83-9a4b-492c-85a0-eabd54f1d5cd\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 29000,\r\n                                \"end\": 29440,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ba1b458-e516-42b3-9799-fa4382efdcc9\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 27220,\r\n                                \"end\": 27460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"223a462a-728a-45d0-9e97-7b6f91cb95d7\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 18520,\r\n                                \"end\": 18740,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2947f3da-0ecc-4c8f-b39a-b564a4e858bc\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 24900,\r\n                                \"end\": 25460,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e1aaa08-a270-4ce0-b2a8-8fadbd9d3fa2\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 22440,\r\n                                \"end\": 22560,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"340ff737-806f-4849-904a-cc5560a86b66\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 20020,\r\n                                \"end\": 20160,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.56,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a3b1d65-0163-494f-87e0-6682f69faccc\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 28760,\r\n                                \"end\": 29000,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"509c1799-01b0-42b6-86df-30654dc34c46\",\r\n                                \"text\": \" concrat,\",\r\n                                \"start\": 28100,\r\n                                \"end\": 28480,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.37,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51b9828e-c06e-435c-820a-6d4a2620d417\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 26080,\r\n                                \"end\": 26260,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cb917cc-e0ea-42bb-89b5-c2bfb58eb00e\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 18740,\r\n                                \"end\": 18840,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"745a4c6a-b610-4307-80a9-f9799a57863e\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 22740,\r\n                                \"end\": 23200,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8099cdc3-0be8-4d9f-b09e-c952c714eab2\",\r\n                                \"text\": \" vous.\",\r\n                                \"start\": 24300,\r\n                                \"end\": 24480,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84845abb-f6fd-46d2-a00b-95b0f6a09ff2\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 26840,\r\n                                \"end\": 27220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ceec243-62e5-42cc-85d5-c2d748d5b8a1\",\r\n                                \"text\": \" répondre\",\r\n                                \"start\": 21060,\r\n                                \"end\": 21320,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"937db8b3-f60b-4496-852b-345aff0b6375\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 27900,\r\n                                \"end\": 28100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b4377c7-0662-493a-b729-f0707dc5004e\",\r\n                                \"text\": \" certaines\",\r\n                                \"start\": 23200,\r\n                                \"end\": 23460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4019ea7-366c-40f5-9f45-9d7909dd18dd\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 20920,\r\n                                \"end\": 21060,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b09b3d1e-a6e0-4cab-a1af-eb7919cc428e\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 23860,\r\n                                \"end\": 24300,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4f6a8b8-0b02-4433-95bc-e492d54afe51\",\r\n                                \"text\": \" informations\",\r\n                                \"start\": 23460,\r\n                                \"end\": 23860,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcaaaf30-3220-43d1-a350-b36d962b1837\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 28660,\r\n                                \"end\": 28760,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c73eaa49-360f-4d72-a8ed-7c5ff159c1c1\",\r\n                                \"text\": \" d'apprendre\",\r\n                                \"start\": 19340,\r\n                                \"end\": 19640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c930deb2-4bee-48e3-b578-a59a95215481\",\r\n                                \"text\": \" complet\",\r\n                                \"start\": 26500,\r\n                                \"end\": 26840,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9786fde-fe33-4ae7-9188-08612a44b3ab\",\r\n                                \"text\": \" devoir\",\r\n                                \"start\": 22560,\r\n                                \"end\": 22740,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5ac2832-966a-4401-a1d5-ee7a858d115e\",\r\n                                \"text\": \" précisément,\",\r\n                                \"start\": 21600,\r\n                                \"end\": 22160,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de8719a3-d538-4f60-b3fc-d31d0c81a885\",\r\n                                \"text\": \" cela,\",\r\n                                \"start\": 19640,\r\n                                \"end\": 19920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e522d0a3-1716-4f78-8278-e6077f3323aa\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 21320,\r\n                                \"end\": 21600,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6f4b6a0-5eb7-48de-a069-dfc352fdd0d6\",\r\n                                \"text\": \" Avant\",\r\n                                \"start\": 20480,\r\n                                \"end\": 20920,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e89f3a83-ac13-4c20-833a-a023de485fc2\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 18840,\r\n                                \"end\": 19340,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3bb3d1b-455f-4ee5-8c61-4e40a6151b33\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22240,\r\n                                \"end\": 22440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f481ac6c-c7ba-4d28-b633-38a2a7367ef7\",\r\n                                \"text\": \" confirmer\",\r\n                                \"start\": 25560,\r\n                                \"end\": 26080,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4b04f8b-6fe1-4bb6-b26e-4555a3b67ef8\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 27460,\r\n                                \"end\": 27900,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9f8526d-0992-421c-b1fc-8f88e7be1d2b\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 28520,\r\n                                \"end\": 28660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"75f266f5-04a4-4a63-8e11-d1116d9a0b32\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:18-00:29\"\r\n                    },\r\n                    {\r\n                        \"id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\",\r\n                        \"text\": \"Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\",\r\n                        \"start\": 9390,\r\n                        \"end\": 16650,\r\n                        \"duration\": 7260,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"038459ff-8513-4b1e-b7d9-d6df229d4ded\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 15550,\r\n                                \"end\": 15670,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1802bc53-c2d5-45e8-8024-b1396ad5e7e9\",\r\n                                \"text\": \" savoir\",\r\n                                \"start\": 14350,\r\n                                \"end\": 14690,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"197f24c0-512a-45ba-8b2a-d13c503ff5a5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 12690,\r\n                                \"end\": 12950,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"378b201f-0ca4-4b96-97eb-13c11c93d78c\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 11430,\r\n                                \"end\": 11610,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3deed58c-19fd-49d5-ab3f-5a5fd286ff1c\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 10130,\r\n                                \"end\": 10690,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ef2f166-2813-4e53-a61f-2757c58091b8\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 14030,\r\n                                \"end\": 14150,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"505f9a2b-c30c-484f-8daa-ea29c9084343\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 10690,\r\n                                \"end\": 10850,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75a964ed-9f42-4a8a-86ff-6addeac0ae18\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 15670,\r\n                                \"end\": 15810,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81d0e9f0-449f-4ce3-a497-b052af7323d3\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 12170,\r\n                                \"end\": 12410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9259c7f2-c281-4fb8-a7be-2fc9ce393e05\",\r\n                                \"text\": \" voulais\",\r\n                                \"start\": 14150,\r\n                                \"end\": 14350,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9de3d76f-432e-4e06-9cf3-ba138b510a23\",\r\n                                \"text\": \" appelle\",\r\n                                \"start\": 10850,\r\n                                \"end\": 11130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad2bdfb2-dfd7-4e47-be80-e9f1e46654c1\",\r\n                                \"text\": \" d'avoir\",\r\n                                \"start\": 11950,\r\n                                \"end\": 12170,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af708924-3829-47e5-828a-19c678a3e60d\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 11610,\r\n                                \"end\": 11730,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2587752-f576-4de3-801f-ef13c806fc18\",\r\n                                \"text\": \" viens\",\r\n                                \"start\": 11730,\r\n                                \"end\": 11950,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b458423b-1180-4c2f-9975-a138eadca7d9\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 14690,\r\n                                \"end\": 15550,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b92e4354-e1b8-45df-9602-14b4500683fa\",\r\n                                \"text\": \" parce\",\r\n                                \"start\": 11130,\r\n                                \"end\": 11430,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba3f2db3-3af6-42aa-bc06-49a16105fc10\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 13250,\r\n                                \"end\": 14030,\r\n                                \"duration\": 780,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0ddb98e-6a0e-4f72-8cb2-2134907bf02a\",\r\n                                \"text\": \" Bonjour,\",\r\n                                \"start\": 9390,\r\n                                \"end\": 9910,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c463a654-9b58-4a46-88ba-899e83be30b6\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 12950,\r\n                                \"end\": 13250,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9ff691b-8e27-40d8-8881-a7e9aed71769\",\r\n                                \"text\": \" accident\",\r\n                                \"start\": 12410,\r\n                                \"end\": 12690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1ac71ae-7617-438f-9235-ca7ef4ec78ae\",\r\n                                \"text\": \" indemnisé.\",\r\n                                \"start\": 15970,\r\n                                \"end\": 16650,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edb0f4a9-77c9-4bc4-8050-5970bcbfd738\",\r\n                                \"text\": \" être\",\r\n                                \"start\": 15810,\r\n                                \"end\": 15970,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"77816d6b-1cc1-4542-96b4-5ffce615c7a9\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:09-00:16\"\r\n                    },\r\n                    {\r\n                        \"id\": \"78407769-92dd-4551-800d-e19b69e16c92\",\r\n                        \"text\": \"Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\",\r\n                        \"start\": 88140,\r\n                        \"end\": 93740,\r\n                        \"duration\": 5600,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0c9c33d4-0f7e-4004-bfbc-488d93411ced\",\r\n                                \"text\": \" taper\",\r\n                                \"start\": 92220,\r\n                                \"end\": 92520,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2899393d-4383-4737-9d97-33053ff3c71a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 92840,\r\n                                \"end\": 93000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"33cc41d0-1054-4c67-86c8-7bc27ee3afe3\",\r\n                                \"text\": \" passager.\",\r\n                                \"start\": 93260,\r\n                                \"end\": 93740,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44601e50-1195-44eb-b5d3-6acdea9c603b\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 89760,\r\n                                \"end\": 89940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4bf5a802-4309-4f47-b695-a177879752d2\",\r\n                                \"text\": \" voiture\",\r\n                                \"start\": 91440,\r\n                                \"end\": 91780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cfb8263-5717-428f-a889-d11594a9a4f7\",\r\n                                \"text\": \" n'ai\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90060,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"66975d82-1e92-49c1-820a-4db6409f3277\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 91140,\r\n                                \"end\": 91300,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68da4bff-9e5e-4e1e-bffb-28aaa25fceed\",\r\n                                \"text\": \" fort\",\r\n                                \"start\": 88680,\r\n                                \"end\": 89220,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75baa0f4-ec7a-4907-879c-68cbd20c8c30\",\r\n                                \"text\": \" Non,\",\r\n                                \"start\": 88140,\r\n                                \"end\": 88680,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"788f5ad9-4a3a-4276-9cda-c08a5a5eb559\",\r\n                                \"text\": \" côté\",\r\n                                \"start\": 93000,\r\n                                \"end\": 93260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c43a5d8-e2c9-4914-8cae-57947ce77eb4\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 92520,\r\n                                \"end\": 92840,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8dae418a-7e60-4b4f-9ad7-ecb6bd99afcf\",\r\n                                \"text\": \" rien,\",\r\n                                \"start\": 90060,\r\n                                \"end\": 90320,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98219bc1-5c09-43b4-8c4f-44e28b2ac72b\",\r\n                                \"text\": \" venue\",\r\n                                \"start\": 92040,\r\n                                \"end\": 92220,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2c2773b-23ae-4ec8-9420-caa1a29162c2\",\r\n                                \"text\": \" vu\",\r\n                                \"start\": 90380,\r\n                                \"end\": 91140,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec621d37-bdf5-4129-9bf8-0c88af1b17a9\",\r\n                                \"text\": \" heureusement,\",\r\n                                \"start\": 89220,\r\n                                \"end\": 89760,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edaa0321-5967-4223-89c4-0aa51a7d61b5\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91440,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa4c5979-e8a6-4fac-8353-73a9079bb36c\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 91780,\r\n                                \"end\": 92040,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"78407769-92dd-4551-800d-e19b69e16c92\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:28-01:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\",\r\n                        \"text\": \"Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\",\r\n                        \"start\": 106460,\r\n                        \"end\": 116000,\r\n                        \"duration\": 9540,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0d68c718-9f83-49c4-bf9e-8c40ff2be331\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 115220,\r\n                                \"end\": 115660,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"144b066f-c60b-46cb-b5ca-9294814fd4b3\",\r\n                                \"text\": \" blessé.\",\r\n                                \"start\": 113080,\r\n                                \"end\": 113440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b810336-d854-45ff-a6ef-c8b4d8764f84\",\r\n                                \"text\": \" faute\",\r\n                                \"start\": 112040,\r\n                                \"end\": 112420,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2915eb7e-0f47-4842-b6c0-b16557c36f5a\",\r\n                                \"text\": \" sa\",\r\n                                \"start\": 111860,\r\n                                \"end\": 112040,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52261121-ebec-45f0-ab48-de27157614ab\",\r\n                                \"text\": \" conducteur\",\r\n                                \"start\": 110480,\r\n                                \"end\": 111380,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ee4787e-5df3-42d0-b151-1c6d38689f5f\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 107060,\r\n                                \"end\": 107660,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"662fcfbe-2342-4279-ba82-d25307b1d1cc\",\r\n                                \"text\": \" pris\",\r\n                                \"start\": 114220,\r\n                                \"end\": 114420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a72671c-d9fc-4e25-917a-15f356c19527\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 113580,\r\n                                \"end\": 114220,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7afc0383-192e-4dfb-98ef-e5c329a69d4e\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 114420,\r\n                                \"end\": 114720,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"836dc114-97ac-465b-83b7-8cd49f0574f9\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 106460,\r\n                                \"end\": 107000,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87ab8d8e-1ae4-450e-9bfe-c7fc1d0be97e\",\r\n                                \"text\": \" copie\",\r\n                                \"start\": 114720,\r\n                                \"end\": 115120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89576105-d215-4229-8d30-4f97c4fb1f7c\",\r\n                                \"text\": \" L'autre\",\r\n                                \"start\": 110000,\r\n                                \"end\": 110480,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e9dc1f4-7c3c-4844-8e97-4823e218892b\",\r\n                                \"text\": \" n'est\",\r\n                                \"start\": 112820,\r\n                                \"end\": 112980,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fccb6a1-1676-45e3-abd1-85078eed60d1\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 111380,\r\n                                \"end\": 111460,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fefec76-ae23-42ff-bfdd-0f0629655e74\",\r\n                                \"text\": \" reconnu\",\r\n                                \"start\": 111460,\r\n                                \"end\": 111860,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a58e8c01-6561-40f7-bc61-5ccc2f6fd2e1\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 112980,\r\n                                \"end\": 113080,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa4eece1-525f-4798-b618-8cdc4bfdff1a\",\r\n                                \"text\": \" amiable.\",\r\n                                \"start\": 109200,\r\n                                \"end\": 109720,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1ba5429-f372-479d-b8cf-f8c478f18593\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 115120,\r\n                                \"end\": 115220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5d8102d-ac49-41ae-80b7-0311c7bb38c1\",\r\n                                \"text\": \" avons\",\r\n                                \"start\": 107660,\r\n                                \"end\": 107960,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6c410d6-df3e-405b-826d-3f59c320feaa\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 112420,\r\n                                \"end\": 112820,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce59bcac-bee9-476e-a07f-0e653c954869\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 108640,\r\n                                \"end\": 109200,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9000a06-d411-40a4-b960-519df10f31f2\",\r\n                                \"text\": \" rempli\",\r\n                                \"start\": 107960,\r\n                                \"end\": 108520,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed3347ae-bb9a-4ade-a474-54e397f78254\",\r\n                                \"text\": \" signé.\",\r\n                                \"start\": 115660,\r\n                                \"end\": 116000,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee985ce0-79ed-489b-bee4-8086a44980b9\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 108520,\r\n                                \"end\": 108640,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7a414672-6f67-47eb-b63f-d1283b548b06\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:46-01:56\"\r\n                    },\r\n                    {\r\n                        \"id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\",\r\n                        \"text\": \"D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\",\r\n                        \"start\": 83080,\r\n                        \"end\": 86930,\r\n                        \"duration\": 3850,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"180ff4f0-5705-41e9-9762-dfa922067120\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 83550,\r\n                                \"end\": 83790,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"215bb6e7-7ce7-40b4-a33a-d82441749206\",\r\n                                \"text\": \" Êtes-vous\",\r\n                                \"start\": 83970,\r\n                                \"end\": 84330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c69aefd-f811-444c-90ce-6903600ade29\",\r\n                                \"text\": \" assistance\",\r\n                                \"start\": 85710,\r\n                                \"end\": 85910,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b59f327-2db1-4d04-8073-19080c17ab9f\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 84810,\r\n                                \"end\": 84950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ea18c07-938c-4b0c-953e-a0f0a5253dd6\",\r\n                                \"text\": \" blessé\",\r\n                                \"start\": 84330,\r\n                                \"end\": 84810,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cffbe37-5b0f-4f27-8485-37e662985fab\",\r\n                                \"text\": \" d'une\",\r\n                                \"start\": 85550,\r\n                                \"end\": 85710,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cef5f049-94d1-4256-99bd-a33e01cdf8ab\",\r\n                                \"text\": \" avez-vous\",\r\n                                \"start\": 84950,\r\n                                \"end\": 85270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf054760-1b38-4acc-b73b-d1999b50e1c3\",\r\n                                \"text\": \" médicale\",\r\n                                \"start\": 85910,\r\n                                \"end\": 86670,\r\n                                \"duration\": 760,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea3aa0d4-c421-48e2-bdd9-af7f0022a67e\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 86670,\r\n                                \"end\": 86930,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0afe006-56b0-4aee-9967-fb495398f194\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 85270,\r\n                                \"end\": 85550,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f92f4478-b0b4-4d6b-b54e-c605caca5fff\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 83080,\r\n                                \"end\": 83490,\r\n                                \"duration\": 410,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"97d6b696-db5a-44ba-8b5d-29d2b476ff1c\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:23-01:26\"\r\n                    },\r\n                    {\r\n                        \"id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\",\r\n                        \"text\": \"D'accord. Je vais le scanner et l'envoyer cet après-midi. »\",\r\n                        \"start\": 159020,\r\n                        \"end\": 162620,\r\n                        \"duration\": 3600,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"069549ec-7e2e-4fba-9723-4972a7a36dfa\",\r\n                                \"text\": \" cet\",\r\n                                \"start\": 161540,\r\n                                \"end\": 161700,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"164cd798-c3d9-49ab-98cf-e69c7ed9b2de\",\r\n                                \"text\": \" »\",\r\n                                \"start\": 162400,\r\n                                \"end\": 162620,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42be80d0-67e5-41a0-be1a-5cdea8f98295\",\r\n                                \"text\": \" après-midi.\",\r\n                                \"start\": 161700,\r\n                                \"end\": 162200,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4768cb83-7cb4-4be4-8099-f15441f7c7d0\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 159020,\r\n                                \"end\": 159560,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5831026f-177a-4b53-837c-a3315aea8025\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f6b8b91-c414-4ee4-905d-6703d687e70a\",\r\n                                \"text\": \" l'envoyer\",\r\n                                \"start\": 161080,\r\n                                \"end\": 161540,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"980f7ea3-f495-471e-983e-df13e75ffb7a\",\r\n                                \"text\": \" scanner\",\r\n                                \"start\": 160600,\r\n                                \"end\": 160940,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae410235-ea03-461e-9f9e-3fdae6bcbf1a\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 160340,\r\n                                \"end\": 160500,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4a05b2b-57e9-4996-89d1-c84506910217\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 159900,\r\n                                \"end\": 160340,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e840bb1f-8910-43fe-aa20-ed6b73e6a7e4\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 160940,\r\n                                \"end\": 161080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"a2d8bfc1-6381-4bfa-8ba5-00f6c00908db\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:39-02:42\"\r\n                    },\r\n                    {\r\n                        \"id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\",\r\n                        \"text\": \"Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\",\r\n                        \"start\": 256540,\r\n                        \"end\": 273840,\r\n                        \"duration\": 17300,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"09e6773b-13fd-40d1-bcdf-85d6275f0475\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 266020,\r\n                                \"end\": 266320,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c091e46-1cf9-4001-b37d-eab600458a9e\",\r\n                                \"text\": \" d'arrivée.\",\r\n                                \"start\": 263760,\r\n                                \"end\": 264200,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1eeeae26-4a34-4d07-9b7f-ddada72c924d\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 259740,\r\n                                \"end\": 260019,\r\n                                \"duration\": 279,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20a11b35-c44b-4c84-adb5-f3b14bf9cf78\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 258880,\r\n                                \"end\": 259000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b15850d-8385-4084-bbf7-c8929faf46fa\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 258240,\r\n                                \"end\": 258440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"342842c0-8559-43e1-954d-ce3c4f2bf937\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 257279,\r\n                                \"end\": 257519,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b41f36a-e53f-41c6-af04-9baafed35617\",\r\n                                \"text\": \" deux\",\r\n                                \"start\": 260019,\r\n                                \"end\": 260200,\r\n                                \"duration\": 181,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d3637c4-c9c7-44a1-85d8-ccc2707a80db\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 256540,\r\n                                \"end\": 256940,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"408cb884-ea5b-4f49-a503-f804c4102afd\",\r\n                                \"text\": \" est-il\",\r\n                                \"start\": 265300,\r\n                                \"end\": 265760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56823fb4-1389-42fe-adc0-79aa9607ef65\",\r\n                                \"text\": \" heures.\",\r\n                                \"start\": 260200,\r\n                                \"end\": 260440,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69f7bc9d-f035-4498-844c-e49b0db86a18\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 264780,\r\n                                \"end\": 265040,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ce46054-43a8-460c-bd27-4b3c3f783a31\",\r\n                                \"text\": \" SMS\",\r\n                                \"start\": 261640,\r\n                                \"end\": 261899,\r\n                                \"duration\": 259,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"797a598e-a14e-49de-99ae-05435b849777\",\r\n                                \"text\": \" ses\",\r\n                                \"start\": 262240,\r\n                                \"end\": 262440,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d616730-021e-42de-b408-27adff6bf120\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 257640,\r\n                                \"end\": 257839,\r\n                                \"duration\": 199,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87bf390e-19cd-4610-9296-df0f5803a131\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 265040,\r\n                                \"end\": 265300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f927823-423b-4406-a15a-9ba3d7c9445b\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 273420,\r\n                                \"end\": 273840,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"934d3182-e003-41d2-949c-1026591d2145\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 262940,\r\n                                \"end\": 263200,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99ef05a3-2a08-4d15-8f3e-9e816b89f867\",\r\n                                \"text\": \" dépanneur\",\r\n                                \"start\": 257839,\r\n                                \"end\": 258240,\r\n                                \"duration\": 401,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1168739-504b-4c04-8b23-02a41c5037e6\",\r\n                                \"text\": \" recevrez\",\r\n                                \"start\": 261079,\r\n                                \"end\": 261540,\r\n                                \"duration\": 461,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2954c1c-f57e-4113-872a-026c3abba75f\",\r\n                                \"text\": \" 0601-02-03-04-05\",\r\n                                \"start\": 266330,\r\n                                \"end\": 273420,\r\n                                \"duration\": 7090,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a61042ed-3b79-4f73-ab77-41ee596dd9ae\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 261899,\r\n                                \"end\": 262240,\r\n                                \"duration\": 341,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a97475a0-8ab1-44ba-928b-0a12b275fbaf\",\r\n                                \"text\": \" Vous\",\r\n                                \"start\": 260680,\r\n                                \"end\": 261079,\r\n                                \"duration\": 399,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad091f14-aa43-4c7c-afa4-8e519ab51166\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 259000,\r\n                                \"end\": 259140,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1fa43b3-db3f-44dd-9859-c7f7a0c83cd0\",\r\n                                \"text\": \" maximum\",\r\n                                \"start\": 259380,\r\n                                \"end\": 259740,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4fc1cb2-1fcb-4c66-b81d-ebca75cc0f54\",\r\n                                \"text\": \" envoyé\",\r\n                                \"start\": 258440,\r\n                                \"end\": 258880,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7e57099-63d0-42db-9c22-2228d185bcdf\",\r\n                                \"text\": \" délai\",\r\n                                \"start\": 259140,\r\n                                \"end\": 259380,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd52ef6e-8f06-4b83-a093-9d6400490e4e\",\r\n                                \"text\": \" l'heure\",\r\n                                \"start\": 263200,\r\n                                \"end\": 263340,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d87436e3-d55c-4f07-a50d-3e8ded81b649\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 261540,\r\n                                \"end\": 261640,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec660b36-2571-48d7-b547-236bc3b7ad82\",\r\n                                \"text\": \" beaucoup,\",\r\n                                \"start\": 256940,\r\n                                \"end\": 257180,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f089dcb9-fb20-4bef-83b2-64a209ac6671\",\r\n                                \"text\": \" exacte\",\r\n                                \"start\": 263340,\r\n                                \"end\": 263760,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc1aecab-e360-4b06-98f8-94f8bc2cc1c8\",\r\n                                \"text\": \" toujours\",\r\n                                \"start\": 265760,\r\n                                \"end\": 266020,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"feba25fc-5dc5-4e41-9f95-68382244079c\",\r\n                                \"text\": \" coordonnées\",\r\n                                \"start\": 262440,\r\n                                \"end\": 262940,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a8cd3dd4-355d-437a-810f-af4f3b5241f3\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:16-04:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 330560,\r\n                        \"end\": 331520,\r\n                        \"duration\": 960,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"37d520cd-fda5-40ed-898c-7c2b53f72812\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 330560,\r\n                                \"end\": 330920,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95e9fa4e-46eb-44d0-8ba4-c24619fe32e1\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 331260,\r\n                                \"end\": 331520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de51e7e8-6c88-407d-877a-5132e51fb0c1\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 331100,\r\n                                \"end\": 331260,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b54cbb7d-8764-4c8f-86d5-f2cea6be61f0\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:30-05:31\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\",\r\n                        \"text\": \"Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\",\r\n                        \"start\": 127990,\r\n                        \"end\": 132490,\r\n                        \"duration\": 4500,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"11078292-d611-4aba-a3fc-23bc07328349\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 130990,\r\n                                \"end\": 131170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"166bc514-1c8f-4559-bb00-61b76ad55877\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 132070,\r\n                                \"end\": 132490,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23e285c4-0a9c-4f19-9935-86ec7853edd1\",\r\n                                \"text\": \" envoyé.\",\r\n                                \"start\": 129289,\r\n                                \"end\": 129930,\r\n                                \"duration\": 641,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c3eaf63-6b0b-41f7-afc5-f3968eaed762\",\r\n                                \"text\": \" ne\",\r\n                                \"start\": 128530,\r\n                                \"end\": 128669,\r\n                                \"duration\": 139,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3184a727-0eb8-44ea-ab70-9385984b06f9\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 131710,\r\n                                \"end\": 132070,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b0054d3-a338-4eec-a5af-f2d1b822ca47\",\r\n                                \"text\": \" encore\",\r\n                                \"start\": 129030,\r\n                                \"end\": 129289,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4152c26a-fc1a-467c-a390-b25c518b786e\",\r\n                                \"text\": \" procédure\",\r\n                                \"start\": 131170,\r\n                                \"end\": 131710,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e1490a5-1c6d-4b4d-92a9-20a2cff6c781\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 128889,\r\n                                \"end\": 129030,\r\n                                \"duration\": 141,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70fe7182-7ed8-4175-8be5-2755667d58c0\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 129970,\r\n                                \"end\": 130570,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de958e39-4e35-4b41-aa7b-0b76bbc8b66b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 127990,\r\n                                \"end\": 128530,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4639776-2b18-4a16-9f7e-b37f827d374f\",\r\n                                \"text\": \" m'expliquer\",\r\n                                \"start\": 130570,\r\n                                \"end\": 130990,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9b19e31-d6f3-4647-bdb4-dbfb83187db3\",\r\n                                \"text\": \" l'ai\",\r\n                                \"start\": 128669,\r\n                                \"end\": 128889,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b5ae38db-8e39-4cea-b16a-e1476c4ce248\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:07-02:12\"\r\n                    },\r\n                    {\r\n                        \"id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\",\r\n                        \"text\": \"Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\",\r\n                        \"start\": 133810,\r\n                        \"end\": 157670,\r\n                        \"duration\": 23860,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0176e973-c145-4c96-a9e9-40aa24bbbf3c\",\r\n                                \"text\": \" directement\",\r\n                                \"start\": 143970,\r\n                                \"end\": 144270,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"02442d7b-77bc-42b0-a537-dc282d391e05\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 151550,\r\n                                \"end\": 151930,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"057a304c-c7e9-4695-a002-83d31d56d87f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 156370,\r\n                                \"end\": 156630,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b96bf34-1e5d-42cf-90dc-7d1a3815c54c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 140770,\r\n                                \"end\": 140930,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"121396ce-ec96-4f82-b4cf-42897efcc9fa\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 150870,\r\n                                \"end\": 151030,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1231cfae-ce14-46d1-9d09-24bd4738d610\",\r\n                                \"text\": \" Bernard,\",\r\n                                \"start\": 134610,\r\n                                \"end\": 134910,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1466200d-598b-4af1-bb8e-d5d3e965e679\",\r\n                                \"text\": \" transmettre\",\r\n                                \"start\": 155130,\r\n                                \"end\": 155610,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"15c3f6f2-01af-490b-8328-2d9554beb73b\",\r\n                                \"text\": \" reçu,\",\r\n                                \"start\": 151030,\r\n                                \"end\": 151470,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1936b6b3-fd70-4f3f-82be-460471b17a0a\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 142570,\r\n                                \"end\": 142810,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19a3e26d-0d97-4b19-b615-edca14b61730\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 141310,\r\n                                \"end\": 141570,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a67c03d-5509-4fe8-9553-46dde25689e6\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 146850,\r\n                                \"end\": 147030,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c16f8ed-50ea-428b-a292-3d6566048d0a\",\r\n                                \"text\": \" ligne,\",\r\n                                \"start\": 141770,\r\n                                \"end\": 141990,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cc7d1f4-b0c9-4f81-8104-cd70b3557019\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 137410,\r\n                                \"end\": 137550,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a4be29f-42c1-4982-bd1c-95254bc95e5e\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 157030,\r\n                                \"end\": 157210,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bf8abb9-515c-473c-864e-afde382bdf91\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 140110,\r\n                                \"end\": 140230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c8c9576-db57-4a48-a46b-5658e0850231\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 144970,\r\n                                \"end\": 145110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"358c73de-21bc-40d5-a76e-83af9d8d4cf3\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 144270,\r\n                                \"end\": 144710,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"360c4a15-b577-4c72-a654-beed42eb3614\",\r\n                                \"text\": \" physiques,\",\r\n                                \"start\": 145410,\r\n                                \"end\": 145930,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37b4a00a-3d1d-4b4f-af7d-6a50338ae9e1\",\r\n                                \"text\": \" sûr,\",\r\n                                \"start\": 134050,\r\n                                \"end\": 134410,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b747c6b-0c58-4ae1-8736-b40de5587bfd\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 153930,\r\n                                \"end\": 154450,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40679040-aa05-43d9-aab1-b0f182f55e81\",\r\n                                \"text\": \" agences\",\r\n                                \"start\": 145110,\r\n                                \"end\": 145410,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44716c9d-f912-4385-991e-73be966f1a03\",\r\n                                \"text\": \" possible\",\r\n                                \"start\": 156050,\r\n                                \"end\": 156370,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45640a43-d9c3-4518-96b1-d897a440097c\",\r\n                                \"text\": \" l'envoyant\",\r\n                                \"start\": 147030,\r\n                                \"end\": 147470,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4972e989-bd78-4c32-b5ed-42a47586449e\",\r\n                                \"text\": \" analysera\",\r\n                                \"start\": 152710,\r\n                                \"end\": 153290,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4972ec84-4a2e-47a1-9427-9a1cc057ac2c\",\r\n                                \"text\": \" déposant\",\r\n                                \"start\": 143510,\r\n                                \"end\": 143970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b910983-67c1-4244-bb2e-8bee5e2573c9\",\r\n                                \"text\": \" courrier\",\r\n                                \"start\": 147590,\r\n                                \"end\": 147950,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52d6729f-8717-41ea-93f9-49b3bb0e182d\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 139890,\r\n                                \"end\": 140110,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a7b0d86-7ff7-4bbb-82f6-329c07e77937\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 154990,\r\n                                \"end\": 155070,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ac90d35-b238-4150-a77f-bc2108b1c154\",\r\n                                \"text\": \" méthodes\",\r\n                                \"start\": 137550,\r\n                                \"end\": 137910,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f1a24f8-2725-4744-81f8-f75df943100d\",\r\n                                \"text\": \" En\",\r\n                                \"start\": 138770,\r\n                                \"end\": 139250,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6737c479-82d4-4948-8a82-c59a91757895\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 143070,\r\n                                \"end\": 143370,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c59aae0-606c-43a4-8a6e-facaf32c156b\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 134410,\r\n                                \"end\": 134490,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.54,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e2bf794-f3ce-4cdf-a649-3f1602bbdd09\",\r\n                                \"text\": \" scannant\",\r\n                                \"start\": 139390,\r\n                                \"end\": 139890,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7393bbb4-e757-4f76-abda-6c1f55c5c753\",\r\n                                \"text\": \" indiquée\",\r\n                                \"start\": 148530,\r\n                                \"end\": 148890,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"773b38ae-14db-4e15-b4c9-a33803712a03\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 144830,\r\n                                \"end\": 144970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a8f46f9-2140-4324-b475-b9aded2cab31\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 155070,\r\n                                \"end\": 155130,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c4dbb97-f2a0-4d1e-85d2-61e6e240e43d\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 153290,\r\n                                \"end\": 153410,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ca3dc85-9054-404c-a843-204706643382\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 147470,\r\n                                \"end\": 147590,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7cc65c1a-030a-4547-89d5-b19670ee38a8\",\r\n                                \"text\": \" Bien\",\r\n                                \"start\": 133810,\r\n                                \"end\": 134050,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d0de977-a3b1-4d72-ad92-3ef006ad2590\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143370,\r\n                                \"end\": 143510,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fd26720-5359-430d-86b1-91458d1d1c93\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 155950,\r\n                                \"end\": 156050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8341ac49-3c14-4ace-a161-71c66cc85971\",\r\n                                \"text\": \" espace\",\r\n                                \"start\": 140930,\r\n                                \"end\": 141310,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8407a6c0-35f6-4aac-adc2-6548dd5b03aa\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 148890,\r\n                                \"end\": 149030,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f60ccd1-d5b1-4e73-a775-57290493ffd1\",\r\n                                \"text\": \" d'experts\",\r\n                                \"start\": 152290,\r\n                                \"end\": 152710,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93b506c1-7c68-4c74-bc45-59c97345e058\",\r\n                                \"text\": \" procédure.\",\r\n                                \"start\": 157210,\r\n                                \"end\": 157670,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93c806c2-fde4-4bcf-a729-aa14c80a4458\",\r\n                                \"text\": \" l'envoyant\",\r\n                                \"start\": 140230,\r\n                                \"end\": 140650,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98a91125-d0ce-42a9-bb52-a44be8f2d073\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 150350,\r\n                                \"end\": 150870,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a010a51-2145-4f69-b724-06166911a046\",\r\n                                \"text\": \" équipe\",\r\n                                \"start\": 151930,\r\n                                \"end\": 152290,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b6da973-8ee0-4a32-a480-9cb3dc3d43dd\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 135710,\r\n                                \"end\": 135850,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"abcde393-8be3-4b31-ae8f-b837c04b96da\",\r\n                                \"text\": \" alors\",\r\n                                \"start\": 146670,\r\n                                \"end\": 146850,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6d53b65-2a0f-4032-b6b2-dcd71c676f9a\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 147950,\r\n                                \"end\": 148210,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb41f413-1a0e-4d7b-bb0e-a15d6b7740f2\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 139250,\r\n                                \"end\": 139390,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc37b15f-9cdd-4719-a762-5c7227fa534c\",\r\n                                \"text\": \" contrat.\",\r\n                                \"start\": 149230,\r\n                                \"end\": 149630,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc563c9a-3fbf-4276-8c8b-313e1fd301a8\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 141570,\r\n                                \"end\": 141770,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5f39532-dddc-4efb-9926-68b0a737d9f8\",\r\n                                \"text\": \" par\",\r\n                                \"start\": 136950,\r\n                                \"end\": 137170,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c610f26f-1a9d-4b6e-9961-d1c61bdc97cc\",\r\n                                \"text\": \" dès\",\r\n                                \"start\": 155610,\r\n                                \"end\": 155950,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6799e4d-8122-45d3-9750-352d71c10f6d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 135150,\r\n                                \"end\": 135390,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9d77eed-0edd-483f-b2c1-2dfbbe3c8085\",\r\n                                \"text\": \" l'une\",\r\n                                \"start\": 144710,\r\n                                \"end\": 144830,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1e81ddb-fa5b-4ccd-aaa3-67d750a89263\",\r\n                                \"text\": \" conseille\",\r\n                                \"start\": 154550,\r\n                                \"end\": 154990,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d530fa6f-d60c-429d-983d-0f297fa50ebe\",\r\n                                \"text\": \" ou\",\r\n                                \"start\": 145930,\r\n                                \"end\": 146670,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7f67d03-fc0c-44ca-bf1d-ccdc022315fd\",\r\n                                \"text\": \" l'une\",\r\n                                \"start\": 137170,\r\n                                \"end\": 137410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"deb2a398-0085-47b2-9704-2881fd431022\",\r\n                                \"text\": \" alors\",\r\n                                \"start\": 142810,\r\n                                \"end\": 143070,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e273da89-fa08-4e09-89b6-f9158e74310c\",\r\n                                \"text\": \" transmettre\",\r\n                                \"start\": 135850,\r\n                                \"end\": 136310,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb5cbdf9-6110-41d4-b5e6-f6e4451b0508\",\r\n                                \"text\": \" pouvez\",\r\n                                \"start\": 135390,\r\n                                \"end\": 135710,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb62aa93-8deb-4f55-960e-a52a3b40fe35\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 154450,\r\n                                \"end\": 154550,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec8fb480-e1fc-440a-bb81-46301ecc3dde\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 149030,\r\n                                \"end\": 149230,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecb16582-9a61-49b4-bffd-008de8099ea2\",\r\n                                \"text\": \" document.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153730,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f45df09c-2e6a-4a71-9421-25466d2b1e7c\",\r\n                                \"text\": \" suivantes.\",\r\n                                \"start\": 137910,\r\n                                \"end\": 138470,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f479417d-1070-43af-932b-923a6e5d0a00\",\r\n                                \"text\": \" accélérer\",\r\n                                \"start\": 156630,\r\n                                \"end\": 157030,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f64cf136-53c4-4067-b11a-b44ba0011704\",\r\n                                \"text\": \" l'adresse\",\r\n                                \"start\": 148210,\r\n                                \"end\": 148530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb424908-558a-497a-9d8c-8aea32ad5408\",\r\n                                \"text\": \" constat\",\r\n                                \"start\": 136490,\r\n                                \"end\": 136950,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc4595f0-a868-4335-9619-79e5592975b0\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 136310,\r\n                                \"end\": 136490,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fcbf71ec-4b1c-4d27-bcf0-3bfdbcd3df19\",\r\n                                \"text\": \" via\",\r\n                                \"start\": 140650,\r\n                                \"end\": 140770,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"bcfd112a-3d0b-48e8-8a2f-56e8d66da20d\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:13-02:37\"\r\n                    },\r\n                    {\r\n                        \"id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\",\r\n                        \"text\": \"Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\",\r\n                        \"start\": 316610,\r\n                        \"end\": 324910,\r\n                        \"duration\": 8300,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00f2dbc3-4e03-4335-8145-fbdf1284ab27\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 318130,\r\n                                \"end\": 318490,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a28397c-f7ec-4487-86e8-c9af3c727fb8\",\r\n                                \"text\": \" plaisir,\",\r\n                                \"start\": 316970,\r\n                                \"end\": 317330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0edab014-dd4d-4bfb-b7ec-f2f8447b2db5\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 324690,\r\n                                \"end\": 324910,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"342c705e-3399-45d5-bf01-4dfca08d8416\",\r\n                                \"text\": \" Avec\",\r\n                                \"start\": 316610,\r\n                                \"end\": 316970,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5436f554-08a2-4ec5-a9a9-143fe3fbf2aa\",\r\n                                \"text\": \" courage\",\r\n                                \"start\": 324130,\r\n                                \"end\": 324430,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b2bf075-7509-478f-b9c5-fed9261f45f0\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 324430,\r\n                                \"end\": 324590,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b9877e7-0da1-421e-85b4-97276972ca25\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 320290,\r\n                                \"end\": 320490,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6eb12673-651e-4373-9a5b-403e67edd3c3\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 321910,\r\n                                \"end\": 321950,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"706cb33e-3b29-479d-bdb6-139e8a0ef4d6\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 323730,\r\n                                \"end\": 324010,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77ffbfa4-c7c5-4cf2-ae89-74e8a27a2992\",\r\n                                \"text\": \" clôturer\",\r\n                                \"start\": 318710,\r\n                                \"end\": 319130,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ba61bbe-9641-4d31-9f0f-cfbbde55e404\",\r\n                                \"text\": \" Si\",\r\n                                \"start\": 319770,\r\n                                \"end\": 320130,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98e09381-b6d8-450d-baa0-acbf69bdfa65\",\r\n                                \"text\": \" d'autres\",\r\n                                \"start\": 320490,\r\n                                \"end\": 320690,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac18fe6d-612b-461a-9a73-98dbd006188f\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 323430,\r\n                                \"end\": 323730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac38e561-9f7f-4240-869a-c90d39415bb6\",\r\n                                \"text\": \" recontacter.\",\r\n                                \"start\": 322030,\r\n                                \"end\": 322490,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b50d4634-5490-4289-ba38-9e8c169ac440\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 321950,\r\n                                \"end\": 322030,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb4e104d-9e13-4da5-be67-56c2dfaa8f41\",\r\n                                \"text\": \" cet\",\r\n                                \"start\": 319130,\r\n                                \"end\": 319270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc18405e-99b4-4ec7-95eb-c080e7d06c48\",\r\n                                \"text\": \" bon\",\r\n                                \"start\": 324010,\r\n                                \"end\": 324130,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c06a5b3d-1b5c-47ce-9c6f-bb4a37321ae2\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 321610,\r\n                                \"end\": 321910,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c67d81ea-4d60-45ac-947c-eb9daedc4441\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 324590,\r\n                                \"end\": 324690,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e16ed67a-f8bb-4592-8625-2de176fc45c1\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 317590,\r\n                                \"end\": 317850,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e52b6b38-4e5f-4dd5-a576-06614674f02d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 320130,\r\n                                \"end\": 320290,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6b23e32-20a8-4865-b3e2-a31204ee56d7\",\r\n                                \"text\": \" questions,\",\r\n                                \"start\": 320690,\r\n                                \"end\": 321070,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6c2fabd-d63c-4c54-b10a-b5b4ce23d3c0\",\r\n                                \"text\": \" Bonne\",\r\n                                \"start\": 323070,\r\n                                \"end\": 323430,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecdb7f8a-848e-4298-9ac7-456f1c6e0d6d\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 321230,\r\n                                \"end\": 321610,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ede37779-1337-42cf-818b-852cd9e7f73b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 318490,\r\n                                \"end\": 318710,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f23af122-1fd5-4100-a01b-3c26207d1f05\",\r\n                                \"text\": \" appel.\",\r\n                                \"start\": 319270,\r\n                                \"end\": 319530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9b1abd1-602d-4c19-8e3e-168d3f416047\",\r\n                                \"text\": \" M.\",\r\n                                \"start\": 317370,\r\n                                \"end\": 317450,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c0cc482b-414b-4186-b4e7-fe789feb05b7\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:16-05:24\"\r\n                    },\r\n                    {\r\n                        \"id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\",\r\n                        \"text\": \"« Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\",\r\n                        \"start\": 213860,\r\n                        \"end\": 217400,\r\n                        \"duration\": 3540,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0a462339-eac3-43be-a9b3-81f96ade756b\",\r\n                                \"text\": \" lieu\",\r\n                                \"start\": 214960,\r\n                                \"end\": 215160,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3686579c-81b4-4cc1-b72f-3cbe9eb15e12\",\r\n                                \"text\": \" toujours\",\r\n                                \"start\": 214180,\r\n                                \"end\": 214440,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4059c288-7ef7-49ca-8cff-5f55189ea10d\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 214440,\r\n                                \"end\": 214780,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"589f58c4-9ac9-4029-bbde-8b9dbddc222b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 216720,\r\n                                \"end\": 216880,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"610978f9-9879-46f0-a78d-6cc58ddc0983\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 215160,\r\n                                \"end\": 215300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67768132-53d0-488e-8c9f-85c0a9fb1d9c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 214780,\r\n                                \"end\": 214960,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"721ffe3f-bef2-446d-98d9-f65a72347f03\",\r\n                                \"text\": \" Elle\",\r\n                                \"start\": 214040,\r\n                                \"end\": 214060,\r\n                                \"duration\": 20,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88556d01-f40a-4122-9130-7d187588ef87\",\r\n                                \"text\": \" l'accident.\",\r\n                                \"start\": 215300,\r\n                                \"end\": 215820,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96b9c808-d281-4a58-b8f5-1842d290f9f7\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 216400,\r\n                                \"end\": 216520,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8e2fd9c-d2a4-4b0f-99bd-c0e7263cc5f4\",\r\n                                \"text\": \" n'ai\",\r\n                                \"start\": 216260,\r\n                                \"end\": 216400,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9dc79d8-f049-44f3-a352-4dd295353988\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 214060,\r\n                                \"end\": 214180,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c99e1270-9141-4ecc-8d58-2dacdc6080eb\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 215940,\r\n                                \"end\": 216260,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2cd71f2-38ef-495f-8cb2-a72ebd4d6e86\",\r\n                                \"text\": \" pu\",\r\n                                \"start\": 216520,\r\n                                \"end\": 216720,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb2b1f22-5271-4780-8bba-067519881b2f\",\r\n                                \"text\": \" «\",\r\n                                \"start\": 213860,\r\n                                \"end\": 214040,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc62f5e9-2175-4533-9f96-73c8578e2d5c\",\r\n                                \"text\": \" déplacer.\",\r\n                                \"start\": 216880,\r\n                                \"end\": 217400,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cc9acc96-7143-4321-85c1-69b56f66ecc7\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"03:33-03:37\"\r\n                    },\r\n                    {\r\n                        \"id\": \"d427353a-7619-447c-b654-a1454556acc2\",\r\n                        \"text\": \"Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\",\r\n                        \"start\": 30180,\r\n                        \"end\": 41100,\r\n                        \"duration\": 10920,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03e5f364-c41d-418c-805f-f6ca2e69ec6c\",\r\n                                \"text\": \" Michel\",\r\n                                \"start\": 32759,\r\n                                \"end\": 33440,\r\n                                \"duration\": 681,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a93cbec-9a08-4c6e-a702-b705d37d7f29\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 36400,\r\n                                \"end\": 37280,\r\n                                \"duration\": 880,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"346c928b-e219-4150-ab56-697c72ec85d5\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 33900,\r\n                                \"end\": 34540,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43d2445c-f232-4048-9445-3f1527670aba\",\r\n                                \"text\": \" 6\",\r\n                                \"start\": 39420,\r\n                                \"end\": 40380,\r\n                                \"duration\": 960,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4caaaab7-c54d-4327-9069-b389e81c17f7\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 35080,\r\n                                \"end\": 35360,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d66621a-e97d-4214-8651-86057126dec2\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 31120,\r\n                                \"end\": 31480,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5eb78f6e-f6d5-4da0-b289-d00be2a9a092\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34740,\r\n                                \"end\": 35080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e4f5c60-5294-4914-aac5-7db09f9dfbad\",\r\n                                \"text\": \" Bernard\",\r\n                                \"start\": 33440,\r\n                                \"end\": 33900,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72893c10-7192-4de9-aa02-2f0d2cf8cc0b\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 30840,\r\n                                \"end\": 31120,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"772903f8-9fd9-44a4-bfa0-380354cc123a\",\r\n                                \"text\": \" m'appelle\",\r\n                                \"start\": 32280,\r\n                                \"end\": 32759,\r\n                                \"duration\": 479,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7cd592b2-eb8e-49d3-9b77-326b5672d6eb\",\r\n                                \"text\": \" R.\",\r\n                                \"start\": 40380,\r\n                                \"end\": 41100,\r\n                                \"duration\": 720,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d77084f-cd60-43bd-812b-7263ac970ac9\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 35360,\r\n                                \"end\": 35720,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba3450f2-a199-4018-a59c-5ea3a3746347\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 35720,\r\n                                \"end\": 36220,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bce64307-bc72-4fbd-95f9-7c048bcfec57\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 31700,\r\n                                \"end\": 32280,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd2cdb1f-b4f5-4c86-a392-43c849eb6fd8\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 30180,\r\n                                \"end\": 30760,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbee3a16-8276-4da0-95b2-49e40931d5c8\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 37280,\r\n                                \"end\": 38140,\r\n                                \"duration\": 860,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccfa1c75-0f68-401f-bbfc-9908bfc28608\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 36220,\r\n                                \"end\": 36400,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1d4141a-93b8-4768-b9b4-93e2297f2aab\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 34540,\r\n                                \"end\": 34740,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2e94313-605d-428a-be4a-5c29f8b1eca7\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 38140,\r\n                                \"end\": 39420,\r\n                                \"duration\": 1280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d427353a-7619-447c-b654-a1454556acc2\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:30-00:41\"\r\n                    },\r\n                    {\r\n                        \"id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\",\r\n                        \"text\": \"Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier, cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Perret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\",\r\n                        \"start\": 44000,\r\n                        \"end\": 66090,\r\n                        \"duration\": 22090,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"07dafade-8544-43f5-b3d5-8d4a22e6ca7c\",\r\n                                \"text\": \" Bernard.\",\r\n                                \"start\": 45180,\r\n                                \"end\": 45540,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"085b78d8-9815-42c3-9cf4-ad8ce31427d1\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 65209,\r\n                                \"end\": 65349,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1224ce40-7c79-4c63-8b70-1160f1243734\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 46100,\r\n                                \"end\": 46280,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e4824bc-5365-48e0-b4ae-d1feeeb48ee9\",\r\n                                \"text\": \" vois\",\r\n                                \"start\": 52210,\r\n                                \"end\": 52410,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f4bd1a2-9eaf-4fa1-be4a-02bda9a3123a\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 44000,\r\n                                \"end\": 44640,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2251e5a8-204b-4e48-b0c7-d648c46560b9\",\r\n                                \"text\": \" ici,\",\r\n                                \"start\": 53230,\r\n                                \"end\": 53490,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"251adb11-c309-45a5-839d-474f9859a9f2\",\r\n                                \"text\": \" circonstances\",\r\n                                \"start\": 64650,\r\n                                \"end\": 65209,\r\n                                \"duration\": 559,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a666efe-5b3b-4f70-a286-843699d5f064\",\r\n                                \"text\": \" Levallois-Perret.\",\r\n                                \"start\": 59070,\r\n                                \"end\": 60190,\r\n                                \"duration\": 1120,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"338e1ec5-95ee-40ff-9c06-66e37adf0a7d\",\r\n                                \"text\": \" 300\",\r\n                                \"start\": 58550,\r\n                                \"end\": 59070,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d75d2ee-6b62-48d1-be6e-33d935a6f8aa\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 52410,\r\n                                \"end\": 52590,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d9bdf4e-3638-4801-a916-b311c3f23c47\",\r\n                                \"text\": \" consulter\",\r\n                                \"start\": 46280,\r\n                                \"end\": 46780,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ed52807-e355-4da3-bcdb-74818ca05b3a\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 55730,\r\n                                \"end\": 55870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.69,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43a0b158-4749-429b-99cd-d0c606bdee8b\",\r\n                                \"text\": \" Anatole\",\r\n                                \"start\": 56830,\r\n                                \"end\": 57410,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45959193-cae5-4568-858e-d69251da9049\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 61650,\r\n                                \"end\": 61830,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"47e5b110-934b-43d8-96c1-1a51792918d6\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 47520,\r\n                                \"end\": 47820,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"505776b3-8885-4814-8a64-4c6cc959598e\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 44980,\r\n                                \"end\": 45180,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56997317-ce69-424c-b690-3ef77a797c3a\",\r\n                                \"text\": \" 80\",\r\n                                \"start\": 55870,\r\n                                \"end\": 56290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5fc3198e-d182-4a54-9474-60c326481c71\",\r\n                                \"text\": \" contrat\",\r\n                                \"start\": 52770,\r\n                                \"end\": 53230,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6353a40f-0ee3-4978-8e81-fbc5b41c6ce7\",\r\n                                \"text\": \" les\",\r\n                                \"start\": 64470,\r\n                                \"end\": 64650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"651b47ca-f2fb-4654-85b9-cad8c9e0f09d\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 61830,\r\n                                \"end\": 62190,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75325079-f484-4fe7-8e76-b7e2abe9a10f\",\r\n                                \"text\": \" rue\",\r\n                                \"start\": 56290,\r\n                                \"end\": 56830,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a1f0f6b-edf9-4922-85ec-c30a5025c6e0\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 48300,\r\n                                \"end\": 48740,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c32aff7-4acf-45ab-895d-c5624d2c711d\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 64090,\r\n                                \"end\": 64170,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e6aa9e7-7e5a-4c4a-972d-f457d65b50aa\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 63490,\r\n                                \"end\": 64090,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"841d14a5-01d1-49d3-9024-142f3ae0b4a8\",\r\n                                \"text\": \" risque,\",\r\n                                \"start\": 54270,\r\n                                \"end\": 54550,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e1bca92-1699-4018-8ce6-e986d77f55fb\",\r\n                                \"text\": \" prendra\",\r\n                                \"start\": 47820,\r\n                                \"end\": 48140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92a6d3f5-cf40-4dad-aa5e-f57ed1ac9517\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 62530,\r\n                                \"end\": 62830,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ccac2fa-f991-4a91-af41-cf62db849ea0\",\r\n                                \"text\": \" Maintenant,\",\r\n                                \"start\": 61110,\r\n                                \"end\": 61570,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3452bb6-940f-461a-9818-db85c170a683\",\r\n                                \"text\": \" domicilié\",\r\n                                \"start\": 54710,\r\n                                \"end\": 55730,\r\n                                \"duration\": 1020,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4033303-0c2a-4f94-9903-ec515be56a24\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 57870,\r\n                                \"end\": 58550,\r\n                                \"duration\": 680,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a509b1ff-cae5-4fa1-8590-363296ad8822\",\r\n                                \"text\": \" l'accident\",\r\n                                \"start\": 65349,\r\n                                \"end\": 65750,\r\n                                \"duration\": 401,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a79fb5e3-4e94-4788-93ea-8728e3acdbd5\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 51870,\r\n                                \"end\": 52210,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8fc04e2-073d-4098-b0ef-26cade52ba2a\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 48140,\r\n                                \"end\": 48300,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a94d27b6-98a2-4240-9c58-1511c97c4712\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 64170,\r\n                                \"end\": 64470,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7055270-f494-43b8-a037-72f0fd552336\",\r\n                                \"text\": \" patienté.\",\r\n                                \"start\": 51270,\r\n                                \"end\": 51850,\r\n                                \"duration\": 580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b74858ff-dfab-4645-b2dc-616b46348293\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 45820,\r\n                                \"end\": 46100,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7c35fcd-155a-4664-9cad-b8f56bb14468\",\r\n                                \"text\": \" situation,\",\r\n                                \"start\": 62830,\r\n                                \"end\": 63150,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b93e321a-38d4-492c-b725-d7d6a742594d\",\r\n                                \"text\": \" d'avoir\",\r\n                                \"start\": 51030,\r\n                                \"end\": 51270,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb793767-b6d2-433e-9bc6-86d6acd66f33\",\r\n                                \"text\": \" assuré\",\r\n                                \"start\": 53650,\r\n                                \"end\": 54130,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbd479b9-0d69-4b5c-bff7-33745a5d4d70\",\r\n                                \"text\": \" beaucoup,\",\r\n                                \"start\": 44640,\r\n                                \"end\": 44880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c897d676-0633-434e-8289-94c6b6cff381\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 54130,\r\n                                \"end\": 54270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4125fdf-037e-436b-89f2-1402341dc7e4\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 50570,\r\n                                \"end\": 51030,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d550e507-56f2-413c-93ef-cde045baeb5b\",\r\n                                \"text\": \" comprendre\",\r\n                                \"start\": 62190,\r\n                                \"end\": 62530,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6a322e9-f4f3-46f3-98eb-86d0c83b6818\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 65750,\r\n                                \"end\": 66090,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7b1d537-aa73-43b1-b506-a2fd616f47d6\",\r\n                                \"text\": \" dossier,\",\r\n                                \"start\": 46960,\r\n                                \"end\": 47480,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8a00ab0-5ba6-4ea8-ae7b-900e8d192b89\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 46780,\r\n                                \"end\": 46960,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f087c761-ec90-43e0-a244-d4dd0ee23254\",\r\n                                \"text\": \" France,\",\r\n                                \"start\": 57410,\r\n                                \"end\": 57650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f08bfdcc-b008-436e-8c66-000d5260f0d1\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52590,\r\n                                \"end\": 52770,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6979545-a2c4-48b6-a47d-efdc57788c23\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:44-01:06\"\r\n                    },\r\n                    {\r\n                        \"id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\",\r\n                        \"text\": \"Non, ça ira pour le moment. Merci beaucoup.\",\r\n                        \"start\": 311580,\r\n                        \"end\": 314820,\r\n                        \"duration\": 3240,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"043a0bbb-cbc9-4be0-b25e-a6f66bdc8a6b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 313380,\r\n                                \"end\": 313520,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16ea3e90-a08e-44d1-9ecd-b309cfdfb83d\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 314540,\r\n                                \"end\": 314820,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5861c9ab-50e0-43b2-af48-b2c55eedc6e7\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 313240,\r\n                                \"end\": 313380,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6401dd1c-0999-4b05-9fdc-5d90ab976b09\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 312440,\r\n                                \"end\": 312900,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a0393ff-41e8-41ff-a244-2fb486f1edf1\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 313520,\r\n                                \"end\": 313780,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"823af71d-42c8-4c4c-bf1b-44c1cadde946\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 313980,\r\n                                \"end\": 314540,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbd1cf59-d066-48dc-897f-3f6facbd630d\",\r\n                                \"text\": \" ira\",\r\n                                \"start\": 312900,\r\n                                \"end\": 313240,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f27e8790-6c07-4908-a398-dcb82eb9e3df\",\r\n                                \"text\": \" Non,\",\r\n                                \"start\": 311580,\r\n                                \"end\": 312140,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e3750cbd-db7a-4ea2-a249-318a393e84bd\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"05:11-05:14\"\r\n                    },\r\n                    {\r\n                        \"id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\",\r\n                        \"text\": \"Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\",\r\n                        \"start\": 293750,\r\n                        \"end\": 310300,\r\n                        \"duration\": 16550,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"05ddbbb3-f187-4884-9242-0df0bbace591\",\r\n                                \"text\": \" Y\",\r\n                                \"start\": 307720,\r\n                                \"end\": 308080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0667b407-9995-4652-8974-a81e999bbd7a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 297670,\r\n                                \"end\": 298190,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08f90669-851d-4de3-bd8a-05c378e941d8\",\r\n                                \"text\": \" autre\",\r\n                                \"start\": 308320,\r\n                                \"end\": 308440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c1e3410-0868-4a5e-80df-8ec74267d93d\",\r\n                                \"text\": \" véhicule\",\r\n                                \"start\": 296050,\r\n                                \"end\": 296530,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d2942f1-8379-45fb-a599-c93f2c399813\",\r\n                                \"text\": \" alors,\",\r\n                                \"start\": 301870,\r\n                                \"end\": 302110,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12dd3115-a20b-42fc-aebc-27adbae5d1e6\",\r\n                                \"text\": \" pourrons\",\r\n                                \"start\": 303550,\r\n                                \"end\": 303910,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"183ed4cf-32ca-4d4c-a378-2d13eaf7365b\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 309100,\r\n                                \"end\": 309280,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a82c58d-7722-44c5-bcdc-e4a21eb01d0d\",\r\n                                \"text\": \" évaluation\",\r\n                                \"start\": 299830,\r\n                                \"end\": 300210,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2338024c-18eb-43bc-b34a-980e42f7cd29\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 310020,\r\n                                \"end\": 310300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29a7f50d-13e4-4bf0-b2c1-cc6b3471c119\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 302270,\r\n                                \"end\": 302510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"341fed07-a976-4026-8113-ee79679bec58\",\r\n                                \"text\": \" Une\",\r\n                                \"start\": 295350,\r\n                                \"end\": 295710,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35e19aa3-3a62-4c70-aac5-9acfe7bd14ce\",\r\n                                \"text\": \" garage\",\r\n                                \"start\": 298190,\r\n                                \"end\": 298530,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40de1a39-5c23-429a-83e3-1bb2fa48b32e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 309700,\r\n                                \"end\": 309740,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51df90f2-7751-4764-be94-d94667c0544f\",\r\n                                \"text\": \" effectuera\",\r\n                                \"start\": 299130,\r\n                                \"end\": 299690,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55cf5c29-1f6f-4f69-812a-723a1a6bc0c6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 305250,\r\n                                \"end\": 305370,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6181ed9f-b736-45c9-b1d1-bf679495d6f5\",\r\n                                \"text\": \" récupéré,\",\r\n                                \"start\": 296530,\r\n                                \"end\": 297570,\r\n                                \"duration\": 1040,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6505ef40-80d2-4195-8b4c-c41542332b9d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 309580,\r\n                                \"end\": 309700,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"689fe78b-8711-4463-a535-c422d995ddf8\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 304390,\r\n                                \"end\": 304510,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ded466b-a97c-43c7-acf5-883b30a0f1b8\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 295710,\r\n                                \"end\": 295890,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7259af0b-27d2-48cc-8e30-c00787f93a75\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 302510,\r\n                                \"end\": 302610,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b0e484f-1024-4de7-8e99-4e61e43c6f14\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 299690,\r\n                                \"end\": 299830,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8280aa3d-8f1a-4e34-a948-d091693a9b6d\",\r\n                                \"text\": \" a-t-il\",\r\n                                \"start\": 308080,\r\n                                \"end\": 308320,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83068fc0-5dd9-4f73-91d6-5c9c4b19e703\",\r\n                                \"text\": \" puisse\",\r\n                                \"start\": 308900,\r\n                                \"end\": 309100,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84c2205a-2dd3-4ce5-979f-0ad462295274\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 309280,\r\n                                \"end\": 309460,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"870191d9-e167-41a9-9e54-2e92f288b635\",\r\n                                \"text\": \" moment-là,\",\r\n                                \"start\": 302610,\r\n                                \"end\": 303050,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87de85a1-91b2-43d0-9616-c10a71675262\",\r\n                                \"text\": \" réparation\",\r\n                                \"start\": 305370,\r\n                                \"end\": 305990,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8af667ca-9c65-49ce-8bb9-967cc8604078\",\r\n                                \"text\": \" indiquer\",\r\n                                \"start\": 294730,\r\n                                \"end\": 295030,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d683cc7-968b-4341-8de3-226e1e327deb\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 294590,\r\n                                \"end\": 294730,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"935d040d-8a29-4bd0-b930-e46f39f83070\",\r\n                                \"text\": \" Très\",\r\n                                \"start\": 293750,\r\n                                \"end\": 294270,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94fa2503-3150-46cb-9d55-c341857f2d8f\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 308680,\r\n                                \"end\": 308840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95f19c56-1af1-4a65-bb9c-6ecf266fb325\",\r\n                                \"text\": \" Et\",\r\n                                \"start\": 301510,\r\n                                \"end\": 301870,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1294d6c-0eb9-451d-b3a6-70c3e592eda1\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 308840,\r\n                                \"end\": 308900,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1304f34-07cf-4447-b083-d68f1de691c8\",\r\n                                \"text\": \" sujet\",\r\n                                \"start\": 309740,\r\n                                \"end\": 310020,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a14de495-e129-4002-b7e4-15875d96f766\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 295890,\r\n                                \"end\": 296050,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a18000e2-332c-4c34-8865-91efd540cf88\",\r\n                                \"text\": \" chose\",\r\n                                \"start\": 308440,\r\n                                \"end\": 308680,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1b267eb-bac7-4dd1-8bdd-2fe5c7b54acf\",\r\n                                \"text\": \" bien,\",\r\n                                \"start\": 294270,\r\n                                \"end\": 294410,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7125ffc-dd0a-4153-8a09-d918c4ad0968\",\r\n                                \"text\": \" dégâts.\",\r\n                                \"start\": 300470,\r\n                                \"end\": 300810,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a883c140-9384-4c05-a5a9-d2efab1c8127\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 294470,\r\n                                \"end\": 294590,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab43058e-2a80-4c2a-b96a-727a1370a990\",\r\n                                \"text\": \" d'anonymisation.\",\r\n                                \"start\": 306170,\r\n                                \"end\": 306790,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6dda4df-2e9a-4bc1-b25e-4cbd921dc415\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 300210,\r\n                                \"end\": 300470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbc0c46e-9e54-4f62-ba8e-8845769228f0\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 303130,\r\n                                \"end\": 303550,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0391fd7-f7a2-45c2-ad5c-ef2453f39639\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 305990,\r\n                                \"end\": 306170,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d8fdbb31-269e-454f-95b4-62d3ec72b86e\",\r\n                                \"text\": \" processus\",\r\n                                \"start\": 304510,\r\n                                \"end\": 305250,\r\n                                \"duration\": 740,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e116b9ff-668f-47a5-b88d-ab80bb396ea0\",\r\n                                \"text\": \" cela.\",\r\n                                \"start\": 295030,\r\n                                \"end\": 295230,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e67fa2a8-0ec9-49bb-bb43-7613129b4621\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 304250,\r\n                                \"end\": 304390,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f89262d8-eb77-454a-ac36-a59fb16d1c59\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 309460,\r\n                                \"end\": 309580,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe5fe3e1-cf9f-4eeb-b99b-aa70502e31b1\",\r\n                                \"text\": \" agréé\",\r\n                                \"start\": 298530,\r\n                                \"end\": 299130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff0e36a6-0be6-429a-8a88-86ace9716d58\",\r\n                                \"text\": \" avancer\",\r\n                                \"start\": 303910,\r\n                                \"end\": 304250,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e8b621da-5387-4e22-b348-88a52ea8879f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"04:53-05:10\"\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"contact-reason-classification\": [\r\n                    {\r\n                        \"id\": \"a8ed96a4-35ec-4a07-84a4-35361dcae22d\",\r\n                        \"text\": \"Car accident\",\r\n                        \"object\": {\r\n                            \"title\": \"Car accident with material damage and request for replacement vehicle\",\r\n                            \"reasoning\": \"The customer had a car accident, with material damage on the vehicle. The customer wants to know if the repair of the vehicle will be taken in charge. No injuries reported. The customer has filled out a constat amiable with the other driver, who admitted his fault and was not injured. The customer has not sent the constat to the insurance company yet. The customer also asked for a replacement vehicle, as the current one is immobilized. The customer's vehicle is currently immobilized on the location of the accident. The customer agreed to contact the roadside assistance service for the recovery of the vehicle. The customer prefers a garage near his home for the recovery of the vehicle.\",\r\n                            \"contact_reason\": \"Car accident\"\r\n                        },\r\n                        \"type\": \"contact-reason-classification\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"ec75a3e6-ca15-476b-87ad-c255c90e57f9"}],"id":"65dd9c78-2785-4363-8122-48b46715c7ac","_postman_id":"65dd9c78-2785-4363-8122-48b46715c7ac","description":""}],"id":"8a52357d-a218-43a3-83c5-08da1356f0f6","description":"<p>The <strong>\"Reason For Contact\"</strong> AI Insight identifies and extracts the main reason for contact, from an input set of possible reasons. It also provides a comprehensive reasoning of the customer's needs. By understanding the main needs expressed by the client, businesses can better tailor their services and responses to improve customer satisfaction and operational efficiency.</p>\n<h4 id=\"endpoint-features-\">Endpoint Features :</h4>\n<h5 id=\"reason-for-contact-identification\">Reason For Contact Identification</h5>\n<p>Extracts the reason for contact, from the input set of reasons, that is most relevant to the context of the customer request</p>\n<h5 id=\"detailed-reasoning\">Detailed Reasoning</h5>\n<p>Provides in-depth reasoning of the customer's needs, to highlight the choice of the extracted reason for contact</p>\n<h5 id=\"automatic-title-generation\">Automatic Title Generation</h5>\n<p>Generates a short title concisely summarizing the customer request</p>\n<h4 id=\"input-format-\">Input Format :</h4>\n<p>Dedicated request and input parameters, based on Endpoint description :</p>\n<ul>\n<li><p>api/job/tasks | form-data : <a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n</li>\n<li><p>api/job/tasks | json : <a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n</li>\n</ul>\n<h5 id=\"request-body\">Request body</h5>\n<ul>\n<li><p><code>output_lang</code> Supported</p>\n</li>\n<li><p><strong><code>configuration.insights.tasks_parameters.input_parameters</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>contact_reason_classification</code></td>\n<td>Object</td>\n<td>REQUIRED</td>\n<td>Configuration Object to setup AI analysis dedicated input parameters</td>\n<td><em>(form-data)</em>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]:'New product purchase'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]:'Issue with delivery, delivery request'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]:'Request to return delivered products'</code>  <br />  <br /><em>(json)</em>  <br /><code>contact_reason_classification:</code>  <br /><code>{'reasons':{'Order':'New product purchase','Delivery':'Issue with delivery, delivery request','Return':'Request to return delivered products'}}</code></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p><strong><code>configuration.insights.tasks_parameters.input_parameters.contact_reason_classification</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>reasons</code></td>\n<td>Array of JSON-encoded String  <br />  <br />OR  <br />  <br />Object  <br />  <br />Key-Value Pairs :  <br />- The key must be JSON-encoded String  <br />- The value must be JSON-encoded String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>REQUIRED</td>\n<td>List of possible reasons, that can be an array of text elements, or an object with text Key-Value pairs</td>\n<td><em>(form-data)</em>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][0]:'Order'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][1]:'Delivery'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][2]:'Return'</code>  <br />  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Order]:'New product purchase'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Delivery]:'Issue with delivery, delivery request'</code>  <br /><code>configuration[insights][tasks_parameters][input_parameters][contact_reason_classification][reasons][Return]:'Request to return delivered products'</code>  <br />  <br /><em>(json)</em>  <br /><code>reasons:</code>  <br /><code>['Order','Delivery','Return']</code>  <br />  <br /><code>reasons:</code>  <br /><code>{'Order':'New product purchase','Delivery':'Issue with delivery, delivery request','Return':'Request to return delivered products'}</code></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h4 id=\"output-format-\">Output Format :</h4>\n<p>The output is formatted as a single object containing the key elements of the reason for contact</p>\n<p><strong>API Task Key</strong> : <code>contact-reason-classification</code></p>\n<h4 id=\"generated-ai-insights-\">Generated AI Insights :</h4>\n<p><strong>Path</strong> : <code>ai-insights.contact-reason-classification</code></p>\n<p><strong>Structure</strong> :</p>\n<ul>\n<li><p><code>title</code>: The customer request/topic in the format of a short title with key elements</p>\n</li>\n<li><p><code>reasoning</code>: A comprehensive description of the customer's needs</p>\n</li>\n<li><p><code>contact_reason</code>: The extracted reason for contact, from the input set of reasons</p>\n<ul>\n<li><p>In case of an array input <code>'reasons':['reason_1','reason_2',...,'reason_N']</code> : The extracted reason for contact <code>contact_reason</code> is an array element <code>'reason_i'</code></p>\n</li>\n<li><p>In case of an object input <code>'reasons':{'key_1':'reason_1','key_2':'reason_2',...,'key_N':'reason_N'}</code> : The extracted reason for contact <code>contact_reason</code> is an object key <code>'key_i'</code> related to Key-Value pair <code>'key_i':'reason_i'</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Type</strong> :</p>\n<ul>\n<li>\"contact-reason-classification\"</li>\n</ul>\n<p>The Reason For Contact is in the <strong>object</strong> field of the insight</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"contact-reason-classification\": [\n        {\n            \"id\": \"uuid\",\n            \"text\": \"string\", // same content as 'object.contact_reason'\n            \"object\": {\n                \"title\": \"string\",\n                \"reasoning\": \"string\",\n                \"contact_reason\": \"string\"\n            },\n            \"type\": \"contact-reason-classification\"\n        }\n    ]\n}\n\n</code></pre>\n<img src=\"https://content.pstmn.io/7f525fca-25d8-46a7-a393-0fd75f4eceab/aW1hZ2UucG5n\" alt=\"Reason%20for%20contact%20result%20example\" width=\"100%\" />","_postman_id":"8a52357d-a218-43a3-83c5-08da1356f0f6"},{"name":"Evaluate customer satisfaction during a call","item":[{"name":"Evaluate customer satisfaction during a call from previously transcribed audio","item":[{"name":"Evaluate customer satisfaction during a call from previously transcribed audio","id":"33a44471-9f04-42ce-b375-6b7dab1fc50c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"nps-estimation\",\r\n    \"job_id\": \"\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\"\r\n        }\r\n    }\r\n}"},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-evaluation-of-customer-satisfaction-during-the-call\">WebHook callback reception on successful evaluation of customer satisfaction during the call</h5>\n<p>Evaluate customer satisfaction during a call from previously transcribed audio, and receive a webhook callback (POST request) on successful evaluation of customer satisfaction during the call, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful evaluation of customer satisfaction during the call, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"955d0df4-ff01-4e2e-9401-b64217080d23","name":"Evaluate customer satisfaction during a call from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"nps-estimation\",\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"fr\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\r\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\r\n}"}],"_postman_id":"33a44471-9f04-42ce-b375-6b7dab1fc50c"},{"name":"Get evaluation of customer satisfaction during a call status/result","id":"6263171a-ec67-439e-a47f-fff31b3e43bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"831b6a29-ab84-463a-9b1a-e2250470b990","name":"Get evaluation of customer satisfaction during a call status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"08ea8199-f631-4155-90cb-a75605122eea\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a4292a9-8d2a-4a50-9ae4-a8a83789cebc\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b99a94b-17f9-4b59-b853-50ed6206d3ac\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e416802-897e-421e-95a8-603093e03695\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e78781f-7598-47a6-992d-463692a4ab43\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f83bb8f-0f57-425f-b1ae-2be674031431\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1463b9a2-867f-4a9c-8f5d-f407aa7c702d\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17bf2b0c-97db-4edc-8fc1-6061e7872a00\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1fc9baa9-ec66-4aaa-8a70-56b64e2af408\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"219b81fb-066b-4564-ac55-544235fc177c\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28fb9b8f-9fa9-48dc-abde-084f9605cd65\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b72ef1c-89bf-4298-a474-1148b0a5eed5\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f520b22-0ed9-4e37-92cc-a62e7f0407c6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"328dd9c1-48cd-4a0f-8379-e01706802afd\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"372b2143-7f30-40e8-96b1-47c4f1208875\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37444c28-13f6-4d72-91f5-089e68ba4385\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ec0f78f-26a8-45e5-a705-e57a8a9e08c1\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49f9b07f-ad71-4894-9413-6a9ec1df3c96\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f666c24-b928-4772-b933-3d77f5385165\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50169aea-5701-434c-a1c8-dfae87b1f91e\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"582cf606-21bc-469c-b085-1d2db31224a4\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6050e58c-19ea-488d-bcaf-93403db87c12\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c53d116-23e1-4095-ac3d-175a2891a738\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dd53653-4ffc-4ca3-ab75-e2f6cda874bf\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72d07086-bdef-4de0-9fc2-b766dd1d0170\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79e8a770-3ce0-424e-a6f1-39663eb3bc28\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fddb6af-2f60-434d-97ce-496541ba3578\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8012ec1f-b7d3-4e9f-8a58-a83d2b26558d\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"874bed87-dcaf-4fcf-b29a-f73731431db5\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"949360c5-e122-418b-8ec0-eb5755ef0366\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e4a31a3-1726-41cb-9f5a-ee930a8d55d2\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a69890b7-4e2c-4fcc-ac64-527e8ca64d5b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae8f0b8b-453f-4fd7-839b-078a32f99791\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1bf71e8-4ced-476f-937f-909252eededd\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3921059-671a-4056-9be3-0039d9d4a0f8\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4f0d243-327e-4e55-8a3a-24e0ee5d18d1\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b597ccb7-090a-4c8f-922d-d3bdc2f9ea63\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6831c7c-117c-4281-a2ae-d71ca3812990\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bedb3f16-61a4-4195-9658-753d6d833e57\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf91e9bc-f7c5-4562-b225-c2059d6844ce\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf9b9d0d-4e57-4647-9d64-c2a863cdbaee\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1e70417-f38b-4802-9919-8c4859a9855d\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb3b795f-331d-4b5d-921a-5d5a4e66961b\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd134a59-dbab-49fb-9452-f0fc4d564182\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4ae3259-89e8-4d74-98d1-769ecedd77e7\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d64e6694-42e0-4e77-bc06-95372ae32cd7\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e35f988e-4d86-4e30-bb15-8b65de93d5ba\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3865f6d-e9be-4ca5-b47d-a5fa44d99c3b\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e67c1aa9-2913-4862-b3db-24f929f2818b\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eccb4f6b-1ef7-4520-9133-13878ecb4b57\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef2367fb-b363-4dcd-b0de-6f0f246ddf5e\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0bccaff-c87f-4858-bd88-ef2f2073f715\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb532ae4-7d27-4fec-815b-c60a5bf75627\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"9fc0c66a-160f-4b12-8279-584a8df78713\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4be2307-3e0f-417d-bc42-13582d13eb76\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1c07d27f-bd59-404e-ab70-ba981ae8bf3a\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36b4d3c1-f4ef-423d-b6b8-38676230ea5e\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"807f9132-fba4-43e1-b5d1-70cc7c69a5a8\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a736788d-0e47-47d8-9df1-029eb5abb496\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db01056e-f57e-48d3-961d-d4e8ff1ad4bc\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"4f3546be-7734-4e17-b704-9a1148247228\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00b3b11a-c138-45ac-a81e-f67d0168e95d\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16dfd4f2-b9f8-4104-8511-9812cf72f29c\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1bc6cee7-519f-4d47-8c81-082f71353108\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e2049d5-1f8f-492a-be09-28916d03057a\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bb7ff2e-d04d-4da7-a727-fa834bcba734\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bedd0ff-b2e9-4f2e-baf0-fc73cb4a1f4a\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ebc94a0-5a49-47ab-a477-152729b27267\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3eacf466-eed0-4beb-9687-8113a2228890\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41fa6fa0-a426-482a-9607-fc9cded954df\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49fc00c5-e4a0-4224-98fc-7c405c6b07a2\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4bdf7138-888f-49de-ac88-fef9f110b056\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50a70a17-6e22-4134-afa5-9922c16a82a6\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50ccc051-6f13-4ed5-a9c0-6e0042f56d01\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"529cd6b8-861a-4981-b517-7a5d16b60189\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59382ee0-f22a-4960-98a0-26821299cdb4\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"736786ee-4191-4754-bcee-c5448ddb9d62\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"746b8669-0825-4b2f-a872-3df05a366e54\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d9d3061-0acb-4169-aa4f-341f20a88ff5\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"917742d1-3dbd-434e-a186-f1787b51fffd\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9564a1fb-425b-4f4b-9ae8-db8345dc2e00\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99da904c-384e-4ff5-bd23-3d4dfbcfa9cf\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c329ff1-78e8-4fd2-8c7b-8e9ad41ebe24\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b22fa519-25a6-4bcd-afa1-7a0c6f20c003\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7af7b73-4142-48a1-9a5a-c0035bd66399\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7b7989b-bf4c-4c43-a032-a84e744ff663\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8d6f484-7df8-4810-a8bb-7cb47da64c5a\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2439cac-ac80-4f6c-8487-bb6e86bb271e\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2f1c7c9-6ce4-4af0-a566-8c26bee92e47\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4f5fde8-3a41-425f-88d5-a506a8fd08ad\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1f4f89b-9269-45fe-9a4e-0d0506d45892\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1a9a18b-086d-43ff-b2ed-614e9e591a1c\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e57f8bd2-a46d-404c-8cf8-8fa043832dfe\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed045933-68eb-468f-9a84-1115cb3987b7\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0985639-1457-4d4f-a3ab-c930552d8cf0\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f27dbb99-8411-41b6-a8e9-5f78501eb1c3\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0a0810ec-d15c-4d42-b8e6-3e795c1ac9fc\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24d2dfb1-a365-48f7-8951-fb34684ee9e0\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29657265-109d-4709-b432-5d9208ba11c6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ddafbac-81a8-4fe6-b476-c741e51775b4\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41500624-410a-4483-82d7-57acc6f17025\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42bedba1-eb6d-4410-8d25-67036b0ba9c5\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46fe9dfb-a3fa-41ce-8bb4-ad8329b18a34\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d667a97-66de-4227-a11e-41b1315ef1fd\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fe23755-0e56-4665-b940-abd020256cc6\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e949c2e-6e3d-437a-b0e8-889657ca4e8d\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"868a0fb7-dd38-4cf0-b8d2-aac65bd56e87\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88473e71-181f-43af-baa5-fd5b1ad4fe33\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91d63630-7b04-404b-acb7-21e6004d831a\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"979ac965-5751-4a9c-a42e-853165c7253d\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3fc4cbd-ce9b-4905-ae83-eca10da68be3\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3001b75-d83c-4011-8ac3-c0e03d9226c6\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fca1718c-debf-462b-abd1-5206c5e47b13\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02e61ea3-50d1-4dc1-a767-0ce69b1633f5\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12b98b57-28f3-44fa-bc21-6b94a3fb1038\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1502e5b5-1241-46df-b87c-00e08dd8b5b3\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ed35c26-0000-4a07-90ae-1b4d15c28c59\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2277ed3e-970d-4333-a605-aa4f57e1c0f7\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29176a39-7f29-4a7c-b29a-472a05d36122\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e98cf3a-c62d-43bb-9372-be6ea4aad570\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34d92e7e-11b5-4249-9ef0-267c058b3e4a\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d372c55-2c52-4f1a-95cf-971d07031209\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f5ee93e-35a8-4108-a9e7-400ecb938f79\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fb3fe61-8886-437e-b0d1-21749663412b\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50014344-c1f8-4d66-9fcf-79e55ead78e7\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"58cfcdcb-43a6-410d-8056-1b45d944f42d\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ba0b2ff-f7c0-4d8f-a753-06525a0bf750\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bf22de2-b49c-4d49-b5bd-5c9c9157c8d9\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"668af1ef-1bf5-4eea-a95f-69dc54769e21\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"687e56c1-6339-4f3a-9316-54285bee79c0\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"730a7ca8-70a1-45d5-ad03-7538690dce95\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73545c6a-08d7-485b-8b1a-854153a38f2b\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74e63f15-3235-4c95-8351-81f3dfeb1d0a\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"752feb2d-5afd-476f-9948-4917bfc13cc6\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"774e3ca4-cd31-4543-989f-fd3af0ecd767\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d47bf23-52f2-45f7-ab1b-b03256fb89ba\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0579e35-7b59-45d6-ab75-d85ba085feaf\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7b52e82-b22d-4f27-a484-a520d1745e47\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaaa55de-b098-4588-bc43-4801d803f0f5\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ada1fb65-6d40-41d8-821f-7c2978bd29de\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b09c7082-3246-4dd2-bc85-0ae8d9101dca\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b95db4a8-dfad-4611-b523-3c952e115774\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b988544a-ab07-40bf-a3b3-d76ea9fb60d8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2aa583b-443c-4e9c-8f6a-8e613c381c21\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c968b9f0-753e-4ce6-be5e-0b477362dfaa\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4d33dca-a08e-4c8d-8c1b-c74fe230ac22\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7b664f9-89a9-4834-9dde-c2b41419efba\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d865141d-28a7-4fda-b0d4-fd2b21fb53f7\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dafd79f5-a937-40f9-a0dc-53cb6657ac8d\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec2bcc3a-7d42-4d11-828f-78372d502384\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0555a940-519e-4f05-8bc8-3c66ea14c951\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07ef7c1b-132c-4a5f-bd87-445a0d59b78c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"245a655c-67f4-4256-8d30-a77cd4ae87a5\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e6c3e87-6b78-42a9-a6b2-37cac03b7a98\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30fd8193-7c6f-482a-9598-2c27d00229b0\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"343d0f53-6b55-463a-b12e-e2230e9804ad\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"344cbc2b-a086-4ae3-9d48-2de5e0236606\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35d99840-d964-4257-b0fc-4ff56f3ad0c2\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3861d666-b9ff-40ae-ab25-2a0cf03ff55e\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c813be1-220c-471d-8d31-a6258e67d8e7\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75ab4884-8e55-47a6-8ede-e7ab58db3a53\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaa8eb93-f6be-46c4-886d-55d4a98400ba\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"acabd2fb-9b27-4d00-be36-39965ffe852b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bee26e3d-a75e-409b-a2df-6d81fcd7ab63\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d80a02c6-2746-42f8-ab85-398514b5b56c\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7f5a84d-3980-4cfc-82d8-0fac7524be1f\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecc21bdd-9f6f-481f-b1b6-8394b4838651\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02075963-8c2f-4824-8fef-94c2865f3ba5\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"02b10c47-6796-4329-8468-b3568ae95ab1\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03a70128-31c1-4b93-91d6-92bb30b4b731\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1db69156-a51a-4cca-b2c4-79550dca1064\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26cefa8c-b164-4ba6-a6de-252520c74eec\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b3260b8-1fbe-46f4-9585-e04ac48529aa\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3019998f-f4aa-4f76-9d5d-6312aa90dfa7\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37cb57cf-0699-42d9-822a-5c42452a3efa\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"393a20b2-ac91-4011-af63-62f969c003bd\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"399450b2-39b5-4364-80e2-a982d2114a80\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ba35d7d-3a2b-4d51-bb0e-3c837cb26b2d\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"523925ec-9de7-44e7-9f2e-34e01c854706\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6386fe47-c3b0-4812-ad06-cbeaecf0802c\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6619766e-b80e-4b18-835f-f9ac84f708c6\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b56bc04-41ce-4082-b5e1-5ff578dd8ab7\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72a7cf14-fbcf-4c3e-a7b8-a93398fc00b8\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7965eea9-a06a-4d50-a80f-68987fb1771f\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c153913-e0af-4690-aaef-07e26437dc60\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"816f1ee4-ceea-4a70-9e6e-808c9eed4cd1\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83db8e8b-de6d-4ac3-89e5-aa2b5a02e0d4\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"871dc469-9a69-4d29-ba1f-18481debe373\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"894dc2eb-60eb-471b-9728-29332f1227db\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a7a3d65-0516-4ddd-96a7-51ba8ea10cb8\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b1154fa-aa1d-4082-bd5e-12268ae0c4d9\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ee7551f-3883-4cfa-935b-cbf4cf21f393\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9df21010-da30-4801-ad0f-07b3ea1b9793\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9eb5d3ab-3687-4d2f-a0a5-6d4ce6ad80f8\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0824cd2-0815-4a5d-969b-c0cd44ead78b\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a60c1eea-1aa0-43aa-a125-b7806f52f9cb\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a84aa31d-3612-4ea8-a4c4-8a548f0be8a1\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0fee186-0537-4869-a715-70116bcf56d5\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6c1f255-d406-49a9-914b-b96511b1658c\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dad1eade-2c6e-475b-8185-fdd38e5cb96c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd54a17e-a023-458d-84ae-22574b319d35\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e40a2576-8e88-4842-9678-5458438da6dc\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e48666b5-a40f-4c17-9f2a-7387e0ab5037\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e699037d-79e2-4df2-8bf7-533f7878f827\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9a30674-e2d9-4a1c-9988-0aa2fdd6ccd6\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea211683-263e-4743-8dab-bf5bf99c7e56\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb183dfc-d7dc-40fc-85f2-fc813356b39b\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee6ddee4-ae6b-4be6-bcf7-3d0b56f660f2\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f43d7945-7925-4fa3-9207-a673132d43ab\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f69fb677-db87-48e2-9fc9-c43925bd5274\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd0c5a42-94f0-461d-a008-8cacfc1f0643\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdf60016-9d1b-47af-a15f-d09683191e84\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"72d13eec-0864-42bc-922e-060b4a57f610\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"071e3d4a-0d1f-4906-bde0-2b783faafd61\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35aceb66-a4c1-4da2-9e7e-0afe8ce96a20\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b8d3150-d9b3-4b8f-a179-9b086a9af7d2\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6ea3323-c6d2-47ce-9861-a6f141276e05\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb024841-40ce-4317-b79e-a66066a54a58\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c298b7ee-77ab-4df2-82a4-cb3088321503\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9fd3b53-fe05-42c7-8205-d426116d205c\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7a43a3e-53e0-49a6-8bce-d22dbc3aa658\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0dfd9713-3069-4637-b559-611a17d1a888\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14bc6de8-afe5-413c-8a4d-a0f115871633\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a31f572-0518-48e0-bd92-326b6d8a31e6\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c7c246b-5542-4b74-ac35-7c72dbc55a3c\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"217d4c35-2b23-4e31-87d9-f97c9776e244\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fa9eed4-1850-4ba4-8c5f-8e325a82f0d1\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"320424d8-0d39-41b8-bf6f-bdded31fb09f\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38244813-49ad-4559-b759-3b27dc43f361\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"399ac2cc-84ca-4ba4-a0f3-e99f750309ab\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4bab72e5-bcf4-4bd2-a6eb-96ed60f96027\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"678f0a24-ebb2-46ad-b4fe-1e4749091859\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f3c9d35-3398-4c59-88cd-bc00e8966b2a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"837ef132-1eb8-41b3-8d99-cd507a63e4b3\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a107cc3e-3460-4466-98f0-2f96238b9a67\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a673866c-0212-4114-b815-003a1cef35e0\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bec58b09-9045-4e4e-8362-b7f3cd3c124e\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c137f0e9-6f98-4889-bc78-3f1f534a5fe4\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2c6fe68-b0c1-40a8-b0f5-1a82aedd60b9\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2de0de2-d756-4d1a-91c5-3a4355995826\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7f6c202-8bfc-48ed-a3da-40513192ab29\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf177533-de52-42d9-b800-7b100fcb5529\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd58f7a7-2324-4a2f-806f-98b14254b4f9\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f231c045-d8cc-42ec-9f21-63d5d4ae2e05\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f47d4bda-96c4-428c-96a4-f8f9d7d2aa96\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5a57d75-a68c-4ea5-8ee3-3d20f270ee67\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8a8d170-6a5d-441b-afce-415d595a997f\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04051c98-899a-4143-8f57-241fd5b4f4b6\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09150455-5915-4878-aa80-4636028e2b4c\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f856aef-cbc3-4874-9a63-383a352f3036\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"169016fe-9aeb-4ba3-a9f9-a2f4d77aa59a\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ef71ebb-882a-43e0-abd4-fb364a071d97\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20025b6c-c819-4630-bf98-c35ac2e8a6c3\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21b573f7-f28f-40e0-9b0d-7ca2524761b5\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21d18a54-af14-448a-b977-3cdfc577311a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31ab28b0-ab07-4f9a-a1c4-78e6134ea89e\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ffdc945-a206-4bcc-a58c-cbb0488d1628\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b926ae8-dc0b-43fd-ba66-1b34eec5b5b1\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d13c5f1-d1ca-4c94-ad51-c3ac010b6371\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4eea0554-75bc-4b1d-acea-edb44d211816\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fbec5d3-7e4a-4f3e-922e-13ec363bf467\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50d75c56-4db5-496d-bcc9-66933d5edc57\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"577cd95c-08a2-43d3-aa1f-2edf42057425\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b33aa33-1fbd-488a-8e11-7284e7da4787\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b9df62e-7c65-4872-b71c-3bd855d0d85e\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6017b763-690d-402a-8685-6c958b096a78\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6685f357-d40b-496c-b571-b526ad6855ca\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"753d5c09-1a46-4732-911a-048e2f0c7002\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7953eb66-334b-45bb-8d69-5902fd6072e5\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7abde7df-22ba-4651-8321-48b6275be00f\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b2c9c65-8d40-4e04-926f-9f0fb238facd\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7bf3135d-1aaa-4acf-b1b4-571faef851ae\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d938f6e-6999-4622-8145-6657f8c05ca9\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"821cfd65-24eb-4523-ae41-3be744c6e02f\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8303fa91-e84d-4fdd-9173-9db05b0394fa\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88192c64-e1cb-4232-a3f3-053d666c5159\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"883a0350-3753-4805-9423-20f8e85d27db\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9582178e-550d-4ad6-a4f7-81e567be4720\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95aac9f9-f305-4d25-a49c-7fdca377ad47\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9863d04a-498c-4460-b19f-4c794b49db55\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98ab3c16-a83c-4bb1-9c06-19fbc536854c\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b8e1326-00f3-4a69-879d-a453fc486c99\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a826f3ad-5dd0-4de0-a59d-da5e949d619e\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9282937-0348-467f-9f2f-c72b3501bc7b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9d6405d-ec5c-45c0-b8cd-2d2bb58be568\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aed454aa-59b6-4516-9f65-b2baf4920259\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b228288d-825b-47ea-bb01-4558fd9e86e4\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b83c0534-68b5-46a8-b80e-e1168b75caf9\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb841c9e-a04a-4f10-9548-57ea3080df1b\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4988679-6f2c-40c0-baf7-a114a9d1fda0\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c511e44b-d6d6-4586-af5b-b75bdce0ab05\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7b93c83-ba9a-4f3b-a5b9-6b6a60004d2e\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfad3ddd-5f03-40be-a8b9-49fec46a89fd\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6fa72d8-c525-445c-a013-af5097c5f748\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea49da08-759e-4308-b88f-7b5f702cfab5\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea921ac7-c2e3-4890-8e1c-11de6ea7fe91\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef9c3996-f8c9-4700-a43b-b2f595b37435\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f69e909b-14cb-4f29-bace-ca17cc4db9bf\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd555082-5aab-4329-9257-98efa4f62943\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00aa0509-3f23-457d-b700-ab91a401133a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0694f3fe-2340-4f50-8a1b-16021f35b093\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0adf1a45-8d14-4d14-a805-af06eb098b46\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16df12a1-598e-48d5-89e2-ea24ccd1b9e9\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2794f89a-6313-48e7-90a7-8a12317e3306\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"347c7b1b-65b3-47df-83fa-e7d84bad757b\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38c768f4-e682-4ecc-bcff-db4ab2fc08cc\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a8c8d47-2904-454e-84a3-6d091c21b596\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c319906-42bd-480d-ba85-59c6238e3aea\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40af1ebb-22a7-4110-96c0-cba266888eb7\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"428a52f5-7e42-4900-bb51-7427a45d1a67\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a9891c9-37bc-4bf7-b563-32a9243c580f\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e3f4c35-3b4d-4e58-863f-343848e82514\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74adbda6-582e-4dbe-9231-0f894652108a\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"800c103e-80ea-4145-beb5-551476de60ad\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89d81119-6302-4773-9bb1-db00dfa219d5\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b170903f-72bb-4beb-b46b-362f2f7831a9\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b17cc709-47c9-449b-b8da-36c853554286\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c379589f-b382-4ddc-a314-bb7d7720b32c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e26c22c9-8724-4a55-8148-d3e4af082934\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb377be8-1d41-44a9-b1b0-adf9251dd26c\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f68a1318-5ef8-4d3b-9107-630185aea7d3\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0d77a512-89e8-4605-8f7d-3f2aeef64f7d\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1074dbbb-3250-46d3-b2cd-686b1094bdad\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14483e97-144e-4006-b5eb-c485bd25c236\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"15a76438-eac6-4a70-84ed-703f27506572\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17bdb3f0-f883-49a2-b0c7-e0e4383c6689\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c4b6905-e5e4-4ac2-adc3-5f266231b54f\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dc53d9f-2728-4572-8e3d-06c97d2af1a9\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26c0dc97-e95d-49a0-a6fc-a2f60cac9a00\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27e97ca2-fac5-4027-81f6-e4306c557403\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29588c92-fca6-48ae-8b93-1d64a1ddca58\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f6f14a9-25fe-4bf1-b47c-ccbe6894b125\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35770840-93b3-4db4-b45b-e3bd2883aaca\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4112a039-a524-4213-b636-f7d62813cd42\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4204e033-5c19-479a-a3ab-323cfcc6e28e\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4223ce29-ea4b-41be-9204-56f09b8a8f65\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"467b98d3-3c30-40bd-944e-1dae0ef2fe57\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e39297f-4d86-4ad2-b610-2b44b3509483\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f002855-17a3-40f3-91b7-6e27bb40d442\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53c7565d-7fb6-4707-9b18-dad252f7ac46\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56af623a-8c17-473d-a25b-c27f2356d7aa\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"572a5564-e0f3-4b34-838f-4094ecf91221\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6815c701-86d2-470f-bebf-65b34228def6\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70d4460c-626e-4fc1-83b7-bb8bd6d8cac4\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f4d9247-28f0-4553-8e53-36cdf2c01fb5\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"836179db-64ca-42ef-9572-4c83c4d6f046\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89b66b23-2ba0-4e1b-84fe-dc709c7d5c61\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95761637-92a6-4537-866c-25a15e601467\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"980b816f-476c-4398-8465-0175ab3c3bdc\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"989e3bb1-90c4-4a9a-9e30-31e202ce17f1\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9933ab4c-f0d3-4804-9654-2e3bc82b89e4\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ba9b1da-292d-4f2c-8805-876725a4e5f7\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c0a8446-fe6e-4a30-b05f-b52204357834\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9dfd18aa-12a9-435c-be4f-7b5c7ec2a627\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a148214a-d4e9-4822-91d2-b83a36e5de58\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a269a4c6-fac0-4caa-9c2b-d7a0025d779a\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8a26b49-a477-4a61-af85-2cedc3fe83f0\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"abf2c00d-ba37-487e-afa3-5bb2f77dbb60\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b04f0764-07ed-41a0-a4d8-86bb50b37c19\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2943a44-9581-4365-9c99-cc10d6009b26\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b47cac23-0446-41ff-9003-f3e75cc610ce\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b49be73b-0ac0-48fc-a2b2-cc32e897dbc8\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b74fe025-a244-45cb-a2c3-470988724b2f\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb7ca99f-e1d7-41b0-9e1f-3eb5590d7f61\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb14bc40-dfcf-4fae-97e6-5cfeec4ee374\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5ad538f-62ca-4797-8490-4e4b79bb0a42\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d914bd3c-76d6-40c9-ae05-fef64a282d7b\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9b88055-1fcb-44a9-b7ac-293d6eeb8294\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ded41a1d-04a4-4eec-805b-0ceb88e58b9b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfdc4066-6270-4928-8da7-e7ad1b8b7836\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e12e7fd4-574b-4034-9520-b59122f672b6\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2b0dd46-63a8-459c-b5a9-7d84a598e8ee\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecd8dcdc-a84f-41d5-8b3e-d14f25c6483f\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3fe9092-1be0-4088-ac3c-cb508af68e1c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f708cfff-7fdd-410a-9847-a0e5d2f3773a\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff7a8168-3020-436f-ab07-9703eb08f236\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"5ecbf200-971c-4e5a-b4b7-60defe124193\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9a74483-dc35-4a39-87bc-635cf16f1622\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff81c98b-16e6-4429-9842-3033c223ee61\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02c10a63-cff4-44db-90d1-e44e68a6158b\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"054441e5-1c41-41ef-8c09-c671db89a277\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07eee8f3-5691-4846-9865-6dd0d4be9585\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08159b71-dac1-4eee-8a2a-5075452d9b3c\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"155712e6-87c4-4e3f-98dc-b8fbe2991595\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d11ee1d-948e-4116-8465-4d1906a4cdb2\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56ba979e-e922-4fc8-8a75-9cb49ccb1d08\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b6183ee-2934-4ed9-818e-edf55d6a9e44\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c631ae7-4f72-496e-8f8c-5de0a854e4c5\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e106a18-3969-4642-86e0-681fac42710b\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e3492ae-7d43-4eb1-bb37-673f0866b159\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5faa3267-0f48-421a-b0e6-51def528d50b\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63e83ba9-a217-4792-a808-2722db42acf5\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"641f14c6-c8a2-4e21-adaa-02ff59313562\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"750374ce-a917-4ea5-8c7e-6759fb25eb8b\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79e7d577-dbe9-43e4-abeb-3a25778e22ad\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9487f156-b73b-45b9-ad0f-43267ebeef6f\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8209d4b-c215-41bc-8c0c-fbacad1e6033\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac2bac7e-8e19-419e-9ffc-5f0fed3160e9\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af97c54d-7da7-46fc-b1a8-58595eab5b30\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b374e113-40e8-4144-8b42-d5581f828311\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bba1d48e-31ef-4398-803e-c583f9505a26\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdc71536-559d-441a-a13c-3016d142f139\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be70b998-f297-4852-83eb-7c64bca3f0d3\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfa9d8ca-97bc-4599-9c05-5cb2f3048a7d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c65fc3f7-8f33-4ef4-9a3b-165de15e8faf\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfc78807-c839-4562-85da-1c90204a0d2a\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d17b2e7f-f10f-4d8a-a08a-0c0bb962b762\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6c40728-6111-437c-a16a-16b5ad108714\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcd13e36-fecd-4798-b6ad-55ffc3348a15\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df5d2c74-7e03-424d-ad60-8b36c50cee13\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"115010e9-6818-4a31-9eec-2dae878f8f32\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d988efdf-29f0-4cc3-8d70-ad6f10a1d1e2\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd6bdf6c-f680-418b-b5ff-cdfa568c1ad3\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"client-nps\": [\r\n                    {\r\n                        \"id\": \"17107775-119b-42ed-ae4d-7f98e3fef87b\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"end_score\": 4,\r\n                            \"reasoning\": \"Le client a montré des signes d'insatisfaction au début de l'appel, exprimant sa frustration face aux problèmes récurrents de connexion internet.\\\\n-L'agent a su démontrer une bonne écoute et compréhension du problème, ce qui a permis d'apaiser le client.\\\\n-Le client semble satisfait de la solution proposée par l'agent, à savoir une extension de data mobile pendant la durée de la panne.\",\r\n                            \"end_feeling\": \"Le client s'est montré satisfait de la solution proposée par l'agent et a remercié ce dernier, indiquant un niveau d'insatisfaction moindre.\",\r\n                            \"start_score\": 2,\r\n                            \"start_feeling\": \"Le client a exprimé sa frustration face aux problèmes récurrents de connexion internet, ce qui indique un niveau initial d'insatisfaction.\"\r\n                        },\r\n                        \"type\": \"client-nps\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"6263171a-ec67-439e-a47f-fff31b3e43bf"}],"id":"3b4deb9b-0b9c-4b23-af09-aa7844682ee8","_postman_id":"3b4deb9b-0b9c-4b23-af09-aa7844682ee8","description":""},{"name":"Transcribe audio and Evaluate customer satisfaction during a call","item":[{"name":"Transcribe stereo phone call and Evaluate customer satisfaction during the call","id":"25907fd3-85a4-4e47-b068-afa5cc9392f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"nps-estimation","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and evaluate customer satisfaction during the call and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"d1b3f7b9-5f15-4a44-9c7b-0874ef78d551","name":"Transcribe stereo phone call and Evaluate customer satisfaction during the call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"nps-estimation","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"25907fd3-85a4-4e47-b068-afa5cc9392f6"},{"name":"Get transcription and evaluation of customer satisfaction during a call status/result","id":"d5278fba-0f56-471c-bb15-31715688acfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"0e9609ab-9f34-4e33-a252-f2bc721d2832","name":"Get transcription and evaluation of customer satisfaction during a call status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"08ea8199-f631-4155-90cb-a75605122eea\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a4292a9-8d2a-4a50-9ae4-a8a83789cebc\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b99a94b-17f9-4b59-b853-50ed6206d3ac\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e416802-897e-421e-95a8-603093e03695\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e78781f-7598-47a6-992d-463692a4ab43\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f83bb8f-0f57-425f-b1ae-2be674031431\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1463b9a2-867f-4a9c-8f5d-f407aa7c702d\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17bf2b0c-97db-4edc-8fc1-6061e7872a00\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1fc9baa9-ec66-4aaa-8a70-56b64e2af408\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"219b81fb-066b-4564-ac55-544235fc177c\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28fb9b8f-9fa9-48dc-abde-084f9605cd65\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b72ef1c-89bf-4298-a474-1148b0a5eed5\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f520b22-0ed9-4e37-92cc-a62e7f0407c6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"328dd9c1-48cd-4a0f-8379-e01706802afd\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"372b2143-7f30-40e8-96b1-47c4f1208875\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37444c28-13f6-4d72-91f5-089e68ba4385\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ec0f78f-26a8-45e5-a705-e57a8a9e08c1\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49f9b07f-ad71-4894-9413-6a9ec1df3c96\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f666c24-b928-4772-b933-3d77f5385165\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50169aea-5701-434c-a1c8-dfae87b1f91e\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"582cf606-21bc-469c-b085-1d2db31224a4\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6050e58c-19ea-488d-bcaf-93403db87c12\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c53d116-23e1-4095-ac3d-175a2891a738\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dd53653-4ffc-4ca3-ab75-e2f6cda874bf\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72d07086-bdef-4de0-9fc2-b766dd1d0170\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79e8a770-3ce0-424e-a6f1-39663eb3bc28\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fddb6af-2f60-434d-97ce-496541ba3578\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8012ec1f-b7d3-4e9f-8a58-a83d2b26558d\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"874bed87-dcaf-4fcf-b29a-f73731431db5\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"949360c5-e122-418b-8ec0-eb5755ef0366\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e4a31a3-1726-41cb-9f5a-ee930a8d55d2\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a69890b7-4e2c-4fcc-ac64-527e8ca64d5b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae8f0b8b-453f-4fd7-839b-078a32f99791\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1bf71e8-4ced-476f-937f-909252eededd\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3921059-671a-4056-9be3-0039d9d4a0f8\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4f0d243-327e-4e55-8a3a-24e0ee5d18d1\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b597ccb7-090a-4c8f-922d-d3bdc2f9ea63\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6831c7c-117c-4281-a2ae-d71ca3812990\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bedb3f16-61a4-4195-9658-753d6d833e57\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf91e9bc-f7c5-4562-b225-c2059d6844ce\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf9b9d0d-4e57-4647-9d64-c2a863cdbaee\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1e70417-f38b-4802-9919-8c4859a9855d\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb3b795f-331d-4b5d-921a-5d5a4e66961b\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd134a59-dbab-49fb-9452-f0fc4d564182\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4ae3259-89e8-4d74-98d1-769ecedd77e7\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d64e6694-42e0-4e77-bc06-95372ae32cd7\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e35f988e-4d86-4e30-bb15-8b65de93d5ba\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3865f6d-e9be-4ca5-b47d-a5fa44d99c3b\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e67c1aa9-2913-4862-b3db-24f929f2818b\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eccb4f6b-1ef7-4520-9133-13878ecb4b57\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef2367fb-b363-4dcd-b0de-6f0f246ddf5e\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0bccaff-c87f-4858-bd88-ef2f2073f715\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb532ae4-7d27-4fec-815b-c60a5bf75627\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"14f1876d-645e-43ab-ba13-f9f8b5b345c2\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"9fc0c66a-160f-4b12-8279-584a8df78713\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4be2307-3e0f-417d-bc42-13582d13eb76\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1dc63793-64f8-4c82-b93b-9ec925452451\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1c07d27f-bd59-404e-ab70-ba981ae8bf3a\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36b4d3c1-f4ef-423d-b6b8-38676230ea5e\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"807f9132-fba4-43e1-b5d1-70cc7c69a5a8\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a736788d-0e47-47d8-9df1-029eb5abb496\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db01056e-f57e-48d3-961d-d4e8ff1ad4bc\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4782e7a6-c552-407c-94ab-54d8e7ae37aa\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"4f3546be-7734-4e17-b704-9a1148247228\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00b3b11a-c138-45ac-a81e-f67d0168e95d\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16dfd4f2-b9f8-4104-8511-9812cf72f29c\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1bc6cee7-519f-4d47-8c81-082f71353108\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e2049d5-1f8f-492a-be09-28916d03057a\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bb7ff2e-d04d-4da7-a727-fa834bcba734\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bedd0ff-b2e9-4f2e-baf0-fc73cb4a1f4a\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ebc94a0-5a49-47ab-a477-152729b27267\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3eacf466-eed0-4beb-9687-8113a2228890\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41fa6fa0-a426-482a-9607-fc9cded954df\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49fc00c5-e4a0-4224-98fc-7c405c6b07a2\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4bdf7138-888f-49de-ac88-fef9f110b056\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50a70a17-6e22-4134-afa5-9922c16a82a6\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50ccc051-6f13-4ed5-a9c0-6e0042f56d01\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"529cd6b8-861a-4981-b517-7a5d16b60189\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59382ee0-f22a-4960-98a0-26821299cdb4\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"736786ee-4191-4754-bcee-c5448ddb9d62\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"746b8669-0825-4b2f-a872-3df05a366e54\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d9d3061-0acb-4169-aa4f-341f20a88ff5\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"917742d1-3dbd-434e-a186-f1787b51fffd\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9564a1fb-425b-4f4b-9ae8-db8345dc2e00\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99da904c-384e-4ff5-bd23-3d4dfbcfa9cf\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c329ff1-78e8-4fd2-8c7b-8e9ad41ebe24\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b22fa519-25a6-4bcd-afa1-7a0c6f20c003\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7af7b73-4142-48a1-9a5a-c0035bd66399\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7b7989b-bf4c-4c43-a032-a84e744ff663\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8d6f484-7df8-4810-a8bb-7cb47da64c5a\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2439cac-ac80-4f6c-8487-bb6e86bb271e\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2f1c7c9-6ce4-4af0-a566-8c26bee92e47\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4f5fde8-3a41-425f-88d5-a506a8fd08ad\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1f4f89b-9269-45fe-9a4e-0d0506d45892\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1a9a18b-086d-43ff-b2ed-614e9e591a1c\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e57f8bd2-a46d-404c-8cf8-8fa043832dfe\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed045933-68eb-468f-9a84-1115cb3987b7\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0985639-1457-4d4f-a3ab-c930552d8cf0\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f27dbb99-8411-41b6-a8e9-5f78501eb1c3\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f3546be-7734-4e17-b704-9a1148247228\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0a0810ec-d15c-4d42-b8e6-3e795c1ac9fc\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24d2dfb1-a365-48f7-8951-fb34684ee9e0\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29657265-109d-4709-b432-5d9208ba11c6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ddafbac-81a8-4fe6-b476-c741e51775b4\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41500624-410a-4483-82d7-57acc6f17025\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42bedba1-eb6d-4410-8d25-67036b0ba9c5\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46fe9dfb-a3fa-41ce-8bb4-ad8329b18a34\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d667a97-66de-4227-a11e-41b1315ef1fd\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fe23755-0e56-4665-b940-abd020256cc6\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e949c2e-6e3d-437a-b0e8-889657ca4e8d\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"868a0fb7-dd38-4cf0-b8d2-aac65bd56e87\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88473e71-181f-43af-baa5-fd5b1ad4fe33\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91d63630-7b04-404b-acb7-21e6004d831a\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"979ac965-5751-4a9c-a42e-853165c7253d\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3fc4cbd-ce9b-4905-ae83-eca10da68be3\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3001b75-d83c-4011-8ac3-c0e03d9226c6\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fca1718c-debf-462b-abd1-5206c5e47b13\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"540f67c8-1e47-48ed-8c5e-67861fbd6dce\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02e61ea3-50d1-4dc1-a767-0ce69b1633f5\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12b98b57-28f3-44fa-bc21-6b94a3fb1038\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1502e5b5-1241-46df-b87c-00e08dd8b5b3\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ed35c26-0000-4a07-90ae-1b4d15c28c59\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2277ed3e-970d-4333-a605-aa4f57e1c0f7\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29176a39-7f29-4a7c-b29a-472a05d36122\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e98cf3a-c62d-43bb-9372-be6ea4aad570\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34d92e7e-11b5-4249-9ef0-267c058b3e4a\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d372c55-2c52-4f1a-95cf-971d07031209\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f5ee93e-35a8-4108-a9e7-400ecb938f79\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fb3fe61-8886-437e-b0d1-21749663412b\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50014344-c1f8-4d66-9fcf-79e55ead78e7\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"58cfcdcb-43a6-410d-8056-1b45d944f42d\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ba0b2ff-f7c0-4d8f-a753-06525a0bf750\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bf22de2-b49c-4d49-b5bd-5c9c9157c8d9\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"668af1ef-1bf5-4eea-a95f-69dc54769e21\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"687e56c1-6339-4f3a-9316-54285bee79c0\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"730a7ca8-70a1-45d5-ad03-7538690dce95\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73545c6a-08d7-485b-8b1a-854153a38f2b\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74e63f15-3235-4c95-8351-81f3dfeb1d0a\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"752feb2d-5afd-476f-9948-4917bfc13cc6\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"774e3ca4-cd31-4543-989f-fd3af0ecd767\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d47bf23-52f2-45f7-ab1b-b03256fb89ba\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0579e35-7b59-45d6-ab75-d85ba085feaf\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7b52e82-b22d-4f27-a484-a520d1745e47\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaaa55de-b098-4588-bc43-4801d803f0f5\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ada1fb65-6d40-41d8-821f-7c2978bd29de\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b09c7082-3246-4dd2-bc85-0ae8d9101dca\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b95db4a8-dfad-4611-b523-3c952e115774\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b988544a-ab07-40bf-a3b3-d76ea9fb60d8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2aa583b-443c-4e9c-8f6a-8e613c381c21\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c968b9f0-753e-4ce6-be5e-0b477362dfaa\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4d33dca-a08e-4c8d-8c1b-c74fe230ac22\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7b664f9-89a9-4834-9dde-c2b41419efba\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d865141d-28a7-4fda-b0d4-fd2b21fb53f7\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dafd79f5-a937-40f9-a0dc-53cb6657ac8d\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec2bcc3a-7d42-4d11-828f-78372d502384\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"581e4ee3-4980-49f5-a2c7-452c2e2d6968\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0555a940-519e-4f05-8bc8-3c66ea14c951\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07ef7c1b-132c-4a5f-bd87-445a0d59b78c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"245a655c-67f4-4256-8d30-a77cd4ae87a5\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e6c3e87-6b78-42a9-a6b2-37cac03b7a98\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30fd8193-7c6f-482a-9598-2c27d00229b0\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"343d0f53-6b55-463a-b12e-e2230e9804ad\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"344cbc2b-a086-4ae3-9d48-2de5e0236606\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35d99840-d964-4257-b0fc-4ff56f3ad0c2\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3861d666-b9ff-40ae-ab25-2a0cf03ff55e\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c813be1-220c-471d-8d31-a6258e67d8e7\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75ab4884-8e55-47a6-8ede-e7ab58db3a53\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaa8eb93-f6be-46c4-886d-55d4a98400ba\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"acabd2fb-9b27-4d00-be36-39965ffe852b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bee26e3d-a75e-409b-a2df-6d81fcd7ab63\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d80a02c6-2746-42f8-ab85-398514b5b56c\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7f5a84d-3980-4cfc-82d8-0fac7524be1f\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecc21bdd-9f6f-481f-b1b6-8394b4838651\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"58a60ba1-f261-4be6-9e25-504209eeb1aa\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02075963-8c2f-4824-8fef-94c2865f3ba5\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"02b10c47-6796-4329-8468-b3568ae95ab1\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03a70128-31c1-4b93-91d6-92bb30b4b731\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1db69156-a51a-4cca-b2c4-79550dca1064\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26cefa8c-b164-4ba6-a6de-252520c74eec\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b3260b8-1fbe-46f4-9585-e04ac48529aa\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3019998f-f4aa-4f76-9d5d-6312aa90dfa7\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37cb57cf-0699-42d9-822a-5c42452a3efa\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"393a20b2-ac91-4011-af63-62f969c003bd\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"399450b2-39b5-4364-80e2-a982d2114a80\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ba35d7d-3a2b-4d51-bb0e-3c837cb26b2d\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"523925ec-9de7-44e7-9f2e-34e01c854706\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6386fe47-c3b0-4812-ad06-cbeaecf0802c\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6619766e-b80e-4b18-835f-f9ac84f708c6\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b56bc04-41ce-4082-b5e1-5ff578dd8ab7\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72a7cf14-fbcf-4c3e-a7b8-a93398fc00b8\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7965eea9-a06a-4d50-a80f-68987fb1771f\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c153913-e0af-4690-aaef-07e26437dc60\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"816f1ee4-ceea-4a70-9e6e-808c9eed4cd1\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83db8e8b-de6d-4ac3-89e5-aa2b5a02e0d4\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"871dc469-9a69-4d29-ba1f-18481debe373\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"894dc2eb-60eb-471b-9728-29332f1227db\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a7a3d65-0516-4ddd-96a7-51ba8ea10cb8\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b1154fa-aa1d-4082-bd5e-12268ae0c4d9\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ee7551f-3883-4cfa-935b-cbf4cf21f393\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9df21010-da30-4801-ad0f-07b3ea1b9793\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9eb5d3ab-3687-4d2f-a0a5-6d4ce6ad80f8\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0824cd2-0815-4a5d-969b-c0cd44ead78b\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a60c1eea-1aa0-43aa-a125-b7806f52f9cb\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a84aa31d-3612-4ea8-a4c4-8a548f0be8a1\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0fee186-0537-4869-a715-70116bcf56d5\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6c1f255-d406-49a9-914b-b96511b1658c\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dad1eade-2c6e-475b-8185-fdd38e5cb96c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd54a17e-a023-458d-84ae-22574b319d35\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e40a2576-8e88-4842-9678-5458438da6dc\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e48666b5-a40f-4c17-9f2a-7387e0ab5037\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e699037d-79e2-4df2-8bf7-533f7878f827\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9a30674-e2d9-4a1c-9988-0aa2fdd6ccd6\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea211683-263e-4743-8dab-bf5bf99c7e56\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb183dfc-d7dc-40fc-85f2-fc813356b39b\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee6ddee4-ae6b-4be6-bcf7-3d0b56f660f2\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f43d7945-7925-4fa3-9207-a673132d43ab\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f69fb677-db87-48e2-9fc9-c43925bd5274\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd0c5a42-94f0-461d-a008-8cacfc1f0643\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdf60016-9d1b-47af-a15f-d09683191e84\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6e8fd78b-63e1-4fe4-8289-4ce25ec874e1\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"72d13eec-0864-42bc-922e-060b4a57f610\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"071e3d4a-0d1f-4906-bde0-2b783faafd61\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35aceb66-a4c1-4da2-9e7e-0afe8ce96a20\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b8d3150-d9b3-4b8f-a179-9b086a9af7d2\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6ea3323-c6d2-47ce-9861-a6f141276e05\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb024841-40ce-4317-b79e-a66066a54a58\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c298b7ee-77ab-4df2-82a4-cb3088321503\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9fd3b53-fe05-42c7-8205-d426116d205c\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7a43a3e-53e0-49a6-8bce-d22dbc3aa658\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"72d13eec-0864-42bc-922e-060b4a57f610\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0dfd9713-3069-4637-b559-611a17d1a888\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14bc6de8-afe5-413c-8a4d-a0f115871633\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a31f572-0518-48e0-bd92-326b6d8a31e6\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c7c246b-5542-4b74-ac35-7c72dbc55a3c\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"217d4c35-2b23-4e31-87d9-f97c9776e244\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fa9eed4-1850-4ba4-8c5f-8e325a82f0d1\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"320424d8-0d39-41b8-bf6f-bdded31fb09f\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38244813-49ad-4559-b759-3b27dc43f361\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"399ac2cc-84ca-4ba4-a0f3-e99f750309ab\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4bab72e5-bcf4-4bd2-a6eb-96ed60f96027\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"678f0a24-ebb2-46ad-b4fe-1e4749091859\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f3c9d35-3398-4c59-88cd-bc00e8966b2a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"837ef132-1eb8-41b3-8d99-cd507a63e4b3\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a107cc3e-3460-4466-98f0-2f96238b9a67\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a673866c-0212-4114-b815-003a1cef35e0\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bec58b09-9045-4e4e-8362-b7f3cd3c124e\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c137f0e9-6f98-4889-bc78-3f1f534a5fe4\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2c6fe68-b0c1-40a8-b0f5-1a82aedd60b9\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2de0de2-d756-4d1a-91c5-3a4355995826\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7f6c202-8bfc-48ed-a3da-40513192ab29\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf177533-de52-42d9-b800-7b100fcb5529\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd58f7a7-2324-4a2f-806f-98b14254b4f9\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f231c045-d8cc-42ec-9f21-63d5d4ae2e05\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f47d4bda-96c4-428c-96a4-f8f9d7d2aa96\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5a57d75-a68c-4ea5-8ee3-3d20f270ee67\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8a8d170-6a5d-441b-afce-415d595a997f\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a49b1000-5e18-433f-9d6f-6987404dc9e7\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04051c98-899a-4143-8f57-241fd5b4f4b6\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09150455-5915-4878-aa80-4636028e2b4c\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f856aef-cbc3-4874-9a63-383a352f3036\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"169016fe-9aeb-4ba3-a9f9-a2f4d77aa59a\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ef71ebb-882a-43e0-abd4-fb364a071d97\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20025b6c-c819-4630-bf98-c35ac2e8a6c3\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21b573f7-f28f-40e0-9b0d-7ca2524761b5\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21d18a54-af14-448a-b977-3cdfc577311a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31ab28b0-ab07-4f9a-a1c4-78e6134ea89e\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ffdc945-a206-4bcc-a58c-cbb0488d1628\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b926ae8-dc0b-43fd-ba66-1b34eec5b5b1\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d13c5f1-d1ca-4c94-ad51-c3ac010b6371\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4eea0554-75bc-4b1d-acea-edb44d211816\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fbec5d3-7e4a-4f3e-922e-13ec363bf467\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50d75c56-4db5-496d-bcc9-66933d5edc57\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"577cd95c-08a2-43d3-aa1f-2edf42057425\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b33aa33-1fbd-488a-8e11-7284e7da4787\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b9df62e-7c65-4872-b71c-3bd855d0d85e\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6017b763-690d-402a-8685-6c958b096a78\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6685f357-d40b-496c-b571-b526ad6855ca\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"753d5c09-1a46-4732-911a-048e2f0c7002\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7953eb66-334b-45bb-8d69-5902fd6072e5\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7abde7df-22ba-4651-8321-48b6275be00f\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b2c9c65-8d40-4e04-926f-9f0fb238facd\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7bf3135d-1aaa-4acf-b1b4-571faef851ae\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d938f6e-6999-4622-8145-6657f8c05ca9\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"821cfd65-24eb-4523-ae41-3be744c6e02f\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8303fa91-e84d-4fdd-9173-9db05b0394fa\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88192c64-e1cb-4232-a3f3-053d666c5159\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"883a0350-3753-4805-9423-20f8e85d27db\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9582178e-550d-4ad6-a4f7-81e567be4720\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95aac9f9-f305-4d25-a49c-7fdca377ad47\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9863d04a-498c-4460-b19f-4c794b49db55\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98ab3c16-a83c-4bb1-9c06-19fbc536854c\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b8e1326-00f3-4a69-879d-a453fc486c99\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a826f3ad-5dd0-4de0-a59d-da5e949d619e\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9282937-0348-467f-9f2f-c72b3501bc7b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9d6405d-ec5c-45c0-b8cd-2d2bb58be568\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aed454aa-59b6-4516-9f65-b2baf4920259\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b228288d-825b-47ea-bb01-4558fd9e86e4\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b83c0534-68b5-46a8-b80e-e1168b75caf9\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb841c9e-a04a-4f10-9548-57ea3080df1b\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4988679-6f2c-40c0-baf7-a114a9d1fda0\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c511e44b-d6d6-4586-af5b-b75bdce0ab05\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7b93c83-ba9a-4f3b-a5b9-6b6a60004d2e\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfad3ddd-5f03-40be-a8b9-49fec46a89fd\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6fa72d8-c525-445c-a013-af5097c5f748\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea49da08-759e-4308-b88f-7b5f702cfab5\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea921ac7-c2e3-4890-8e1c-11de6ea7fe91\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef9c3996-f8c9-4700-a43b-b2f595b37435\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f69e909b-14cb-4f29-bace-ca17cc4db9bf\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd555082-5aab-4329-9257-98efa4f62943\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a83b64cf-34ff-4fc0-a945-cc3f3d60814b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00aa0509-3f23-457d-b700-ab91a401133a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0694f3fe-2340-4f50-8a1b-16021f35b093\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0adf1a45-8d14-4d14-a805-af06eb098b46\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16df12a1-598e-48d5-89e2-ea24ccd1b9e9\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2794f89a-6313-48e7-90a7-8a12317e3306\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"347c7b1b-65b3-47df-83fa-e7d84bad757b\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38c768f4-e682-4ecc-bcff-db4ab2fc08cc\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a8c8d47-2904-454e-84a3-6d091c21b596\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c319906-42bd-480d-ba85-59c6238e3aea\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40af1ebb-22a7-4110-96c0-cba266888eb7\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"428a52f5-7e42-4900-bb51-7427a45d1a67\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a9891c9-37bc-4bf7-b563-32a9243c580f\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e3f4c35-3b4d-4e58-863f-343848e82514\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74adbda6-582e-4dbe-9231-0f894652108a\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"800c103e-80ea-4145-beb5-551476de60ad\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89d81119-6302-4773-9bb1-db00dfa219d5\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b170903f-72bb-4beb-b46b-362f2f7831a9\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b17cc709-47c9-449b-b8da-36c853554286\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c379589f-b382-4ddc-a314-bb7d7720b32c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e26c22c9-8724-4a55-8148-d3e4af082934\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb377be8-1d41-44a9-b1b0-adf9251dd26c\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f68a1318-5ef8-4d3b-9107-630185aea7d3\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b7287d88-bc8f-4759-b390-5cfe3269a621\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0d77a512-89e8-4605-8f7d-3f2aeef64f7d\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1074dbbb-3250-46d3-b2cd-686b1094bdad\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14483e97-144e-4006-b5eb-c485bd25c236\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"15a76438-eac6-4a70-84ed-703f27506572\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17bdb3f0-f883-49a2-b0c7-e0e4383c6689\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c4b6905-e5e4-4ac2-adc3-5f266231b54f\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dc53d9f-2728-4572-8e3d-06c97d2af1a9\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26c0dc97-e95d-49a0-a6fc-a2f60cac9a00\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27e97ca2-fac5-4027-81f6-e4306c557403\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29588c92-fca6-48ae-8b93-1d64a1ddca58\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f6f14a9-25fe-4bf1-b47c-ccbe6894b125\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35770840-93b3-4db4-b45b-e3bd2883aaca\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4112a039-a524-4213-b636-f7d62813cd42\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4204e033-5c19-479a-a3ab-323cfcc6e28e\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4223ce29-ea4b-41be-9204-56f09b8a8f65\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"467b98d3-3c30-40bd-944e-1dae0ef2fe57\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e39297f-4d86-4ad2-b610-2b44b3509483\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f002855-17a3-40f3-91b7-6e27bb40d442\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53c7565d-7fb6-4707-9b18-dad252f7ac46\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56af623a-8c17-473d-a25b-c27f2356d7aa\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"572a5564-e0f3-4b34-838f-4094ecf91221\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6815c701-86d2-470f-bebf-65b34228def6\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70d4460c-626e-4fc1-83b7-bb8bd6d8cac4\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f4d9247-28f0-4553-8e53-36cdf2c01fb5\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"836179db-64ca-42ef-9572-4c83c4d6f046\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89b66b23-2ba0-4e1b-84fe-dc709c7d5c61\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95761637-92a6-4537-866c-25a15e601467\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"980b816f-476c-4398-8465-0175ab3c3bdc\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"989e3bb1-90c4-4a9a-9e30-31e202ce17f1\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9933ab4c-f0d3-4804-9654-2e3bc82b89e4\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ba9b1da-292d-4f2c-8805-876725a4e5f7\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c0a8446-fe6e-4a30-b05f-b52204357834\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9dfd18aa-12a9-435c-be4f-7b5c7ec2a627\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a148214a-d4e9-4822-91d2-b83a36e5de58\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a269a4c6-fac0-4caa-9c2b-d7a0025d779a\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8a26b49-a477-4a61-af85-2cedc3fe83f0\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"abf2c00d-ba37-487e-afa3-5bb2f77dbb60\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b04f0764-07ed-41a0-a4d8-86bb50b37c19\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2943a44-9581-4365-9c99-cc10d6009b26\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b47cac23-0446-41ff-9003-f3e75cc610ce\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b49be73b-0ac0-48fc-a2b2-cc32e897dbc8\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b74fe025-a244-45cb-a2c3-470988724b2f\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb7ca99f-e1d7-41b0-9e1f-3eb5590d7f61\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb14bc40-dfcf-4fae-97e6-5cfeec4ee374\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5ad538f-62ca-4797-8490-4e4b79bb0a42\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d914bd3c-76d6-40c9-ae05-fef64a282d7b\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9b88055-1fcb-44a9-b7ac-293d6eeb8294\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ded41a1d-04a4-4eec-805b-0ceb88e58b9b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfdc4066-6270-4928-8da7-e7ad1b8b7836\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e12e7fd4-574b-4034-9520-b59122f672b6\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2b0dd46-63a8-459c-b5a9-7d84a598e8ee\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecd8dcdc-a84f-41d5-8b3e-d14f25c6483f\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3fe9092-1be0-4088-ac3c-cb508af68e1c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f708cfff-7fdd-410a-9847-a0e5d2f3773a\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff7a8168-3020-436f-ab07-9703eb08f236\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c050400a-5aa7-43c4-b42d-09831af485b8\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"5ecbf200-971c-4e5a-b4b7-60defe124193\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9a74483-dc35-4a39-87bc-635cf16f1622\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff81c98b-16e6-4429-9842-3033c223ee61\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"c44b4701-fe52-4f9c-9fa1-5915b2868070\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02c10a63-cff4-44db-90d1-e44e68a6158b\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"054441e5-1c41-41ef-8c09-c671db89a277\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07eee8f3-5691-4846-9865-6dd0d4be9585\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08159b71-dac1-4eee-8a2a-5075452d9b3c\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"155712e6-87c4-4e3f-98dc-b8fbe2991595\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d11ee1d-948e-4116-8465-4d1906a4cdb2\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56ba979e-e922-4fc8-8a75-9cb49ccb1d08\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b6183ee-2934-4ed9-818e-edf55d6a9e44\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c631ae7-4f72-496e-8f8c-5de0a854e4c5\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e106a18-3969-4642-86e0-681fac42710b\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e3492ae-7d43-4eb1-bb37-673f0866b159\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5faa3267-0f48-421a-b0e6-51def528d50b\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63e83ba9-a217-4792-a808-2722db42acf5\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"641f14c6-c8a2-4e21-adaa-02ff59313562\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"750374ce-a917-4ea5-8c7e-6759fb25eb8b\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79e7d577-dbe9-43e4-abeb-3a25778e22ad\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9487f156-b73b-45b9-ad0f-43267ebeef6f\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8209d4b-c215-41bc-8c0c-fbacad1e6033\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac2bac7e-8e19-419e-9ffc-5f0fed3160e9\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af97c54d-7da7-46fc-b1a8-58595eab5b30\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b374e113-40e8-4144-8b42-d5581f828311\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bba1d48e-31ef-4398-803e-c583f9505a26\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdc71536-559d-441a-a13c-3016d142f139\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be70b998-f297-4852-83eb-7c64bca3f0d3\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfa9d8ca-97bc-4599-9c05-5cb2f3048a7d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c65fc3f7-8f33-4ef4-9a3b-165de15e8faf\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cfc78807-c839-4562-85da-1c90204a0d2a\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d17b2e7f-f10f-4d8a-a08a-0c0bb962b762\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6c40728-6111-437c-a16a-16b5ad108714\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcd13e36-fecd-4798-b6ad-55ffc3348a15\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df5d2c74-7e03-424d-ad60-8b36c50cee13\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d9efe0e5-afaf-4027-b230-2261e85f9ccb\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"115010e9-6818-4a31-9eec-2dae878f8f32\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d988efdf-29f0-4cc3-8d70-ad6f10a1d1e2\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd6bdf6c-f680-418b-b5ff-cdfa568c1ad3\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"daa1a3f2-a07f-43e3-a149-e366c33eab81\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"client-nps\": [\r\n                    {\r\n                        \"id\": \"17107775-119b-42ed-ae4d-7f98e3fef87b\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"end_score\": 4,\r\n                            \"reasoning\": \"Le client a montré des signes d'insatisfaction au début de l'appel, exprimant sa frustration face aux problèmes récurrents de connexion internet.\\\\n-L'agent a su démontrer une bonne écoute et compréhension du problème, ce qui a permis d'apaiser le client.\\\\n-Le client semble satisfait de la solution proposée par l'agent, à savoir une extension de data mobile pendant la durée de la panne.\",\r\n                            \"end_feeling\": \"Le client s'est montré satisfait de la solution proposée par l'agent et a remercié ce dernier, indiquant un niveau d'insatisfaction moindre.\",\r\n                            \"start_score\": 2,\r\n                            \"start_feeling\": \"Le client a exprimé sa frustration face aux problèmes récurrents de connexion internet, ce qui indique un niveau initial d'insatisfaction.\"\r\n                        },\r\n                        \"type\": \"client-nps\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"d5278fba-0f56-471c-bb15-31715688acfa"}],"id":"641e5972-54e7-435f-be40-f3a8fef5aad3","_postman_id":"641e5972-54e7-435f-be40-f3a8fef5aad3","description":""}],"id":"eaf65092-fa16-479a-a380-fc9c821ab858","description":"<p>The <strong>\"Customer Satisfaction\"</strong> AI Insight is designed to track and analyze the evolution of a customer's satisfaction throughout the call. This feature evaluates the satisfaction trajectory of the customer, offering detailed insights into the customer's experience before, during, and after the interaction with the agent.</p>\n<h4 id=\"endpoint-features-\">Endpoint Features :</h4>\n<h5 id=\"satisfaction-tracking\">Satisfaction Tracking</h5>\n<p>Monitors and records the customer's satisfaction level at various points in the call</p>\n<h5 id=\"detailed-reasoning\">Detailed Reasoning</h5>\n<p>Provides in-depth reasoning of the customer's satisfaction evolution to highlight reasons behind their appreciation and the agent influence</p>\n<h5 id=\"satisfaction-scoring\">Satisfaction Scoring</h5>\n<p>Assigns numerical values to the customer's satisfaction levels, ranging from 1 to 5, both before and after interacting with the agent<br />1 : Very unsatisfied<br />2 : Unsatisfied<br />3 : Neutral<br />4 : Satisfied<br />5 : Very satisfied</p>\n<h5 id=\"satisfaction-level-analysis\">Satisfaction level Analysis</h5>\n<p>Analyzes the customer's comments to provide a qualitative measure of their satisfaction</p>\n<h4 id=\"output-format-\">Output Format :</h4>\n<p>The output is formatted as a single object containing the key elements of the customer satisfaction during the call</p>\n<p><strong>API Task Key</strong> : <code>nps-estimation</code></p>\n<h4 id=\"generated-ai-insights-\">Generated AI Insights :</h4>\n<p><strong>Path</strong> : <code>ai-insights.client-nps</code></p>\n<p><strong>Structure</strong> :</p>\n<ul>\n<li><p><code>reasoning</code>: A comprehensive description of the customer's satisfaction evolution and the agent's influence</p>\n</li>\n<li><p><code>start_score</code>: A numerical score representing the satisfaction level at call start, on a scale from 1 to 5</p>\n</li>\n<li><p><code>start_feeling</code>: A commentary on the customer's satisfaction level at call start (qualitative)</p>\n</li>\n<li><p><code>end_score</code>: A numerical score representing the satisfaction level at call end, on a scale from 1 to 5</p>\n</li>\n<li><p><code>end_feeling</code>: A commentary on the customer's satisfaction level at call end (qualitative)</p>\n</li>\n</ul>\n<p><strong>Type</strong> :</p>\n<ul>\n<li>\"client-nps\"</li>\n</ul>\n<p>Customer Satisfaction insight is in the <strong>object</strong> field of its insight</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"client-nps\": [\n    {\n      \"id\": \"uuid\",\n      \"type\": \"client-nps\",\n      \"text\": null,\n      \"object\": {\n        \"reasoning\": \"string\",\n        \"start_score\": int,\n        \"start_feeling\": \"string\",\n        \"end_score\": int,\n        \"end_feeling\": \"string\"\n      }\n    }\n  ]\n}\n\n</code></pre>\n<img src=\"https://content.pstmn.io/b586125e-abb9-4d93-a3c3-4236a328d8c6/YVcxaFoyVXVjRzVuLnBuZw==\" alt=\"Evaluation%20of%20customer%20satisfaction%20during%20call%20result%20example\" width=\"100%\" />","_postman_id":"eaf65092-fa16-479a-a380-fc9c821ab858"},{"name":"Extract call actions","item":[{"name":"Extract call actions from previously transcribed audio","item":[{"name":"Extract call actions from previously transcribed audio","id":"2c321446-c268-41c4-92a9-b4a3ce7ee973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"actions-extraction\",\r\n    \"job_id\": \"\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\"\r\n        }\r\n    }\r\n}"},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-actions-extraction\">WebHook callback reception on successful call actions extraction</h5>\n<p>Extract call actions from previously transcribed audio, and receive a webhook callback (POST request) on successful call actions extraction, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call actions extraction, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"708c0928-7b47-454a-9e41-11723aa3c290","name":"Extract call actions from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"actions-extraction\",\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"fr\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\r\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\r\n}"}],"_postman_id":"2c321446-c268-41c4-92a9-b4a3ce7ee973"},{"name":"Get call actions extraction status/result","id":"92474f72-ab76-47fe-b9b3-9bfe61e19e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"92fe7666-bb35-4320-a865-6e1623350c7c","name":"Get call actions extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"2dbe020c-b816-4de9-8614-532d7443507e\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"08f76f7c-afe5-4bf8-962c-4c7b4330cd6a\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09135b8b-5bee-4937-bde0-a0aac20a8822\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09b0e11f-9ed8-4e42-a0bf-7dd672698a88\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"150d94f8-7aa6-4739-b59d-5936540bfcd0\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"156b1d54-b666-4dbb-8215-64234f280beb\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"170cc18c-7164-4000-b3de-f0f99dcb73ad\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1897d839-12a7-45b9-abaa-ee90e9ebf668\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22021e29-7130-481f-8dd5-5b07fa32d4d6\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23547d9d-898d-42ca-b9f2-c05c52793f33\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23c76654-7a62-433d-a1d2-244e08c70559\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"242b4eba-4f22-4fd7-baa3-861105195e6a\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2affb317-b4a9-447b-a349-dc4b24ecc5a4\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b985d7d-f74e-40a6-a0d2-28a18fa25841\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d79be82-95f2-4bb2-8c5e-cd47bc731603\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34f98a20-62a1-433d-a5bf-71f1e6ac5680\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48934e67-f2fa-46ab-b195-229d8d074107\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50c3d05a-3aec-4635-b976-238fd5ba0f00\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54ce6d72-ccee-49ca-b70b-d0672cf02289\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b153bfd-bec3-4d1c-83b1-c08a66d1955b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5cf9bbd1-ecfd-434d-9516-4fae542c04f0\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6029bc6c-cda0-4011-ad16-a08f73a4993d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63d6ddc3-75c7-4f0c-a0ca-2beb2b65e655\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"672957c5-6528-4706-974d-b5230501913d\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dad6add-db33-4efe-865f-6e8e94471f60\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f00746f-c224-4f2c-839b-748266feaa95\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f90ff6e-9ae4-4be1-968f-7a4554825661\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"713ae663-94ef-45f4-b109-638c9c665a7a\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"794094a0-e135-465b-9feb-e386e9c98d8a\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d2fba3e-812f-4607-ac58-0f2e76f7b31c\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"852120ec-b924-4815-971b-52d5b06da87b\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89f2e6d5-7352-48f7-8d6a-67896200d816\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a745456-6cff-4d87-827f-8c703ff6a640\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ddc580e-281c-4973-b849-dd1eed9d3df5\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90ad5f9a-8653-49ae-99dd-07672a9b55bf\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96a0f518-e3f6-4975-9978-9430f6909f5c\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97b11fb8-867f-43bb-9244-2562f7779a38\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e2158fc-5e15-44cc-9fd4-6ebc9a009dca\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a98213f6-247d-46fa-b83f-967620977382\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af98362e-e5f7-4282-9042-e09bc6eba50d\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1e7e123-808e-46e3-b397-4452d949aeb8\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b22f7b6e-e65a-4dd6-82a6-670460d58e42\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b24a7de0-f997-4148-a81b-d042bb92589c\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4cfceca-48b8-4ca1-9fda-75c3cd1858a2\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c831db7a-4c77-4ee4-adad-87573fe5a981\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce2d1f22-b57e-4a96-80e0-242ca5fa2f1a\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce7c69d0-9330-4bd4-9a14-d422a77469e0\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5aac36f-5267-4c7e-9642-8f9ff35f942c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6c6dd4a-e2c1-4076-a5c9-9bd42127c90d\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbc9bc18-9195-4395-a80f-cebfc9716c27\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df0e2fdb-022c-40e4-aa4b-e8ef38cc6ecd\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e94aff1a-fbdf-4557-95e6-5fa354d32b69\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f32fd914-eb96-4c43-8123-efbebace4077\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"faa2bfa3-bc93-42a1-bb17-dcd778a98a5f\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"040d130e-d7f9-4f46-a99b-08bfa16dff08\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07df567a-8a84-4fce-8a4a-ef71005d611c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0add7a94-abc1-4243-a7a3-e0baad99e255\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f28c02b-a9b2-49e7-ace1-8b910d1ad18a\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f4d3d11-55f2-444a-bc3b-3061a2f9ae86\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11328d8d-7e75-492d-8250-0858f1ad92be\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1591a45c-9085-49bd-95e3-0a4f1c332aaf\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19575f22-7337-4a52-9b40-b50e57605b66\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25a3c453-8248-446d-905e-4d2f77cba2a3\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26e0a251-c5bb-49c5-a6ae-0c1c217f249d\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a0fd4a3-96ea-443f-bca4-a198787fa546\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bcc3fb2-e46f-4522-8804-2aeb806607b1\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31e07e11-cb41-4bf9-aaf8-e05d0e7f3d87\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3418eee1-78df-4be4-aba8-33903e798e2c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37d950e5-9f43-41b2-a8bd-642cca222d79\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a4d4d4f-feea-4671-897e-65a95065bf58\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a9d894f-51d2-43b2-bc87-f4d7dad666ae\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ebf2443-a107-488d-9355-8fd2b41a8dcb\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5022a4a5-8e5d-4ad0-aaa8-dc3551e14037\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56a5db5c-053a-47bf-8eea-f6585c676db1\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"667cf60c-0be6-487b-93c1-f7aa7856023c\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69853c4b-66f6-4c17-b2dc-f01d75d0b8ee\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ba097dd-4604-40fd-8e9b-1b35a512411f\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"782354c1-633f-4892-9811-c3ce0e965c66\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f97b4ba-82ed-4247-8cc8-bd0bc8a06565\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85215cc7-54cf-48a3-b2f4-d4c67661b3c8\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8533aede-694c-4deb-8a5a-8dc151d9dd66\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cd0e9a2-3dc7-4fc5-966a-90ed0211c4e2\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d30f64f-9742-4cdf-845e-d959cb22c6a6\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90622bff-d4a3-4ab3-af22-719b0e1f9aef\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92fbc4b9-29b6-4e35-90b4-1bcd2be053cc\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93e5d0f9-1355-46b3-af55-1d924a99a85e\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94b5ec6c-e3eb-4568-b427-334e69b74478\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9de4bf69-a941-4a5b-a5cc-c668f0c431f8\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b03278de-4b00-4f33-a6b3-b30f63108e75\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd91ce71-c96d-4721-ac2b-20de3b5393a3\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd2e70bd-6f21-401e-bc22-62761e111b5c\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf8e9efa-1fc5-442f-af35-035beaa46e5a\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1422509-9e71-4698-89a7-f694c69d7b5b\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d227d449-46c2-4e1e-9d19-71e294f22f1f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2a89015-2feb-43e6-91e3-7517351ddf71\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d71f179d-71b4-4406-a3c6-e89cd195b9d1\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1389771-e662-45f8-9f23-d3896abde84f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e723538e-99f3-4505-b112-ff022e19d413\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9cc8014-e58b-4bb2-9fc2-283fbff0406f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3146f9c-f03d-41d7-927f-2b245dd82163\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f342d410-1862-4b6d-9fd5-6a6e52cfd66d\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3514919-3288-4131-bcf3-e2925181ebd9\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f458e126-1c41-4c81-a15e-6f20b677070d\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5cc245d-b0e7-4f77-ad70-503e9169e8a0\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fab59683-46f8-4587-b73b-b269f151b2ab\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fbc08206-e73b-4ac5-a6bc-e2d9890f468d\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"2ca8e294-a448-4cad-8553-c9de5957a5bb\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"411dc52b-7ff5-4440-914b-aa5da62a571d\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88282fac-25b5-4913-8ef4-06e8bca331c3\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1369636-90c2-43f7-8e68-e1900afd3ac1\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1be4ff1-b96c-466e-aa33-116ac7396430\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfe35035-e99e-4639-b3d3-626cf8caf4f2\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9d17f7b-5fd1-4b77-9865-939e747b6c61\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9eb460a-d934-4eb2-97fb-7d0b2bac7de3\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"2509b939-6f75-4276-ac0f-4d9d823db53b\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"267bc8e3-9a39-4194-8730-e919abde172d\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"377d08bd-b6e1-4d73-9d62-bd85a2e08660\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c942f29-1734-47b0-bfdc-852f4b8ea163\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40285a91-591f-46e2-98cc-a64fd4fa5dee\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41ff4f47-06a2-49e9-916c-5991fcb7767b\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a7f358f-e10e-4ed5-84ff-5b69adce03df\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71dd61b7-262e-4677-9ea7-5675ea3bf8b2\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7329befe-c986-4757-a732-eb9d15ec2052\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78308574-ace3-434a-9c28-482c4e8170b7\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86c08b15-0ff1-40ca-bd22-31236964cf1f\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b01f63f4-f205-4d2c-9c03-c53baf8df116\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc2d4750-d6a1-4c2f-af0c-35d9e05cf22c\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dae7214f-4229-420f-a542-cc102e99af37\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecfbe323-a890-4119-9132-89cea8972f60\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0404ef2-5c52-41fd-8295-f393c22f76ee\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f638125f-0c39-471d-9298-df5c8d89cff2\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04946765-50f2-47f1-917f-869e6b56ba84\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a31204a-31af-4043-a643-689fa3b218bc\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"957fa798-2110-4d66-8dfb-ac783d56b91a\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a579822-0082-4069-a643-56e638b48dc2\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae66e1df-eb56-4470-840a-ebcefa13e96f\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00499b86-e3c8-4038-b148-f38d7623955f\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"008bcf3e-bdc9-4ea5-b740-7e6e26513590\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a403179-7855-421e-948e-c9a5caabb160\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1315703f-bdef-4189-a171-18b4380ab75d\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"149038ac-6385-4c29-9f92-853cfe0c4e56\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"150e6d6a-a086-4b82-931e-3669c91f3196\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"156d604c-382d-4ad1-8785-31d1561ba982\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"197f0aae-0e2c-4b8e-8411-bfae9da976d2\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"239e6770-dfe3-40c2-ae71-1000ae61c447\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28693626-c390-4d93-a76e-fbefbea7ea5e\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e7bc008-3445-4fc6-977b-c79ec65d02da\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3231d9d6-2202-4bfc-8f6d-d5943c28ce36\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"333dff36-9af9-47c0-b3fd-124280addb48\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3502ca7a-f557-4c7c-a955-36b2fc6b95ca\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38194350-d876-4876-8e92-271c647ba1b2\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b7c83d6-8e58-46b0-9d6f-66ef411dfec7\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4361c5ee-3914-48f8-83f4-7d83c3cae0c3\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4761d0bd-5238-4ea5-b32b-624cb3e39240\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"47f82376-8753-4473-a287-03b6ee3ebab1\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48ce804e-2634-4d13-866b-ee5d29ad8bc8\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4aad14c6-47b2-40bc-b838-1990c15e3c2c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d48f1d5-c980-4f4b-a299-31491035c0ba\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"511495ce-8240-43de-aabb-2b7ae88bbd18\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5470957c-6f58-41d4-b09c-fbb61dd09591\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55ae11ec-1354-4190-87a8-c8f29e2a585f\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a6d7df6-ed51-4df9-8332-c9be89a06c6a\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60dfd499-9a88-4c54-84d6-5eaa8b71e459\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68bf1e9e-ecb4-46e1-bc58-6d98931b945b\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b0bb11b-776e-4eb0-97e0-8c6a87ccab02\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80288950-d546-467c-8969-26f7c875085b\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"857d5f31-3bcf-4d45-a241-aff9afb82f5d\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"863b6cc1-a99d-41ca-8663-d8151d517191\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c520ead-9c53-45ba-811f-d013d06640bb\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90dec66a-0d7d-45aa-92bb-1509571f88fb\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9564c8a6-91b1-4170-9cc7-ae6dd5e1b7b5\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95ef028b-1d1f-4973-b17a-ea7c50fd365b\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9db24d9c-6ad7-44e6-85c2-a8c4c8e3979e\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e0b867d-6a46-4976-80fd-f01a77ffcfa7\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a00060c6-6bc1-4030-847c-fdb2c0ced2a9\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a00f991e-e106-4b8d-a608-d6ab9239b890\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a96a2599-d6fa-48d3-8eb8-cbd66693faf2\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a96bcecc-8363-441e-aba0-60a5ae75007b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaeefa09-5572-4879-b749-29a96f1f6f70\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b73113f3-10e3-4bd6-a30c-ece4567d9a21\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf67621c-4618-4d0d-9f30-a03be079a1bf\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf8af6c8-2348-42f2-b805-e397cdd0951d\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb711580-d19e-4f38-9d39-4affd8d72adc\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e34183c3-4cad-4203-9f0a-86b8b196bea7\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e82015a4-0028-4280-a84d-4e5095273cd3\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb9a3f15-bd51-4e5c-89f5-d7375649ba9f\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ebc48ca4-03f3-4ee7-a368-5c95f8d4e6ec\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f41df242-75bb-4679-8c07-f84f119c1883\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f6702682-edf5-4797-b680-baeba4f2fbb5\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f98baa79-ec93-4353-9291-afd317fe5c9c\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f98ef362-02fe-4697-9eeb-45a8aecfc024\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"684b2844-9c93-42f7-8f60-a01d733d050e\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b981783e-1cb1-400a-ad0f-5f72d2c87e9a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c654446e-59ca-4852-8c95-dc1c27a5714b\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00faab52-836d-48df-9a8f-498dd890ad99\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e886d93-1e6f-42e1-8127-cda0ea9ac64a\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12f044ea-6949-4a78-aaf7-a4e3861a3ad5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b4ae540-959c-43fa-8b76-333c8ac2414c\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cd8921b-c8eb-4983-93c5-1eb9d919b204\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2682aadd-597a-42ca-962e-5ccd8e680780\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4106dee1-8991-41a8-8564-f2181df34bb3\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"549b46ec-e614-4e67-90ec-a9a5222ba4f0\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"563f1a45-1955-418e-8378-5377bdf25680\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64878f60-5c3b-4009-8788-74a16f5fac82\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6813a0a5-5343-4d62-bf51-96b8838ddafd\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"685a94f8-1ced-4f80-b70f-36b65492528d\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7329c2db-3d75-495f-b70b-40e5d16d05b7\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c22843b-7306-4bbc-bbc9-af54fa19d64b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e5739ee-c60e-4d38-87bb-16d881a76276\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"864ff915-02ba-4295-a55e-59410502b52f\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ca2f227-2868-44a1-9ba0-f0464dfe54ca\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d9bc400-6423-483b-8314-79294798dffa\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c04a9bc-90a4-4bfa-9a93-022ee0525c1f\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"acef2a0b-265d-465c-8cfb-9f1a4278ee02\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2e91b07-dc5f-4d8d-bac3-c0b9be2400bf\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6b1fcdd-54e4-49ed-9054-0222de7bf921\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdaaf5c6-25b8-4617-b999-2ba7e9f5c3e1\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3975a14-2a1d-4d3a-9099-127b9c1aa792\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da3515b3-1360-4320-8f79-661ba381ebd1\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e43211a3-a944-49e2-a821-b2ca6c524045\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4730714-0407-4630-8cbd-7e7758d47050\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ebfe3c0f-609e-497a-90a2-c53085b8bd2a\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3cecefa-746c-43c7-a25d-937008ac1254\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7d4f4c2-e92c-42c5-a939-24f40d94cf75\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8bb06f2-d572-419b-9f1b-afad45cb3c8e\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0260e67c-15f6-4e4c-9fc0-79a3f42588ef\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"089f9ed1-a0b0-4d04-bec0-4a89e8d61f81\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a036209-00fa-402d-b32a-ab4ffcff394c\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2331a040-ba29-4ad2-8d50-192227d9d436\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ade4c63-838b-46b7-9c37-cc663ec97157\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d4fca4e-859f-4352-a6a2-2f3cb227ab9c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31c84fb8-e24a-4bab-9540-4a4e6070d07b\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32cfc9e6-d09a-4d0d-8354-f96b6fc83b62\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34e1a4c6-f2e1-434f-8830-513f3f3a35e2\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3612a25a-943c-4cf6-be82-dd4c5bb6ab93\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38fa0f81-5866-4af9-a766-beb11aa90575\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a652265-9f1f-424a-b4fa-dde6eb7f1bc2\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b39d145-17a3-47bd-b355-11666c11efed\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c5e7fa7-8a2d-468d-a515-fc82c9a013b1\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f31e7ee-1aa9-43ba-9bfa-88a1c8735f36\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68d00fa0-ccc0-464d-aa0e-c8f70bc4de1d\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71d685e7-945b-49b6-8d09-a96d76dfd18b\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75bebfaa-5d12-4f12-855d-03607a0cbd76\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"771127cc-f86a-4a3d-9db2-93b2aafee2a8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89e296a5-f1ef-4855-bdb1-c32cdcf71e4d\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89e973e6-8b66-4770-8426-b69abfcbad99\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93865136-d2f9-4adf-8d2a-7ef0c2fd8e80\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c9d5896-11d7-4c02-852f-a26e22dc3b88\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae827999-ebb0-40ec-b4c2-e98cbb3a6ad8\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5bd6457-8399-4f56-b3dc-5e63a0be3abd\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfe6dd6d-d5e5-44c9-bea3-faa63667fd3b\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3a28aa8-000d-4160-ace1-e54b5fe359cf\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5b9e5e4-62c1-466d-ba69-01d106c57a92\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ced3da02-6c4e-413b-8400-6486e6178819\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2f13db2-709d-4421-b1c6-6988015dba5b\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7db12ff-3477-43e6-ba80-d7238563cf53\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcca49f3-00ac-4df1-aff7-4deefe86ab92\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7a43d1d-e4bd-47f1-b8e0-5dc505baf277\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9bbd65e-d73d-494b-82cd-1172f3957d5a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4d35d44-548b-4627-b6d7-a1bfae68b304\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f83a0b30-b253-4dad-aa3d-847550d85c56\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fabe4f3f-86a4-4dad-9506-1ccd6a546662\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"afc749cb-8644-4007-b616-f49341fe71fa\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"be623e15-abb5-4926-a1f2-391506ed5541\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"afc749cb-8644-4007-b616-f49341fe71fa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e20394fa-f243-4fbb-b76c-d64e7ad9a614\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"afc749cb-8644-4007-b616-f49341fe71fa\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"013e8f62-f527-4378-9118-339f27ba4840\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"095cfb6a-b1e3-4634-87d7-56c20eed9cae\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ce513fd-b325-4065-b7f5-8c8a1f75c3db\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b805d82-2881-4fca-99fd-8ee726d74ad0\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c2aaf63-4ad2-4338-8395-4d38bb6d58de\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21a143f7-9dc3-466b-b210-50eb70483822\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29cd9a35-ff49-4b51-b163-8f25beba6a33\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c7910b1-21c4-4017-a4ef-d6db04f28caf\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e3c0318-d03d-4269-b92a-fc6af7bd2af1\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e64a9fa-e50d-401d-a00e-dc05d0f8f492\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d1870b8-4072-49e7-bd33-aa0c784147f7\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d66acac-f4a9-401b-821e-65b69e78c3ba\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56547fc4-7933-48f1-a98e-c53c30088bc0\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57ed46c0-5e8c-49a1-85e3-7c3d0ebb1552\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"58c9b83f-2938-42f6-aec6-48c592ea27f3\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74e7e4bb-eb91-4bb0-aea9-2c65bfaaaf87\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7976183f-e08a-4acc-aa6e-7de456119f6c\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79ef4976-b4b5-4645-86ac-913b2150b806\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c91c5a2-d463-4821-9947-43f79fd7bfd7\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"826d7979-3dbc-4237-a980-f77b68559ceb\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82b22638-8cb2-4a32-b7bd-5bc0e925f73e\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84fa0dbe-c112-40df-bc59-bb9004b39fe7\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93ec41b1-7c01-41a1-84d9-226e544c5745\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9700377b-472b-4e1d-9cf5-b3bbc96e3819\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5f5936c-6413-47de-ae2b-3421a15d05f2\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b760b3e6-399f-4395-89fe-956558523984\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2ef586d-b796-438b-ad1d-7acefe295a59\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd7d6723-2fdf-4bc8-ae46-6e2f14fafc6c\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ced0cac9-8a52-43f7-8d88-de78699c847a\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9ce7e95-8f5b-4cba-9810-7a61ccdf019b\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed2dca46-396c-4e21-b9e6-0ffa9da40a55\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed3686cb-23f7-4d60-be20-479740817645\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa902bd3-5d8a-42fa-8532-35fa734b0457\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd796f9a-2632-4a85-881e-d66e41b89cde\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdc8f99a-aa4a-4b99-a8ad-b36da656b7a6\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"107e2f55-9fac-4880-8d49-fcc3a2b5ec4f\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1bfe82bb-a55e-4cc9-a064-5974c4853933\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28fa69af-bc4c-481d-9401-d810b22fea74\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"308b1df6-06e3-4480-9617-8acc30e5e719\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3349035c-18c5-4c29-8b48-165cf68a2657\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"364e800e-d0c2-444e-b021-6a78d159cc37\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46bfa57c-29af-487e-9b09-3e84d90b2089\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b5600b0-bc92-453a-b74a-54cee1ac261d\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4bc172fb-f832-4697-bbc9-9d2891748271\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c15e550-6a98-43fc-b414-df9b9f127ae3\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5dc2e18c-d012-4933-bf99-1d8f2cd0631b\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95473dd4-dad4-4a7f-8390-24e46180b868\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9be3c177-dd96-410b-bf59-15af3863186e\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c7e3ff5-62e4-47fc-9826-dfeaa7229a29\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa2a63fc-2785-4932-a71d-22ab4106cbbc\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af0f9149-3bf2-4b21-bb42-0c11c88ff7c2\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be8b9789-66c2-4c10-b288-2bc8cf8ca3d5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0a3d342-48df-43d3-b1ce-263e57b62c10\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1dc37ab-2f38-4981-908b-686e109152a4\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3f92054-3acd-46ad-8ad3-d0731f05e782\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc9ba997-ddaa-4b26-8828-395ad3878b21\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eaee6457-b070-4a11-af32-04937cf4a277\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1df48a9d-5743-4367-a1a6-0b4c6982590e\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34bbafc7-4bfe-4e46-ba89-90da50dc4305\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dc4c79b-b649-48e9-a640-ae3d5f53b829\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42a4525b-98cd-40ee-a102-4963a1c6c6be\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"436e8173-7902-409c-97a5-a787ba142914\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"774f58a6-3b4a-4d03-b612-7fb6556515d3\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78a8902e-6744-458b-9d69-ed538d6d8584\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"869db045-5e74-4317-9c2a-c879d9a9b16a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8befff3f-e10a-43c6-b112-11bdd6504ee5\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b074db5-7a66-4a51-8c1c-645dfade8481\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d42eb57-f7c1-4e7b-b7be-ece172b30f47\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0b06374-8694-4f8f-851d-bdef815bb3dd\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1a1822a-1311-404a-b94a-10c265c9db3d\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d73f95bf-0c89-4086-9235-9f5e66edf442\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea5bd3f9-0bd2-4b6f-9554-436d04aa3077\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f315d818-d37a-49b1-8733-cc98138c39a3\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa0ccf6b-404a-4f1b-afcd-2435249d7561\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01ad8ab6-b77f-4f33-81c1-1d96ee6b4bc3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"129c3460-a9c6-422d-a5ce-2e6de5407a55\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34a14004-e55a-4d88-8fea-15802fce3339\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41f9ce7e-975d-40ea-9a31-ff23bdada2b6\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b730633-b0ea-4136-9b99-f80e2aeb8a2f\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d26fc5d-44ec-45e4-8d9f-7d7b40f866af\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56e0ddd9-c538-4378-be93-c68f9cf13b36\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"674f4b5b-6424-4730-a5a3-823293d06bcd\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"730687a7-185b-47aa-91c3-0b78462a2f95\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7771eb93-a6f3-49a4-989f-eb37824773c1\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"870bd466-1ae9-4da8-a8c7-0257cd6b0e5f\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e18cfe8-cb3c-4387-9c2f-417868284877\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"928c1968-7b14-4dc0-b0eb-f5409d25585a\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9517b6d6-f3ea-4c5a-995f-d812d34cdfb7\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a57e9416-a30a-4981-aa26-be7c268b07f7\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"afe9bac5-c453-423f-a843-1368bf8de7ac\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"baadddc7-313d-43ab-bb30-5cfa9c2ba40c\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcd5c918-e1d6-4274-9965-6379ca6b512d\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c03ede91-5d12-4e70-b88a-3c516d44bca2\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3f16ac5-6379-46ef-b7d7-fa0b0d6af5d9\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d438e884-debb-4b38-918c-cd71a57ab89c\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d491f672-df09-472e-85bb-346f511d0705\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9ed25fc-1362-42c0-a092-8b85ac568d5c\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0c98011-d792-41ae-878b-f0f14afc0092\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9a6b74d-1c3a-49e9-949f-1820618d4082\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff7cf892-31be-482e-8c6b-72f593882eb1\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"011e269a-0838-4175-9ebc-5bfb278424b1\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"01dbda24-2d8a-4273-b811-8b7ab78b58ec\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"15196c21-a557-4e56-ae8b-d63b991558f2\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1930e180-6c76-40c0-889b-37cc7b1be080\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"266dc4f5-6a36-46df-b4f1-484a66c1a0d8\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2748c094-b53c-494e-a650-e106a8390f33\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3500bdd8-5375-4796-95ac-615dd3e1aa62\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fda33ea-18de-4c19-bb3f-0bd911fb18ba\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45021def-e8e2-4283-ac57-e0784c88a00d\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46051971-eca3-473b-9469-b61df08ebfc1\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48bc5218-be7b-4980-8001-dbd164e5d8f8\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56243e89-ca10-450c-bac4-8fc635d63e72\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60e10cfd-1a4f-4d50-afce-2d9e244fb0f9\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"66bc1f96-b9fe-478d-b3eb-8f40c52a6911\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72446a4c-51be-4b0f-936c-3e43e43ada93\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c138ee1-2bc6-409c-8c7c-af5b387ab54f\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ef99346-acb4-4d18-951a-d3c9077a3bf9\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"801c1dde-a964-48c0-bbe7-50b672644130\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82997d10-577a-442a-9486-b78dbe1a6a7b\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83893988-d37c-448a-8931-eb8ea08130f7\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85521332-bc58-44af-b01f-f36359ce0876\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b5490b1-3d93-437a-9575-c2266cf5e1e8\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8be0759f-2640-43c2-a1b8-5fd8876d5aa3\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bfcb2d6-8b59-473d-a961-33b0e56b22ec\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91737a01-d357-4684-b0ce-8b77a0e730bf\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94816740-7765-4d94-b282-d76151ab666d\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9621e4fa-341f-45b9-8642-149b1e8e4356\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99b6b79d-99cd-4fed-a0eb-c8aff0dabae1\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a34738a-e1b2-4079-ad05-a5ef0a18d4f6\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c0b6b65-adae-4f96-98bc-ef76a11fa7cf\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a02c9463-fb43-4c1d-9c0e-771e9268ec01\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3b5edbe-d0b5-478b-8e0c-17416907d2cb\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a948a2b1-7089-4d60-bb48-a49af5cfd87e\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9647455-2972-489c-9a56-2541af18de23\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae9be7f6-1fa7-4a98-8dea-5875bc88c0f9\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b011aa42-496c-47bd-aa98-6c7757d7eb2e\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6e5507e-37ff-4666-ba93-e788341be380\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d038f695-fa78-46f1-8da4-f2eb79f636af\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d74b4b96-7242-4a9f-99fb-8363d9c7ff55\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbf6a869-9a52-4914-a070-9c5da471a37a\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc19b9fa-3f6d-4899-b673-5ea7321a9790\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df931930-ac08-4c29-9187-357baa1a7844\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1d0418b-1755-47f8-bdfb-fb884c91fd1e\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e95b6152-4eb1-4184-889e-384bdd4b7970\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9d6c66c-b807-4718-9028-2d3deb9170cf\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04168d2e-ccc9-47bf-9aec-d2c145210f02\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59ff2230-5665-46cf-9f09-909b4f4842d3\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71f5fa24-063a-43ac-856d-006a2f6559d0\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"actions\": [\r\n                    {\r\n                        \"id\": \"bbb2c683-e729-4e74-9682-610dda936a31\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour accéder aux informations sur le compte et vérifier s'il y a des problèmes techniques connus affectant la connexion internet du client.\",\r\n                                \"steps\": [\r\n                                    \"L'agent demande les coordonnées de la box internet et le numéro de compte du client\",\r\n                                    \"Le client fournit ces informations, permettant à l'agent d'accéder au compte et de vérifier son statut\"\r\n                                ],\r\n                                \"title\": \"Vérification de l'état du compte client\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour comprendre la nature du problème et identifier les étapes à suivre pour le résoudre.\",\r\n                                \"steps\": [\r\n                                    \"L'agent demande au client de décrire en détail le problème de connexion\",\r\n                                    \"Le client explique que la connexion a été interrompue soudainement et ne peut être rétablie malgré plusieurs redémarrages\"\r\n                                ],\r\n                                \"title\": \"Obtention des détails du problème\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour identifier et résoudre les problèmes techniques sous-jacents affectant la connexion internet du client.\",\r\n                                \"steps\": [\r\n                                    \"L'agent vérifie l'état de la connexion depuis le système\",\r\n                                    \"Le système indique un problème technique avec la connexion\"\r\n                                ],\r\n                                \"title\": \"Vérification de l'état technique de la connexion\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour signaler le problème technique et assurer un suivi.\",\r\n                                \"steps\": [\r\n                                    \"L'agent crée un ticket pour l'équipe technique concernant le problème\"\r\n                                ],\r\n                                \"title\": \"Création d'un ticket pour l'équipe technique\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Pour résoudre les problèmes potentiels liés à une défaillance logicielle ou matérielle temporaire.\",\r\n                                \"steps\": [\r\n                                    \"L'agent demande au client de redémarrer la box internet\",\r\n                                    \"Le client redémarre la box internet\"\r\n                                ],\r\n                                \"title\": \"Redémarrage de la box internet\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour fournir une solution temporaire au client et lui permettre de continuer à accéder à internet pendant la résolution du problème.\",\r\n                                \"steps\": [\r\n                                    \"L'agent propose une extension de data mobile pour pallier à la panne internet\"\r\n                                ],\r\n                                \"title\": \"Proposition d'une extension de data mobile\",\r\n                                \"completed\": false\r\n                            }\r\n                        ],\r\n                        \"type\": \"actions\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"92474f72-ab76-47fe-b9b3-9bfe61e19e5e"}],"id":"4c89d139-ead3-434c-9633-41ea47e68607","_postman_id":"4c89d139-ead3-434c-9633-41ea47e68607","description":""},{"name":"Transcribe audio and Extract call actions","item":[{"name":"Transcribe stereo phone call and Extract call actions","id":"02db8010-f95d-45dc-b4c8-3a9949b6f1e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"actions-extraction","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and extract the call actions and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"6038de3c-3248-467f-a79c-8810dda1d825","name":"Transcribe stereo phone call and Extract call actions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"actions-extraction","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"02db8010-f95d-45dc-b4c8-3a9949b6f1e5"},{"name":"Get transcription and call actions extraction status/result","id":"bc8661d1-85fa-4d01-9a84-6ed21823de29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"af4d679e-24c8-4c38-b5cb-6388a8230d49","name":"Get transcription and call actions extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"2dbe020c-b816-4de9-8614-532d7443507e\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"08f76f7c-afe5-4bf8-962c-4c7b4330cd6a\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09135b8b-5bee-4937-bde0-a0aac20a8822\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09b0e11f-9ed8-4e42-a0bf-7dd672698a88\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"150d94f8-7aa6-4739-b59d-5936540bfcd0\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"156b1d54-b666-4dbb-8215-64234f280beb\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"170cc18c-7164-4000-b3de-f0f99dcb73ad\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1897d839-12a7-45b9-abaa-ee90e9ebf668\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22021e29-7130-481f-8dd5-5b07fa32d4d6\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23547d9d-898d-42ca-b9f2-c05c52793f33\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23c76654-7a62-433d-a1d2-244e08c70559\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"242b4eba-4f22-4fd7-baa3-861105195e6a\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2affb317-b4a9-447b-a349-dc4b24ecc5a4\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b985d7d-f74e-40a6-a0d2-28a18fa25841\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d79be82-95f2-4bb2-8c5e-cd47bc731603\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34f98a20-62a1-433d-a5bf-71f1e6ac5680\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48934e67-f2fa-46ab-b195-229d8d074107\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50c3d05a-3aec-4635-b976-238fd5ba0f00\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54ce6d72-ccee-49ca-b70b-d0672cf02289\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b153bfd-bec3-4d1c-83b1-c08a66d1955b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5cf9bbd1-ecfd-434d-9516-4fae542c04f0\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6029bc6c-cda0-4011-ad16-a08f73a4993d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63d6ddc3-75c7-4f0c-a0ca-2beb2b65e655\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"672957c5-6528-4706-974d-b5230501913d\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dad6add-db33-4efe-865f-6e8e94471f60\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f00746f-c224-4f2c-839b-748266feaa95\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f90ff6e-9ae4-4be1-968f-7a4554825661\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"713ae663-94ef-45f4-b109-638c9c665a7a\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"794094a0-e135-465b-9feb-e386e9c98d8a\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d2fba3e-812f-4607-ac58-0f2e76f7b31c\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"852120ec-b924-4815-971b-52d5b06da87b\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89f2e6d5-7352-48f7-8d6a-67896200d816\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a745456-6cff-4d87-827f-8c703ff6a640\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ddc580e-281c-4973-b849-dd1eed9d3df5\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90ad5f9a-8653-49ae-99dd-07672a9b55bf\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96a0f518-e3f6-4975-9978-9430f6909f5c\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97b11fb8-867f-43bb-9244-2562f7779a38\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e2158fc-5e15-44cc-9fd4-6ebc9a009dca\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a98213f6-247d-46fa-b83f-967620977382\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af98362e-e5f7-4282-9042-e09bc6eba50d\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1e7e123-808e-46e3-b397-4452d949aeb8\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b22f7b6e-e65a-4dd6-82a6-670460d58e42\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b24a7de0-f997-4148-a81b-d042bb92589c\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4cfceca-48b8-4ca1-9fda-75c3cd1858a2\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c831db7a-4c77-4ee4-adad-87573fe5a981\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce2d1f22-b57e-4a96-80e0-242ca5fa2f1a\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ce7c69d0-9330-4bd4-9a14-d422a77469e0\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5aac36f-5267-4c7e-9642-8f9ff35f942c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6c6dd4a-e2c1-4076-a5c9-9bd42127c90d\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbc9bc18-9195-4395-a80f-cebfc9716c27\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df0e2fdb-022c-40e4-aa4b-e8ef38cc6ecd\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e94aff1a-fbdf-4557-95e6-5fa354d32b69\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f32fd914-eb96-4c43-8123-efbebace4077\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"faa2bfa3-bc93-42a1-bb17-dcd778a98a5f\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2dbe020c-b816-4de9-8614-532d7443507e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"040d130e-d7f9-4f46-a99b-08bfa16dff08\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07df567a-8a84-4fce-8a4a-ef71005d611c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0add7a94-abc1-4243-a7a3-e0baad99e255\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f28c02b-a9b2-49e7-ace1-8b910d1ad18a\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f4d3d11-55f2-444a-bc3b-3061a2f9ae86\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11328d8d-7e75-492d-8250-0858f1ad92be\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1591a45c-9085-49bd-95e3-0a4f1c332aaf\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19575f22-7337-4a52-9b40-b50e57605b66\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25a3c453-8248-446d-905e-4d2f77cba2a3\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26e0a251-c5bb-49c5-a6ae-0c1c217f249d\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a0fd4a3-96ea-443f-bca4-a198787fa546\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bcc3fb2-e46f-4522-8804-2aeb806607b1\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31e07e11-cb41-4bf9-aaf8-e05d0e7f3d87\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3418eee1-78df-4be4-aba8-33903e798e2c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37d950e5-9f43-41b2-a8bd-642cca222d79\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a4d4d4f-feea-4671-897e-65a95065bf58\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a9d894f-51d2-43b2-bc87-f4d7dad666ae\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ebf2443-a107-488d-9355-8fd2b41a8dcb\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5022a4a5-8e5d-4ad0-aaa8-dc3551e14037\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56a5db5c-053a-47bf-8eea-f6585c676db1\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"667cf60c-0be6-487b-93c1-f7aa7856023c\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69853c4b-66f6-4c17-b2dc-f01d75d0b8ee\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ba097dd-4604-40fd-8e9b-1b35a512411f\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"782354c1-633f-4892-9811-c3ce0e965c66\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f97b4ba-82ed-4247-8cc8-bd0bc8a06565\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85215cc7-54cf-48a3-b2f4-d4c67661b3c8\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8533aede-694c-4deb-8a5a-8dc151d9dd66\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cd0e9a2-3dc7-4fc5-966a-90ed0211c4e2\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d30f64f-9742-4cdf-845e-d959cb22c6a6\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90622bff-d4a3-4ab3-af22-719b0e1f9aef\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92fbc4b9-29b6-4e35-90b4-1bcd2be053cc\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93e5d0f9-1355-46b3-af55-1d924a99a85e\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94b5ec6c-e3eb-4568-b427-334e69b74478\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9de4bf69-a941-4a5b-a5cc-c668f0c431f8\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b03278de-4b00-4f33-a6b3-b30f63108e75\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd91ce71-c96d-4721-ac2b-20de3b5393a3\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd2e70bd-6f21-401e-bc22-62761e111b5c\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf8e9efa-1fc5-442f-af35-035beaa46e5a\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1422509-9e71-4698-89a7-f694c69d7b5b\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d227d449-46c2-4e1e-9d19-71e294f22f1f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2a89015-2feb-43e6-91e3-7517351ddf71\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d71f179d-71b4-4406-a3c6-e89cd195b9d1\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1389771-e662-45f8-9f23-d3896abde84f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e723538e-99f3-4505-b112-ff022e19d413\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9cc8014-e58b-4bb2-9fc2-283fbff0406f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3146f9c-f03d-41d7-927f-2b245dd82163\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f342d410-1862-4b6d-9fd5-6a6e52cfd66d\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3514919-3288-4131-bcf3-e2925181ebd9\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f458e126-1c41-4c81-a15e-6f20b677070d\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5cc245d-b0e7-4f77-ad70-503e9169e8a0\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fab59683-46f8-4587-b73b-b269f151b2ab\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fbc08206-e73b-4ac5-a6bc-e2d9890f468d\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f9f35e8-5882-4e36-8178-a141a28cd9ae\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"2ca8e294-a448-4cad-8553-c9de5957a5bb\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"411dc52b-7ff5-4440-914b-aa5da62a571d\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88282fac-25b5-4913-8ef4-06e8bca331c3\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1369636-90c2-43f7-8e68-e1900afd3ac1\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1be4ff1-b96c-466e-aa33-116ac7396430\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfe35035-e99e-4639-b3d3-626cf8caf4f2\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9d17f7b-5fd1-4b77-9865-939e747b6c61\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9eb460a-d934-4eb2-97fb-7d0b2bac7de3\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"31a97cc6-83a3-4200-bdc4-9d488cdf5af0\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"2509b939-6f75-4276-ac0f-4d9d823db53b\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"267bc8e3-9a39-4194-8730-e919abde172d\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"377d08bd-b6e1-4d73-9d62-bd85a2e08660\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c942f29-1734-47b0-bfdc-852f4b8ea163\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40285a91-591f-46e2-98cc-a64fd4fa5dee\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41ff4f47-06a2-49e9-916c-5991fcb7767b\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a7f358f-e10e-4ed5-84ff-5b69adce03df\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71dd61b7-262e-4677-9ea7-5675ea3bf8b2\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7329befe-c986-4757-a732-eb9d15ec2052\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78308574-ace3-434a-9c28-482c4e8170b7\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86c08b15-0ff1-40ca-bd22-31236964cf1f\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b01f63f4-f205-4d2c-9c03-c53baf8df116\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc2d4750-d6a1-4c2f-af0c-35d9e05cf22c\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dae7214f-4229-420f-a542-cc102e99af37\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecfbe323-a890-4119-9132-89cea8972f60\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0404ef2-5c52-41fd-8295-f393c22f76ee\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f638125f-0c39-471d-9298-df5c8d89cff2\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3596e81c-ff09-466a-82d4-6e95380adbfc\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04946765-50f2-47f1-917f-869e6b56ba84\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a31204a-31af-4043-a643-689fa3b218bc\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"957fa798-2110-4d66-8dfb-ac783d56b91a\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a579822-0082-4069-a643-56e638b48dc2\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae66e1df-eb56-4470-840a-ebcefa13e96f\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"36cf4e52-de9a-4f63-a049-da762f4d71e3\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00499b86-e3c8-4038-b148-f38d7623955f\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"008bcf3e-bdc9-4ea5-b740-7e6e26513590\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a403179-7855-421e-948e-c9a5caabb160\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1315703f-bdef-4189-a171-18b4380ab75d\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"149038ac-6385-4c29-9f92-853cfe0c4e56\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"150e6d6a-a086-4b82-931e-3669c91f3196\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"156d604c-382d-4ad1-8785-31d1561ba982\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"197f0aae-0e2c-4b8e-8411-bfae9da976d2\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"239e6770-dfe3-40c2-ae71-1000ae61c447\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28693626-c390-4d93-a76e-fbefbea7ea5e\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e7bc008-3445-4fc6-977b-c79ec65d02da\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3231d9d6-2202-4bfc-8f6d-d5943c28ce36\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"333dff36-9af9-47c0-b3fd-124280addb48\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3502ca7a-f557-4c7c-a955-36b2fc6b95ca\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38194350-d876-4876-8e92-271c647ba1b2\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b7c83d6-8e58-46b0-9d6f-66ef411dfec7\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4361c5ee-3914-48f8-83f4-7d83c3cae0c3\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4761d0bd-5238-4ea5-b32b-624cb3e39240\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"47f82376-8753-4473-a287-03b6ee3ebab1\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48ce804e-2634-4d13-866b-ee5d29ad8bc8\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4aad14c6-47b2-40bc-b838-1990c15e3c2c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d48f1d5-c980-4f4b-a299-31491035c0ba\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"511495ce-8240-43de-aabb-2b7ae88bbd18\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5470957c-6f58-41d4-b09c-fbb61dd09591\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55ae11ec-1354-4190-87a8-c8f29e2a585f\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a6d7df6-ed51-4df9-8332-c9be89a06c6a\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60dfd499-9a88-4c54-84d6-5eaa8b71e459\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68bf1e9e-ecb4-46e1-bc58-6d98931b945b\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b0bb11b-776e-4eb0-97e0-8c6a87ccab02\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80288950-d546-467c-8969-26f7c875085b\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"857d5f31-3bcf-4d45-a241-aff9afb82f5d\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"863b6cc1-a99d-41ca-8663-d8151d517191\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c520ead-9c53-45ba-811f-d013d06640bb\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90dec66a-0d7d-45aa-92bb-1509571f88fb\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9564c8a6-91b1-4170-9cc7-ae6dd5e1b7b5\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95ef028b-1d1f-4973-b17a-ea7c50fd365b\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9db24d9c-6ad7-44e6-85c2-a8c4c8e3979e\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e0b867d-6a46-4976-80fd-f01a77ffcfa7\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a00060c6-6bc1-4030-847c-fdb2c0ced2a9\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a00f991e-e106-4b8d-a608-d6ab9239b890\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a96a2599-d6fa-48d3-8eb8-cbd66693faf2\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a96bcecc-8363-441e-aba0-60a5ae75007b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaeefa09-5572-4879-b749-29a96f1f6f70\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b73113f3-10e3-4bd6-a30c-ece4567d9a21\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf67621c-4618-4d0d-9f30-a03be079a1bf\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf8af6c8-2348-42f2-b805-e397cdd0951d\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb711580-d19e-4f38-9d39-4affd8d72adc\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e34183c3-4cad-4203-9f0a-86b8b196bea7\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e82015a4-0028-4280-a84d-4e5095273cd3\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb9a3f15-bd51-4e5c-89f5-d7375649ba9f\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ebc48ca4-03f3-4ee7-a368-5c95f8d4e6ec\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f41df242-75bb-4679-8c07-f84f119c1883\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f6702682-edf5-4797-b680-baeba4f2fbb5\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f98baa79-ec93-4353-9291-afd317fe5c9c\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f98ef362-02fe-4697-9eeb-45a8aecfc024\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39b8e2b7-f0e6-4126-9156-cc7fcadcd2d3\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"684b2844-9c93-42f7-8f60-a01d733d050e\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b981783e-1cb1-400a-ad0f-5f72d2c87e9a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c654446e-59ca-4852-8c95-dc1c27a5714b\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"75a2cef8-879a-4322-8a44-5aa2e85e87dc\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00faab52-836d-48df-9a8f-498dd890ad99\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e886d93-1e6f-42e1-8127-cda0ea9ac64a\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12f044ea-6949-4a78-aaf7-a4e3861a3ad5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b4ae540-959c-43fa-8b76-333c8ac2414c\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cd8921b-c8eb-4983-93c5-1eb9d919b204\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2682aadd-597a-42ca-962e-5ccd8e680780\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4106dee1-8991-41a8-8564-f2181df34bb3\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"549b46ec-e614-4e67-90ec-a9a5222ba4f0\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"563f1a45-1955-418e-8378-5377bdf25680\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64878f60-5c3b-4009-8788-74a16f5fac82\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6813a0a5-5343-4d62-bf51-96b8838ddafd\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"685a94f8-1ced-4f80-b70f-36b65492528d\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7329c2db-3d75-495f-b70b-40e5d16d05b7\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c22843b-7306-4bbc-bbc9-af54fa19d64b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e5739ee-c60e-4d38-87bb-16d881a76276\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"864ff915-02ba-4295-a55e-59410502b52f\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ca2f227-2868-44a1-9ba0-f0464dfe54ca\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d9bc400-6423-483b-8314-79294798dffa\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c04a9bc-90a4-4bfa-9a93-022ee0525c1f\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"acef2a0b-265d-465c-8cfb-9f1a4278ee02\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2e91b07-dc5f-4d8d-bac3-c0b9be2400bf\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6b1fcdd-54e4-49ed-9054-0222de7bf921\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdaaf5c6-25b8-4617-b999-2ba7e9f5c3e1\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3975a14-2a1d-4d3a-9099-127b9c1aa792\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da3515b3-1360-4320-8f79-661ba381ebd1\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e43211a3-a944-49e2-a821-b2ca6c524045\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4730714-0407-4630-8cbd-7e7758d47050\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ebfe3c0f-609e-497a-90a2-c53085b8bd2a\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3cecefa-746c-43c7-a25d-937008ac1254\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7d4f4c2-e92c-42c5-a939-24f40d94cf75\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8bb06f2-d572-419b-9f1b-afad45cb3c8e\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ab31532b-8679-4678-9a34-2c30c90e1429\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0260e67c-15f6-4e4c-9fc0-79a3f42588ef\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"089f9ed1-a0b0-4d04-bec0-4a89e8d61f81\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a036209-00fa-402d-b32a-ab4ffcff394c\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2331a040-ba29-4ad2-8d50-192227d9d436\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ade4c63-838b-46b7-9c37-cc663ec97157\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d4fca4e-859f-4352-a6a2-2f3cb227ab9c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31c84fb8-e24a-4bab-9540-4a4e6070d07b\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32cfc9e6-d09a-4d0d-8354-f96b6fc83b62\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34e1a4c6-f2e1-434f-8830-513f3f3a35e2\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3612a25a-943c-4cf6-be82-dd4c5bb6ab93\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38fa0f81-5866-4af9-a766-beb11aa90575\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a652265-9f1f-424a-b4fa-dde6eb7f1bc2\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b39d145-17a3-47bd-b355-11666c11efed\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c5e7fa7-8a2d-468d-a515-fc82c9a013b1\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f31e7ee-1aa9-43ba-9bfa-88a1c8735f36\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68d00fa0-ccc0-464d-aa0e-c8f70bc4de1d\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71d685e7-945b-49b6-8d09-a96d76dfd18b\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75bebfaa-5d12-4f12-855d-03607a0cbd76\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"771127cc-f86a-4a3d-9db2-93b2aafee2a8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89e296a5-f1ef-4855-bdb1-c32cdcf71e4d\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89e973e6-8b66-4770-8426-b69abfcbad99\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93865136-d2f9-4adf-8d2a-7ef0c2fd8e80\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c9d5896-11d7-4c02-852f-a26e22dc3b88\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae827999-ebb0-40ec-b4c2-e98cbb3a6ad8\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5bd6457-8399-4f56-b3dc-5e63a0be3abd\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfe6dd6d-d5e5-44c9-bea3-faa63667fd3b\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3a28aa8-000d-4160-ace1-e54b5fe359cf\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5b9e5e4-62c1-466d-ba69-01d106c57a92\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ced3da02-6c4e-413b-8400-6486e6178819\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2f13db2-709d-4421-b1c6-6988015dba5b\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7db12ff-3477-43e6-ba80-d7238563cf53\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcca49f3-00ac-4df1-aff7-4deefe86ab92\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7a43d1d-e4bd-47f1-b8e0-5dc505baf277\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9bbd65e-d73d-494b-82cd-1172f3957d5a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4d35d44-548b-4627-b6d7-a1bfae68b304\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f83a0b30-b253-4dad-aa3d-847550d85c56\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fabe4f3f-86a4-4dad-9506-1ccd6a546662\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"abac14ec-6112-4af2-b97c-d3a15535fb6a\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"afc749cb-8644-4007-b616-f49341fe71fa\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"be623e15-abb5-4926-a1f2-391506ed5541\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"afc749cb-8644-4007-b616-f49341fe71fa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e20394fa-f243-4fbb-b76c-d64e7ad9a614\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"afc749cb-8644-4007-b616-f49341fe71fa\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"013e8f62-f527-4378-9118-339f27ba4840\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"095cfb6a-b1e3-4634-87d7-56c20eed9cae\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ce513fd-b325-4065-b7f5-8c8a1f75c3db\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b805d82-2881-4fca-99fd-8ee726d74ad0\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c2aaf63-4ad2-4338-8395-4d38bb6d58de\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21a143f7-9dc3-466b-b210-50eb70483822\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29cd9a35-ff49-4b51-b163-8f25beba6a33\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c7910b1-21c4-4017-a4ef-d6db04f28caf\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e3c0318-d03d-4269-b92a-fc6af7bd2af1\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e64a9fa-e50d-401d-a00e-dc05d0f8f492\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d1870b8-4072-49e7-bd33-aa0c784147f7\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d66acac-f4a9-401b-821e-65b69e78c3ba\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56547fc4-7933-48f1-a98e-c53c30088bc0\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57ed46c0-5e8c-49a1-85e3-7c3d0ebb1552\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"58c9b83f-2938-42f6-aec6-48c592ea27f3\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74e7e4bb-eb91-4bb0-aea9-2c65bfaaaf87\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7976183f-e08a-4acc-aa6e-7de456119f6c\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79ef4976-b4b5-4645-86ac-913b2150b806\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c91c5a2-d463-4821-9947-43f79fd7bfd7\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"826d7979-3dbc-4237-a980-f77b68559ceb\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82b22638-8cb2-4a32-b7bd-5bc0e925f73e\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84fa0dbe-c112-40df-bc59-bb9004b39fe7\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93ec41b1-7c01-41a1-84d9-226e544c5745\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9700377b-472b-4e1d-9cf5-b3bbc96e3819\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5f5936c-6413-47de-ae2b-3421a15d05f2\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b760b3e6-399f-4395-89fe-956558523984\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2ef586d-b796-438b-ad1d-7acefe295a59\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd7d6723-2fdf-4bc8-ae46-6e2f14fafc6c\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ced0cac9-8a52-43f7-8d88-de78699c847a\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9ce7e95-8f5b-4cba-9810-7a61ccdf019b\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed2dca46-396c-4e21-b9e6-0ffa9da40a55\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed3686cb-23f7-4d60-be20-479740817645\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa902bd3-5d8a-42fa-8532-35fa734b0457\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd796f9a-2632-4a85-881e-d66e41b89cde\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdc8f99a-aa4a-4b99-a8ad-b36da656b7a6\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bd67cc2b-9c3c-4850-b392-b91eeefe6f3a\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"107e2f55-9fac-4880-8d49-fcc3a2b5ec4f\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1bfe82bb-a55e-4cc9-a064-5974c4853933\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28fa69af-bc4c-481d-9401-d810b22fea74\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"308b1df6-06e3-4480-9617-8acc30e5e719\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3349035c-18c5-4c29-8b48-165cf68a2657\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"364e800e-d0c2-444e-b021-6a78d159cc37\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46bfa57c-29af-487e-9b09-3e84d90b2089\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b5600b0-bc92-453a-b74a-54cee1ac261d\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4bc172fb-f832-4697-bbc9-9d2891748271\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c15e550-6a98-43fc-b414-df9b9f127ae3\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5dc2e18c-d012-4933-bf99-1d8f2cd0631b\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95473dd4-dad4-4a7f-8390-24e46180b868\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9be3c177-dd96-410b-bf59-15af3863186e\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c7e3ff5-62e4-47fc-9826-dfeaa7229a29\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa2a63fc-2785-4932-a71d-22ab4106cbbc\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af0f9149-3bf2-4b21-bb42-0c11c88ff7c2\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be8b9789-66c2-4c10-b288-2bc8cf8ca3d5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0a3d342-48df-43d3-b1ce-263e57b62c10\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1dc37ab-2f38-4981-908b-686e109152a4\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3f92054-3acd-46ad-8ad3-d0731f05e782\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc9ba997-ddaa-4b26-8828-395ad3878b21\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eaee6457-b070-4a11-af32-04937cf4a277\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"cd0ce2bf-383b-4ec2-a330-fbb0540fcaec\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1df48a9d-5743-4367-a1a6-0b4c6982590e\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34bbafc7-4bfe-4e46-ba89-90da50dc4305\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dc4c79b-b649-48e9-a640-ae3d5f53b829\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42a4525b-98cd-40ee-a102-4963a1c6c6be\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"436e8173-7902-409c-97a5-a787ba142914\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"774f58a6-3b4a-4d03-b612-7fb6556515d3\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78a8902e-6744-458b-9d69-ed538d6d8584\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"869db045-5e74-4317-9c2a-c879d9a9b16a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8befff3f-e10a-43c6-b112-11bdd6504ee5\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b074db5-7a66-4a51-8c1c-645dfade8481\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d42eb57-f7c1-4e7b-b7be-ece172b30f47\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0b06374-8694-4f8f-851d-bdef815bb3dd\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1a1822a-1311-404a-b94a-10c265c9db3d\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d73f95bf-0c89-4086-9235-9f5e66edf442\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea5bd3f9-0bd2-4b6f-9554-436d04aa3077\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f315d818-d37a-49b1-8733-cc98138c39a3\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa0ccf6b-404a-4f1b-afcd-2435249d7561\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e5f97349-4786-49e5-aeaa-110c31ec6cde\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01ad8ab6-b77f-4f33-81c1-1d96ee6b4bc3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"129c3460-a9c6-422d-a5ce-2e6de5407a55\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34a14004-e55a-4d88-8fea-15802fce3339\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41f9ce7e-975d-40ea-9a31-ff23bdada2b6\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b730633-b0ea-4136-9b99-f80e2aeb8a2f\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d26fc5d-44ec-45e4-8d9f-7d7b40f866af\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56e0ddd9-c538-4378-be93-c68f9cf13b36\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"674f4b5b-6424-4730-a5a3-823293d06bcd\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"730687a7-185b-47aa-91c3-0b78462a2f95\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7771eb93-a6f3-49a4-989f-eb37824773c1\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"870bd466-1ae9-4da8-a8c7-0257cd6b0e5f\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e18cfe8-cb3c-4387-9c2f-417868284877\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"928c1968-7b14-4dc0-b0eb-f5409d25585a\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9517b6d6-f3ea-4c5a-995f-d812d34cdfb7\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a57e9416-a30a-4981-aa26-be7c268b07f7\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"afe9bac5-c453-423f-a843-1368bf8de7ac\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"baadddc7-313d-43ab-bb30-5cfa9c2ba40c\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcd5c918-e1d6-4274-9965-6379ca6b512d\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c03ede91-5d12-4e70-b88a-3c516d44bca2\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3f16ac5-6379-46ef-b7d7-fa0b0d6af5d9\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d438e884-debb-4b38-918c-cd71a57ab89c\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d491f672-df09-472e-85bb-346f511d0705\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9ed25fc-1362-42c0-a092-8b85ac568d5c\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0c98011-d792-41ae-878b-f0f14afc0092\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9a6b74d-1c3a-49e9-949f-1820618d4082\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff7cf892-31be-482e-8c6b-72f593882eb1\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ed02358f-5263-457c-a3ac-e18d0dfc3ef5\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"011e269a-0838-4175-9ebc-5bfb278424b1\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"01dbda24-2d8a-4273-b811-8b7ab78b58ec\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"15196c21-a557-4e56-ae8b-d63b991558f2\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1930e180-6c76-40c0-889b-37cc7b1be080\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"266dc4f5-6a36-46df-b4f1-484a66c1a0d8\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2748c094-b53c-494e-a650-e106a8390f33\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3500bdd8-5375-4796-95ac-615dd3e1aa62\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fda33ea-18de-4c19-bb3f-0bd911fb18ba\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45021def-e8e2-4283-ac57-e0784c88a00d\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46051971-eca3-473b-9469-b61df08ebfc1\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48bc5218-be7b-4980-8001-dbd164e5d8f8\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56243e89-ca10-450c-bac4-8fc635d63e72\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60e10cfd-1a4f-4d50-afce-2d9e244fb0f9\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"66bc1f96-b9fe-478d-b3eb-8f40c52a6911\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72446a4c-51be-4b0f-936c-3e43e43ada93\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c138ee1-2bc6-409c-8c7c-af5b387ab54f\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ef99346-acb4-4d18-951a-d3c9077a3bf9\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"801c1dde-a964-48c0-bbe7-50b672644130\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82997d10-577a-442a-9486-b78dbe1a6a7b\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83893988-d37c-448a-8931-eb8ea08130f7\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85521332-bc58-44af-b01f-f36359ce0876\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b5490b1-3d93-437a-9575-c2266cf5e1e8\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8be0759f-2640-43c2-a1b8-5fd8876d5aa3\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bfcb2d6-8b59-473d-a961-33b0e56b22ec\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91737a01-d357-4684-b0ce-8b77a0e730bf\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94816740-7765-4d94-b282-d76151ab666d\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9621e4fa-341f-45b9-8642-149b1e8e4356\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99b6b79d-99cd-4fed-a0eb-c8aff0dabae1\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a34738a-e1b2-4079-ad05-a5ef0a18d4f6\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c0b6b65-adae-4f96-98bc-ef76a11fa7cf\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a02c9463-fb43-4c1d-9c0e-771e9268ec01\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3b5edbe-d0b5-478b-8e0c-17416907d2cb\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a948a2b1-7089-4d60-bb48-a49af5cfd87e\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9647455-2972-489c-9a56-2541af18de23\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae9be7f6-1fa7-4a98-8dea-5875bc88c0f9\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b011aa42-496c-47bd-aa98-6c7757d7eb2e\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6e5507e-37ff-4666-ba93-e788341be380\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d038f695-fa78-46f1-8da4-f2eb79f636af\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d74b4b96-7242-4a9f-99fb-8363d9c7ff55\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbf6a869-9a52-4914-a070-9c5da471a37a\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc19b9fa-3f6d-4899-b673-5ea7321a9790\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df931930-ac08-4c29-9187-357baa1a7844\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1d0418b-1755-47f8-bdfb-fb884c91fd1e\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e95b6152-4eb1-4184-889e-384bdd4b7970\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9d6c66c-b807-4718-9028-2d3deb9170cf\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed02d266-6752-4260-8704-c2e6e44d5d9b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04168d2e-ccc9-47bf-9aec-d2c145210f02\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59ff2230-5665-46cf-9f09-909b4f4842d3\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71f5fa24-063a-43ac-856d-006a2f6559d0\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fdf7849c-5ba3-4921-977b-1d1e817b8a0b\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"actions\": [\r\n                    {\r\n                        \"id\": \"bbb2c683-e729-4e74-9682-610dda936a31\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour accéder aux informations sur le compte et vérifier s'il y a des problèmes techniques connus affectant la connexion internet du client.\",\r\n                                \"steps\": [\r\n                                    \"L'agent demande les coordonnées de la box internet et le numéro de compte du client\",\r\n                                    \"Le client fournit ces informations, permettant à l'agent d'accéder au compte et de vérifier son statut\"\r\n                                ],\r\n                                \"title\": \"Vérification de l'état du compte client\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour comprendre la nature du problème et identifier les étapes à suivre pour le résoudre.\",\r\n                                \"steps\": [\r\n                                    \"L'agent demande au client de décrire en détail le problème de connexion\",\r\n                                    \"Le client explique que la connexion a été interrompue soudainement et ne peut être rétablie malgré plusieurs redémarrages\"\r\n                                ],\r\n                                \"title\": \"Obtention des détails du problème\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour identifier et résoudre les problèmes techniques sous-jacents affectant la connexion internet du client.\",\r\n                                \"steps\": [\r\n                                    \"L'agent vérifie l'état de la connexion depuis le système\",\r\n                                    \"Le système indique un problème technique avec la connexion\"\r\n                                ],\r\n                                \"title\": \"Vérification de l'état technique de la connexion\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour signaler le problème technique et assurer un suivi.\",\r\n                                \"steps\": [\r\n                                    \"L'agent crée un ticket pour l'équipe technique concernant le problème\"\r\n                                ],\r\n                                \"title\": \"Création d'un ticket pour l'équipe technique\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Pour résoudre les problèmes potentiels liés à une défaillance logicielle ou matérielle temporaire.\",\r\n                                \"steps\": [\r\n                                    \"L'agent demande au client de redémarrer la box internet\",\r\n                                    \"Le client redémarre la box internet\"\r\n                                ],\r\n                                \"title\": \"Redémarrage de la box internet\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"Pour fournir une solution temporaire au client et lui permettre de continuer à accéder à internet pendant la résolution du problème.\",\r\n                                \"steps\": [\r\n                                    \"L'agent propose une extension de data mobile pour pallier à la panne internet\"\r\n                                ],\r\n                                \"title\": \"Proposition d'une extension de data mobile\",\r\n                                \"completed\": false\r\n                            }\r\n                        ],\r\n                        \"type\": \"actions\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"bc8661d1-85fa-4d01-9a84-6ed21823de29"}],"id":"b9078bf1-512b-48d8-96e7-35462b8dfc25","_postman_id":"b9078bf1-512b-48d8-96e7-35462b8dfc25","description":""}],"id":"12762abb-6874-4a35-9cc1-c7d3fe211a28","description":"<p>The <strong>\"Actions\"</strong> AI Insight is designed to provide actionable insights based on the contents of a call. This feature identifies and lists specific actions that either took place during the call or are recommended to be completed after the call. It assists in tracking responsibilities and follow-up tasks.</p>\n<h4 id=\"endpoint-features-\">Endpoint Features :</h4>\n<h5 id=\"action-items-extraction\">Action Items Extraction</h5>\n<p>Identifies and lists specific actions that were discussed during the call</p>\n<h5 id=\"reason-clarification\">Reason Clarification</h5>\n<p>Provides clarity on the 'why' - the reasons behind each action item</p>\n<h5 id=\"responsibility-assignment\">Responsibility Assignment</h5>\n<p>Specifies which party (agent or client) is responsible for each action item, aiding in accountability</p>\n<h5 id=\"completion-state-guidance\">Completion state Guidance</h5>\n<p>Provides guidance for each action to determine if it's completed during the call or should be performed after the call</p>\n<h4 id=\"output-format-\">Output Format :</h4>\n<p>The output is presented as an array of objects, each containing details of a particular action</p>\n<p><strong>API Task Key</strong> : <code>actions-extraction</code></p>\n<h4 id=\"generated-ai-insights-\">Generated AI Insights :</h4>\n<p><strong>Path</strong> : <code>ai-insights.actions</code></p>\n<p><strong>Structure</strong> :</p>\n<ul>\n<li><p><code>title</code>: The name or a short description of the action</p>\n</li>\n<li><p><code>why</code>: The reason or purpose behind the action</p>\n</li>\n<li><p><code>who</code>: The party responsible of the action (agent or client)</p>\n</li>\n<li><p><code>completed</code>: A boolean indicating if the action is completed during the call (true) or should be performed after the call (false)</p>\n</li>\n<li><p><code>steps</code>: A list of sub-tasks/steps that define the action</p>\n</li>\n</ul>\n<p><strong>Type</strong> :</p>\n<ul>\n<li>\"actions\"</li>\n</ul>\n<p>Actions are in <strong>object</strong> field of their insight</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"actions\": [\n    {\n      \"id\": \"uuid\",\n      \"type\": \"actions\",\n      \"text\": null,\n      \"object\": \n      [\n        {\n          \"title\": \"string\",\n          \"why\": \"string\",\n          \"who\": [\"string\" (\"agent\" or \"client\")],\n          \"completed\": bool,\n          \"steps\": [\n            \"string (action step-1)\",\n            \"string (action step-2)\",\n            \"...\"\n          ]\n        },\n        // ... additional actions      \n      ]\n    }\n  ]\n}\n\n</code></pre>\n<img src=\"https://content.pstmn.io/472514bd-0754-4960-8471-da7d6865a6da/YVcxaFoyVXVjRzVuLnBuZw==\" alt=\"Call%20actions%20extraction%20result%20example\" width=\"100%\" />","_postman_id":"12762abb-6874-4a35-9cc1-c7d3fe211a28"},{"name":"Extract the call reason","item":[{"name":"Extract the call reason from previously transcribed audio","item":[{"name":"Extract the call reason from previously transcribed audio","id":"a170ea45-0405-441d-ab78-5ecfdbbc4fcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"call-reason-extraction\",\r\n    \"job_id\": \"\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\"\r\n        }\r\n    }\r\n}"},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-reason-extraction\">WebHook callback reception on successful call reason extraction</h5>\n<p>Extract the call reason from previously transcribed audio, and receive a webhook callback (POST request) on successful call reason extraction, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call reason extraction, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"d26b206b-5b94-4f7c-a2f3-e1aeadeddb8c","name":"Extract the call reason from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"call-reason-extraction\",\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"fr\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\r\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\r\n}"}],"_postman_id":"a170ea45-0405-441d-ab78-5ecfdbbc4fcb"},{"name":"Get call reason extraction status/result","id":"4d534005-c4b1-494e-99ed-d5db60448f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"61b7d199-0854-4b39-803d-bb8ae0945b48","name":"Get call reason extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1419790f-5017-499d-8f1f-a612b38645c6\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4149f656-6858-4797-ba63-cc7ecb8bed8c\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56e14772-b8b2-4b69-96db-02a1002450cf\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a7ed342-ec6d-4acd-877f-ba701cf516dd\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5eae92e6-8bee-4791-8e79-aee5be55facc\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62dc0a67-4a01-433d-b3ba-81658aadd6a5\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ccdd098-ec1b-4d4a-9294-1d8d3888c6e0\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82d2df05-cd8e-49f8-b323-1cd59e721caa\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"863cd1e3-ab1e-4071-8531-d081d5131c0c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b14a77f-dd83-406c-8652-70cb1e66c0e2\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99daf907-5e64-4d90-9728-c279eef346a3\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5ec4914-131b-4948-ba95-11280a23da2d\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a698717d-5010-44e8-8951-55cc2be6b95d\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b59edd14-4316-4ba1-b111-1811c1b4a5f7\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c01b1690-dcf0-4713-863e-2c0099240440\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd26e615-a5d1-45e0-a9df-23c53775099b\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0a54bf3-2ac9-4608-b937-5393356c2f67\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d280633c-2970-490e-9cbb-171d1fb0aec4\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3fabcf5-46ee-4e99-aa77-b309b4adfe41\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d51c8108-0681-49d1-9503-eb2bc5826cca\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcb3f9fb-d31c-4d32-b1b9-3022be9ec0c9\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8afb3b0-6e90-45c3-82c4-8de06d172cb6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee559d35-0c5c-4332-8648-c2937b1286b6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f779c7f1-8f94-4d8f-825b-97145be375b3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9e330e9-66d3-4b30-98d8-99d2dc422511\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fff6d48c-00c0-4835-b2be-3b6b99b4bdad\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"45c7bde5-f486-4387-a64c-60561d78c9d2\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70410c3a-dc98-4d6b-9a8f-a769762a4a14\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"3a968429-e50b-4fdf-975a-5716b8791272\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02add2d0-490b-48a0-ad3a-74144ea23918\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"06672f79-9d1d-42b0-90a3-73ef250e1ef6\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"121387f2-26bf-49ed-a055-89b2b59e56ac\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"272b1a44-0320-4203-a255-bbf6a5176156\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27e37ad9-1a5c-4af6-b93b-b1940a071b3e\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"397b4389-4d37-4287-b3ad-67c8ac99c922\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"400072d7-b92b-4a90-a127-a892d58d1587\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"453cd782-1212-489e-885c-8d7b60a74593\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45549a3f-a982-4788-837f-99f055337bb0\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49c1dec2-ad4e-4771-96ad-07a6dbf555b5\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a5c117d-96a4-4493-88f9-a6a1ff9f036c\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5564ca37-c4ae-4c9f-bc08-10f1bbef6445\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57a285d5-a344-4762-9767-63926f3c622d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b0b679d-9312-4616-a214-dbb3ba1f0e64\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b7909da-7c7d-4653-8e27-15a503d6b858\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"673bf5eb-2a4a-4d49-983e-a842a71b22c5\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b1a15e9-83f7-4be4-b441-c3551960231b\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e168f5a-4584-4cc4-89b0-0085d1faf0c8\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"729e9c9a-eb30-4f40-a462-698d0963ff5c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77a20cee-3251-4ae9-b9cd-a787279e3fc3\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b3a4a96-75e8-4f5e-a661-c97ad7d53b41\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"826596de-d1a2-425b-938b-60b967741f24\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a159f4a1-5a77-4b97-8417-d3455fc409c5\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab686062-b854-4fe2-89ad-0d52645b8166\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"afe64820-be24-4e72-bf30-55bc2cd6a0c5\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4a3883c-0bab-4ef2-9049-4037de4ca244\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b84ac1f6-2bf6-4e85-81fb-bc217b728c6b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2713348-8814-4d68-bb85-9d414b514f70\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c38945e7-53b4-4fef-9e31-45eec595e51c\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cac5e3f4-b345-4429-9ce3-869f82a7e9f8\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cda72dec-0460-48d1-ae29-45cc0aa90425\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3a3d654-e89d-46a4-b053-b3c896629ab4\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8303f51-c372-44dd-b4e2-0ed4183da3ef\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8c7139c-1267-45a1-b654-e2f9d23922b7\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f05150ac-87c1-496f-b9df-11cf2eebee4b\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f20fe6d4-0df6-46df-bd7e-5c447c4891da\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc3ff383-23d5-42c6-a307-9af9293ab200\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"19a7ff2d-083a-480a-b3d6-f2b60ee73012\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40722f33-f034-4fed-8cb4-b16dc714123c\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cb1dc86-7bed-4620-b24e-339f80bb0729\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d58a9458-cec1-4486-aae1-cff36a11ff12\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd1a9bac-7b56-4623-88fb-ce0cd0fb9181\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed22cf26-93bc-42e3-91bd-eccd36179707\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edcaf96e-d509-41c5-b980-3410f748680d\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8461ee1-acca-48cc-af23-67215559c7a6\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"08f224db-1e73-499b-987d-cbe073429832\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ed28a45-721f-408c-b245-dfa8e9d5ffdf\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"282ad1d4-0a39-4d0d-87be-c7e565898636\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e25f222-cde8-45fa-86f0-7360a4eb6d4d\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38f58601-06bc-40b7-be2d-fe5342635f46\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"496183b1-289e-4184-a786-f8cafca16649\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ffcf773-b933-4350-bbc9-3dfc847b230c\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67feb478-3e5e-4077-98d5-7d2d8eb8ccb7\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dbe72ac-14a4-4c05-8e3c-2a618a8061ef\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"734a755c-67a0-4827-839a-ae2c7475e7d4\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"737c3b57-0dad-4225-ab17-35f8d7460551\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84cbc17b-fd8b-4427-846a-f819d4bb100b\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b974e79-380b-4897-9eba-ce2d9ddaa335\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bcbfc7f-cced-490b-a26d-6954e72bd34a\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97e39cf9-5597-4286-bca0-443f92a4a722\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a090988-c158-41d9-9dd7-240b861a30e9\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a30ded2-c9be-4057-96a2-7bf497a9dd02\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a585e687-cee6-4579-9e5e-528bac198cd2\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b535d439-25e4-49aa-b159-f71984c6e85c\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de4a0e09-c07e-437d-aab9-df91b0dae274\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dec03a87-9504-4692-b25b-62507451f901\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eff9c5a8-fd42-4254-ad46-a9fa4ea27b8e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"7907aa07-61d5-48b8-831b-6333ea8d8f3e\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc5b41d4-83b7-4d5a-bdc0-15b436b91036\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f09313ea-cc3b-45c8-87d3-7570a5fa2ee1\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0668c730-6be2-4cd6-b601-ee1af2d698bb\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16fa2364-51a1-4d2b-8b81-b83aa172b18a\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1fe99bac-34e5-4e65-a94e-68c9ce2271bf\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ac3e499-f3c8-4b92-bd6b-d4cdd88c7060\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d580d40-e4c0-4eef-a1f6-e8bf6d2f1a92\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37933fd3-5a34-4155-8de2-59306641c7d4\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39a57ec5-f97d-4aee-8c8f-26beb732158c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a6a00a8-b74e-4633-a931-b8befe8fcce2\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b5089e8-f151-4506-a5ef-d4a2dc697afb\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b1518e1-5bde-4ce0-be39-2a5eb4f731ef\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"523e17c1-8231-4573-94f3-4a298ee11bc4\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cb70e2f-8486-44f3-ae5a-3859ae2593d6\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b962ad0-f374-4989-834c-39b0d6dbfc37\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb98b557-9e92-4e1d-ae63-e1c403624276\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3ac6ca0-45d1-4038-9009-ccb4dd85056e\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf505cb9-a490-4f11-8a40-833b5694403a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f42c41c1-197e-45c4-b307-e538e3423ee4\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1eba6b75-d821-475e-80cc-bbcd4d944769\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2de9ccf8-f037-47aa-aab3-7b4b66691e96\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3495bcb3-a5c2-4ccc-9454-ed925ac8db5c\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3af6e037-37ee-43f5-987d-88e00f313be1\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c3eed1c-bff2-43ef-a9b4-3571673b3f13\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d70a6a2-9ff6-4c1d-962b-8dc3e5303c9d\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4216945d-a1a5-4fcd-93de-89530e628329\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"519f7367-39a0-448f-8d92-56097a174d2a\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53c729fd-6221-426f-bbc9-476ab456c376\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56a0e378-e11b-46ee-a9a3-0216784941f6\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ab67ca9-365c-43ff-897f-d175425edf6f\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"610d08db-d429-473d-85b4-d3c1dc315322\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"869155b8-5a0b-450e-9149-8c23a2a97ef8\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"962b9d11-00bd-414d-a526-757f65abd8c9\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a154b697-7d2f-423e-a3d2-351fafa557c5\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a241fd05-e9ff-426b-b5f5-f86a6e22c30c\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5b02498-7cae-4c09-84bf-f07aed48bc4d\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a68b063a-9504-4c5f-b463-62a376b3cd5e\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a739bdc5-1856-40d7-b3d9-5fbb0172cac2\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7feabad-7ec0-4d08-8f85-40bb93959ef0\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae4dfe8e-4ce3-4cb8-8a50-85c7b7d15bea\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aebb150a-3281-421f-9ddf-7dbf67d43286\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b012bcdc-d57a-42bd-bee6-6a37f63e4277\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1a5aa77-bdba-4f2f-8e34-59d9bafbbe95\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8f91450-900f-49eb-85b5-772310ce75d9\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bac32f30-246c-4d22-ba9f-ff034e57c512\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1357851-ca5e-4424-8ab1-0426d03973cf\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c40a54af-da06-4807-829c-0e96f72db30c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb78c39e-3415-4a79-967a-cbf36d40e37b\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4098c53-2cae-48d9-aa04-09a8b8b7caf0\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d643cd4a-d646-4032-92c1-98cbf70a95cf\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db04d712-9799-4ad2-8ed8-d04283988f17\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3df14d0-383f-49be-b6e5-eb7e0524beff\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4b235de-350d-4b2e-a140-1cbde8b91e1e\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e749dd2e-a9a3-468a-a362-d741151e5ab5\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0088fc1c-4e77-43ea-8f26-3b26cf84f9b7\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"099eec9f-7670-4ae3-8251-20866e76450e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d6e5b14-0167-4224-9594-91d421ea3f6a\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17892c81-c615-42a3-8a0e-d5280fa28fd3\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e7d416a-6f9b-42e1-aade-62c96f4fbc5f\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ed3b322-a65c-4ec6-955b-4ac48fbce7d9\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65e385e5-64b8-472e-8f93-177e3fc1b49c\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68a30793-a4b7-4aa5-9fdd-648b4d31c576\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7274e5ec-b451-4a59-bb48-1c6bf48b07d1\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78411bce-7f5f-4539-97b2-46360ed013ed\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95348815-2431-4160-976c-b7f253d8845b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e00699c-1697-47d9-ba01-6850333d76b1\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f163d6d-44e2-4e30-a514-c3a724b41ec6\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaa38d80-c1d4-4e91-bf88-b0a9495edee6\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b81ce638-aa3e-4495-a7ee-1f1d2685b33a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdd49122-06e4-4bbb-a6f9-f2f06afd06c3\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d71535dd-8a9b-42d3-b436-3c8bd1578612\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"51990be8-6c46-48b3-95da-e56e1dd0e3bf\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b0b92c3-0724-4bc6-95ab-b0922d97979d\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e265a11b-2f2a-4c0e-a99c-04e3cd6a70ed\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"034f5cab-4272-4c77-8e23-e5dfe3617979\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0919aa2c-b3b3-48e2-bd9d-f15068050e2d\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e1716f6-b8bc-48b9-b4db-93b0ec9b0a3c\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"167fa62a-b1e1-4367-a6d2-fda976008763\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17208373-0ce3-46f0-a994-6d40fdbd0547\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b973ec7-ead4-47dc-b569-d7777ccc73b9\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e8fca68-28eb-4d3e-8f9f-1aefeaefcbce\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ebba6a4-3126-436f-8e8f-2caaf2744553\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22ef8051-acac-4111-95a0-4d41ac7a6d14\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"234bcad4-8ca3-4fbe-900a-4662736fa4bc\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27542307-8ece-4ed8-b306-02a76f824df8\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a141c7c-f1e0-44ae-9a57-b1bd8b1946f0\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f00b5fa-b678-4602-8766-54862bc419eb\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32e003c3-82d6-409d-9400-2cb8b8a1ecad\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35d3e494-7a38-48d7-b2eb-13c4b46c3b24\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42c5038b-791b-47ac-821b-7551ff7f2ee5\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45a53f88-deec-4abc-bedf-f6eb053fe541\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4619c869-3bcd-4cde-b529-b766fcbb579e\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d533fc5-1b51-4705-a65c-e5ccf157a058\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f78ef2c-a1d9-4d78-ba68-b480f6b81011\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f7f4951-d586-4407-adf7-8b78daff13f4\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55108ec5-67d9-4301-a8bb-106cc3a87e7b\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e273f87-844b-4d08-b681-abda5d7809b4\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62a9c05b-4d1d-40e6-84a0-60f70c0be7f4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ec5adbc-a169-4e94-af1e-3775a4a5cc66\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"701ad455-a678-4cc3-8e0e-c8f456026c97\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"732e048f-ab7e-4a70-b247-5305b1129fda\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80d3f7d8-579d-481c-82cc-a1a6703046a5\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"820d18c1-56ab-4972-9e01-517bf1ced2ca\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c3be3e9-e3d1-4005-9ae4-cbb0a50be842\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f42e3d8-5186-4fb8-b3ce-4ba06b84f801\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90d75e1a-e383-4055-b051-398077e1aa03\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9abd7477-c9cc-4175-bf82-ca4420db57be\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3caebca-f714-4a56-9aa9-e1f9f04a1e54\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a474e5de-638b-4993-87c4-fe1392c75671\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4e011d4-7cbd-4d2d-a0f1-a32b8c63b994\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a89fee0f-544a-40d0-8795-a6d2fb60a653\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0e29771-2c94-4f71-8bbe-8a1abec969bc\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b159ff12-69d7-4065-b8b8-283df3577f7f\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3b08775-7d3f-4fe5-b1b6-1d1e5fded1b5\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5f3ad72-518a-4dd3-839c-8c8cddceeec8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6975c11-36c8-4372-9c5b-6d5e0d273694\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd6756ac-bc45-421e-bd44-e04389679e13\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c95c314b-bd38-4526-9688-4ffb46768dfe\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cae8e6da-0296-46b4-b28b-7bcb52766c9a\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d286c054-8d94-47d8-878a-b69c10be75f0\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dadcf5c2-224d-41d3-b13b-cba570176dd5\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfdcd1d2-3ff9-46bd-b267-1f25c66b63d5\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfe377dd-637d-4149-816b-779af539613a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9ffa668-eb75-4b37-bca7-7739d0dc76ac\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea2f2ea4-d525-4b1d-9adb-a5d83fc72f03\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3e6ec7e-3ceb-4bd0-a9a4-c2e50149c94e\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"033ab144-c8ee-4ad3-a076-48d51ec48f4d\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0994595f-a09f-4e14-9b81-55a17d917e83\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0be06a0a-4d16-487a-a32e-849984ec3128\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d30b079-1a5b-45b0-9fe5-75d350805320\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e37f69f-81a8-4600-8822-8f341edfac59\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f164737-8c7b-4f77-a2e9-dfffdb516a7e\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fab09f9-cbf4-43e1-beb6-c8e4b7f7ec5e\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1185bc40-c171-4be4-9c2e-4bf577ccb4a0\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"199b47a3-1e60-4835-8dd0-216fee73fd88\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23a485ab-a121-45f8-accc-0c7d333aea8f\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23d15c37-7aa2-45e6-8431-bb4608181651\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2817cff1-ccfe-40d4-b64e-4254c3d7d7e8\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29d1f82f-4429-48f7-a4f7-55c7c4342332\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2be22e1c-9cc0-4bc7-9125-68814a96cb2f\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fe6f75f-04f7-43a1-98fc-5c7798939a7d\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"305347cf-3190-49d7-b2e7-0bbed11f27d3\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35ccda56-0895-4dfc-9f26-2a95dfebcd78\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ac83bc0-01de-42f1-b82a-561ce9ae4704\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ce4a9c6-b2b9-4d02-9a37-138f7420347a\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40185c56-846e-4ce0-ba76-13ffa9121cee\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"408d1b08-b4c2-405d-896f-1052b9314ff0\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49966fd5-b988-4d3a-8b49-4d21bb71e67f\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a73bce5-9327-45a6-aa8a-dce02af7eb08\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f0ecddd-d73d-46b6-b0ab-17725556b497\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51f265e7-7a16-42cd-bc37-860ccd318a23\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52494606-6053-4c3c-9282-5d294d11ada4\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5698f142-2d2e-4da6-852b-4515130238ee\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"580b2547-e4c0-4223-88b1-e26487d465f7\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ae8be76-cca9-45b7-8ba2-6610ebe64637\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7341f910-e10b-40e0-bae7-09ca8f39a22f\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8172d9da-1b0c-443e-b321-1bacd670bc79\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87840557-2a83-4142-95ce-5f061ab04eeb\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"882ae905-c376-458d-908d-e3da75cf5b53\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"893d6975-cf2b-42c4-8b24-dbf95ee57b07\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"959c3daf-ea19-4f82-a974-76424365e277\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98b401a7-57de-4a52-9f91-7d4d3a0dbce0\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4994074-7798-44f8-ba9e-e859ee0ccde4\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a72dd24e-e351-4624-8648-30d8740ba371\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab01ed5e-25b3-4f0a-b1ba-377e3fce3fbd\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1b3cf19-fb44-4491-ac9e-4bbecc0ec31d\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b55f1e1e-80ad-4ef1-918d-409190f1d46c\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b99d3e5a-9c5e-476a-a9cb-48772309af5d\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf3168a1-fa4f-47d7-8a4e-3e69240f9098\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c10f9339-74b1-41f6-83ad-496bcf0191ae\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2b8a7a6-68de-4db8-a8da-c9cfd7bb6c60\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7ab097a-0d1a-4bd6-af7b-5aff777306e7\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7f8791a-f2c7-492f-87f0-eaa772b107b9\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9969235-ed49-4e10-a0ab-970e36207191\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d48fbfa0-daa5-4693-a6c3-85f93b5533e4\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7db041b-e663-41ba-b7a5-e312ef5d4e58\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb8632ec-b0cc-4178-bc6c-f049da84e65c\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f92b55bb-2eb5-4b6d-acb0-2e240f564a01\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9f68fd8-0793-4796-8557-2a6b542b27fa\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00504450-3d18-4d8a-853e-e5b2378e0bec\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"01d7c80d-e9fc-4d83-8977-8b434ba7858d\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"023038a5-d7d9-4c8f-9ad1-c02788d996d6\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0289acbf-fb75-4c68-b791-6afa8d59733e\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"04571784-c23d-4854-8acd-7add5a611fe9\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d14b90c-28f4-42c2-93ed-ce9cc51d8bed\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e37e71f-ed14-4d2f-b07c-e57835c2bd1e\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f492b8a-5f63-45e3-a6be-14e034b707ee\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ff7e520-f1c6-46e3-91a8-5e927be2a457\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"131d0851-665c-4dfa-b5f3-cc58a1a6a119\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"136eaa52-ab34-4561-8f3e-c6827a5ed4e8\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24af4cca-671d-4e0c-87a1-3efce0308093\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d4bbcdd-5a3f-4e61-9688-1aa512eaa5cc\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2dbbbd3c-a74d-4714-a359-6ebc67dc500a\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37575a67-0127-44f2-9c66-0a9a32ebf77f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"382c5cf9-87b1-43dc-86f0-8663eec3154b\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4aa08919-2896-4825-8b5d-0b94bd94b157\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c3d33a4-fc61-46d6-b3ec-0f9308e22d70\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"58260903-48e2-4191-a60a-6ca2a18095b1\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"582e974a-2766-4b9d-8ff4-945fe0783618\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c3d7442-bb35-40e6-94f0-9f209acf09bd\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ea4d0e9-6fcf-4423-afed-993f9cd5a84d\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"622559b7-d08c-43b4-9a89-33136fc3708b\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d72528f-1c64-4264-b27f-05c177706bcb\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7152f293-efcf-4925-874f-7e7c6c74cfd5\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ffefcdc-778f-4d33-bb49-758e593fe35d\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8090721c-164c-420f-8051-33b537f5eb35\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"865388ed-94d8-4a13-80ab-3622ab11d930\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bc93087-e973-4b14-ba80-b2e682853992\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98cd281e-0446-4e77-8da3-14fbc795e4b9\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c624087-d40f-4751-a284-d2c7c9a11d57\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5dcd30b-a0d9-48c6-a2ed-1c11e04fc821\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac4aa584-cce8-4ce6-8187-74fa757f5d3e\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b52d35a9-f0da-4609-92b6-8a4bda918223\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8852829-957a-4e1e-924a-0ffabbc223a9\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbb4fcc7-06ea-4b5e-8e4a-2bf039ae4769\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc475410-2181-40cd-aa7f-f75ae7b8fb92\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca3589cc-cb9b-48f8-924a-ece5478a93e9\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df4998d1-7ee5-469e-ae48-56573b130e54\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e382cb9c-da5a-49e7-95bc-02e6a81f1db0\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e489e8b1-81fc-4c11-b038-6dd2253790c7\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f08068c3-9cf5-429b-bcef-9c1d37f17b2e\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f38636e4-bbcc-4fac-ad8c-8c3632d57913\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3ec84a4-da16-4d17-a2e9-d40d70a0b9f9\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fbb61ea7-932d-42f4-a0ae-012be365a56d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0873ed0a-06ef-404f-b272-91a3f45d426f\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"099fb973-15cc-40ab-8397-e9c493704ae5\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0aa87cbd-754a-482d-a03d-2a23461d0471\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b093b5a-23d7-4990-8a38-bffad85336b6\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e114c65-41f9-431a-adf2-3ceefd92c6e3\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e3e0454-c082-41c8-ad97-7dce29bef717\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1390d7da-f810-4ac6-996a-d63f8bb75078\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13a797f8-2d62-4971-a9c5-e2adaaa100a3\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b525de2-755f-4f0a-a366-8cce4c8cbdfe\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f8440ce-f4f4-4cfe-801d-f2fbe04e56e1\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2512600f-7564-4259-850f-37a0c4f0ffc7\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c002355-f743-4d69-a4cf-cf4c0e4153b2\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f3fd4fc-661f-4e2e-916e-aaea04941925\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"346c8635-486f-4e1f-8cd6-79b5b421e81b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"392123d3-1926-4896-9992-5c59d9155da0\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39e28cdd-47eb-41f1-ae3e-1dcb9161ed5b\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b7a8eb3-05cc-430f-b46b-4061b16b87af\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d4b3119-da4e-4f07-9474-e48b4ffb232b\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"426138b3-4ee9-4a7b-a1d4-033d75c08495\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56428c98-77d4-4b7b-b04a-d6616ebd1c7f\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68389f7d-6337-412c-a9bd-749baf8d08b8\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69fafe2b-8169-4aad-bbc4-5213b4fb9c5b\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6fa6605a-e081-4964-adfc-0a21944b6946\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a09ae29-78cc-4bff-bfeb-0887ce111e16\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7eaca281-28d8-4b77-93df-ffcc22ae457d\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ff0c873-30a5-4008-b332-c5762d9e01c0\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8219818e-cfb7-42c0-9ac7-330ff325021b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a73732b-b64a-4bdf-a651-e89f82ec4eb5\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bfdbbb4-8a11-466d-839e-57251fb7055f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"923911a2-2a23-4a8d-a1a2-7f91914613b6\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92efe30c-0362-4711-812c-99524fcd31d3\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98213cce-a782-469d-801a-1e13d534e330\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"984dc466-2059-4dbb-9744-a77e55663ad9\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9877a9e2-2696-4ec7-b83d-0e0cedc007c0\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a84a3ad-4001-4895-ae56-4c17be72ea96\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a08f80c6-2d75-422a-bbdc-86e5e8e5ca5c\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a40baa7f-063a-4266-a822-edace05f5ac7\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5a532f1-88d0-47c7-86ff-9b380cb2cebc\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a779450f-f8ee-4033-909b-470b50d248a7\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a857fb63-0d38-47c1-824b-1ff02d84ba51\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aba3fe15-ad59-44d9-8e0e-b8e791029b98\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af90d736-b605-4b25-87fb-f21c2a258efd\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4cdc4ea-44b4-43fc-b0e9-d24d4c715e4c\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc5fa1d1-97a3-4e47-bf36-7f5932f9cd7d\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdbb4fa0-e078-4d24-9779-02d8fd7ed7a3\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c8dee3fc-f59b-4dda-8946-386ac2fa92dc\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c97a3e60-0423-4f5f-9999-b325042d3f10\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf1fb48e-1a9c-44eb-a361-71a232eb7568\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf441a9c-31a4-49b7-a75f-5a1e8f46690e\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d21e157d-c0df-41e1-b335-45928a89cfc0\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d32f4bca-02e1-48b2-bf94-beea1bbe289c\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df637e04-f3b9-4116-9fb6-7ff03d6efbb2\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee1cca30-419a-4baf-897c-978e9ee38242\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1d2caaf-34ab-43a0-bb8f-7e2a74f71c54\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f37c5f0b-7adf-45a3-85c4-a586a7a517b5\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"407b0388-5b95-4c34-9897-74b7329cd6a6\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91afa847-dcb5-4771-82fd-cbb3d1c7fd04\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba0bbf1e-8ca9-4564-a15b-2b83e42b85e9\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea90e62d-0644-44d1-8299-4067d845cae0\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2690480-528a-4595-94ad-d4aebaa0b030\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04e8c5d4-b6f2-4821-aa33-21e4bcaeab9e\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d55251e-0df5-4559-8a72-f2078f54031e\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17e6ed95-a1dd-466c-9d40-17dddb7fe846\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1faf22d3-d1e3-4ae3-9f49-658222058036\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2508a8bf-42ea-4053-9399-89ec972d2e3a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"266cb1b7-371b-43fe-a0a4-6b84b175cb49\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27145e80-ec1f-442a-b6e7-1ff653742341\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3387d234-ca35-497b-9d35-01143a738161\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"361c85fa-87dd-46d7-aa09-7ae2f58db679\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d0bfb2c-02a4-422c-91bc-5458bbf842af\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d177487-0518-41a2-ab44-24284dfcdaec\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43200474-f15e-403c-90a7-36cc92b49c72\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"475c7ea6-a28f-480d-aa88-95c0bf6796c6\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b85b557-531b-46af-a0a8-9be6f793fa2d\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bfa84d0-96f6-43a0-8cbb-0b6d71fdf621\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60584713-9895-4a7b-9a18-9f326665427d\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7186bd45-fdfa-4475-a37c-6cd2f63387f6\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81ba03dd-bf60-4ebc-bf2e-30fafd23d49b\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8758057b-ebe1-402b-bb15-b6e75e5114b4\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a60bd154-0906-44bd-a444-a473fb56624d\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3a1d107-3021-49c9-b164-f319859eb0be\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b830ac88-a150-47af-9893-18bf336f29c6\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdf12174-aa1c-4a9e-ac70-974b7143fb4b\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c55cbc7e-6b5e-4599-9af9-46787a65414c\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2197857-38d5-4d43-9492-0a59b5810be3\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6dc1c34-c956-43eb-93f2-d5338d0683ab\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d86197da-3fef-4f66-a3f4-8bd7609d9b92\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef07ca1a-36c2-4827-aaa6-768126a071fc\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f225b959-7dd5-4fd3-b804-e93638f89a76\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4f1d93c-4579-483e-88ed-1299f6367279\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f61e0b60-3193-4035-b703-3a6f0ccd8f48\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"call-reason\": [\r\n                    {\r\n                        \"id\": \"d4a502ff-6376-4369-88e5-2d0963ead322\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"why\": \"La connexion internet du client a été interrompue le matin même et il n'a pas pu la rétablir, malgré plusieurs tentatives de redémarrage. Il s'agit d'un client existant, utilisant actuellement sa 4G pour se connecter à internet.\",\r\n                            \"needs\": \"Il a besoin d'une solution immédiate, car il utilise actuellement sa 4G et considère que ce problème est inacceptable, ayant déjà connu des pannes similaires trois fois ce mois-ci.\",\r\n                            \"request\": \"Le client demande une assistance pour résoudre le problème de connexion internet avec sa box.\"\r\n                        },\r\n                        \"type\": \"call-reason\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"4d534005-c4b1-494e-99ed-d5db60448f5d"}],"id":"9bd8a2bb-49eb-4924-be68-349e83b03204","_postman_id":"9bd8a2bb-49eb-4924-be68-349e83b03204","description":""},{"name":"Transcribe audio and Extract the call reason","item":[{"name":"Transcribe stereo phone call and Extract the call reason","id":"32154e47-3106-4e33-be70-ed5729a55704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"call-reason-extraction","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and extract the call reason and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"fe2003bf-05f2-4a47-809f-32a836274433","name":"Transcribe stereo phone call and Extract the call reason","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"call-reason-extraction","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"32154e47-3106-4e33-be70-ed5729a55704"},{"name":"Transcribe single speaker voicemail and Extract the call reason","id":"dd103022-bcc2-4055-9155-325c907f7043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"call-reason-extraction","type":"text"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and extract the call reason and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"1a27531a-05eb-40de-addb-1bafd88a11cd","name":"Transcribe single speaker voicemail and Extract the call reason","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"call-reason-extraction","type":"text"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"dd103022-bcc2-4055-9155-325c907f7043"},{"name":"Get transcription and call reason extraction status/result","id":"a67f06b1-b10b-415a-a04c-b58f5aaf5ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"ac53b850-157f-455a-a8ef-1d330beaf623","name":"Get transcription and call reason extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1419790f-5017-499d-8f1f-a612b38645c6\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4149f656-6858-4797-ba63-cc7ecb8bed8c\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56e14772-b8b2-4b69-96db-02a1002450cf\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a7ed342-ec6d-4acd-877f-ba701cf516dd\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5eae92e6-8bee-4791-8e79-aee5be55facc\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62dc0a67-4a01-433d-b3ba-81658aadd6a5\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ccdd098-ec1b-4d4a-9294-1d8d3888c6e0\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82d2df05-cd8e-49f8-b323-1cd59e721caa\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"863cd1e3-ab1e-4071-8531-d081d5131c0c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b14a77f-dd83-406c-8652-70cb1e66c0e2\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99daf907-5e64-4d90-9728-c279eef346a3\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5ec4914-131b-4948-ba95-11280a23da2d\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a698717d-5010-44e8-8951-55cc2be6b95d\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b59edd14-4316-4ba1-b111-1811c1b4a5f7\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c01b1690-dcf0-4713-863e-2c0099240440\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd26e615-a5d1-45e0-a9df-23c53775099b\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0a54bf3-2ac9-4608-b937-5393356c2f67\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d280633c-2970-490e-9cbb-171d1fb0aec4\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3fabcf5-46ee-4e99-aa77-b309b4adfe41\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d51c8108-0681-49d1-9503-eb2bc5826cca\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcb3f9fb-d31c-4d32-b1b9-3022be9ec0c9\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8afb3b0-6e90-45c3-82c4-8de06d172cb6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee559d35-0c5c-4332-8648-c2937b1286b6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f779c7f1-8f94-4d8f-825b-97145be375b3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9e330e9-66d3-4b30-98d8-99d2dc422511\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fff6d48c-00c0-4835-b2be-3b6b99b4bdad\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"0006794f-0a29-48ed-be8b-9c84e2b01d36\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"45c7bde5-f486-4387-a64c-60561d78c9d2\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70410c3a-dc98-4d6b-9a8f-a769762a4a14\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"31aa44ea-d8af-48eb-9355-e66ad7e2b4b0\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"3a968429-e50b-4fdf-975a-5716b8791272\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02add2d0-490b-48a0-ad3a-74144ea23918\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"06672f79-9d1d-42b0-90a3-73ef250e1ef6\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"121387f2-26bf-49ed-a055-89b2b59e56ac\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"272b1a44-0320-4203-a255-bbf6a5176156\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27e37ad9-1a5c-4af6-b93b-b1940a071b3e\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"397b4389-4d37-4287-b3ad-67c8ac99c922\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"400072d7-b92b-4a90-a127-a892d58d1587\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"453cd782-1212-489e-885c-8d7b60a74593\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45549a3f-a982-4788-837f-99f055337bb0\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49c1dec2-ad4e-4771-96ad-07a6dbf555b5\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a5c117d-96a4-4493-88f9-a6a1ff9f036c\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5564ca37-c4ae-4c9f-bc08-10f1bbef6445\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"57a285d5-a344-4762-9767-63926f3c622d\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b0b679d-9312-4616-a214-dbb3ba1f0e64\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b7909da-7c7d-4653-8e27-15a503d6b858\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"673bf5eb-2a4a-4d49-983e-a842a71b22c5\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b1a15e9-83f7-4be4-b441-c3551960231b\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e168f5a-4584-4cc4-89b0-0085d1faf0c8\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"729e9c9a-eb30-4f40-a462-698d0963ff5c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77a20cee-3251-4ae9-b9cd-a787279e3fc3\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b3a4a96-75e8-4f5e-a661-c97ad7d53b41\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"826596de-d1a2-425b-938b-60b967741f24\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a159f4a1-5a77-4b97-8417-d3455fc409c5\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab686062-b854-4fe2-89ad-0d52645b8166\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"afe64820-be24-4e72-bf30-55bc2cd6a0c5\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4a3883c-0bab-4ef2-9049-4037de4ca244\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b84ac1f6-2bf6-4e85-81fb-bc217b728c6b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2713348-8814-4d68-bb85-9d414b514f70\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c38945e7-53b4-4fef-9e31-45eec595e51c\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cac5e3f4-b345-4429-9ce3-869f82a7e9f8\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cda72dec-0460-48d1-ae29-45cc0aa90425\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3a3d654-e89d-46a4-b053-b3c896629ab4\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8303f51-c372-44dd-b4e2-0ed4183da3ef\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8c7139c-1267-45a1-b654-e2f9d23922b7\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f05150ac-87c1-496f-b9df-11cf2eebee4b\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f20fe6d4-0df6-46df-bd7e-5c447c4891da\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc3ff383-23d5-42c6-a307-9af9293ab200\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3a968429-e50b-4fdf-975a-5716b8791272\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"19a7ff2d-083a-480a-b3d6-f2b60ee73012\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40722f33-f034-4fed-8cb4-b16dc714123c\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cb1dc86-7bed-4620-b24e-339f80bb0729\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d58a9458-cec1-4486-aae1-cff36a11ff12\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd1a9bac-7b56-4623-88fb-ce0cd0fb9181\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed22cf26-93bc-42e3-91bd-eccd36179707\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edcaf96e-d509-41c5-b980-3410f748680d\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8461ee1-acca-48cc-af23-67215559c7a6\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3dc7f77d-aa78-434e-a212-ebb57e502d00\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"08f224db-1e73-499b-987d-cbe073429832\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ed28a45-721f-408c-b245-dfa8e9d5ffdf\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"282ad1d4-0a39-4d0d-87be-c7e565898636\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e25f222-cde8-45fa-86f0-7360a4eb6d4d\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38f58601-06bc-40b7-be2d-fe5342635f46\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"496183b1-289e-4184-a786-f8cafca16649\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ffcf773-b933-4350-bbc9-3dfc847b230c\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67feb478-3e5e-4077-98d5-7d2d8eb8ccb7\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dbe72ac-14a4-4c05-8e3c-2a618a8061ef\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"734a755c-67a0-4827-839a-ae2c7475e7d4\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"737c3b57-0dad-4225-ab17-35f8d7460551\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84cbc17b-fd8b-4427-846a-f819d4bb100b\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b974e79-380b-4897-9eba-ce2d9ddaa335\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bcbfc7f-cced-490b-a26d-6954e72bd34a\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97e39cf9-5597-4286-bca0-443f92a4a722\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a090988-c158-41d9-9dd7-240b861a30e9\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a30ded2-c9be-4057-96a2-7bf497a9dd02\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a585e687-cee6-4579-9e5e-528bac198cd2\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b535d439-25e4-49aa-b159-f71984c6e85c\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de4a0e09-c07e-437d-aab9-df91b0dae274\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dec03a87-9504-4692-b25b-62507451f901\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eff9c5a8-fd42-4254-ad46-a9fa4ea27b8e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f9608f8-b3be-4870-aba4-2090ef34fbd2\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"7907aa07-61d5-48b8-831b-6333ea8d8f3e\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc5b41d4-83b7-4d5a-bdc0-15b436b91036\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f09313ea-cc3b-45c8-87d3-7570a5fa2ee1\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6c0ea02f-6aa5-495b-8e77-d8cf264ade65\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0668c730-6be2-4cd6-b601-ee1af2d698bb\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16fa2364-51a1-4d2b-8b81-b83aa172b18a\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1fe99bac-34e5-4e65-a94e-68c9ce2271bf\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ac3e499-f3c8-4b92-bd6b-d4cdd88c7060\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d580d40-e4c0-4eef-a1f6-e8bf6d2f1a92\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37933fd3-5a34-4155-8de2-59306641c7d4\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39a57ec5-f97d-4aee-8c8f-26beb732158c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a6a00a8-b74e-4633-a931-b8befe8fcce2\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b5089e8-f151-4506-a5ef-d4a2dc697afb\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b1518e1-5bde-4ce0-be39-2a5eb4f731ef\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"523e17c1-8231-4573-94f3-4a298ee11bc4\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6cb70e2f-8486-44f3-ae5a-3859ae2593d6\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b962ad0-f374-4989-834c-39b0d6dbfc37\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb98b557-9e92-4e1d-ae63-e1c403624276\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3ac6ca0-45d1-4038-9009-ccb4dd85056e\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf505cb9-a490-4f11-8a40-833b5694403a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f42c41c1-197e-45c4-b307-e538e3423ee4\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c7117f0-140b-4736-bd90-6ee1838e131b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1eba6b75-d821-475e-80cc-bbcd4d944769\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2de9ccf8-f037-47aa-aab3-7b4b66691e96\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3495bcb3-a5c2-4ccc-9454-ed925ac8db5c\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3af6e037-37ee-43f5-987d-88e00f313be1\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c3eed1c-bff2-43ef-a9b4-3571673b3f13\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d70a6a2-9ff6-4c1d-962b-8dc3e5303c9d\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4216945d-a1a5-4fcd-93de-89530e628329\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"519f7367-39a0-448f-8d92-56097a174d2a\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53c729fd-6221-426f-bbc9-476ab456c376\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56a0e378-e11b-46ee-a9a3-0216784941f6\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ab67ca9-365c-43ff-897f-d175425edf6f\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"610d08db-d429-473d-85b4-d3c1dc315322\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"869155b8-5a0b-450e-9149-8c23a2a97ef8\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"962b9d11-00bd-414d-a526-757f65abd8c9\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a154b697-7d2f-423e-a3d2-351fafa557c5\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a241fd05-e9ff-426b-b5f5-f86a6e22c30c\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5b02498-7cae-4c09-84bf-f07aed48bc4d\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a68b063a-9504-4c5f-b463-62a376b3cd5e\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a739bdc5-1856-40d7-b3d9-5fbb0172cac2\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7feabad-7ec0-4d08-8f85-40bb93959ef0\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae4dfe8e-4ce3-4cb8-8a50-85c7b7d15bea\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aebb150a-3281-421f-9ddf-7dbf67d43286\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b012bcdc-d57a-42bd-bee6-6a37f63e4277\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1a5aa77-bdba-4f2f-8e34-59d9bafbbe95\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8f91450-900f-49eb-85b5-772310ce75d9\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bac32f30-246c-4d22-ba9f-ff034e57c512\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1357851-ca5e-4424-8ab1-0426d03973cf\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c40a54af-da06-4807-829c-0e96f72db30c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb78c39e-3415-4a79-967a-cbf36d40e37b\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4098c53-2cae-48d9-aa04-09a8b8b7caf0\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d643cd4a-d646-4032-92c1-98cbf70a95cf\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db04d712-9799-4ad2-8ed8-d04283988f17\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3df14d0-383f-49be-b6e5-eb7e0524beff\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4b235de-350d-4b2e-a140-1cbde8b91e1e\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e749dd2e-a9a3-468a-a362-d741151e5ab5\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"745c1ce7-17a4-4a4d-b5f8-d98f38083817\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0088fc1c-4e77-43ea-8f26-3b26cf84f9b7\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"099eec9f-7670-4ae3-8251-20866e76450e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d6e5b14-0167-4224-9594-91d421ea3f6a\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17892c81-c615-42a3-8a0e-d5280fa28fd3\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e7d416a-6f9b-42e1-aade-62c96f4fbc5f\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ed3b322-a65c-4ec6-955b-4ac48fbce7d9\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65e385e5-64b8-472e-8f93-177e3fc1b49c\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68a30793-a4b7-4aa5-9fdd-648b4d31c576\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7274e5ec-b451-4a59-bb48-1c6bf48b07d1\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78411bce-7f5f-4539-97b2-46360ed013ed\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95348815-2431-4160-976c-b7f253d8845b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e00699c-1697-47d9-ba01-6850333d76b1\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f163d6d-44e2-4e30-a514-c3a724b41ec6\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaa38d80-c1d4-4e91-bf88-b0a9495edee6\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b81ce638-aa3e-4495-a7ee-1f1d2685b33a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdd49122-06e4-4bbb-a6f9-f2f06afd06c3\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d71535dd-8a9b-42d3-b436-3c8bd1578612\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7c44fbfd-e6e5-4e13-a1f9-195f32c86b4b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"51990be8-6c46-48b3-95da-e56e1dd0e3bf\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b0b92c3-0724-4bc6-95ab-b0922d97979d\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e265a11b-2f2a-4c0e-a99c-04e3cd6a70ed\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"904caf0b-3ecd-483b-a7a3-0dc5d0dc5a26\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"034f5cab-4272-4c77-8e23-e5dfe3617979\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0919aa2c-b3b3-48e2-bd9d-f15068050e2d\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e1716f6-b8bc-48b9-b4db-93b0ec9b0a3c\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"167fa62a-b1e1-4367-a6d2-fda976008763\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17208373-0ce3-46f0-a994-6d40fdbd0547\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b973ec7-ead4-47dc-b569-d7777ccc73b9\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e8fca68-28eb-4d3e-8f9f-1aefeaefcbce\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ebba6a4-3126-436f-8e8f-2caaf2744553\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22ef8051-acac-4111-95a0-4d41ac7a6d14\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"234bcad4-8ca3-4fbe-900a-4662736fa4bc\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27542307-8ece-4ed8-b306-02a76f824df8\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a141c7c-f1e0-44ae-9a57-b1bd8b1946f0\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f00b5fa-b678-4602-8766-54862bc419eb\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32e003c3-82d6-409d-9400-2cb8b8a1ecad\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35d3e494-7a38-48d7-b2eb-13c4b46c3b24\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42c5038b-791b-47ac-821b-7551ff7f2ee5\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45a53f88-deec-4abc-bedf-f6eb053fe541\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4619c869-3bcd-4cde-b529-b766fcbb579e\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d533fc5-1b51-4705-a65c-e5ccf157a058\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f78ef2c-a1d9-4d78-ba68-b480f6b81011\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f7f4951-d586-4407-adf7-8b78daff13f4\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55108ec5-67d9-4301-a8bb-106cc3a87e7b\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e273f87-844b-4d08-b681-abda5d7809b4\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"62a9c05b-4d1d-40e6-84a0-60f70c0be7f4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ec5adbc-a169-4e94-af1e-3775a4a5cc66\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"701ad455-a678-4cc3-8e0e-c8f456026c97\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"732e048f-ab7e-4a70-b247-5305b1129fda\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80d3f7d8-579d-481c-82cc-a1a6703046a5\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"820d18c1-56ab-4972-9e01-517bf1ced2ca\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c3be3e9-e3d1-4005-9ae4-cbb0a50be842\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f42e3d8-5186-4fb8-b3ce-4ba06b84f801\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90d75e1a-e383-4055-b051-398077e1aa03\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9abd7477-c9cc-4175-bf82-ca4420db57be\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3caebca-f714-4a56-9aa9-e1f9f04a1e54\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a474e5de-638b-4993-87c4-fe1392c75671\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4e011d4-7cbd-4d2d-a0f1-a32b8c63b994\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a89fee0f-544a-40d0-8795-a6d2fb60a653\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0e29771-2c94-4f71-8bbe-8a1abec969bc\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b159ff12-69d7-4065-b8b8-283df3577f7f\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3b08775-7d3f-4fe5-b1b6-1d1e5fded1b5\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5f3ad72-518a-4dd3-839c-8c8cddceeec8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b6975c11-36c8-4372-9c5b-6d5e0d273694\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd6756ac-bc45-421e-bd44-e04389679e13\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c95c314b-bd38-4526-9688-4ffb46768dfe\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cae8e6da-0296-46b4-b28b-7bcb52766c9a\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d286c054-8d94-47d8-878a-b69c10be75f0\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dadcf5c2-224d-41d3-b13b-cba570176dd5\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfdcd1d2-3ff9-46bd-b267-1f25c66b63d5\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfe377dd-637d-4149-816b-779af539613a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9ffa668-eb75-4b37-bca7-7739d0dc76ac\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea2f2ea4-d525-4b1d-9adb-a5d83fc72f03\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3e6ec7e-3ceb-4bd0-a9a4-c2e50149c94e\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d6078a89-1e9b-4aff-93f7-ef3334260c61\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"033ab144-c8ee-4ad3-a076-48d51ec48f4d\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0994595f-a09f-4e14-9b81-55a17d917e83\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0be06a0a-4d16-487a-a32e-849984ec3128\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d30b079-1a5b-45b0-9fe5-75d350805320\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e37f69f-81a8-4600-8822-8f341edfac59\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f164737-8c7b-4f77-a2e9-dfffdb516a7e\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fab09f9-cbf4-43e1-beb6-c8e4b7f7ec5e\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1185bc40-c171-4be4-9c2e-4bf577ccb4a0\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"199b47a3-1e60-4835-8dd0-216fee73fd88\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23a485ab-a121-45f8-accc-0c7d333aea8f\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23d15c37-7aa2-45e6-8431-bb4608181651\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2817cff1-ccfe-40d4-b64e-4254c3d7d7e8\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29d1f82f-4429-48f7-a4f7-55c7c4342332\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2be22e1c-9cc0-4bc7-9125-68814a96cb2f\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fe6f75f-04f7-43a1-98fc-5c7798939a7d\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"305347cf-3190-49d7-b2e7-0bbed11f27d3\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35ccda56-0895-4dfc-9f26-2a95dfebcd78\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ac83bc0-01de-42f1-b82a-561ce9ae4704\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ce4a9c6-b2b9-4d02-9a37-138f7420347a\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40185c56-846e-4ce0-ba76-13ffa9121cee\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"408d1b08-b4c2-405d-896f-1052b9314ff0\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49966fd5-b988-4d3a-8b49-4d21bb71e67f\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a73bce5-9327-45a6-aa8a-dce02af7eb08\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f0ecddd-d73d-46b6-b0ab-17725556b497\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51f265e7-7a16-42cd-bc37-860ccd318a23\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52494606-6053-4c3c-9282-5d294d11ada4\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5698f142-2d2e-4da6-852b-4515130238ee\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"580b2547-e4c0-4223-88b1-e26487d465f7\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ae8be76-cca9-45b7-8ba2-6610ebe64637\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7341f910-e10b-40e0-bae7-09ca8f39a22f\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8172d9da-1b0c-443e-b321-1bacd670bc79\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87840557-2a83-4142-95ce-5f061ab04eeb\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"882ae905-c376-458d-908d-e3da75cf5b53\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"893d6975-cf2b-42c4-8b24-dbf95ee57b07\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"959c3daf-ea19-4f82-a974-76424365e277\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98b401a7-57de-4a52-9f91-7d4d3a0dbce0\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4994074-7798-44f8-ba9e-e859ee0ccde4\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a72dd24e-e351-4624-8648-30d8740ba371\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab01ed5e-25b3-4f0a-b1ba-377e3fce3fbd\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1b3cf19-fb44-4491-ac9e-4bbecc0ec31d\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b55f1e1e-80ad-4ef1-918d-409190f1d46c\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b99d3e5a-9c5e-476a-a9cb-48772309af5d\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf3168a1-fa4f-47d7-8a4e-3e69240f9098\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c10f9339-74b1-41f6-83ad-496bcf0191ae\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2b8a7a6-68de-4db8-a8da-c9cfd7bb6c60\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7ab097a-0d1a-4bd6-af7b-5aff777306e7\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c7f8791a-f2c7-492f-87f0-eaa772b107b9\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9969235-ed49-4e10-a0ab-970e36207191\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d48fbfa0-daa5-4693-a6c3-85f93b5533e4\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7db041b-e663-41ba-b7a5-e312ef5d4e58\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb8632ec-b0cc-4178-bc6c-f049da84e65c\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f92b55bb-2eb5-4b6d-acb0-2e240f564a01\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9f68fd8-0793-4796-8557-2a6b542b27fa\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"d8b78f5a-8077-49bb-a93d-46f8a6222fe3\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"00504450-3d18-4d8a-853e-e5b2378e0bec\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"01d7c80d-e9fc-4d83-8977-8b434ba7858d\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"023038a5-d7d9-4c8f-9ad1-c02788d996d6\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0289acbf-fb75-4c68-b791-6afa8d59733e\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"04571784-c23d-4854-8acd-7add5a611fe9\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d14b90c-28f4-42c2-93ed-ce9cc51d8bed\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e37e71f-ed14-4d2f-b07c-e57835c2bd1e\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f492b8a-5f63-45e3-a6be-14e034b707ee\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ff7e520-f1c6-46e3-91a8-5e927be2a457\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"131d0851-665c-4dfa-b5f3-cc58a1a6a119\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"136eaa52-ab34-4561-8f3e-c6827a5ed4e8\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24af4cca-671d-4e0c-87a1-3efce0308093\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d4bbcdd-5a3f-4e61-9688-1aa512eaa5cc\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2dbbbd3c-a74d-4714-a359-6ebc67dc500a\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37575a67-0127-44f2-9c66-0a9a32ebf77f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"382c5cf9-87b1-43dc-86f0-8663eec3154b\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4aa08919-2896-4825-8b5d-0b94bd94b157\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c3d33a4-fc61-46d6-b3ec-0f9308e22d70\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"58260903-48e2-4191-a60a-6ca2a18095b1\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"582e974a-2766-4b9d-8ff4-945fe0783618\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c3d7442-bb35-40e6-94f0-9f209acf09bd\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ea4d0e9-6fcf-4423-afed-993f9cd5a84d\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"622559b7-d08c-43b4-9a89-33136fc3708b\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d72528f-1c64-4264-b27f-05c177706bcb\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7152f293-efcf-4925-874f-7e7c6c74cfd5\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ffefcdc-778f-4d33-bb49-758e593fe35d\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8090721c-164c-420f-8051-33b537f5eb35\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"865388ed-94d8-4a13-80ab-3622ab11d930\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bc93087-e973-4b14-ba80-b2e682853992\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98cd281e-0446-4e77-8da3-14fbc795e4b9\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c624087-d40f-4751-a284-d2c7c9a11d57\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5dcd30b-a0d9-48c6-a2ed-1c11e04fc821\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac4aa584-cce8-4ce6-8187-74fa757f5d3e\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b52d35a9-f0da-4609-92b6-8a4bda918223\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8852829-957a-4e1e-924a-0ffabbc223a9\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbb4fcc7-06ea-4b5e-8e4a-2bf039ae4769\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc475410-2181-40cd-aa7f-f75ae7b8fb92\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca3589cc-cb9b-48f8-924a-ece5478a93e9\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df4998d1-7ee5-469e-ae48-56573b130e54\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e382cb9c-da5a-49e7-95bc-02e6a81f1db0\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e489e8b1-81fc-4c11-b038-6dd2253790c7\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f08068c3-9cf5-429b-bcef-9c1d37f17b2e\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f38636e4-bbcc-4fac-ad8c-8c3632d57913\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3ec84a4-da16-4d17-a2e9-d40d70a0b9f9\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fbb61ea7-932d-42f4-a0ae-012be365a56d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"ed1076d5-3b33-4c1e-9fe2-83c6e1da4fb0\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0873ed0a-06ef-404f-b272-91a3f45d426f\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"099fb973-15cc-40ab-8397-e9c493704ae5\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0aa87cbd-754a-482d-a03d-2a23461d0471\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b093b5a-23d7-4990-8a38-bffad85336b6\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e114c65-41f9-431a-adf2-3ceefd92c6e3\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e3e0454-c082-41c8-ad97-7dce29bef717\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1390d7da-f810-4ac6-996a-d63f8bb75078\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13a797f8-2d62-4971-a9c5-e2adaaa100a3\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b525de2-755f-4f0a-a366-8cce4c8cbdfe\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f8440ce-f4f4-4cfe-801d-f2fbe04e56e1\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2512600f-7564-4259-850f-37a0c4f0ffc7\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c002355-f743-4d69-a4cf-cf4c0e4153b2\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f3fd4fc-661f-4e2e-916e-aaea04941925\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"346c8635-486f-4e1f-8cd6-79b5b421e81b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"392123d3-1926-4896-9992-5c59d9155da0\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39e28cdd-47eb-41f1-ae3e-1dcb9161ed5b\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b7a8eb3-05cc-430f-b46b-4061b16b87af\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d4b3119-da4e-4f07-9474-e48b4ffb232b\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"426138b3-4ee9-4a7b-a1d4-033d75c08495\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56428c98-77d4-4b7b-b04a-d6616ebd1c7f\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68389f7d-6337-412c-a9bd-749baf8d08b8\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69fafe2b-8169-4aad-bbc4-5213b4fb9c5b\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6fa6605a-e081-4964-adfc-0a21944b6946\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a09ae29-78cc-4bff-bfeb-0887ce111e16\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7eaca281-28d8-4b77-93df-ffcc22ae457d\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ff0c873-30a5-4008-b332-c5762d9e01c0\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8219818e-cfb7-42c0-9ac7-330ff325021b\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a73732b-b64a-4bdf-a651-e89f82ec4eb5\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bfdbbb4-8a11-466d-839e-57251fb7055f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"923911a2-2a23-4a8d-a1a2-7f91914613b6\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92efe30c-0362-4711-812c-99524fcd31d3\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98213cce-a782-469d-801a-1e13d534e330\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"984dc466-2059-4dbb-9744-a77e55663ad9\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9877a9e2-2696-4ec7-b83d-0e0cedc007c0\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a84a3ad-4001-4895-ae56-4c17be72ea96\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a08f80c6-2d75-422a-bbdc-86e5e8e5ca5c\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a40baa7f-063a-4266-a822-edace05f5ac7\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5a532f1-88d0-47c7-86ff-9b380cb2cebc\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a779450f-f8ee-4033-909b-470b50d248a7\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a857fb63-0d38-47c1-824b-1ff02d84ba51\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aba3fe15-ad59-44d9-8e0e-b8e791029b98\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af90d736-b605-4b25-87fb-f21c2a258efd\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4cdc4ea-44b4-43fc-b0e9-d24d4c715e4c\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc5fa1d1-97a3-4e47-bf36-7f5932f9cd7d\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdbb4fa0-e078-4d24-9779-02d8fd7ed7a3\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c8dee3fc-f59b-4dda-8946-386ac2fa92dc\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c97a3e60-0423-4f5f-9999-b325042d3f10\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf1fb48e-1a9c-44eb-a361-71a232eb7568\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf441a9c-31a4-49b7-a75f-5a1e8f46690e\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d21e157d-c0df-41e1-b335-45928a89cfc0\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d32f4bca-02e1-48b2-bf94-beea1bbe289c\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df637e04-f3b9-4116-9fb6-7ff03d6efbb2\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee1cca30-419a-4baf-897c-978e9ee38242\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1d2caaf-34ab-43a0-bb8f-7e2a74f71c54\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f37c5f0b-7adf-45a3-85c4-a586a7a517b5\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f4b03512-6386-42a4-b848-27a2b4c8ea65\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"407b0388-5b95-4c34-9897-74b7329cd6a6\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91afa847-dcb5-4771-82fd-cbb3d1c7fd04\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba0bbf1e-8ca9-4564-a15b-2b83e42b85e9\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea90e62d-0644-44d1-8299-4067d845cae0\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2690480-528a-4595-94ad-d4aebaa0b030\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"fde3c573-9262-40e1-b3ac-cd1ae13eff57\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04e8c5d4-b6f2-4821-aa33-21e4bcaeab9e\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d55251e-0df5-4559-8a72-f2078f54031e\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17e6ed95-a1dd-466c-9d40-17dddb7fe846\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1faf22d3-d1e3-4ae3-9f49-658222058036\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2508a8bf-42ea-4053-9399-89ec972d2e3a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"266cb1b7-371b-43fe-a0a4-6b84b175cb49\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27145e80-ec1f-442a-b6e7-1ff653742341\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3387d234-ca35-497b-9d35-01143a738161\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"361c85fa-87dd-46d7-aa09-7ae2f58db679\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d0bfb2c-02a4-422c-91bc-5458bbf842af\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d177487-0518-41a2-ab44-24284dfcdaec\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43200474-f15e-403c-90a7-36cc92b49c72\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"475c7ea6-a28f-480d-aa88-95c0bf6796c6\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b85b557-531b-46af-a0a8-9be6f793fa2d\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bfa84d0-96f6-43a0-8cbb-0b6d71fdf621\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60584713-9895-4a7b-9a18-9f326665427d\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7186bd45-fdfa-4475-a37c-6cd2f63387f6\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81ba03dd-bf60-4ebc-bf2e-30fafd23d49b\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8758057b-ebe1-402b-bb15-b6e75e5114b4\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a60bd154-0906-44bd-a444-a473fb56624d\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3a1d107-3021-49c9-b164-f319859eb0be\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b830ac88-a150-47af-9893-18bf336f29c6\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdf12174-aa1c-4a9e-ac70-974b7143fb4b\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c55cbc7e-6b5e-4599-9af9-46787a65414c\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2197857-38d5-4d43-9492-0a59b5810be3\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6dc1c34-c956-43eb-93f2-d5338d0683ab\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d86197da-3fef-4f66-a3f4-8bd7609d9b92\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef07ca1a-36c2-4827-aaa6-768126a071fc\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f225b959-7dd5-4fd3-b804-e93638f89a76\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4f1d93c-4579-483e-88ed-1299f6367279\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f61e0b60-3193-4035-b703-3a6f0ccd8f48\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"fe2c52fe-86ee-4abd-9cef-43afcdf2fe5f\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"call-reason\": [\r\n                    {\r\n                        \"id\": \"d4a502ff-6376-4369-88e5-2d0963ead322\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"why\": \"La connexion internet du client a été interrompue le matin même et il n'a pas pu la rétablir, malgré plusieurs tentatives de redémarrage. Il s'agit d'un client existant, utilisant actuellement sa 4G pour se connecter à internet.\",\r\n                            \"needs\": \"Il a besoin d'une solution immédiate, car il utilise actuellement sa 4G et considère que ce problème est inacceptable, ayant déjà connu des pannes similaires trois fois ce mois-ci.\",\r\n                            \"request\": \"Le client demande une assistance pour résoudre le problème de connexion internet avec sa box.\"\r\n                        },\r\n                        \"type\": \"call-reason\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"a67f06b1-b10b-415a-a04c-b58f5aaf5ece"}],"id":"3b8cadea-5955-4a89-b00f-97b6eac816ee","_postman_id":"3b8cadea-5955-4a89-b00f-97b6eac816ee","description":""}],"id":"25bd565e-12a1-4da4-ad34-acb5c463efea","description":"<p>The <strong>\"Call Reason\"</strong> AI Insight is designed to extract and analyze the primary reason for a call. By understanding the main request and needs expressed by the client, as well as the underlying reasons, businesses can better tailor their services and responses to improve customer satisfaction and operational efficiency.</p>\n<h4 id=\"endpoint-features-\">Endpoint Features :</h4>\n<h5 id=\"request-identification\">Request Identification</h5>\n<p>Extracts the specific demand or request made by the client during the call</p>\n<h5 id=\"needs-assessment\">Needs Assessment</h5>\n<p>Determines the client's explicit needs as stated in the conversation</p>\n<h5 id=\"reason-clarification\">Reason Clarification</h5>\n<p>Provides clarity on the 'why' - the reasons behind the client's request or needs</p>\n<h4 id=\"output-format-\">Output Format :</h4>\n<p>The output is formatted as a single object containing the key elements of the call reason</p>\n<p><strong>API Task Key</strong> : <code>call-reason-extraction</code></p>\n<h4 id=\"generated-ai-insights-\">Generated AI Insights :</h4>\n<p><strong>Path</strong> : <code>ai-insights.call-reason</code></p>\n<p><strong>Structure</strong> :</p>\n<ul>\n<li><p><code>request</code>: The actual request made by the client</p>\n</li>\n<li><p><code>needs</code>: The needs of the client that prompted the call</p>\n</li>\n<li><p><code>why</code>: The underlying reason why the client has these needs or made the request</p>\n</li>\n</ul>\n<p><strong>Type</strong> :</p>\n<ul>\n<li>\"call-reason\"</li>\n</ul>\n<p>The call reason is in the <strong>object</strong> field of the insight</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"call-reason\": [\n      {\n         \"id\": \"uuid\",\n         \"text\": null,\n         \"object\": {\n            \"why\": \"string\",\n            \"needs\": \"string\",\n            \"request\": \"string\"\n         },\n         \"type\": \"call-reason\"\n      }\n   ]\n}\n\n</code></pre>\n<img src=\"https://content.pstmn.io/93d4ec32-dc73-4be1-babc-9796414c4412/YVcxaFoyVXVjRzVuLnBuZw==\" alt=\"Call%20reason%20extraction%20result%20example\" width=\"100%\" />","_postman_id":"25bd565e-12a1-4da4-ad34-acb5c463efea"},{"name":"Sequence a call","item":[{"name":"Sequence a call from previously transcribed audio","item":[{"name":"Sequence a call from previously transcribed audio","id":"094c7fa0-a20d-417c-9c59-0bd35b65aa80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"sequencing\",\r\n    \"job_id\": \"\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\"\r\n        }\r\n    }\r\n}"},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-sequencing\">WebHook callback reception on successful call sequencing</h5>\n<p>Sequence a call from previously transcribed audio, and receive a webhook callback (POST request) on successful call sequencing, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call sequencing, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"fc50949f-f27e-4ef0-a5e9-1066476a6342","name":"Sequence a call from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"sequencing\",\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"fr\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\r\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\r\n}"}],"_postman_id":"094c7fa0-a20d-417c-9c59-0bd35b65aa80"},{"name":"Get call sequencing status/result","id":"6ad9f3dd-99dd-418b-9961-7a03cd496c3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"4da0b73b-2774-4ec5-a7f0-148b308f87fc","name":"Get call sequencing status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"036549af-cfe8-4b5f-b2e3-56b65a63929c\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"081cf6c8-aa46-4fdf-acfa-410f2396771e\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b6ad76b-fda7-407a-803a-259fba07d6d9\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14a0faf9-cfd8-498d-aea8-40bc9fb91e1e\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21a8724f-1c20-4a7f-bab4-83a4212b89ba\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"293a7430-d5dc-4216-a42a-a6b61477867c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f90a232-e68d-48d2-be8b-0f15a141c7be\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3bb86a18-b21a-4838-aa8a-a3ae9b6518a6\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fc37dcf-1f84-4c4b-925c-446441da9dac\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"479a14d0-91aa-4fe7-8bf4-3a98f655dd2d\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"490bdeaa-fd1b-4054-8621-295c0c7d5fd4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a67d6e4-8fb9-49b8-98da-927c98486e22\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"563ff2b9-8d55-43e1-a453-81dadbae8aea\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d3154b6-b408-4be3-8371-fbdc08687d4e\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7441634c-9be3-4b1e-a96c-f8f94e258fa8\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74b9803a-abc4-4ce5-b017-cf6338a95ed9\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89e71ab3-a47d-4e70-8fee-90c9f7e4b3e1\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"901fa03f-5bb0-40d0-8256-517810e9dbf3\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98bdd830-c2aa-4c4c-8ae5-4110971550d1\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9bb92338-df6c-4156-b5d2-9cb3b9fc5e2f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a17cc6c8-7336-49ca-95b7-3e851206c151\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3fa62da-b228-4a15-93f1-29bcc689e7d3\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a78838fe-0ad1-4242-afcc-2aa0a8c1fa54\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bce33513-9a8c-44cc-8184-abf05c93222a\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be8574d5-f412-41b3-91aa-e71d63e3f85b\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3431875-2609-4ade-9ea7-e44b20382f96\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d041b14c-cf0a-48b7-b727-2691fd4d0da2\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5c8cd6e-c615-486f-9582-71424c91bd03\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4486018-85f2-4c40-9983-4c586d640809\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6017d32-6644-4b6b-b4a8-521c2533fd58\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e95fa984-8ac3-41d1-b069-4ba25ee80599\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"3e367a6f-a047-4af8-bd4b-92296aaa932b\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"644d61c4-4342-474a-9bae-63687a3949ea\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea1474ad-5036-48c9-8776-f65ee5766d6b\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"250f7501-6916-41e6-b36c-254d87d39b39\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b36bd3de-785b-44df-9e46-f61ff6c63c1a\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"3499b849-9988-47b1-9231-a1121e601d50\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0f08205e-9d0c-4537-a08d-c59d37da2a79\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29fda448-8e26-417e-a41a-9e9aa014cd6a\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dad4936-f256-4a7a-8063-37aa870d9d74\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c5078e5-f09f-4f06-bd5c-6d34be997280\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f543719-3ca6-4850-bc9b-206f4628e69b\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f987f09-9bf7-41d0-8b78-3c814ae4f12a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81349307-5257-40f9-a7ab-3e5f6999f595\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89ae7528-7a68-424c-8590-7190b11ec85a\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92da774d-afa7-486a-91cb-ef0431de64e3\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93fad7f3-7f90-4426-81a9-117838a1a0c3\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d3039b1-d1a9-4dce-a55f-78fe241fb63b\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a67122ad-5065-4837-83f1-f2c23423d73a\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8799e52-e5e0-4a4d-a5a8-d4680cd20dbf\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c84e8e27-5f3a-4673-af21-fe9d73975d13\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e697e8f1-a45e-4d5e-8f3a-be411971c6fd\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecdccf6d-4e58-41de-af18-bbb2a2b3ef7e\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f03a59ed-7e17-46e8-a856-2ddbea226b1a\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"21a88ef7-2fe1-48e0-a962-a1666d64da02\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22e86c43-c3b8-43d7-a7ff-a811675bcde5\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"362bdc5d-8d4f-4f69-a6e4-64cf919db9bc\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38701c82-c0c1-4238-a7a8-3507d8ea82c5\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ba71d71-62ac-48bb-8c98-ee7b0ff3124f\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ead86b3-2658-4a6d-96a7-04866b890d34\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d063e3e-7ad2-46d2-a44f-f950fa75ee3e\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5988e2ba-c08a-4515-9c5b-2cc0fb5480bc\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e36afb2-042c-4ea8-a8fd-43b61a686f8a\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69e78a22-5744-452f-b2dc-0b1d67da1d7c\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74b05d8b-9be9-423d-af3a-38681ebf6f28\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"757d409c-336c-4034-b48f-abf590074800\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79300fb8-8499-4c0f-b585-69659430540f\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ac39b3d-ee67-40cb-a1e6-efa0cb51379c\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"896563f6-df37-41df-b17f-0bd4e2590af1\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b59cfd9-5af9-4693-9fa3-0462a9c2d7b6\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c76a57e-272f-4998-9da6-8109e7762c35\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98235390-6097-4f99-a691-112914a17fad\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f62c9b2-6e91-4c0c-9161-a57664bd16a5\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3628ef7-7a98-46e0-bde7-06b35e20ff6f\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac3ec459-23f0-4bb9-97b9-0b53ae3aca41\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad5d7b77-21dc-454c-b7b0-7c12749cac06\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af1f77d9-8fbd-48c8-95df-6685ebf88873\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5523693-6124-4237-a685-456a58835b5c\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c982c410-7990-434c-abe2-bb338ca0d944\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf0c969b-7728-4f21-96dc-8c8453a0b3a6\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2d53363-ae9f-4c7f-acab-3612e330fd50\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d71d490e-ce38-4416-b108-c8cf8760915a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d93d0efe-9259-4d92-bf56-b0e5c6937c12\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0b7d57b-2d60-4454-98bf-7b40cffefe21\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e10a4441-4321-4877-8a7c-90128b8d0e03\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5d97571-9658-4b13-86ab-3ed920adcc10\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb022f74-7831-48b1-b0bc-4142295a05d2\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb7272f0-be92-4a2f-9c24-85325de22ce0\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fda9963a-c4b9-4024-a18e-233b344d645f\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"533469f7-2909-4354-8196-60f9d86d9d34\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"063ed12d-53e9-44b2-ba57-edc1b57887f4\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f0061c5-0a38-4f66-9aa6-905f4a5678a7\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13ca7e85-42fe-40fc-96ba-f29a81d2677f\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"15a8fd85-2593-4925-a1d4-a00a48f803fa\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18ef6abf-8274-4f46-b93b-bd300f26e422\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23ca8400-f8c1-4dd3-aa16-da4967953b60\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3136d5e6-232d-4523-bf27-88f6d7298155\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31423f84-09ae-487c-a32f-02e946b3410b\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32884607-2b79-45d0-a903-60352aacfeba\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a3f0596-5855-48c9-b84b-1412c6a921a0\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"469e6f64-1676-4731-8d0c-d3452155bf3b\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"494f27ce-3410-4ac7-9f5c-3c4429aff4cd\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52da3ada-7d93-419a-82d9-81ca115fcc9d\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65446bc3-6c42-468b-8f8a-9c048ac8385c\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77d394de-d16b-423d-bdfc-42ce81e1cb43\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fcf1ff8-461d-45bb-be8e-b31e7b047aea\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8208e5c7-7112-4464-b211-c71ba2de5c06\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8659af29-0af0-4d56-8a18-c11576d00b89\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8aee0742-fe4c-4765-8fee-520444b654b9\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac5466f9-f73c-4c61-b52c-fa9de389f43e\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d500c04f-05f0-41a1-8eb0-6c4362c48ead\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7f7d251-eeab-4806-bf35-34821e39197b\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02d8d2c9-efe5-4452-a930-04eef4f77b90\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"078b590b-6915-4a54-8382-441710b3b1da\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ec100f1-c07d-44cb-86fc-a9ae0dc6091b\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"174fa2fc-331f-4d25-a5d0-a857212b3360\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3023a378-7d2e-4bff-ada5-b144884f5d64\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3487360e-757f-417e-9503-54757f1399a5\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35c07956-1109-4239-9945-06a7cc07bb37\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3be4f0b5-053d-411e-9006-eee214165cce\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40c38b20-65d5-4afd-a42a-396bfc0f5561\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"453e6dab-0a0b-484f-9c14-096d09682403\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d5962ea-9d6b-4112-b73e-3a250613ce4f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4df3e328-c2c6-4a7d-b006-456830150485\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c4bdc92-409f-4592-b16a-0e6e689d71df\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f3ad7dc-d0e1-4ee1-bcfa-1d1409ea573e\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d213b89-395c-47c7-8ec5-df7a3b4ac8dc\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e68e430-9350-4b0d-8f6b-5768f3c1bb36\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71798ab1-79b3-47db-954f-8fe1548e8603\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74d1fc0c-f080-477a-92b5-7ba0fdf3fbaf\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"752af57d-af0a-4543-91ea-3aa151b37187\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82a35d6e-f9b5-409f-ad9f-2ae97a19884c\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84272bca-0b34-4462-9ca9-8a110f8f4400\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8fe5f422-6957-4db0-8c2d-5f709c164a3a\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a007d0e8-49bd-499f-b57e-492273c44e76\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a17e6fb6-bb1e-4341-9469-d46854ae675a\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a944323c-b70a-4f53-86f2-01f0141e13e5\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af49e8ba-1463-4406-813a-d10c741a47e2\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c193ae6d-7ba1-4685-925b-108fb008580a\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca4cae3d-1b30-4eae-b89f-93881997f73c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc8a7265-ed80-4c90-88f8-fa99bc1d461f\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2d062af-35b0-402b-9854-e4eb97193cdb\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d8642510-aa7d-4684-b92c-40c54ac3fa87\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcdfb8ee-fbda-4e10-9ae0-e5db2017e982\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edab3ecb-aaa4-4527-9ad3-03215b67783c\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1466ea2-3c91-4e78-9434-33b4524fdf57\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2bccae8-2eca-43a1-bb07-42f5700f637f\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f366449c-0c0a-4b81-84b2-f92dccc1adc6\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd9a2b07-4141-4d8b-b153-e780bee511b5\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"2c896c8e-1126-45f4-adf6-e2de36d459d2\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e639904-bbbb-49fd-baac-330f2e371c9c\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c444451-6bed-449a-81c5-0b68cf378bec\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a27cd6e5-89f0-4ef4-b44e-de4264977265\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1dc63de-1c13-4c1c-ba2f-4282bfec7248\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"18c94338-2a99-4ffc-a30c-2041e4441596\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"194ae1d2-9c39-4523-8796-f501802989f6\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"268c3cf0-a719-40cf-be7a-a45e641c1334\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42b80e87-4af1-4f8d-9b00-6d7fe8ad8cbc\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c535aa1-1808-4389-89a8-65816f0a50d5\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67690d7b-cbdd-4803-9013-f8d0751132eb\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c914fdb-9dff-4c3a-85c3-c5e9bfdcc2d9\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71ab43d1-6674-42cf-87af-0de709725793\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84b03c31-fdfa-451d-bb57-6a147a059c1e\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90636612-ab4a-4de9-b96a-2332747ef2a8\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a07de7a7-de0e-44ea-a3d6-665612a6541d\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaae54c2-da20-4e50-98a7-13a8e637318c\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"acaa3fe2-20a4-44fd-b3a2-c3c228113041\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b843cdcc-88ce-45e8-99f3-97e1ca0bcb53\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9f16b20-6fd3-428a-89ea-611c77fdab90\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0268419-ce7b-403b-abe2-59d5164701e0\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1852fd5-3a18-475e-80c9-c9a5ab85957b\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cca601d6-5f87-4317-85a3-ec4ad5d25437\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cda461aa-b880-4c82-9ae4-9a1263090956\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d88ae228-4bd8-45d4-9c0a-f697f599fe28\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dab0da3b-5278-4c92-a814-e58eabf0f8d3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de285b06-df7d-4b8c-80e6-9becbba58e04\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df73a120-4aaf-4bf9-a0b2-aa72f1c2afc3\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e41a97b2-51f7-4a50-a76e-6eaed7ecff62\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5fec47d-3419-4e05-b16a-53a378c11717\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef3ebca9-a0b0-48cc-9e7a-f5cea9086da8\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"09b45972-002f-4c15-ba9f-aefbf390baa7\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ac6071d-8fcb-413f-9318-6bc1147e3bb7\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e3b2f72-bd75-420a-bc24-9c1330d471e9\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12dfb997-b567-4b02-b62d-13e57f37b67f\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"140b97a2-5c6e-4807-b4b8-943ac1ab66c4\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"161e3235-847d-433e-8855-a6c025514b79\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"237691fd-e2be-4774-a028-cfa6d267018b\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29f0e0aa-72ee-4e1d-9466-3d32c88338ad\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e0579d0-dd9d-43ea-86cf-b0728dc717aa\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31a72c1c-0270-4eae-acdb-560966b42f5e\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3280c2ed-02ba-482d-8f30-d17863fae5bc\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38f0336f-d70e-41fd-b505-8f1337d75c77\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fc0167a-fd14-45b8-a188-0d4617f9e9cd\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4223ed2a-7449-4854-90a4-094bc86657b6\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44234af6-11db-4b89-9462-b06aa66489c7\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"446710a5-67c6-415b-8357-11ee77296047\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"452d0cd5-4fc9-499a-8c1b-040af607bb5c\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4835eda7-cd3f-4dd3-8a2b-7c60fb4df123\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a48114e-d332-48a6-bde6-a6011f686796\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5117d54c-236f-4101-a515-1dfee8cf43cf\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a14a897-4734-4d02-9bc1-d1b3b33372a4\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5dcde140-c67f-43e9-bb9e-f150e229885e\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f9d6f38-8463-401a-831f-9840edda38e0\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"61697ad8-ca98-4b61-8bdb-38ba7ec72fd6\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"640c9d96-189b-49d1-9fa4-d084863546a5\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"650a41b7-114e-4d53-9ee2-5cbee3a853e1\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d0cf599-1ae1-4dde-9828-d0595aacd725\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"701ca566-8161-40d9-8ade-62f89b829902\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"732a8746-2657-40a7-b0f4-6d37804fbcb3\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"763e698e-5ee3-4b40-83f5-3e5ede7c7519\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79661dcb-26fb-4e69-a5c8-8adbdb12ea16\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81f5b897-3e17-45d9-8e6a-9f27c5d93b96\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8db0dfde-4f04-4d3c-9070-5685b739e492\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92a71a44-fc60-4ffa-8c6a-67a28fac14ac\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93a1267b-c1cc-4529-a95a-0335d3020494\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a37dcac-c23c-44d2-b5bf-eeed37896012\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0a91c2e-00ff-40d4-b4e0-3e57ffde1a13\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd19be59-1adc-415b-8ac6-df434ddc8769\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdc80a72-f894-437f-a942-ffe0b10b761e\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf698dce-cd67-4a37-9295-6905bdeb5e66\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1598b37-720a-4e3c-8419-2aaa342f9711\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3bd0660-b542-42da-bb78-a3271ace2b64\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6d7769f-1827-4b17-9921-f625283be015\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d02725b4-6e13-4506-b5b5-05d15c17191d\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d70d77fd-3cd6-4d94-8bc1-bcc5f1bd9e03\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df937885-38d2-4b22-873f-b7a255965810\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4729644-abeb-4943-b82e-105d97dbe7b2\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee0b860c-aeff-4182-a4eb-4722e7b2cbb9\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eeb6b9f4-8544-4ce5-87cb-53ef704de460\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f100ad3f-1b4a-45a4-879f-58aa1b0326d5\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f28f35dc-5b89-45b9-bd90-5dcc3109c3f9\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"faffa5fb-1f30-4c1d-992a-67bcdb270e2b\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb56757a-8783-4892-931e-d728c075832d\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0eaacc8a-bbf3-4013-b998-d611979c696c\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"115a2636-06be-499e-b7ef-7b482a240f48\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b3d3ea2-2ff3-4dea-999b-5c988642099f\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6448ca90-4ded-4c64-b45e-818b17942ebd\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b6c3781-9ec0-40c5-8e0f-afd4254afeb5\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e702ca9-99af-4094-af50-6e6d74aff3d0\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"770f0f11-c97d-4069-8472-df26d26bcaa0\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d0ff1f5-9af1-4c84-b2b1-f3e485f9d1a1\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2303e96-3e87-4784-8d38-eb75e6064f76\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb0bbc5d-ac12-4992-b374-68a20b7362ce\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb9bc638-ea27-4c88-a4b6-5321787900fd\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdd4aacf-dcb2-4117-9fbe-5d26ceca89b4\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3c95967-19c1-486f-9237-af6c275797c5\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9fa1592-db8e-4338-9973-a068fb189330\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5ab6668-899f-414a-a270-13aaaaef56de\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f15b77dd-13ff-45bf-b322-59dc76cddf31\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ffad9e5a-1057-4261-9762-50860c980e0b\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0ac68185-4797-4cbf-8fad-63c33745c94c\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14c41be4-3371-41b7-a18f-356a1f56032d\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"158d86ab-2b4d-48c8-9cf5-7572ad3d82ce\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"180bd5a7-cfb5-48b8-8806-41d50b0e9a61\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ddd252b-c196-4c62-9c62-ff58325bb8f3\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"252b97d1-fe9a-4775-9889-04c65834073b\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2dc7f68a-ad0a-4718-9bc9-0ce1f0ba1f04\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3191fff3-46a5-4088-9509-cd6469e771fc\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"351704f9-055f-4b12-8f60-123567a7bd0a\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"398dbc89-202c-404d-af3c-2e82f98d7ddc\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a569fce-71a2-4002-bcfa-eac368a8d30f\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3db43ef3-ed35-4b51-868e-1af7d85053ef\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4020ce32-791e-43ee-b709-c74b082aab00\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40c6bf48-3b05-44c7-b13f-b4dbee191d06\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40d35085-a6c9-462b-921c-699465886160\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41ea8d90-2841-4700-b963-532b1b6cec6c\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"457cc31a-8d4b-4137-bdc2-bcb3193f22c5\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"491ec102-e32a-4c39-9db9-94b26461d190\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a025df0-0352-4a11-8860-37903eafdce7\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4acaf275-f8c2-451f-aec1-04368ff715b4\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51ec19c3-afe6-4ec4-ae90-bfe00b871ff0\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59b6204a-6eee-4783-aa90-36b51e6cea23\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59cddcf1-93ba-4a55-9d3c-a29205cae210\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5aea33da-bd6c-4224-96b2-7bf0c91e139b\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5af9df31-2ac5-4d37-b7f6-b53ab713f089\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b188dd4-b90b-4702-bb45-326150827ce0\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c46e17c-0a80-42f1-b2af-a343d7d3520e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6062deaf-8c0d-4e6c-8f2a-ec74f352cf46\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60755aed-d4e1-456b-a800-4f305a5fe178\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"653383d5-ab00-4d12-b44a-2f54c04f3551\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"658bdd08-57c8-4016-8d30-483940b4ca4c\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6803ba3f-9f4c-4e1d-af3b-1aa5a4579ff0\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69b326db-c819-44ad-b68f-725b91ec0ac0\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72334d9e-705a-4be4-ae04-09f5cc9e8a8f\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7578cb2c-032e-4c1f-a27e-30472ee7049b\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8eda3a84-1cf0-432c-baaa-68f89cd5fef9\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d38a291-5428-451c-a0b2-74aed78ee24f\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a13933f0-6b62-4b65-89e9-aca4dbd7cc39\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2c6acdc-930f-453f-855e-be6f8ea5535b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b01740e3-7a02-4a32-96f4-7b7d6d37d011\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b01c73a4-61f8-46d2-b06a-0979714e593b\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b13b48f9-4269-4140-9e62-c8ff9db7a054\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3a26b99-58e1-49a4-9738-7fc84b1ac80d\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b42cb2d8-f864-4a0c-8c25-af4c6ad5c98d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba6f761b-ab87-4c7c-a3c4-bba656af0aa0\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d30aedc6-2b60-4842-bff9-780de674aa83\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5fe86b2-e92b-455b-bea3-7a703018987e\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df135540-ad17-4ff1-9996-1e2874507efd\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0d17dd7-099e-404e-a0de-b1170e6e0d11\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f259965c-ad34-4e2c-bd95-6719c6731c09\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f616acf9-1af9-49ee-a82c-a9ef3a65ff1c\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff5fbdc2-781f-4497-9687-8cb0983e5bd7\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"039892e2-1b3c-4074-b434-8bfb3b7afec9\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b0a8f04-acc2-485e-bea2-087db3c9a580\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d48f59a-0797-43cd-b4c3-c9c306594208\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f1c8c77-47cd-468d-8dfd-f83d2eebeab9\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1251f09c-4714-4cba-ac92-e4f4f962c19e\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17fac936-af00-45d2-9dcc-3bb197f55fa9\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cf001b8-da3f-4926-ac16-a4f9196545ea\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d261405-f0bb-4630-a390-fbf22da520d7\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"214856af-38ba-45f8-ae3c-d1cbc9850fb1\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2278de4e-b5fe-404f-a30e-51c8a6ed62a4\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2844e226-1af4-4155-9d4f-7a7555b7a56e\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b16640c-cad4-4b0c-a856-9f76ee409095\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bd119da-5cdc-44bb-ad1a-f029b45b2889\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35e6153e-2bfd-4d91-9835-536fac648065\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"462951a3-472f-4a75-987f-54b1992a71e8\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d78e4bb-89ce-4ef9-93d0-5c1b972c64da\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52bd6fcc-4974-4e67-8962-2d5d0fcf83ca\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5467500a-7830-489f-90c2-204b99d5de4a\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ec8bede-f6b9-4aa9-91df-9ec8f9655542\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"613b984a-bb1b-4e2b-a967-763f4bac6aea\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63db0fef-50ca-42ac-851e-8797b249e87a\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64833ecd-9f2e-4a47-9c19-f833509bbf2f\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67043b3d-b8f1-4ec9-97c5-409f1145b417\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"682b2c01-31c0-49aa-9f4a-cf73dc393245\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69d19154-bad4-44fb-973f-c5bbf1d9831d\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80319dbb-cebb-4e2c-be01-bab9659adfa1\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"843d498b-0a51-4c5d-95ff-558f3455b210\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8edaa78e-c0aa-4fd3-af01-c657ab6e89fa\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"900066b4-e523-4d5a-a0b1-e9b90e63407f\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d2571e3-84bc-4b56-905d-a6ed8a4d6013\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0c1d7eb-1f17-4ab0-8db8-a8d5b333bea1\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3667e05-becc-4b11-a18c-07667077708f\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5301b8c-5ed0-4821-9e2c-b323af743058\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa6c54df-d00f-4098-8a37-b86adccf1819\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9108499-4933-48cf-842e-28b27f7df99b\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c16ecf4c-47a7-40fc-8cee-8c15942b9874\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2476a68-a720-46e1-bbf0-7f46f86a0486\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4322a9b-5d31-4059-b511-90253c841cc3\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d81e509c-1cf9-4827-bd40-427ad2a368f3\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dda1d6b3-c615-48c4-9819-9b9509f65dd1\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e40f318e-fcaf-4eda-b62f-4c00039c8d0d\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb60d42f-4e1f-47c7-9e16-a3139246775f\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f210a4c5-3de1-4931-93e8-c009820ada02\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f43eac8d-4cf3-4840-8c10-86b0dcffe8c3\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5e64dd5-b331-407b-8fdd-ec8b84fb60e0\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"37cba23f-3b84-49fd-af82-6f03159cd597\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46da278b-9f42-4b54-bdbb-00ab1f55674b\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d34e2f05-b51a-4975-ae42-b3e6220deb88\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04a21b45-7e9c-478e-9264-863d970ce270\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e2b8e22-a643-40ee-a6db-8438ccd79ad0\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12d1a4bf-b893-4530-86b5-7aa36271e03c\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14df5d91-adff-4356-a63c-a6ce09005116\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e0cd50b-0a97-4b00-937f-6ce26e3a51d0\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26e2fff4-3aec-446e-8d58-32aaea8f0bc7\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"283b0d5d-76ef-44af-a6b9-a8a72e0e591f\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28ea474f-fa5a-49d6-9b9a-f5c5e38db978\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a315ad4-a873-461c-b5a8-4f7bee501cf6\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e49e560-c567-42d8-8b2c-726a6778036a\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34d31b88-3c4a-4a3a-b578-a81d396038e7\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36f8b145-f415-428c-8f4e-91d93e608c7c\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c2596f0-1185-4b5b-81f1-9a5f9023f806\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3df3f37d-9bbf-42ca-8cab-d8283ea133d2\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e0ea3fb-bf56-4bbd-ab24-5d0a0361569f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"400f3074-452e-40bd-9288-5ad20092b2e8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"472079d6-16b2-46b3-9490-a0bef4514110\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48627da5-7872-4092-b6ed-695b514f8ba7\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5016a636-1102-4fa8-94b3-e3c081411199\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53e2944e-a18c-4a54-8358-c5aaa8b5acfb\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c0f20d7-a028-4bb1-92e2-53c04b736381\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f79b441-0f2e-471a-a760-58ac88dab77c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60246a96-942b-4415-adb7-a7c6d072140c\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64a8f74a-ed22-4b96-8f8a-8a8e6352ee19\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"656284e5-1aa3-40d9-aedd-9a7173f82e24\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"683dd334-8fb8-47b7-92b0-a54b85e0153a\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72d1a410-6a63-4757-b321-1dff50126e72\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7742d75d-5015-4e2b-b6a8-70285bf81eba\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"851f8820-1c9f-4c1a-8dae-ac00075359d7\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8846ce2f-f501-41f6-945a-35bcf19fe83d\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bdd353b-53fb-4b9d-811d-f08ff2bb5035\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cbcfcb5-b508-4e85-9a17-a4032495ca65\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d60a60f-5bd9-422a-91ed-422aeb603f64\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ed792b4-1dc3-41f0-9e01-f4d12e41980d\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9335092b-9d65-4ba4-b6b7-22fc75b23784\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97aed5cf-12a9-4b19-98bf-8483466f0b86\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"985d5e55-0116-438a-b616-6af3a24aba48\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"988433ab-b33e-4099-a6e2-4d8ca3c1b5fd\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0fabddd-06cd-4bea-ab2e-a66d68a2105d\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a14de913-93da-4fc2-aa1f-e4713bb0724c\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0b988e3-154c-4fb2-8954-0627f6b27b02\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9739c52-0be4-479e-95c6-219da152b5b3\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb89b51b-c2f2-4ccd-8eef-c4ed46aab7bc\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0f284a5-a823-4ce1-abca-6c28845ec905\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d137cc7d-aad5-4230-bf5f-e32d2266e625\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d251d6b7-0c07-4097-a847-571132ec61cb\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d8aae1d9-881a-4f56-81b1-fde75a2a292b\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e004dae1-3de6-442a-bba0-d8b1fc33e873\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e016fe8a-53b6-4047-8cb8-0972f52da901\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1b201ad-da48-49fa-b56e-645ac9a50224\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1ba0cb9-ae83-4bff-8edd-a25e59ca7221\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eea09bd0-e04d-4bc9-9864-de8758d63ed5\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3a8655f-b4c2-43f1-b723-69ca2c768318\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3ae40e0-39f0-4f97-a0ab-f786f0ef0a5c\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fac42e8a-3ddc-4223-9283-3aac41992b29\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"36283abd-8111-4d55-b014-fc366f976c96\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab5cc1bf-b140-45d8-826a-1f5e741e6487\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1f03472-a5cf-42dc-a0f3-16a31b952c11\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc1c5017-3c9e-4f83-8b63-8b99160bc27b\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdb51bf7-b6dd-41e5-a927-e78a23c98179\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4ee6c43-e6a1-432f-89ea-6f140887d7ea\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea8da2ae-1451-48bf-bb1a-51ff67ebf75f\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec1ba619-2212-4f33-8aa9-70742ba61f98\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"call-sequence\": [\r\n                    {\r\n                        \"id\": \"b8037f04-f04c-49cb-83e5-2017503f075c\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"title\": \"Accueil et identification du problème\",\r\n                                \"client_nps\": 2,\r\n                                \"complete_summary\": \"L'agent accueille le client, s'identifie et demande des informations sur le problème. Le client explique qu'il a un problème de connexion internet depuis ce matin.\",\r\n                                \"essential_elements\": [\r\n                                    \"Problème de connexion internet\",\r\n                                    \"Depuis ce matin\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"L'agent débute l'appel de manière professionnelle en s'identifiant et en demandant comment il peut aider. Il écoute attentivement le client et obtient les informations nécessaires pour comprendre le problème.\",\r\n                                \"comment_on_client_satisfaction\": \"Le client semble frustré et mécontent du problème, mais il coopère avec l'agent pour trouver une solution.\"\r\n                            },\r\n                            {\r\n                                \"title\": \"Vérification de l'état de la connexion\",\r\n                                \"client_nps\": 2,\r\n                                \"complete_summary\": \"L'agent vérifie l'état de la connexion depuis le système et met le client en attente. Après un moment, il informe le client qu'il y a un problème technique.\",\r\n                                \"essential_elements\": [\r\n                                    \"Vérification de l'état de la connexion\",\r\n                                    \"Problème technique\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"L'agent suit les procédures appropriées pour vérifier l'état de la connexion et informer le client de la situation. Il garde le client informé pendant qu'il travaille sur son problème.\",\r\n                                \"comment_on_client_satisfaction\": \"Le client semble toujours insatisfait, mais il coopère avec l'agent pour tenter de résoudre le problème.\"\r\n                            },\r\n                            {\r\n                                \"title\": \"Création d'un ticket et redémarrage de la box\",\r\n                                \"client_nps\": 3,\r\n                                \"complete_summary\": \"L'agent crée un ticket pour signaler le problème technique aux équipes techniques. Il demande au client de redémarrer la box et lui fournit un numéro de suivi.\",\r\n                                \"essential_elements\": [\r\n                                    \"Création d'un ticket\",\r\n                                    \"Redémarrage de la box\",\r\n                                    \"Numéro de suivi\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"L'agent suit les procédures appropriées en créant un ticket pour le problème technique et en demandant au client de redémarrer la box. Il fournit un numéro de suivi pour que le client puisse suivre l'avancement de sa demande.\",\r\n                                \"comment_on_client_satisfaction\": \"Le client semble coopératif et suit les instructions de l'agent pour tenter de résoudre le problème.\"\r\n                            },\r\n                            {\r\n                                \"title\": \"Proposition d'une extension de data mobile\",\r\n                                \"client_nps\": 4,\r\n                                \"complete_summary\": \"L'agent propose une extension de data mobile au client pour pallier à la panne internet. Le client accepte.\",\r\n                                \"essential_elements\": [\r\n                                    \"Extension de data mobile\",\r\n                                    \"Solution temporaire\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"L'agent offre une solution temporaire au problème du client, ce qui démontre son engagement envers la satisfaction du client. Il fournit des informations claires et précises sur l'extension de data mobile.\",\r\n                                \"comment_on_client_satisfaction\": \"Le client semble satisfait de la solution temporaire proposée par l'agent et accepte.\"\r\n                            }\r\n                        ],\r\n                        \"type\": \"call-sequence\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"6ad9f3dd-99dd-418b-9961-7a03cd496c3c"}],"id":"d0a0e682-1ec9-49e6-aa1c-903f0325d318","_postman_id":"d0a0e682-1ec9-49e6-aa1c-903f0325d318","description":""},{"name":"Transcribe and Sequence a call","item":[{"name":"Transcribe and Sequence stereo phone call","id":"4edab977-3a93-47df-acb5-95507fbd2a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"sequencing","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and sequence the calls and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"2c67fb13-9f19-4f2d-a866-22c8a47497c8","name":"Transcribe and Sequence stereo phone call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"sequencing","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"4edab977-3a93-47df-acb5-95507fbd2a43"},{"name":"Get transcription and call sequencing status/result","id":"f87dcaf2-9c5a-4557-be4c-48876b4adfbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"68dea62f-a8da-463a-8ce9-1c111e91298a","name":"Get transcription and call sequencing status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"036549af-cfe8-4b5f-b2e3-56b65a63929c\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"081cf6c8-aa46-4fdf-acfa-410f2396771e\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b6ad76b-fda7-407a-803a-259fba07d6d9\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14a0faf9-cfd8-498d-aea8-40bc9fb91e1e\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21a8724f-1c20-4a7f-bab4-83a4212b89ba\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"293a7430-d5dc-4216-a42a-a6b61477867c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f90a232-e68d-48d2-be8b-0f15a141c7be\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3bb86a18-b21a-4838-aa8a-a3ae9b6518a6\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fc37dcf-1f84-4c4b-925c-446441da9dac\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"479a14d0-91aa-4fe7-8bf4-3a98f655dd2d\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"490bdeaa-fd1b-4054-8621-295c0c7d5fd4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a67d6e4-8fb9-49b8-98da-927c98486e22\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"563ff2b9-8d55-43e1-a453-81dadbae8aea\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d3154b6-b408-4be3-8371-fbdc08687d4e\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7441634c-9be3-4b1e-a96c-f8f94e258fa8\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74b9803a-abc4-4ce5-b017-cf6338a95ed9\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89e71ab3-a47d-4e70-8fee-90c9f7e4b3e1\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"901fa03f-5bb0-40d0-8256-517810e9dbf3\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98bdd830-c2aa-4c4c-8ae5-4110971550d1\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9bb92338-df6c-4156-b5d2-9cb3b9fc5e2f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a17cc6c8-7336-49ca-95b7-3e851206c151\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3fa62da-b228-4a15-93f1-29bcc689e7d3\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a78838fe-0ad1-4242-afcc-2aa0a8c1fa54\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bce33513-9a8c-44cc-8184-abf05c93222a\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be8574d5-f412-41b3-91aa-e71d63e3f85b\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3431875-2609-4ade-9ea7-e44b20382f96\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d041b14c-cf0a-48b7-b727-2691fd4d0da2\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5c8cd6e-c615-486f-9582-71424c91bd03\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4486018-85f2-4c40-9983-4c586d640809\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6017d32-6644-4b6b-b4a8-521c2533fd58\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e95fa984-8ac3-41d1-b069-4ba25ee80599\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"205534a2-6c76-4d46-8f2f-5744cd73e54c\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"3e367a6f-a047-4af8-bd4b-92296aaa932b\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"644d61c4-4342-474a-9bae-63687a3949ea\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea1474ad-5036-48c9-8776-f65ee5766d6b\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2b69aa0d-c1ba-4f39-bf38-2e52117288c8\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"250f7501-6916-41e6-b36c-254d87d39b39\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b36bd3de-785b-44df-9e46-f61ff6c63c1a\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2d2c6417-5a5b-40fb-bda3-0f8f934733bc\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"3499b849-9988-47b1-9231-a1121e601d50\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0f08205e-9d0c-4537-a08d-c59d37da2a79\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29fda448-8e26-417e-a41a-9e9aa014cd6a\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dad4936-f256-4a7a-8063-37aa870d9d74\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c5078e5-f09f-4f06-bd5c-6d34be997280\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f543719-3ca6-4850-bc9b-206f4628e69b\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f987f09-9bf7-41d0-8b78-3c814ae4f12a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81349307-5257-40f9-a7ab-3e5f6999f595\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89ae7528-7a68-424c-8590-7190b11ec85a\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92da774d-afa7-486a-91cb-ef0431de64e3\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93fad7f3-7f90-4426-81a9-117838a1a0c3\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d3039b1-d1a9-4dce-a55f-78fe241fb63b\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a67122ad-5065-4837-83f1-f2c23423d73a\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8799e52-e5e0-4a4d-a5a8-d4680cd20dbf\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c84e8e27-5f3a-4673-af21-fe9d73975d13\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e697e8f1-a45e-4d5e-8f3a-be411971c6fd\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecdccf6d-4e58-41de-af18-bbb2a2b3ef7e\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f03a59ed-7e17-46e8-a856-2ddbea226b1a\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"3499b849-9988-47b1-9231-a1121e601d50\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"21a88ef7-2fe1-48e0-a962-a1666d64da02\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22e86c43-c3b8-43d7-a7ff-a811675bcde5\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"362bdc5d-8d4f-4f69-a6e4-64cf919db9bc\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38701c82-c0c1-4238-a7a8-3507d8ea82c5\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ba71d71-62ac-48bb-8c98-ee7b0ff3124f\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ead86b3-2658-4a6d-96a7-04866b890d34\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d063e3e-7ad2-46d2-a44f-f950fa75ee3e\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5988e2ba-c08a-4515-9c5b-2cc0fb5480bc\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e36afb2-042c-4ea8-a8fd-43b61a686f8a\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69e78a22-5744-452f-b2dc-0b1d67da1d7c\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74b05d8b-9be9-423d-af3a-38681ebf6f28\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"757d409c-336c-4034-b48f-abf590074800\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79300fb8-8499-4c0f-b585-69659430540f\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ac39b3d-ee67-40cb-a1e6-efa0cb51379c\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"896563f6-df37-41df-b17f-0bd4e2590af1\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b59cfd9-5af9-4693-9fa3-0462a9c2d7b6\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c76a57e-272f-4998-9da6-8109e7762c35\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98235390-6097-4f99-a691-112914a17fad\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f62c9b2-6e91-4c0c-9161-a57664bd16a5\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3628ef7-7a98-46e0-bde7-06b35e20ff6f\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac3ec459-23f0-4bb9-97b9-0b53ae3aca41\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad5d7b77-21dc-454c-b7b0-7c12749cac06\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af1f77d9-8fbd-48c8-95df-6685ebf88873\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5523693-6124-4237-a685-456a58835b5c\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c982c410-7990-434c-abe2-bb338ca0d944\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf0c969b-7728-4f21-96dc-8c8453a0b3a6\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2d53363-ae9f-4c7f-acab-3612e330fd50\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d71d490e-ce38-4416-b108-c8cf8760915a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d93d0efe-9259-4d92-bf56-b0e5c6937c12\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0b7d57b-2d60-4454-98bf-7b40cffefe21\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e10a4441-4321-4877-8a7c-90128b8d0e03\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5d97571-9658-4b13-86ab-3ed920adcc10\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb022f74-7831-48b1-b0bc-4142295a05d2\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb7272f0-be92-4a2f-9c24-85325de22ce0\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fda9963a-c4b9-4024-a18e-233b344d645f\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2d0e0c-1edf-45d9-a3bd-0ba62c8131d4\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"533469f7-2909-4354-8196-60f9d86d9d34\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"063ed12d-53e9-44b2-ba57-edc1b57887f4\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f0061c5-0a38-4f66-9aa6-905f4a5678a7\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13ca7e85-42fe-40fc-96ba-f29a81d2677f\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"15a8fd85-2593-4925-a1d4-a00a48f803fa\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18ef6abf-8274-4f46-b93b-bd300f26e422\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23ca8400-f8c1-4dd3-aa16-da4967953b60\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3136d5e6-232d-4523-bf27-88f6d7298155\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31423f84-09ae-487c-a32f-02e946b3410b\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32884607-2b79-45d0-a903-60352aacfeba\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a3f0596-5855-48c9-b84b-1412c6a921a0\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"469e6f64-1676-4731-8d0c-d3452155bf3b\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"494f27ce-3410-4ac7-9f5c-3c4429aff4cd\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52da3ada-7d93-419a-82d9-81ca115fcc9d\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65446bc3-6c42-468b-8f8a-9c048ac8385c\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77d394de-d16b-423d-bdfc-42ce81e1cb43\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fcf1ff8-461d-45bb-be8e-b31e7b047aea\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8208e5c7-7112-4464-b211-c71ba2de5c06\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8659af29-0af0-4d56-8a18-c11576d00b89\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8aee0742-fe4c-4765-8fee-520444b654b9\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac5466f9-f73c-4c61-b52c-fa9de389f43e\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d500c04f-05f0-41a1-8eb0-6c4362c48ead\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7f7d251-eeab-4806-bf35-34821e39197b\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"533469f7-2909-4354-8196-60f9d86d9d34\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02d8d2c9-efe5-4452-a930-04eef4f77b90\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"078b590b-6915-4a54-8382-441710b3b1da\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ec100f1-c07d-44cb-86fc-a9ae0dc6091b\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"174fa2fc-331f-4d25-a5d0-a857212b3360\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3023a378-7d2e-4bff-ada5-b144884f5d64\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3487360e-757f-417e-9503-54757f1399a5\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35c07956-1109-4239-9945-06a7cc07bb37\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3be4f0b5-053d-411e-9006-eee214165cce\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40c38b20-65d5-4afd-a42a-396bfc0f5561\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"453e6dab-0a0b-484f-9c14-096d09682403\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d5962ea-9d6b-4112-b73e-3a250613ce4f\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4df3e328-c2c6-4a7d-b006-456830150485\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c4bdc92-409f-4592-b16a-0e6e689d71df\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f3ad7dc-d0e1-4ee1-bcfa-1d1409ea573e\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d213b89-395c-47c7-8ec5-df7a3b4ac8dc\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e68e430-9350-4b0d-8f6b-5768f3c1bb36\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71798ab1-79b3-47db-954f-8fe1548e8603\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"74d1fc0c-f080-477a-92b5-7ba0fdf3fbaf\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"752af57d-af0a-4543-91ea-3aa151b37187\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82a35d6e-f9b5-409f-ad9f-2ae97a19884c\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84272bca-0b34-4462-9ca9-8a110f8f4400\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8fe5f422-6957-4db0-8c2d-5f709c164a3a\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a007d0e8-49bd-499f-b57e-492273c44e76\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a17e6fb6-bb1e-4341-9469-d46854ae675a\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a944323c-b70a-4f53-86f2-01f0141e13e5\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af49e8ba-1463-4406-813a-d10c741a47e2\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c193ae6d-7ba1-4685-925b-108fb008580a\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca4cae3d-1b30-4eae-b89f-93881997f73c\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc8a7265-ed80-4c90-88f8-fa99bc1d461f\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2d062af-35b0-402b-9854-e4eb97193cdb\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d8642510-aa7d-4684-b92c-40c54ac3fa87\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dcdfb8ee-fbda-4e10-9ae0-e5db2017e982\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edab3ecb-aaa4-4527-9ad3-03215b67783c\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1466ea2-3c91-4e78-9434-33b4524fdf57\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2bccae8-2eca-43a1-bb07-42f5700f637f\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f366449c-0c0a-4b81-84b2-f92dccc1adc6\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd9a2b07-4141-4d8b-b153-e780bee511b5\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"5d533af4-08c9-46d1-843f-853866ca2da6\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"2c896c8e-1126-45f4-adf6-e2de36d459d2\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e639904-bbbb-49fd-baac-330f2e371c9c\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c444451-6bed-449a-81c5-0b68cf378bec\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a27cd6e5-89f0-4ef4-b44e-de4264977265\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1dc63de-1c13-4c1c-ba2f-4282bfec7248\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6dd52c4b-26a1-463d-b591-ace72b492b4c\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"18c94338-2a99-4ffc-a30c-2041e4441596\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"194ae1d2-9c39-4523-8796-f501802989f6\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"268c3cf0-a719-40cf-be7a-a45e641c1334\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42b80e87-4af1-4f8d-9b00-6d7fe8ad8cbc\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c535aa1-1808-4389-89a8-65816f0a50d5\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67690d7b-cbdd-4803-9013-f8d0751132eb\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6c914fdb-9dff-4c3a-85c3-c5e9bfdcc2d9\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71ab43d1-6674-42cf-87af-0de709725793\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84b03c31-fdfa-451d-bb57-6a147a059c1e\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90636612-ab4a-4de9-b96a-2332747ef2a8\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a07de7a7-de0e-44ea-a3d6-665612a6541d\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaae54c2-da20-4e50-98a7-13a8e637318c\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"acaa3fe2-20a4-44fd-b3a2-c3c228113041\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b843cdcc-88ce-45e8-99f3-97e1ca0bcb53\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9f16b20-6fd3-428a-89ea-611c77fdab90\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c0268419-ce7b-403b-abe2-59d5164701e0\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1852fd5-3a18-475e-80c9-c9a5ab85957b\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cca601d6-5f87-4317-85a3-ec4ad5d25437\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cda461aa-b880-4c82-9ae4-9a1263090956\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d88ae228-4bd8-45d4-9c0a-f697f599fe28\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dab0da3b-5278-4c92-a814-e58eabf0f8d3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de285b06-df7d-4b8c-80e6-9becbba58e04\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df73a120-4aaf-4bf9-a0b2-aa72f1c2afc3\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e41a97b2-51f7-4a50-a76e-6eaed7ecff62\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5fec47d-3419-4e05-b16a-53a378c11717\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef3ebca9-a0b0-48cc-9e7a-f5cea9086da8\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"8b8923ee-be7f-4c2d-81a6-e225796b2793\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"09b45972-002f-4c15-ba9f-aefbf390baa7\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ac6071d-8fcb-413f-9318-6bc1147e3bb7\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e3b2f72-bd75-420a-bc24-9c1330d471e9\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12dfb997-b567-4b02-b62d-13e57f37b67f\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"140b97a2-5c6e-4807-b4b8-943ac1ab66c4\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"161e3235-847d-433e-8855-a6c025514b79\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"237691fd-e2be-4774-a028-cfa6d267018b\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29f0e0aa-72ee-4e1d-9466-3d32c88338ad\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e0579d0-dd9d-43ea-86cf-b0728dc717aa\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31a72c1c-0270-4eae-acdb-560966b42f5e\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3280c2ed-02ba-482d-8f30-d17863fae5bc\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38f0336f-d70e-41fd-b505-8f1337d75c77\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fc0167a-fd14-45b8-a188-0d4617f9e9cd\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4223ed2a-7449-4854-90a4-094bc86657b6\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44234af6-11db-4b89-9462-b06aa66489c7\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"446710a5-67c6-415b-8357-11ee77296047\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"452d0cd5-4fc9-499a-8c1b-040af607bb5c\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4835eda7-cd3f-4dd3-8a2b-7c60fb4df123\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a48114e-d332-48a6-bde6-a6011f686796\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5117d54c-236f-4101-a515-1dfee8cf43cf\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a14a897-4734-4d02-9bc1-d1b3b33372a4\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5dcde140-c67f-43e9-bb9e-f150e229885e\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f9d6f38-8463-401a-831f-9840edda38e0\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"61697ad8-ca98-4b61-8bdb-38ba7ec72fd6\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"640c9d96-189b-49d1-9fa4-d084863546a5\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"650a41b7-114e-4d53-9ee2-5cbee3a853e1\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6d0cf599-1ae1-4dde-9828-d0595aacd725\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"701ca566-8161-40d9-8ade-62f89b829902\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"732a8746-2657-40a7-b0f4-6d37804fbcb3\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"763e698e-5ee3-4b40-83f5-3e5ede7c7519\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"79661dcb-26fb-4e69-a5c8-8adbdb12ea16\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81f5b897-3e17-45d9-8e6a-9f27c5d93b96\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8db0dfde-4f04-4d3c-9070-5685b739e492\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92a71a44-fc60-4ffa-8c6a-67a28fac14ac\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93a1267b-c1cc-4529-a95a-0335d3020494\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a37dcac-c23c-44d2-b5bf-eeed37896012\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0a91c2e-00ff-40d4-b4e0-3e57ffde1a13\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd19be59-1adc-415b-8ac6-df434ddc8769\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdc80a72-f894-437f-a942-ffe0b10b761e\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf698dce-cd67-4a37-9295-6905bdeb5e66\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1598b37-720a-4e3c-8419-2aaa342f9711\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3bd0660-b542-42da-bb78-a3271ace2b64\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6d7769f-1827-4b17-9921-f625283be015\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d02725b4-6e13-4506-b5b5-05d15c17191d\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d70d77fd-3cd6-4d94-8bc1-bcc5f1bd9e03\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df937885-38d2-4b22-873f-b7a255965810\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4729644-abeb-4943-b82e-105d97dbe7b2\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee0b860c-aeff-4182-a4eb-4722e7b2cbb9\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eeb6b9f4-8544-4ce5-87cb-53ef704de460\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f100ad3f-1b4a-45a4-879f-58aa1b0326d5\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f28f35dc-5b89-45b9-bd90-5dcc3109c3f9\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"faffa5fb-1f30-4c1d-992a-67bcdb270e2b\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb56757a-8783-4892-931e-d728c075832d\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9112883f-cd83-4cf8-a6e0-39f89cf2a27b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0eaacc8a-bbf3-4013-b998-d611979c696c\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"115a2636-06be-499e-b7ef-7b482a240f48\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b3d3ea2-2ff3-4dea-999b-5c988642099f\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6448ca90-4ded-4c64-b45e-818b17942ebd\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b6c3781-9ec0-40c5-8e0f-afd4254afeb5\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e702ca9-99af-4094-af50-6e6d74aff3d0\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"770f0f11-c97d-4069-8472-df26d26bcaa0\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d0ff1f5-9af1-4c84-b2b1-f3e485f9d1a1\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2303e96-3e87-4784-8d38-eb75e6064f76\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb0bbc5d-ac12-4992-b374-68a20b7362ce\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb9bc638-ea27-4c88-a4b6-5321787900fd\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdd4aacf-dcb2-4117-9fbe-5d26ceca89b4\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c3c95967-19c1-486f-9237-af6c275797c5\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9fa1592-db8e-4338-9973-a068fb189330\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5ab6668-899f-414a-a270-13aaaaef56de\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f15b77dd-13ff-45bf-b322-59dc76cddf31\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ffad9e5a-1057-4261-9762-50860c980e0b\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a5d3b717-d52f-4352-9567-9cd39b1189aa\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0ac68185-4797-4cbf-8fad-63c33745c94c\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14c41be4-3371-41b7-a18f-356a1f56032d\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"158d86ab-2b4d-48c8-9cf5-7572ad3d82ce\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"180bd5a7-cfb5-48b8-8806-41d50b0e9a61\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ddd252b-c196-4c62-9c62-ff58325bb8f3\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"252b97d1-fe9a-4775-9889-04c65834073b\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2dc7f68a-ad0a-4718-9bc9-0ce1f0ba1f04\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3191fff3-46a5-4088-9509-cd6469e771fc\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"351704f9-055f-4b12-8f60-123567a7bd0a\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"398dbc89-202c-404d-af3c-2e82f98d7ddc\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a569fce-71a2-4002-bcfa-eac368a8d30f\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3db43ef3-ed35-4b51-868e-1af7d85053ef\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4020ce32-791e-43ee-b709-c74b082aab00\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40c6bf48-3b05-44c7-b13f-b4dbee191d06\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40d35085-a6c9-462b-921c-699465886160\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41ea8d90-2841-4700-b963-532b1b6cec6c\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"457cc31a-8d4b-4137-bdc2-bcb3193f22c5\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"491ec102-e32a-4c39-9db9-94b26461d190\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a025df0-0352-4a11-8860-37903eafdce7\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4acaf275-f8c2-451f-aec1-04368ff715b4\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51ec19c3-afe6-4ec4-ae90-bfe00b871ff0\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59b6204a-6eee-4783-aa90-36b51e6cea23\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59cddcf1-93ba-4a55-9d3c-a29205cae210\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5aea33da-bd6c-4224-96b2-7bf0c91e139b\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5af9df31-2ac5-4d37-b7f6-b53ab713f089\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b188dd4-b90b-4702-bb45-326150827ce0\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c46e17c-0a80-42f1-b2af-a343d7d3520e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6062deaf-8c0d-4e6c-8f2a-ec74f352cf46\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60755aed-d4e1-456b-a800-4f305a5fe178\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"653383d5-ab00-4d12-b44a-2f54c04f3551\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"658bdd08-57c8-4016-8d30-483940b4ca4c\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6803ba3f-9f4c-4e1d-af3b-1aa5a4579ff0\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69b326db-c819-44ad-b68f-725b91ec0ac0\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72334d9e-705a-4be4-ae04-09f5cc9e8a8f\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7578cb2c-032e-4c1f-a27e-30472ee7049b\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8eda3a84-1cf0-432c-baaa-68f89cd5fef9\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d38a291-5428-451c-a0b2-74aed78ee24f\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a13933f0-6b62-4b65-89e9-aca4dbd7cc39\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2c6acdc-930f-453f-855e-be6f8ea5535b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b01740e3-7a02-4a32-96f4-7b7d6d37d011\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b01c73a4-61f8-46d2-b06a-0979714e593b\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b13b48f9-4269-4140-9e62-c8ff9db7a054\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3a26b99-58e1-49a4-9738-7fc84b1ac80d\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b42cb2d8-f864-4a0c-8c25-af4c6ad5c98d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba6f761b-ab87-4c7c-a3c4-bba656af0aa0\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d30aedc6-2b60-4842-bff9-780de674aa83\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5fe86b2-e92b-455b-bea3-7a703018987e\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df135540-ad17-4ff1-9996-1e2874507efd\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0d17dd7-099e-404e-a0de-b1170e6e0d11\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f259965c-ad34-4e2c-bd95-6719c6731c09\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f616acf9-1af9-49ee-a82c-a9ef3a65ff1c\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff5fbdc2-781f-4497-9687-8cb0983e5bd7\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b0108f70-cba6-4466-88a4-ca2714e20713\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"039892e2-1b3c-4074-b434-8bfb3b7afec9\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b0a8f04-acc2-485e-bea2-087db3c9a580\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d48f59a-0797-43cd-b4c3-c9c306594208\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f1c8c77-47cd-468d-8dfd-f83d2eebeab9\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1251f09c-4714-4cba-ac92-e4f4f962c19e\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17fac936-af00-45d2-9dcc-3bb197f55fa9\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cf001b8-da3f-4926-ac16-a4f9196545ea\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d261405-f0bb-4630-a390-fbf22da520d7\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"214856af-38ba-45f8-ae3c-d1cbc9850fb1\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2278de4e-b5fe-404f-a30e-51c8a6ed62a4\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2844e226-1af4-4155-9d4f-7a7555b7a56e\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b16640c-cad4-4b0c-a856-9f76ee409095\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bd119da-5cdc-44bb-ad1a-f029b45b2889\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35e6153e-2bfd-4d91-9835-536fac648065\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"462951a3-472f-4a75-987f-54b1992a71e8\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d78e4bb-89ce-4ef9-93d0-5c1b972c64da\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52bd6fcc-4974-4e67-8962-2d5d0fcf83ca\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5467500a-7830-489f-90c2-204b99d5de4a\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ec8bede-f6b9-4aa9-91df-9ec8f9655542\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"613b984a-bb1b-4e2b-a967-763f4bac6aea\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63db0fef-50ca-42ac-851e-8797b249e87a\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64833ecd-9f2e-4a47-9c19-f833509bbf2f\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67043b3d-b8f1-4ec9-97c5-409f1145b417\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"682b2c01-31c0-49aa-9f4a-cf73dc393245\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69d19154-bad4-44fb-973f-c5bbf1d9831d\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80319dbb-cebb-4e2c-be01-bab9659adfa1\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"843d498b-0a51-4c5d-95ff-558f3455b210\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8edaa78e-c0aa-4fd3-af01-c657ab6e89fa\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"900066b4-e523-4d5a-a0b1-e9b90e63407f\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d2571e3-84bc-4b56-905d-a6ed8a4d6013\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0c1d7eb-1f17-4ab0-8db8-a8d5b333bea1\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3667e05-becc-4b11-a18c-07667077708f\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5301b8c-5ed0-4821-9e2c-b323af743058\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa6c54df-d00f-4098-8a37-b86adccf1819\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9108499-4933-48cf-842e-28b27f7df99b\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c16ecf4c-47a7-40fc-8cee-8c15942b9874\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2476a68-a720-46e1-bbf0-7f46f86a0486\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4322a9b-5d31-4059-b511-90253c841cc3\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d81e509c-1cf9-4827-bd40-427ad2a368f3\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dda1d6b3-c615-48c4-9819-9b9509f65dd1\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e40f318e-fcaf-4eda-b62f-4c00039c8d0d\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb60d42f-4e1f-47c7-9e16-a3139246775f\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f210a4c5-3de1-4931-93e8-c009820ada02\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f43eac8d-4cf3-4840-8c10-86b0dcffe8c3\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5e64dd5-b331-407b-8fdd-ec8b84fb60e0\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e18ed321-eec4-48c2-8010-082dc3fd7feb\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"37cba23f-3b84-49fd-af82-6f03159cd597\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46da278b-9f42-4b54-bdbb-00ab1f55674b\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d34e2f05-b51a-4975-ae42-b3e6220deb88\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e439541e-c9d5-4b7e-bd7b-8357f0ea300b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04a21b45-7e9c-478e-9264-863d970ce270\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e2b8e22-a643-40ee-a6db-8438ccd79ad0\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12d1a4bf-b893-4530-86b5-7aa36271e03c\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14df5d91-adff-4356-a63c-a6ce09005116\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e0cd50b-0a97-4b00-937f-6ce26e3a51d0\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26e2fff4-3aec-446e-8d58-32aaea8f0bc7\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"283b0d5d-76ef-44af-a6b9-a8a72e0e591f\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28ea474f-fa5a-49d6-9b9a-f5c5e38db978\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a315ad4-a873-461c-b5a8-4f7bee501cf6\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e49e560-c567-42d8-8b2c-726a6778036a\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34d31b88-3c4a-4a3a-b578-a81d396038e7\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36f8b145-f415-428c-8f4e-91d93e608c7c\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c2596f0-1185-4b5b-81f1-9a5f9023f806\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3df3f37d-9bbf-42ca-8cab-d8283ea133d2\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e0ea3fb-bf56-4bbd-ab24-5d0a0361569f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"400f3074-452e-40bd-9288-5ad20092b2e8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"472079d6-16b2-46b3-9490-a0bef4514110\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48627da5-7872-4092-b6ed-695b514f8ba7\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5016a636-1102-4fa8-94b3-e3c081411199\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53e2944e-a18c-4a54-8358-c5aaa8b5acfb\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c0f20d7-a028-4bb1-92e2-53c04b736381\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f79b441-0f2e-471a-a760-58ac88dab77c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60246a96-942b-4415-adb7-a7c6d072140c\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64a8f74a-ed22-4b96-8f8a-8a8e6352ee19\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"656284e5-1aa3-40d9-aedd-9a7173f82e24\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"683dd334-8fb8-47b7-92b0-a54b85e0153a\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72d1a410-6a63-4757-b321-1dff50126e72\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7742d75d-5015-4e2b-b6a8-70285bf81eba\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"851f8820-1c9f-4c1a-8dae-ac00075359d7\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8846ce2f-f501-41f6-945a-35bcf19fe83d\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8bdd353b-53fb-4b9d-811d-f08ff2bb5035\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cbcfcb5-b508-4e85-9a17-a4032495ca65\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d60a60f-5bd9-422a-91ed-422aeb603f64\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ed792b4-1dc3-41f0-9e01-f4d12e41980d\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9335092b-9d65-4ba4-b6b7-22fc75b23784\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97aed5cf-12a9-4b19-98bf-8483466f0b86\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"985d5e55-0116-438a-b616-6af3a24aba48\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"988433ab-b33e-4099-a6e2-4d8ca3c1b5fd\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0fabddd-06cd-4bea-ab2e-a66d68a2105d\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a14de913-93da-4fc2-aa1f-e4713bb0724c\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0b988e3-154c-4fb2-8954-0627f6b27b02\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9739c52-0be4-479e-95c6-219da152b5b3\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb89b51b-c2f2-4ccd-8eef-c4ed46aab7bc\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0f284a5-a823-4ce1-abca-6c28845ec905\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d137cc7d-aad5-4230-bf5f-e32d2266e625\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d251d6b7-0c07-4097-a847-571132ec61cb\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d8aae1d9-881a-4f56-81b1-fde75a2a292b\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e004dae1-3de6-442a-bba0-d8b1fc33e873\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e016fe8a-53b6-4047-8cb8-0972f52da901\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1b201ad-da48-49fa-b56e-645ac9a50224\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1ba0cb9-ae83-4bff-8edd-a25e59ca7221\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eea09bd0-e04d-4bc9-9864-de8758d63ed5\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3a8655f-b4c2-43f1-b723-69ca2c768318\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3ae40e0-39f0-4f97-a0ab-f786f0ef0a5c\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fac42e8a-3ddc-4223-9283-3aac41992b29\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ebe5520a-3941-4f6d-9bff-bd9aa87f9beb\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"36283abd-8111-4d55-b014-fc366f976c96\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ab5cc1bf-b140-45d8-826a-1f5e741e6487\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b1f03472-a5cf-42dc-a0f3-16a31b952c11\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc1c5017-3c9e-4f83-8b63-8b99160bc27b\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdb51bf7-b6dd-41e5-a927-e78a23c98179\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4ee6c43-e6a1-432f-89ea-6f140887d7ea\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea8da2ae-1451-48bf-bb1a-51ff67ebf75f\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec1ba619-2212-4f33-8aa9-70742ba61f98\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f0bc0f3a-ab42-4daa-a169-1524961a2d42\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"call-sequence\": [\r\n                    {\r\n                        \"id\": \"b8037f04-f04c-49cb-83e5-2017503f075c\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"title\": \"Accueil et identification du problème\",\r\n                                \"client_nps\": 2,\r\n                                \"complete_summary\": \"L'agent accueille le client, s'identifie et demande des informations sur le problème. Le client explique qu'il a un problème de connexion internet depuis ce matin.\",\r\n                                \"essential_elements\": [\r\n                                    \"Problème de connexion internet\",\r\n                                    \"Depuis ce matin\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"L'agent débute l'appel de manière professionnelle en s'identifiant et en demandant comment il peut aider. Il écoute attentivement le client et obtient les informations nécessaires pour comprendre le problème.\",\r\n                                \"comment_on_client_satisfaction\": \"Le client semble frustré et mécontent du problème, mais il coopère avec l'agent pour trouver une solution.\"\r\n                            },\r\n                            {\r\n                                \"title\": \"Vérification de l'état de la connexion\",\r\n                                \"client_nps\": 2,\r\n                                \"complete_summary\": \"L'agent vérifie l'état de la connexion depuis le système et met le client en attente. Après un moment, il informe le client qu'il y a un problème technique.\",\r\n                                \"essential_elements\": [\r\n                                    \"Vérification de l'état de la connexion\",\r\n                                    \"Problème technique\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"L'agent suit les procédures appropriées pour vérifier l'état de la connexion et informer le client de la situation. Il garde le client informé pendant qu'il travaille sur son problème.\",\r\n                                \"comment_on_client_satisfaction\": \"Le client semble toujours insatisfait, mais il coopère avec l'agent pour tenter de résoudre le problème.\"\r\n                            },\r\n                            {\r\n                                \"title\": \"Création d'un ticket et redémarrage de la box\",\r\n                                \"client_nps\": 3,\r\n                                \"complete_summary\": \"L'agent crée un ticket pour signaler le problème technique aux équipes techniques. Il demande au client de redémarrer la box et lui fournit un numéro de suivi.\",\r\n                                \"essential_elements\": [\r\n                                    \"Création d'un ticket\",\r\n                                    \"Redémarrage de la box\",\r\n                                    \"Numéro de suivi\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"L'agent suit les procédures appropriées en créant un ticket pour le problème technique et en demandant au client de redémarrer la box. Il fournit un numéro de suivi pour que le client puisse suivre l'avancement de sa demande.\",\r\n                                \"comment_on_client_satisfaction\": \"Le client semble coopératif et suit les instructions de l'agent pour tenter de résoudre le problème.\"\r\n                            },\r\n                            {\r\n                                \"title\": \"Proposition d'une extension de data mobile\",\r\n                                \"client_nps\": 4,\r\n                                \"complete_summary\": \"L'agent propose une extension de data mobile au client pour pallier à la panne internet. Le client accepte.\",\r\n                                \"essential_elements\": [\r\n                                    \"Extension de data mobile\",\r\n                                    \"Solution temporaire\"\r\n                                ],\r\n                                \"comment_on_agent_handling\": \"L'agent offre une solution temporaire au problème du client, ce qui démontre son engagement envers la satisfaction du client. Il fournit des informations claires et précises sur l'extension de data mobile.\",\r\n                                \"comment_on_client_satisfaction\": \"Le client semble satisfait de la solution temporaire proposée par l'agent et accepte.\"\r\n                            }\r\n                        ],\r\n                        \"type\": \"call-sequence\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"f87dcaf2-9c5a-4557-be4c-48876b4adfbe"}],"id":"abe24c7b-4a84-4774-9357-e4e76c091a4a","_postman_id":"abe24c7b-4a84-4774-9357-e4e76c091a4a","description":""}],"id":"9e955480-18f8-4624-87a6-8053218b90c6","description":"<p>The <strong>\"Call Sequencing\"</strong> AI Insight is a cutting-edge feature that offers a detailed breakdown of a call's segments. This model insight analyzes various elements of the call, including actions taken, agent assistance quality, and client satisfaction, and sequences these into an organized, accessible format.</p>\n<h4 id=\"endpoint-features-\">Endpoint Features :</h4>\n<h5 id=\"segment-title-generation\">Segment Title Generation</h5>\n<p>Generates a title for each segment of the call that includes keywords for better readability</p>\n<h5 id=\"detailed-segment-summarization\">Detailed Segment Summarization</h5>\n<p>Provides a comprehensive summary of each segment, detailing the actions and promises made by the agent, interactions with the client, and the progression of the situation</p>\n<h5 id=\"agent-assistance-quality-assessment\">Agent Assistance Quality Assessment</h5>\n<p>Offers a detailed commentary on how well the agent assisted the client and responded to their requests within each segment</p>\n<h5 id=\"essential-elements-identification\">Essential Elements Identification</h5>\n<p>Identifies and lists the essential elements of each segment to quickly grasp the crucial points</p>\n<h5 id=\"client-satisfaction-scoring\">Client Satisfaction Scoring</h5>\n<p>Assigns a numerical value to the customer’s satisfaction level for each segment on a scale from 1 to 5<br />1 : Very unsatisfied<br />2 : Unsatisfied<br />3 : Neutral<br />4 : Satisfied<br />5 : Very satisfied</p>\n<h5 id=\"client-satisfaction-commentary\">Client Satisfaction Commentary</h5>\n<p>Includes observations and detailed comments on the client's satisfaction with the situation and the assistance provided by the agent. It notes if the client seems frustrated, nervous, or upset and correlates this with the agent's actions</p>\n<h4 id=\"output-format-\">Output Format :</h4>\n<p>The output is presented as an array of objects, each detailing a specific segment of the call</p>\n<p><strong>API Task Key</strong> : <code>sequencing</code></p>\n<h4 id=\"generated-ai-insights-\">Generated AI Insights :</h4>\n<p><strong>Path</strong> : <code>ai-insights.call-sequence</code></p>\n<p><strong>Structure</strong> :</p>\n<ul>\n<li><p><code>title</code>: The name of the segment in the format of a short description with key elements</p>\n</li>\n<li><p><code>complete_summary</code>: Exhaustive details of the segment's actions, agent-client interactions, and situation progression</p>\n</li>\n<li><p><code>comment_on_agent_handling</code>: Observations on the quality of assistance provided by the agent</p>\n</li>\n<li><p><code>essential_elements</code>: A list of the most important elements of the segment</p>\n</li>\n<li><p><code>comment_on_client_satisfaction</code>: A commentary on the client's satisfaction with the agent's assistance</p>\n</li>\n<li><p><code>client_nps</code>: A numerical score representing the satisfaction level during the segment, on a scale from 1 to 5</p>\n</li>\n</ul>\n<p><strong>Type</strong> :</p>\n<ul>\n<li>\"call-sequence\"</li>\n</ul>\n<p>Call sequencing segments are in the <strong>object</strong> field of their insight</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"call-sequence\": [\n    {\n      \"id\": \"uuid\",\n      \"type\": \"call-sequence\",\n      \"text\": null,\n      \"object\": [\n        {\n          \"title\": \"string\",\n          \"complete_summary\": \"string\",\n          \"comment_on_agent_handling\": \"string\",\n          \"essential_elements\": [\"element1\", \"element2\", \"...\"],\n          \"comment_on_client_satisfaction\": \"string\",\n          \"client_nps\": int\n        },\n        // ... additional segments\n      ]\n    }\n  ]\n}\n\n</code></pre>\n<img src=\"https://content.pstmn.io/842690cd-2393-42ed-a7ca-1b3af9cb74b2/YVcxaFoyVXVjRzVuLnBuZw==\" alt=\"Call%20sequencing%20result%20example\" width=\"100%\" />","_postman_id":"9e955480-18f8-4624-87a6-8053218b90c6"},{"name":"Summarize a call","item":[{"name":"Summarize a call from previously transcribed audio","item":[{"name":"Summarize a call from previously transcribed audio","id":"2bf10fcc-5bf3-414f-a0a8-ac61dd30e697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"summarization\",\r\n    \"job_id\": \"\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\"\r\n        }\r\n    }\r\n}"},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-summarization\">WebHook callback reception on successful call summarization</h5>\n<p>Summarize a call from previously transcribed audio, and receive a webhook callback (POST request) on successful call summarization, including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call summarization, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"2e9008d4-19f5-44bb-81e8-a67d46cf2a88","name":"Summarize a call from previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"summarization\",\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"fr\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\r\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\r\n}"}],"_postman_id":"2bf10fcc-5bf3-414f-a0a8-ac61dd30e697"},{"name":"Summarize a call from previously transcribed audio (with tags generation)","id":"89b6d671-dfe2-43bf-8ca8-4d7f511d8996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"summarization\",\r\n    \"generate_tags_with_summary\": true,\r\n    \"job_id\": \"\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\"\r\n        }\r\n    }\r\n}"},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-call-summarization-with-tags-generation\">WebHook callback reception on successful call summarization (with tags generation)</h5>\n<p>Summarize a call from previously transcribed audio, and receive a webhook callback (POST request) on successful call summarization (with tags generation), including the resulting transcript and AI insight in the language of your choice.</p>\n<p>To receive a webhook callback on successful call reason extraction, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"5d39a38a-0341-491c-9ea7-06fefb011088","name":"Summarize a call from previously transcribed audio (with tags generation)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_task\": \"summarization\",\r\n    \"generate_tags_with_summary\": true,\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"fr\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\r\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\r\n}"}],"_postman_id":"89b6d671-dfe2-43bf-8ca8-4d7f511d8996"},{"name":"Get call summarization status/result","id":"0e479b28-b621-4545-bb4a-ca993caa5b51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"fd24767c-c0e7-4bac-93a9-82d860607f94","name":"Get call summarization status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02ee5f1f-399b-4bd0-8620-57bb883038d0\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b176f85-3d72-44cd-8c12-c0cf3a89e8c7\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c119eac-86b7-4d76-b653-4e23e3e42f28\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14f9ba2c-28ed-44ad-ba72-235e8b583df5\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a8b5306-4dfc-4886-aac3-eeb688530574\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21098248-bb9e-4307-9250-79b85c74182b\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fdf094e-3191-4e94-86fb-f9bb01d67049\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30a9c278-8cd8-4834-bfe1-aa8e1cce706d\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e4962f5-0e0a-4bbd-b7b1-823df21bbec4\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43a146f7-7e4f-48d2-a900-b52ce90ac25e\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64a7d97d-31a6-4130-8735-c7f407dc9e5e\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7013afbd-10d5-4950-a342-a55a958bfbd9\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73d4478c-4b0d-4a2c-8004-bff38bdc4ce7\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9117ea49-1988-47d9-a0b8-a6c4da1c3711\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b246b2d2-dcb3-4620-9720-9eb6d818d924\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b838fc66-e754-4553-95a3-82bb99d1d3de\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"beeeba31-0fa7-4206-96ac-0812597b808c\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c30b93e1-a15e-4f5f-969b-b821f62727b3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cae150c4-c157-4345-93ac-36f653988132\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dff82907-12f3-4d19-9dcb-a49a579711d5\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecce880e-12b8-4ace-8d87-8fffe5b27a87\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3fd1be5-27f5-4e16-ad9d-ccad41c4ae71\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"022bea64-3744-40f5-9cbe-6e157da4c942\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05ba06c0-dcef-4498-9ff0-221ec9a29823\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"095f170d-05eb-42ea-a2f0-bc46a5981c96\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b6d1ddb-780e-41f2-bd14-921cd6b444f0\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16bd6f51-2873-41df-991e-fa0058047768\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"183c9722-c735-4415-99a2-e527834239f0\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cfd9abe-1116-4d9d-9640-40005555896f\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d8113c6-a810-4ffe-b167-9149be95a2f2\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22894cb6-4e3d-499d-b4ad-3eac66733e00\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24717df5-cf6a-4194-9fea-9d4f2bc9888c\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25940a8c-c366-4025-9290-857ed81dadfa\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26581f86-4425-4e37-8d6c-b13ff043a9f5\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fe7639d-a6ab-477d-aadb-25d9b9f0dde8\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37a79441-a3ce-47a3-8472-474d5b2a4684\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43c44a6b-93b2-4a68-bcf1-e4c71440a319\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a06e0e9-f816-4856-b0b0-e6855bd8df5a\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4be7ba29-21a9-4211-9e99-736a41a03e4e\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5709314c-2c33-4dd7-a699-4aeb3253313b\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5786ff61-90d9-4e23-b7b1-adfd0b139455\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b5722e9-c131-43e6-9483-405844065c40\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60e07435-7784-4e89-8aa5-a7daa2eca075\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6aaeb097-9e9f-496e-bc71-85627fe0bdee\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f0c692b-b4fe-4a51-a93c-152eca5b3d4b\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7928a940-cec6-428e-bd6b-397ad1079020\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81aea388-d5e9-4c71-a689-327a7cdbb02c\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85db4e84-d5d6-475d-b4ef-53ba4126dfd9\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"872507ee-16df-48d2-b9cc-dc05eef0fef1\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"899101a3-9cd1-4479-9ec6-f480142d5383\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a430ea2-5d98-4035-b91a-622f837e9c29\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cfd943c-6b57-47fe-929d-f708e770460c\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f1669b7-b93a-4372-a31e-d47aedb81cf1\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"937b9fe3-7fe7-4dec-aa57-fcc2813e6801\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e70539c-a934-45c5-a7ac-4c01fe0a167c\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a69b0d2e-6dfd-483c-97b9-987b9db8ab17\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa9309c4-d174-496e-b12c-d8b571d8b425\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b70bdc79-e09f-40be-a40b-ae0b6378251f\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b75bfe80-1af6-4201-a573-c47a03cdc6ce\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b82bf5e7-5582-4143-bcae-7db10386d28d\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b999509f-f0ba-46f4-bb7e-7c3993b77746\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb2ad8dc-6970-462c-ac55-f7fee32b7c3b\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdc7d99e-6c8d-46b6-999c-762b769f21d7\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfb5b80c-8a1a-467e-a09b-a45d0556337b\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d04a530e-05b7-4251-8068-f41c0ebbedd9\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d200958c-9607-4437-aeb8-b32318eb031e\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1d48605-7bbd-4760-8621-d10823fa24e4\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e94b8838-db83-464e-ad21-86dc842ed01a\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eac3ce06-3645-4a6b-9932-37cd0f5d013d\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb2d4285-2c3b-4f50-b835-df3a0bf9f849\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0de5d77-f28a-43fb-a448-397b7c9a8d8b\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f49fb37f-8c60-4494-b171-eb9132a673c9\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4e0cf05-7574-45a7-a865-b6ca5843acaf\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f82c6416-d422-47e0-822d-2683152e1c93\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc3cb5e1-bd3d-4808-b50f-ca311c6a2c91\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"055dc84b-2c31-49e3-89d6-e36c144bec15\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0dc8ef29-c37b-44fa-8ec1-3adaada2c9af\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18a85701-067f-440b-ba44-b6942046d0d1\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19f71e6e-7df1-43bd-9a1f-0410db5b9d0e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"220ce5ea-1982-43f8-a34b-2bf1adba130e\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2277ab19-a908-4574-9680-07912ab067d4\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ceb0501-37dd-4035-a5c9-014ad7e38ab5\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2dcf7980-c4bf-4354-a248-dbfdaaf5db99\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e35056f-f21f-4503-91a4-dc5e9d39e2d1\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34ed46c5-5989-4757-bbb3-b7a3f5087f60\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b0a89ec-fd01-4737-8547-18d9fd2b9556\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b89fe31-b6f8-49a1-a5ae-2560076cfdc1\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e38c60c-a591-460f-83f5-5f1b215dd120\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f58e674-eef2-475d-ad47-dcdc763adca9\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41d4114c-eac3-41b2-a4b6-a63d155c9a69\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ed5b707-9a65-4751-b4d4-bc55117e915f\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5224fcf9-701c-465d-8fd5-cb05cd5dcb5f\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5388cd08-9d35-4ffa-be39-b2078caff126\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bf6b4b4-0c0c-463e-b931-2571722a19d4\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"620a3172-61b3-411c-bec9-78c639d2f821\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"662bbe8a-cf78-4f73-b565-871b98321151\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"675a4f4a-3010-4c63-994f-0cd3d2d927ca\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"686fe20d-5000-4751-a983-58d7e0b2e2b4\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"708a3f95-09f9-43c2-bff0-51600c6ae1ad\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72910374-d778-4272-bf24-e06afd567c31\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76891f32-a416-4be0-882c-328855facd30\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a2838b4-6759-4cfc-92db-022e2b47c6b7\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84b84de5-b0cb-4eba-8e5c-ea3112d775d9\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d32df81-56c5-4af9-826b-cfdf86b65b84\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94eb2373-0389-4aaa-b6ff-937533820354\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9acab16b-f5fc-49a0-b99e-17ddfcb6398d\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0255178-de57-4435-b932-ffee942e46f0\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0c5a022-05d1-4821-91bd-198a06124178\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b83c7ab5-1cad-4964-839b-65163ac5e9d1\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b938e4a2-a86d-457a-af80-f48eba085db9\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb281913-fb93-4702-81a2-61b5374f8c4a\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6a8f48b-7c99-424d-ad08-595224337f54\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ced5db19-7a03-414a-9732-971c9a13715e\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db500b52-4583-4f4f-a274-87bdb28bf665\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dee0010a-edb8-463c-a1d7-c018112c983d\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dee293e6-e93d-45d7-b7f6-ed6d5e4760d1\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df587596-6e5c-4ba4-8ff6-c1c65bbd1b79\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1a9bdfe-b92e-4a4a-8383-be2466c019d0\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5391da5-e998-449e-b86f-391706d6e33e\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f793e553-4e4d-4fe0-add4-2e656ad6115e\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0666975c-9a90-48ff-8c5b-9bd4e5fada67\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ba98446-284d-45c2-bb8e-ec7b40744e38\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10f5a50e-b9e8-4c09-a54c-8f9ce93b6e58\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2248f800-2529-4c54-987f-cb1bbc9d8c04\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ebdfe1a-e894-4fa2-999f-bf8f355b124c\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44730c16-74cc-4267-8c90-7ef41a3d3df4\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4941111f-8c2f-4b03-ac31-cd0cec322344\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a4d83b5-244b-4a25-b309-d515549bbb16\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50fca7c3-8630-4eb7-8951-1709672d61e9\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"665c30d8-a385-4d0c-90cf-d5af0946cca2\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ecd41cd-e84a-47ce-956c-085e84af11b4\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7526adac-b016-4e5f-8077-e86b1b30f897\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e4e7acb-9bad-444c-a0b9-2ae3364b0572\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ef70bef-dd91-480e-b243-e84140cd1de4\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84e0cd4f-37ee-41bc-956c-26de042e5a7f\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8753d373-ebd5-4cbc-990e-64d65bcf92d8\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b6205eb-7302-4c87-8b4a-c9ce6a1f5520\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9521f67d-dbcd-4172-9727-ee049c21cd56\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5cab72b-d7a3-485b-a2af-268328da13a4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad3dcce2-3b1d-453a-8809-e895f9c0095e\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aef04611-c475-4ffe-bada-75d4ce47213f\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b23aebef-d334-4e60-9b41-6fcf7c30f31b\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c527ab97-1113-4d9b-ad50-299811f95324\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca60f95c-d34f-40d4-a732-5c5761b6d4d6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed7160c0-d064-4e36-ba72-cf9431915c0d\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd95758f-8a1d-47b3-85fc-ce3b096adfff\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2f088948-36fc-467f-96db-545569a8318d\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02a4923f-1710-4838-8b10-abe5c1d46ff0\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"054032b0-5ccb-4aa7-adee-ea01df49148d\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"06413344-0fa7-48a1-b078-5161f24d2c6a\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08f1d412-e9c5-4269-8016-723ba5c033c9\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"093487e9-800d-4c0e-b655-d9f03d0d95a8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f1be8e8-5095-4903-8f98-277d0b02cbb8\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fb468b7-5269-4969-9c04-616c0b553a31\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18e11043-d18f-45a5-8f3f-debbcb1ff283\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29c34e24-435a-4b4e-b387-ce146a0befdd\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"374d918e-3fa6-4d9b-bd4f-4d6570d4343c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37c4a0da-3d85-4bdd-b15d-8efa93013693\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b2fe64b-71c5-4b11-bba1-682f2dc77aaf\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3de275ab-a664-4cc0-b35e-6e1cd9919ad6\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40eb0994-faff-401a-9c81-3f8b90c310a2\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41b869ea-a7ac-4f1f-a89e-92b7c23bf15a\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46cc51a8-7fe6-403f-b03d-5b30aecbec62\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48368412-4977-4451-9884-b87f4d1d769a\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4de52e5c-c7ea-40b5-82c9-14460b81ab55\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f185cf0-f89a-4b87-8e2f-596938d0d5d6\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5059b0da-ba48-494f-b68a-2a1b5f96bfab\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"524332a3-be94-45b8-b086-ab2a5fbb414a\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5568e63b-b8a2-4ec9-8201-8f1f8e7a5f85\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ba604cf-5f6c-4317-8ade-d80791d5c12e\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6214b407-6334-4335-a529-0bf150e235e5\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6214c03e-a2bd-42c2-adff-f7bb6793f998\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"673ccbff-775c-4d41-a568-552cba0fa202\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71af7e40-29e1-4d4a-8a22-6f72c91fdfb8\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7211f8f9-77a8-4570-8e77-994a871a4438\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a1119da-a8f7-4ebc-bb97-e29498a8b32c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80dd63df-300c-488a-b005-49d133db72fb\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85744018-d49a-4c78-b16c-6b8071e40dbe\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5b5b098-adf2-4df5-bcaf-ddb007388ee7\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad0ad248-91d3-4677-a8a2-1c59f60f6586\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b053dace-6730-499b-9319-1398168ec3ab\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3525c9a-fb1d-40e1-888b-15f622140b31\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b42c84b8-39a3-4e31-a113-b2a03c3f67fd\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b540a31e-6437-465c-a308-a7fac73e443c\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b958d1b7-4058-4af4-8a87-b05aa7e02060\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be0a428a-4429-4509-8f13-01b7e54be3d0\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfc3be95-0ab2-4a90-9df9-7925b62fef17\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9545fee-9730-4191-8ff2-63fbc5e0ffcf\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca25be91-beee-4ff4-874d-c8384023c248\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc738040-7221-48a5-816e-96df69c74a98\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d22cef5f-501d-4c88-8db1-63b077677477\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5a61314-ec01-4c20-9ce4-bf9ab445cfb5\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d73699f2-7d4d-4541-a612-54895c96131f\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9ba52bf-557f-4bb5-bfb5-6468d021fccf\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"deb768f7-f7a2-4b66-9461-c769c4498e45\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2c2dbbc-2c8c-423a-8ac3-05ccd5b96a1b\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e356d393-623e-4461-aeec-d3a113f354ed\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4ade996-1440-4185-a315-fa2b5ab862d5\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e734a8df-20c7-4c9b-be06-8a53a71f3785\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f13a35a0-1531-4af6-82eb-7d0f3c34e2b3\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2015e71-f304-424a-bfed-bce9d7a19fef\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5afbb13-2f2c-4c79-a8b1-5897cae335fd\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"444bca66-8c56-4f66-85fa-691300c536a4\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"06a43a70-ebe4-4f81-87cf-4b2ae057e68b\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fcfe541-7786-4db9-854a-cfbb6bb8c736\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16edb5ab-046b-42e6-b96c-ca2d14c14481\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c663b38-ceb1-4c70-8845-f10940d1c36f\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ca66bd9-b4c1-4d3d-b18a-d667e8eb0221\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d3efdc8-f489-41ea-b07e-ee93ad45d51f\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fe1832b-02fd-4cef-8ea8-cf910751c5c4\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35ff9828-9b0c-4e5e-b0ec-7504163e6001\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"395204b4-538a-4902-80f7-d35789217c41\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"499626a6-2145-4520-baa1-dba63437fdf2\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a7da2c8-91ce-49dc-95d5-666fe6408943\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"542ba736-f0e6-46d5-aef1-5b426e13bea6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a8a2532-9b00-4c7a-8604-8fb9214d5347\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ce99864-6328-4098-91dc-70472742826a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6882f2bc-a898-454f-b302-020c83ee38f4\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80be2669-8a0f-41d6-9b12-01b4e58777ff\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82f210e4-fa48-4ec5-a752-acb377bf1a2a\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"888ee5e0-3974-4557-870b-712f32f48d3d\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8901d921-8d09-4e6b-9d27-585875b3df7f\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a74b581-caa5-4559-aebc-a626c2aebed6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9057b10d-1c66-4c74-b9a2-904568d909b3\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91d9aaa2-a287-4efa-9c25-9d4ae3633119\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98d27343-7d36-4066-b3ec-e5e91fa6434a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a10497e4-7d8a-4e27-8a01-cf00a5259fff\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5844d7f-74b8-461b-8f03-41fee402cb70\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b32777d6-2bec-4068-80e3-93b04b297d33\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf4a4f8b-a955-4455-b79a-c1444a9cfe49\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c00f2ab1-59eb-4f97-9110-fb8a8b10996c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c162e0a5-eece-4735-86c4-438a4b6ca1e2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cec9b191-af6e-4017-9b52-de410a98a172\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d05de11d-7cde-4d57-bd8c-3ebaba1856e4\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d31cb4c5-292e-4200-96ef-73db69219d49\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfd349c8-1cbe-4948-91c6-f486df3b6661\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9e498a8-9aad-4885-9a38-72d7f73204c8\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec6f97cc-adae-4bdd-833d-4a0524677fbc\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f421432d-6a84-4a4d-8820-aed076bbc20a\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f467c108-769e-42c9-8281-3f661355ec91\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"376ffe7d-c150-450c-bc99-e455327af0ca\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75056095-1c2a-4542-822b-f8ad7b888cc8\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a932287c-bc4f-4d5e-a0c9-e8fa00c8062b\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02746d94-ab42-4eb5-ad25-aec8af34ea79\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"027f8c61-1ed5-4730-a9bf-0155f279e96d\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1be0515b-ef80-4e32-bfca-25c4f6ccd7ca\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22c3e305-9ba9-4d5c-bd08-dcdae4f0ab6e\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2511db38-12b6-4c14-b5aa-427da23c8af3\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"257a7f50-451b-4bdc-856d-2d3b1d99a827\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2691a262-36e9-490c-b904-9fc5dfc19426\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a748e14-592d-46f3-aac9-a335fe077c60\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3226ae7d-dd05-4153-a373-f385cf4e3431\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"369af829-2727-41c4-ba99-584699233c70\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38bab9c2-eb57-4e0b-9a1f-1db17cefa1bc\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5daf07cb-c234-469d-a038-b84ced588816\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f1a9aa5-64d4-4f8b-af69-5d0c9754cb22\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73441805-a444-4f5d-bab2-dd3dc662c1e4\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76d8a49a-bfbe-46fa-9e6f-a871ddc4345f\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ea6f7c3-09d1-4a1c-8678-7d47ae2dd226\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82b9525c-28f3-4097-8e8a-f6d93c48f7b6\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87492f8c-695d-4068-9567-6264b530b404\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9e9aa79-dbd0-46c4-bf26-d83155f0ebee\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac570b51-2240-49ad-921b-8ddf3e991bb6\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b08cdcad-e3c7-4ca4-bb7d-87c0972a3467\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b82b3360-1d09-4bb6-a3c1-0abd07385238\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba32f6a1-9882-4191-85ce-0712fcb822ab\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbe04c71-b4f5-42b3-af93-5d8521549811\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc5f152d-b291-4950-b959-68376b5b2d10\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdac1b6b-920f-4a4d-8489-f4efff1d0774\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf5ab8bb-91c8-4c9c-af6b-fe1789f33fe1\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efd75789-5551-4fab-8c14-4d8234c0a1e3\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efdbbbef-2bbd-46d3-97be-65518253a091\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9c871ee-b756-4506-9619-70f6d869bdd0\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdc0bb09-ec80-4254-bc65-f203d048a2a6\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02fe3a1a-73f5-4f1d-b84e-b2457d62dd22\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03324a3c-cdcf-4396-ba5f-3b87b8dbb92e\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"094f66df-3a14-402d-b857-df81ce1553c4\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"113e19ae-0849-4c76-8c1b-b93e76c6c736\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"194da385-7859-4b7f-9b16-d2e75646ef6a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cd22f34-04b5-4fa4-aa40-e164c6b7ca83\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"243629ea-6f4b-4ec5-9859-0cb716f0e0ef\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"286dfa49-c99f-4a6f-b5cb-65b9639fab89\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c1169c3-17f6-4cb3-82ab-a4eef6698193\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d8ca0f5-63ce-4fe5-983e-bc01c6c3e0c3\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3107bac3-bfb5-4e36-87a7-b9829f53b051\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35d48206-dabe-4b62-a474-c9bfc0eeea68\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"435f53de-0ac1-4063-808b-f600f0f53b48\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4805204f-efee-4a6c-a17b-4acc0e9512f5\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4efb0ee1-4383-4b1d-bd27-374aad85ad4f\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75e38bf6-6cbd-4dbb-8318-9aa8e068b92f\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"789eec94-bac7-4934-b028-571b611ccb78\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"795217e2-31b2-4578-91db-be257c61619d\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b55a810-e74c-4962-9b58-a9a1e56e6faa\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86c4841e-bcce-479c-a809-7ef46a81951b\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9374b3d4-bb49-4f95-9e78-8ce7718db3ee\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9dfffad0-8e60-4f1e-adc9-fd3a9162a91a\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb8587eb-3b59-459f-bb7b-73b7763681aa\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c37010a9-3cf8-40c7-b9c1-6b72df03c677\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6282b5d-5bdb-47e5-93dd-130a9a0bfef3\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca261b2f-463d-42f9-84f8-435b58751f08\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dca660ce-aa8a-4f77-87c5-248e7d81d5e0\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd3f527f-7eae-4045-9523-80ec94ef88e0\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea013632-5646-46aa-b328-87430c79cf42\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eba63075-78ee-4173-a475-b86eba2d0396\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec1af159-de91-40e1-83cb-b0c777d063bd\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1affe2d-7438-485e-a1e2-dbb8a569cb02\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f6e48356-15d5-43cd-9682-78bd99bd9f1f\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9bf384f-a772-4861-982d-102c797bfca2\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fee4e67e-d06a-4d75-ad2a-b985c69e79ef\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"016fafe9-0494-415b-9c3a-091f924bf2cb\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09bb7e41-431f-4b76-ad37-69cd5635c6de\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14bb4bfc-aa1e-4fc5-b888-aecdb690c60a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ea43eb9-ce54-4d39-8520-a23f3f65b1ed\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52f1f549-defb-4cb3-9ee7-f149b5b73ed6\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e9ee1f0-e1fb-48aa-a5e0-06df3ac590aa\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78382caf-bafa-498f-b25c-489c86f6c948\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d41f011-fc69-4411-83b0-1574ab23fbd8\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5375b61-f83f-430c-9984-121ccff3a5d5\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0554a7f-8a07-493b-b9a3-064fcb9e3a49\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4bac0ac-8bc3-4406-b251-67bb2472b496\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9d5faca-8969-4f6e-8f7b-ffe4dfc40f52\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc77d8d9-3992-4ab2-a5ef-aa32131d6a72\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3008d56-bdc6-4944-baec-cabc39355504\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d514c35b-6410-4612-820d-c58a9321602e\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbf850d7-2db2-43af-b644-ed12c1c5d0a0\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd2ed9fb-2bb5-4dae-a293-9150e3a3eac1\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"548525c3-7b90-4b91-9736-1353b2317ff3\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c56dd115-5c0b-4900-ad55-66f7a2c90984\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1a9fbba-3f74-469e-bd4d-99c0f32b1cde\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0c3b327d-7129-4069-97f9-e6e7869b3662\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2db430c8-311b-413f-b252-088d1889142d\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            },\r\n                            {\r\n                                \"id\": \"432a8bcd-293f-443f-b804-0726529d88c9\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96151280-bbf3-44a0-b45f-4654d7bcb859\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da05a199-eadb-46ac-9c52-85206cef4a6c\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"aa73d421-3459-4344-a967-34248acb674e\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0e8cc263-666b-4c5a-9e0a-acc729197756\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5235b577-0211-475d-8380-ad171a4f97eb\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60140c97-2514-479b-8ae9-1aab3ba984de\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"673e867e-f550-4c68-a856-5df45c2a2c44\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"909b90ae-dbb5-4ca6-b3c4-986300022f70\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2bd29d5-3d65-4562-b61f-b26aa8179a32\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e30de9ee-cee5-432b-b0f6-10a7f3d82792\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e750640d-ea84-4a65-ac78-050874e80d3a\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"65b5d84e-11f3-4b96-8496-11d8f004a698\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc08c822-a03a-4306-8229-c559b67841ea\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04f2bc57-39ae-41aa-907b-a49671d75a66\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07871574-a2d7-4ac1-930e-dd6e449df2ff\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07978c06-0411-4f86-91ea-ffe1a387a7e4\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f123b57-beb1-4019-a199-345a69f572da\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fa45449-5e4a-45e9-8e7f-06673b964cf7\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23f5c8b4-f29f-48a4-92aa-3ce83688d7e7\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28e27b80-fc4b-4452-a292-00e30c4ec36a\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2afa4034-663e-42ef-8d52-7e46fc36b672\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2da232d6-499b-4758-8b5c-87b56d41ae9c\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"375d25e9-8a9b-4202-ae4a-c3f7297cd1ad\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d1a4bcb-b519-407e-b8fc-22bceead474b\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e3360ae-7276-49fe-857f-4b8735ec212b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4014000e-07da-482e-b3a7-5f81feeae106\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a07915e-9d1b-4235-9df8-28666c95ddee\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d172878-efb0-4f26-90c3-caa1dc852ab6\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"534cf844-c5b9-4df8-b136-2cdae6ad6b4a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54ccec5d-20e0-4915-882d-819aab4c11c4\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5605477a-45fc-4631-b377-eda0b8ed18a9\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"581379ca-2953-4083-afd2-d393d6e361af\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6287c3ed-21f4-4ead-9c01-b1292a63009e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63e4e83e-7bbd-4a14-9dbf-f7503eb5cbc7\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6516c28b-2216-47da-be88-9e779cace8f3\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ce1dd64-96fc-4e59-84e6-c08b47133b2a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72934324-a6a5-4916-93d9-9ee9daf2d05a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78da539d-cb4f-4789-ad5b-a344ce452ebe\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80c94c3f-d8e8-4a03-8be4-c2de02b901c1\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"892da06c-f178-4c55-b848-bcdd72fa4402\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b51fd60-2a08-4883-9a8f-fdd0fe4fc217\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d373f6b-e136-4b63-ba08-c2f30672beeb\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"983aa775-4e0d-48f3-ad3d-460acc2c03ac\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99aa3a40-07c9-41b3-ac1c-9efebc4b96bf\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a679b7a-1d89-42ea-8d2e-1cba3c995bb7\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b5e83a0-db80-4cdf-a5e1-e173630e152f\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f0441bb-35f2-40a5-a039-05905ecd9f56\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f5e3c28-e289-4ab9-9830-f078a30e12b8\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a25a9673-a985-4358-9924-148b83e0fe77\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a741b2e4-f40e-4aa5-a19c-2c7b355a95d1\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad1fa5d4-db95-4838-b1d8-1478c61b7311\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7b34c48-f48c-41ea-91a8-b101e82b793a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9a3922e-13fc-4183-a7ff-806a7450c151\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4f17374-6248-4704-977b-d6cd2e0bfe4e\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd27a1cf-d490-4f95-a4cc-66403b56aef9\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d28e7151-22e5-49c0-81c8-5722c5167784\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de8c3060-5060-481a-b4f1-8b0e3389a421\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e144d423-feb2-4666-a6a6-5a52c097aea5\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e24852b0-671d-40b8-b904-ac2b451146ee\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e76605cb-971e-4844-aed0-569558247e4b\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed9b24bc-8138-40e9-9d1f-47a5783ce3d7\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f78f8d3f-d6ce-4599-8bd8-bcdf8c81b0ec\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc569905-f99b-4d8c-ae1e-e7a28efde98d\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fce6b154-b5c2-4cfd-afb0-bca2020c5fc4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ffc941fa-f2f7-4e9c-926b-ac61bd018e45\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"09974f00-43e9-48fa-92cb-f278bd134911\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"269e1967-51cd-4ea8-99ab-bec85b70a186\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30554306-6b52-4dae-9d00-16dcc8b59fd3\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34d92ff6-215f-454c-bbcf-5c83be6120fa\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b20d616-25f6-4a92-892f-aef61813e24e\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49d9679f-5704-4360-98f2-50acab58a4bc\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5393178f-1bd2-4449-b8ec-35264d17e8b8\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"549dc2b5-e5cf-498c-8455-4fa301968247\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a937aaf-95a9-495f-b724-e3f39f126a23\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"919d55f1-1e82-4a21-959a-65ef27d1b265\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e09d4dc-5208-42eb-91e4-170c710eca43\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7966c11-c81a-41c4-9189-454666863023\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b59a787e-8c7d-4c10-8984-c64108277032\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9e6001e-b07b-4e10-b45e-bb91b5fa8b6a\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef110ae2-13c8-479a-858b-2e381de3109b\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f21f0696-8969-4839-9bd0-3a6566d68920\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8ef81dc-452f-467e-a510-503a55ae04b5\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"step-by-step-summary\": [\r\n                    {\r\n                        \"id\": \"550b4382-2cb4-4bd1-8a6a-079a147d4c30\",\r\n                        \"text\": \"L'appel débute par la présentation du client, Alain Dupont, qui exprime un problème avec sa box internet. Il est client chez Diabolo Telecom et utilise actuellement sa 4G pour se connecter. Le client mentionne que cela s'est produit trois fois ce mois-ci.\\\\n-L'agent, André, tente d'identifier le problème en demandant des informations supplémentaires sur la box internet et le numéro de compte du client. Il met l'appel en attente pour vérifier l'état de la connexion via leur système.\\\\n-Après avoir constaté un problème technique, André crée un ticket pour alerter les équipes techniques. Il demande au client de redémarrer une nouvelle fois sa box et lui fournit un numéro de suivi pour son dossier. Enfin, il propose à Alain Dupont une extension de data mobile en attendant que la panne soit résolue.\",\r\n                        \"object\": [\r\n                            \"L'appel débute par la présentation du client, Alain Dupont, qui exprime un problème avec sa box internet. Il est client chez Diabolo Telecom et utilise actuellement sa 4G pour se connecter. Le client mentionne que cela s'est produit trois fois ce mois-ci.\",\r\n                            \"L'agent, André, tente d'identifier le problème en demandant des informations supplémentaires sur la box internet et le numéro de compte du client. Il met l'appel en attente pour vérifier l'état de la connexion via leur système.\",\r\n                            \"Après avoir constaté un problème technique, André crée un ticket pour alerter les équipes techniques. Il demande au client de redémarrer une nouvelle fois sa box et lui fournit un numéro de suivi pour son dossier. Enfin, il propose à Alain Dupont une extension de data mobile en attendant que la panne soit résolue.\"\r\n                        ],\r\n                        \"type\": \"step-by-step-summary\"\r\n                    }\r\n                ],\r\n                \"summary\": [\r\n                    {\r\n                        \"id\": \"d79b9170-2c04-41ff-b6f5-17de1e9f47f8\",\r\n                        \"text\": \"L'appel débute par l'identification du client et la description du problème qu'il rencontre avec sa box internet. L'agent, André, demande des informations supplémentaires sur le compte du client et met l'appel en attente pour vérifier l'état de la connexion via leur système. Après avoir identifié un problème technique, il crée un ticket et propose une extension de data mobile au client.\",\r\n                        \"object\": null,\r\n                        \"type\": \"summary\"\r\n                    }\r\n                ],\r\n                \"title\": [\r\n                    {\r\n                        \"id\": \"f3d93639-0841-4c1e-a122-05ea45d69fad\",\r\n                        \"text\": \"Client Diabolo Telecom signalant des problèmes récurrents avec sa box internet\",\r\n                        \"object\": null,\r\n                        \"type\": \"title\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"1d9d2211-03c0-4f71-8b34-bce101e77c3c","name":"Get call summarization status/result (with tags generation)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03348b32-9863-467a-9ee0-d5ea050dcfcf\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a863e13-72ef-4221-bd02-db5ba0ca9bd1\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c557764-6665-4747-8ac4-a7741272941f\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fe99dd3-bce0-42da-9f87-f7be3e1b3a5f\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10b313f0-67a7-441e-904d-6ae25056d6cb\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1327c0b2-5d4a-4e18-88cb-2b9a026c03ab\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14ac2959-2a17-4b08-8a24-7801a6a19360\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b8c2343-ebf0-4da2-9f73-a3e4f7d6f77c\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ebf173d-7447-404b-8bc1-b09ade442245\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2199aaf8-4e79-4369-b699-caf23b8bfe89\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a3422c8-dc81-424a-a40a-0d7865042731\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"303d1fe3-0cdc-4470-866a-a60a8e1cb7fc\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"330f26a2-da19-4c17-b9e8-d35d08aec71f\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37327bd3-3109-4727-bedc-9bca6d1dff93\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b6cb5ac-cdc0-4b96-a138-fa4392dbf578\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f4d3b2b-b988-4a8c-a6d3-70e49e644d47\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48f8b5fa-d4ff-47c9-97bc-981fd35bd601\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d166669-3a53-4f01-8229-8a5fb5520297\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"537b4f8d-06e2-4c32-b81b-dd64eefe21a0\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"555d655a-fac3-43e4-8116-a6ced81e3277\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56f936bd-73d0-46b4-8db8-55e75bd6bdeb\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59fd0f7a-7d4b-4e90-8166-82b05744070e\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a614cc6-e55b-4bdc-b5c0-0aa6fad4bddb\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5adfd61d-3924-42b6-ab94-b75af5680165\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bf401c9-1f64-497f-ac36-dde34ab84879\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c0d70b4-e1c5-40d0-9224-39f3082208d7\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65331ba1-d377-40b2-a0bc-1502c995a5f6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"659246f4-bbb9-4fc3-9dde-23a51b312c18\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b878726-a07a-41f2-aa63-b9671cefa78d\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73cf2439-59a0-4f7b-924a-8457b3d38817\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7df5ac4a-9729-48f5-8b33-ae0499f4c2d3\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8edb0b79-0cd9-4aee-a65a-17a5cad8e117\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"962ac129-43a7-4b5e-9414-69aa305a63fb\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97ab2711-11c6-4899-8564-3d5ee4d9ae61\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e71e026-8120-4edc-969d-5ec3094dd7d8\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4801d67-f3f8-454b-b473-7144c03297f0\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8dfcd23-ab31-4c2b-998b-d56ac0880c1d\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9c29a77-ee7f-4759-90b4-d578b63d936d\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aab9783a-de59-47de-9ec2-6f45bc9b0e00\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af0f4d53-8775-4835-ae6b-969c8c165f99\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0a6a1a0-f0dc-42ee-b7f1-89197a61efb8\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3fe48bd-5ac7-4cf5-ad10-1a548a048f88\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf24eb1a-8ec8-4a79-abd1-62454861d39b\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0b4e679-65bc-4baa-9b75-5cc9cd1b2693\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3b7a93a-0cf7-4a89-b346-c19df1509445\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d78affe9-7a68-454c-a6cd-0196d5793b52\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d90c427f-e0a3-4947-afae-bc9b2fb3aeb9\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dca3306f-983b-4b69-82db-0cde91366be0\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3212f46-75a4-47bb-90f4-ed9feb64127c\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3ba1169-dcd8-4983-903e-df1082f388ad\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9526394-8713-4087-b4cd-42e9c0aafe49\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb4c7d80-bf8b-4808-a1e8-f1cf12935e0a\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc639d68-c57e-4f94-9bd7-8df283edbe88\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe6300d8-fdc9-42bb-abce-8397529f4fc0\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff775fd5-f691-43c0-a270-8d7b7c6b7560\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"e020c1e6-134f-47ea-b3de-55498e7c27f5\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e31ff120-9034-4c02-9594-05ba523852a1\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e894f22d-4e58-4747-b275-a766ef3ea01b\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0b95bef7-4c24-4d2e-a665-926716849e96\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ff62436-cfac-48a1-8ac4-fee28ada3982\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12aa9dd3-6b2a-4773-9b61-15a0eb4cfb82\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2aeb8a50-46a3-41d6-8480-3b2acd2cef24\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ea544e4-aba1-4a3b-a520-39995f6d9bbd\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3054dac2-f1ed-40ff-b27d-3d7c38958266\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"33c93a2f-19b4-4ada-bee8-2ca90d254612\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"349dfa35-eb32-4d35-96b0-b5e2e5efe3a6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36323c74-1d77-44b4-a99e-a80fca4d9aa9\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a7e62df-39bd-487f-bae4-0347b7fe87d7\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43e98564-8882-4b80-9ee7-7e53bdb506e1\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4994448a-d9cf-493a-b675-f90ce5daf1ce\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d2f1194-9284-41ba-87b0-20bfbf63a128\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c007dad-06d5-4a82-ae9f-9cb373ffcc1c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f87f264-286d-4d18-b027-a41ba837ab90\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64eac9d6-89fd-4636-891a-13539431646d\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65392df7-33cb-4d53-a72e-f67d6f793b62\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9025c7be-d41d-4b8f-9c05-0c38fa5425e2\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93888c81-6e34-4218-8938-6e170f2af68c\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a3370a6-c60f-46d7-9e4a-94fd7d1698cf\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a912595-6f06-4e66-b46b-e2020c80d1c6\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d7013b2-1fc0-494b-89ac-7e3e539e9657\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2552a38-c18e-42a5-933f-6c2217151b03\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4a05f53-be9e-4c41-8c50-76adfef9ebe4\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4acc03a-fdd0-4bd5-b8f9-774082652f1c\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5175d10-43a6-4e82-9d89-6c9c2b9d1cf0\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7349f95-c223-44a1-88f2-e04281b16789\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8a5eeff-2d4a-4350-a17b-262129778be5\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b41740ed-7fa9-4594-b403-f6a298f01487\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfcd002d-fe28-4f80-a23f-7ddabe9b8166\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbbf145a-edd3-4785-8239-f3bf295de1ee\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0107f1d-a9d2-454a-9ad4-edd33cd932a8\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea571347-6fb0-4540-ab2d-a4a896a17c38\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eac76b52-c4fe-481a-99e7-c5c461d01512\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed98ac90-63ef-4d95-8681-5a994452585b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f77cd73b-0223-46f5-999c-0b45efff9530\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb1170b0-8eb7-4585-9db6-3faaec73dc41\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"030c209d-4fe3-4350-b634-3b6e99fac843\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"031815e1-7843-4591-bd21-47709250d98e\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d16a65e-52f5-4e9a-a687-9f8176f854ba\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d929d97-cd91-41f0-a032-94ab96c85100\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29fe3ef2-7048-4b13-b9f7-16c148de8e1f\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3437f02a-2bac-4764-8606-12d4e733aa7d\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34b7e3bf-089f-4b7a-a719-f87425fe12d5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37b036b9-29eb-4842-a5df-e6c6a34073da\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45fb1c0b-d4ee-4bfe-bcf3-827674750dd1\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52275f7d-5fb8-4919-ae20-e933c35880da\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"574a6eff-2042-4bdc-855d-271b160435e0\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6192fa78-1385-4eaa-8e04-7260fe7d1bbb\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"639f1594-72ba-4a78-a3a9-ae23ea499705\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68f3f1bf-f852-4b4d-aa4d-42d70db8a300\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"737ae53c-4316-48ce-b62e-47966f8daa33\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e62f4e1-b268-461d-8e75-df3c297642fb\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cc327b1-8c32-477c-b6de-50213c4af769\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a634a6a9-d9fe-47c9-9570-0da90a02aded\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4d4b59e-c804-4dd1-bb51-94e4dde1ecd5\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccab672c-b62f-4e02-90ad-218974e28be5\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d54c4861-3f49-4953-bc87-514c7eefeb5b\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfbd1dc6-f32a-4ef0-8969-f0812b7688af\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e071c13c-fc69-431a-b354-3c7eca890757\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f080d4d5-64b3-47fa-ab54-ac06470f876e\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f52667b4-22f0-4ffa-b273-3804efd6385a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe9ec615-a276-4b97-a9ef-160604d398fa\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0efba70a-a365-4ab0-81bd-4d3fe918ad48\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4fb8d4a-991c-460d-8b62-41ef8a9060e4\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b39db8ec-ebce-49e0-93d1-119d0b34e4e8\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edda22b2-46e2-4255-affb-21a030d40635\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe64bf5c-8335-45c7-887e-18eddb8335b7\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0585269a-8d44-4bf6-9599-185d06e50549\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"079670e5-d638-4afc-8c30-96639ceaeac1\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12f2d951-8fef-46a4-be99-b7288c38e72b\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"280b8241-e62d-4147-8199-1cbabf1c3e36\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a72a109-ad67-46be-ba8f-19de8b31b469\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c7acc4e-e49e-48d0-b339-11d67c25b0d2\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d7c254f-4f86-495f-818a-10399d37996c\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6706314c-ed4e-4558-a641-7811c72b0160\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ac2c0f7-a6e8-451c-8f6e-21121a99ffc1\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75bd3c93-b345-4136-8209-c3922d95eb44\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c79c258-c392-4ba5-9363-1be834ddc14a\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86d244f8-72c5-460a-b392-7be8e43a2c40\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c49c2e5-f956-4805-99bd-859a9a907f8a\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3d981a2-927d-4d82-b4b0-396260b29699\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b78a3fcb-47f3-48a7-b305-956f841e383d\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3891d23-67fe-48cb-b401-7c87dfe4fd49\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8ce7a73-44f7-4074-9fba-64bc797975bd\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03d5acf6-f10d-4bb5-bb07-4fa0282f5a0f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1eb98d83-8280-40e4-9184-de96c1fde8da\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20916085-5bb6-49f8-b084-038ca3ce6bdf\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bcd5957-7aea-4a7f-a0f6-46c0a221c448\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39ad405a-9b65-4019-9d20-b883d7ba1c0b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b03ff21-3c0c-4e4d-a13f-95e4de3df7a6\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5dafc9a7-a4e1-4c0b-a650-2748e3e67b60\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"619a90a2-10b2-4739-bb4d-5a5119b8314a\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64866064-6f0d-4cfa-8eed-1d564a0f1602\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"772a037a-58ff-4c2c-833d-08d0b061d0fa\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f3c504b-e918-4521-a549-04a10c58212b\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b14394e-e4e1-4f17-9082-7b03a96ca5b4\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c69e48b-0924-4736-878d-9ee29754a317\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cc03e46-4723-4013-b204-e69fa415fde8\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90e27fa1-b55a-4509-940f-e85a7cbd4cd3\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"940ffb66-0b27-48bc-85f1-ebf61166006a\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9bdee195-0e53-4060-afbe-76bea165bb66\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c54e6da-183e-4432-853a-247c76aff905\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d21ee61-217a-4c61-b24b-38e0725d01da\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f2e3f5d-0d67-42f2-abaa-4fd13a1525a6\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9dde61f-e115-4768-bc95-57351fd30f04\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa21d678-da25-49a5-a8f0-eb754d417073\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b37a1dd2-9402-47dc-9ee6-2fb33cee9b6f\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c331e4c1-1ef9-4242-98f7-c880f5ee7bc5\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cff6ca6c-ec24-4029-a120-03eac87439ac\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2ee5e01-5395-4e1e-b977-bdd5809474e3\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d867fc23-c8db-47c5-9773-95b2e0762312\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3a573a8-6ed4-45c8-a75a-4714dcb3a2f8\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8f080b2-01e5-48ab-9e9c-9bf9047bec90\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fbeaf94f-df01-4499-9158-233233b1d91d\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff4cb359-52c5-4315-b3e7-865919b7e0d2\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"9e12eec9-504b-4bf7-9502-e09ae0efabd0\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6839b87-2c85-43ce-971f-6d692fb2d40e\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0cff9686-a2fa-45a6-aa4d-e53b43251284\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1174f62a-c3b6-470b-944e-d4837fc89018\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e04c290-c151-4e52-ba26-b0d2c1c4090b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1fa095a5-25e8-4e85-936d-1759f85840eb\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2015eb33-70cb-48d1-80e3-27a49ae7d54d\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23cff5f7-a370-4c36-984b-25c73509f913\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25ffe6c6-e785-4e66-a1c2-616b48799949\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b021223-2131-4c08-827f-cbc4994e3346\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bbafe59-7c20-45f3-87e2-bba1b24dd862\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2dda9f39-7a61-490e-aba7-d81e76149b37\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3141c945-82bd-4941-85c6-69c6b06e3170\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dd65500-f07e-423b-9da4-0784a51366dd\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a751734-2a40-4b02-ae01-7b194d59af38\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60aaa16a-b200-4541-ae50-022672fd9e55\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6be8adad-9570-454e-9b4d-740b7794da5f\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"721baa48-749c-42ff-a7b2-47533f97e074\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90be5d4e-5791-45ca-92ee-cde6fd3b00f9\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90f6749a-a7e3-42dc-a27a-6876fdd38bd6\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92a10084-4b6d-47ff-bdb4-645dbf93f2a6\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94705f20-f1b7-4f92-a202-4edbadf2bcc0\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"961785f4-029d-41a8-aafe-810b33d33034\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96249189-411c-4a68-a516-6bc04761a13d\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0729776-3126-4825-a19f-56fac53ed859\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5300c3f-d3ce-450e-8afe-e344f0dd175c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"adc86b5b-8eae-4cfd-a9f6-614c7aab3d8e\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"afe25cde-bace-45c6-b0e1-5f765ccec843\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5c3c172-c406-4234-adaa-81004910a3ab\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d078ccbc-f7e6-46ed-93ab-c143729dce74\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d31b068e-6fb8-45cf-8cb7-127ac26d8e7e\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ddc736e6-c894-4032-a1a8-b86695015c2e\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6b91539-4b19-41b6-a1f3-4a6f46c6cacb\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef637bca-1ea5-4a38-aea2-363ff9933469\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f95c56b1-3406-4e87-a92a-f5342212bb2b\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa0bcae1-e243-4428-b10e-b2c17e2a6144\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdf2ef6a-c8d1-4198-9673-82b6a9165860\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1707c40d-c013-45e9-b5ab-31ef10e4ea7d\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"179f95a6-420e-4ebc-abe5-ec4dfa243c40\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1854493f-77bf-41c6-8c4e-939ee320559d\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19576cfd-90b4-45e3-ac8e-c5fd1f4f2ce1\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19a2bc3b-1384-44c8-97bc-e563c1b3816b\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21618d74-8f6a-4ba5-b0e1-86560f4e5a4b\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b15ca9b-3e71-4aaa-8725-184800a30fe0\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b3c2bf4-66d9-4148-862e-8569ac61da85\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c080a08-c601-4d3a-9142-76a0b9ce169d\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3255af58-45b4-4e74-a9eb-ec9f16679e22\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3369e872-c5e5-45bf-8a5c-6ef169ef080e\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3557806e-59a1-4891-85cb-478c84261edf\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36ec33f6-328a-44de-bd6a-69c832bf9a4e\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38030fea-8e5a-4efc-a536-9760cecbd762\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ab60254-6274-4457-ae7e-b69dbfeec3f4\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3be440ed-a352-4a3c-a8f1-67f584c13683\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42c7b0ad-ae10-4934-9a9c-b67d2db3ddac\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45c2f664-3dc6-442d-ac5c-5f537d39dc6e\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ae52ee5-0ce1-4c90-832c-40742af53c15\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52c1b52a-e144-4115-84c3-840d7d8c89ce\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56033e15-b5cd-4f58-a51e-f57aba1cfb5d\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c5d14d4-8fac-4b25-97a0-c8428a75618d\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5df2dd9e-6693-4a5c-a6e6-71ee4227ceb3\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"654c890f-6a82-4ded-b119-681fbc984fdc\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a0853e7-fc0c-433a-95d7-bb9c10e1fe84\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ce00169-e455-48dc-9a13-f4bffe0b1033\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72037832-5bce-457c-b500-304b117c1dae\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7af1c4cf-2462-4bee-b3e4-e889d7e3a0ac\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86686f8a-961a-42fd-acf5-9ebe3dcf477e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8dcde5aa-a32c-4d1c-b0b2-5d8c39c11797\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4f749c9-823b-4fe0-9821-345ce72f8bbc\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae61a926-a19b-4228-b072-e09d39d6c220\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2eccb15-0aef-43ba-9bc6-c17ad0caee5f\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b33523c3-de49-4fc1-95e6-ad7a8e2f8e7c\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc9768f7-8f7a-4415-9dbd-a3bdcc126316\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd1ee5af-af91-493b-a349-42ab9fb158ec\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cef85ed3-648b-49cb-b8bd-31a6fb1b2024\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2f24e42-52fa-4df8-a39e-110e1241541b\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4403f92-cfa0-48f8-ba7e-067514bef8b3\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7b24842-7c52-4cdb-8adb-3d432b9e22d7\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db2c3b5f-2468-4986-82a8-5b2394ec4da4\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db97f0dc-e71c-4e23-8c5e-d403c954501b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfc5863b-1871-4c90-b77a-49028880c4cd\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e001b742-6d7e-4dcb-9840-d5b29f5f2692\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e18846a8-21df-4f6e-a190-13de75af6e90\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2828b9c-a02f-48e2-822d-2e4c612a58ec\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e813756b-1633-4544-a9f1-3c97b9b1c560\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb1378a8-a6f5-4f76-9f77-b9df2cd255b4\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee145b6a-9649-4d31-af37-3204aa100cc3\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee4d24c6-c78c-42bc-b353-e8cb8ce0bf4b\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4e72782-c26c-4007-bd4c-a554c2422e49\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8e8dbe3-5699-49fd-a76a-3d8d63dfde06\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff9ab0c8-685b-4b82-9943-d494d5b1145c\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1331ce78-b0ac-45ab-81db-8df901d7fcd7\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"149b180f-ed80-410b-a1aa-95daf565bb6c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21fbc3b6-9de9-4ad9-9c33-53226a7c1596\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5718d49c-144f-4a4b-8455-d0cd3b9512de\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5fb7a568-b62a-4420-958f-20783cc41b0f\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"947d789d-d2aa-448a-a7c2-eec951be756e\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af9bae08-45b9-4bde-ac37-ac7be00c08d9\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea7da150-9188-4559-bbc7-3f4f0b9dc19c\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01707b61-57c6-44a3-ab1d-72b88aee4296\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03112de4-0abc-4b6d-a418-bc548f07624f\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03870372-024e-4299-b0fc-1de5c57cac04\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"049296fd-2918-438b-b7c0-cef056873b6f\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05904308-64a9-4b34-bbc5-70a19c65a1ad\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08e30b89-7ff2-4a4e-97b4-acc70191ad2d\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c42ac98-c3af-47c1-916c-76edf84f21c2\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"156eb7e5-05af-4bf5-8dad-1ba58a38b507\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"175c29f2-3296-4bc0-9f38-421a4f7e5ee0\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2028679d-4d16-4b84-af46-1cc31c423967\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36c05837-e610-416a-be35-c80ed88a38ce\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"382d3299-b48b-4f9f-8fc1-11db3bd3021a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f01894e-c429-4401-86df-188bf276a5b4\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42a5bb70-6f73-4d30-9ab3-15b1bfb3b78c\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"586ee7ef-259b-4aec-9e18-76e45640a8c3\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b132c44-7e66-45b7-b00b-98c74745b66d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64280c8b-65bf-4cb3-8281-107d903718e5\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64d5e81e-c87d-422e-92c7-07d3ccf7381d\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69f4d7ef-9b0f-4170-b574-a23e516a684c\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"750b0da2-4625-4059-bd61-3a4d58cf90a8\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"774bda91-fc27-4dae-833b-f4c77d5ce032\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84209152-844f-4685-98fd-fc2db6f55454\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"885efa12-f407-462b-9482-5511b47b9d2a\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88b970c0-f589-4c19-8a78-95cabc1d798c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e67b3b1-109a-4bdc-8cbf-cf861f0e2a50\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e6dbfca-c7fe-4200-b234-61a18c3445f3\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af0c7ef6-518f-4594-8620-53f0e21f7155\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0bc8975-50ef-492b-a97c-01b4632b1170\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8f57aaf-8843-4bb5-91b1-93778ce16b83\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccdb89b5-cc24-4da2-9648-d83621156572\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd232ef3-7f24-4ed0-9d65-7f3594598715\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2bfedd2-ba3f-47c5-97dc-56a64bfca643\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3026953-cf8f-43b0-9103-d24764b03052\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6b180c4-bf94-4be9-876e-2aa559e1dad3\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da1f4ad3-8ab8-463e-9dd3-6020f2434353\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db145a85-f275-4429-855b-c308925c2272\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ddf54b5d-8e7d-43f2-a71f-0be70f0ff44c\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dffd59a3-52e2-4a23-bba5-72058bafbcfb\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e43b899c-644b-4b6a-8290-d305d1790839\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e76e9a2e-8365-4a68-8597-e2cb157cb773\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef92556d-e3fc-45d3-8cfa-55f0362442d1\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4450449-9875-492a-ac49-6f8b0a3118ee\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f49b0c53-41b9-4d35-a458-9213e9d5400a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fcd11ef0-fc10-45f4-8194-be07b638e7d0\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe212b46-515d-4c1d-9562-6bfec5e041ec\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"a29d242d-a4ee-41af-a946-06dfdd73a95c\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0401205-5f54-46ef-81b4-207fe46f3a61\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e894a05c-8ef0-4ce0-87ff-fe5cde7c24da\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"d1232784-c095-4d05-bce5-849242d31cea\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0f2c8e82-0d38-4e60-82b1-d2e22fdc4c7a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"100eb726-6f51-4788-afe6-6537494b1818\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21c9a79f-8811-47d5-8f19-db5e69a86dec\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f749798-7a82-435e-ab98-a166891ddd52\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5585c49d-6234-4fab-b56a-23c3652f7f5e\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68200f1e-4bf9-49fb-886a-f5c8d6e2cc15\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b312a11-b6e9-4ecb-9b6c-a91caeb92d73\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82f46681-bddb-43c2-81d4-848063a48911\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91d2e627-7bf2-458b-a631-0817dff318f9\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94daed7a-747f-41bc-8364-680c70b94a88\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96106463-6f5c-4e06-9f72-571ab334d4bf\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaf5ec05-73cc-47b0-a934-37f369de3211\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aafb695e-aaa9-4c71-b197-d2cb05ac6213\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b743dd23-b4e6-4cc6-98c8-6940a55089a6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e32825cf-f012-43f6-b0f3-338769a4b63b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3c7c9f8-36da-4c1f-bab5-9f9e32caf0f4\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f62dea9d-2758-4cc5-8a25-e0bb68da255e\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0d61bf5c-e6f7-4730-993f-0c33596a660e\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e9c7443-c479-4110-a6b4-af81fe4b8659\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"111d4eef-d17c-4432-82f7-9cebe426829c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11af38cd-cf66-4b80-ad8b-b05f0feb1c40\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2034b998-d9db-4e65-91c4-80171027ad13\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23ded827-7d35-4566-864f-c648c818d22d\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28d05d50-a233-407d-9c27-21146d18006f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c45553c-60e4-459a-8bc1-4254409d4624\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ec185f8-6272-4ca8-838e-ee0947914895\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3081b55a-8258-492e-8c52-f2fc42aa7d88\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41266476-1e88-4dca-a97f-b49a338cc166\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41e48af8-64ba-43dd-abc6-f778356a4c6e\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"47b92c58-2b9f-41ad-85e8-d9bd1eb0f666\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"537e7f3d-94ee-4ef0-bd00-46254d688bbe\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"598f3af9-d4bf-4069-b2f1-8646f5fcdb54\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c8f381f-0309-49e8-a817-1f9aca92acae\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e6f8b6c-4458-48f5-baae-85cb40b1cd17\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64d21499-db27-42b8-9e13-30b697501f9d\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6bf8ff46-5cc6-47bf-9588-7ca8e35e275c\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dffb11d-6b9f-4c68-b6de-4e0c22773099\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73de14f0-f285-4a28-80b8-75d5f8576c3a\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7406d4f7-150e-4d26-9aa7-5feccc1ebacf\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"780b3acd-1b34-475b-9c8f-110509d8bd0a\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78eb7b20-a3a0-496a-be0b-5f570be9fded\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b94789d-8bf2-4c57-9638-2c3fa3a432c7\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d6025d6-807b-41e3-8fa3-0aaf23b915a9\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f615e40-0401-4791-805e-b02cbf3e52db\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"838459a6-f6ce-450e-8428-6c1ef8466cf4\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"861a7ef8-4bcc-4786-a134-149f534e196c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"874d1e46-1205-46cc-9394-6a14da046aba\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90299ce4-e7bf-453f-97ce-0c40230c47b6\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92a0a5fc-de2e-42d5-8d0f-f1f067960360\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"960e041d-7186-434d-96c6-b1feac9a28a3\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a633e88-2e12-4bdc-9bc2-3a7cd8fa7ea3\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4463b15-27ef-4b8f-b51f-a42db79b0577\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a81b1aab-9d57-4c84-adba-94faf8e89ecb\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8759726-5eaa-4ea7-8faf-4d3e991c1e09\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd39503c-113f-4058-a557-4814c2e5feb3\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c27768eb-eece-4281-ac43-be2e5a046a0c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbe55712-47d5-42d3-b7cb-ba6f939596c5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf49e26d-4c36-48cf-ab5e-bf0ca65cb772\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf8c931e-5fab-410c-aa73-1261642408e5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d693af65-6762-4726-92d3-da72a5bfad7f\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de9edd16-636c-4f7a-8ce7-76c4a702d6f7\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dea9d16c-87cc-4ab3-b4e5-c59afa0c7278\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea3ae986-a0eb-4c9d-950e-575bfc33cfb7\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb698e22-f144-475c-9bcc-882ab2fe489b\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edd22e19-c87d-457e-b61d-cd5e59013ab8\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f19a6cbb-c360-4cdd-be23-7325f7ca2efe\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f86c461f-68da-48fe-b8e5-8dda64c531f3\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f991cfe3-1a31-46e6-a4aa-c57a198c32e5\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd4c0614-6a8f-4d0a-8415-0252bc9f28d3\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0b212d30-7397-4a80-9e0b-35b7bbafe3ce\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11c70bc0-2927-43bf-b181-03c19d78881a\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11ece938-a21d-47e4-be96-646e821f5dfa\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"155fa75e-9f3e-4685-be74-7fb89daac57f\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d832cc5-048d-4577-a4ca-b0d341ea9464\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fcd1dbf-c526-4be8-997b-aaec95ae410e\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d7afe50-9ff9-46ec-91a3-2c210c5b3a42\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4da91573-30b8-453a-9599-d502950c6d63\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"504ea658-2076-4163-8474-9d4775c08559\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"647b39a8-0a04-4033-abba-4b5d1b1672cf\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7566dec8-3ca8-465b-a511-021ba1d2aef9\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"762d6f35-f834-4bcb-a4e6-dc90a3589407\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88153664-2093-4d92-ba46-06007d2bc9ce\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a6ce182-0752-43d8-acdf-8b64ef9bca29\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fd237f1-1911-43a2-8c21-17ef017f2bbc\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5c4b142-75d1-4d64-ad54-26c76f21d527\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5ea2b03-64f5-4c0d-9099-e3ea45f653ae\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c007804b-ada6-40c8-a682-41137a70c6dd\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca11e6c3-5f77-40ae-a304-17abdd456d66\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4ebff45-28d9-4699-a859-a11017b5027f\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee0cf641-5691-4a52-920e-262ce3d62109\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee5652dd-bf7d-4f77-b713-40cf2c56d369\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"summary\": [\r\n                    {\r\n                        \"id\": \"3fedea81-869b-4804-a16c-505270eaec99\",\r\n                        \"text\": \"L'appel a pour sujet la connexion internet d'un client, M. Alain Dupont, qui rencontre des difficultés à se connecter depuis ce matin. L'agent s'excuse et vérifie l'état du compte et de la box. Après constatation d'un problème technique, un ticket est créé pour informer les équipes techniques. Le client accepte une extension de data mobile en attendant la résolution du problème.\",\r\n                        \"object\": null,\r\n                        \"type\": \"summary\"\r\n                    }\r\n                ],\r\n                \"title\": [\r\n                    {\r\n                        \"id\": \"587383db-6f17-4960-bc50-9a05cc649fbe\",\r\n                        \"text\": \"Problème de connexion internet client - Vérification état compte & box, création ticket, extension data mobile\",\r\n                        \"object\": null,\r\n                        \"type\": \"title\"\r\n                    }\r\n                ],\r\n                \"step-by-step-summary\": [\r\n                    {\r\n                        \"id\": \"ac4db825-7c1b-4bc2-aa8d-8d454ed52035\",\r\n                        \"text\": \"L'appel débute par une salutation et présentation de l'agent, suivi du client, M. Alain Dupont, qui exprime son problème : il ne peut plus se connecter à internet avec sa box depuis ce matin.\\\\n-L'agent s'excuse pour le désagrément et demande les informations nécessaires pour vérifier l'état du compte et de la box. Le client fournit son numéro de compte (14 15 92 6) et l'identifiant de sa box (29 97 92 45 8).\\\\n-L'agent vérifie les informations, pendant ce temps le client décrit plus en détail son problème : la connexion a été interrompue brusquement et il n'a pas réussi à la rétablir après plusieurs redémarrages.\\\\n-L'agent constate un problème technique, crée un ticket pour informer les équipes techniques. Il demande au client de redémarrer une dernière fois sa box pendant ce temps-là et lui donne son numéro de suivi (343A).\\\\n-L'agent propose une extension de data mobile en attendant la résolution du problème, que le client accepte. L'agent crédite 200 gigas sur le numéro fourni par le client (06 17) et clôt l'appel.\",\r\n                        \"object\": [\r\n                            \"L'appel débute par une salutation et présentation de l'agent, suivi du client, M. Alain Dupont, qui exprime son problème : il ne peut plus se connecter à internet avec sa box depuis ce matin.\",\r\n                            \"L'agent s'excuse pour le désagrément et demande les informations nécessaires pour vérifier l'état du compte et de la box. Le client fournit son numéro de compte (14 15 92 6) et l'identifiant de sa box (29 97 92 45 8).\",\r\n                            \"L'agent vérifie les informations, pendant ce temps le client décrit plus en détail son problème : la connexion a été interrompue brusquement et il n'a pas réussi à la rétablir après plusieurs redémarrages.\",\r\n                            \"L'agent constate un problème technique, crée un ticket pour informer les équipes techniques. Il demande au client de redémarrer une dernière fois sa box pendant ce temps-là et lui donne son numéro de suivi (343A).\",\r\n                            \"L'agent propose une extension de data mobile en attendant la résolution du problème, que le client accepte. L'agent crédite 200 gigas sur le numéro fourni par le client (06 17) et clôt l'appel.\"\r\n                        ],\r\n                        \"type\": \"step-by-step-summary\"\r\n                    }\r\n                ]\r\n            },\r\n            \"tags\": [\r\n                \"création_ticket\",\r\n                \"extension_data_mobile\",\r\n                \"probleme_connexion\",\r\n                \"vérification_compte\"\r\n            ]\r\n        }\r\n    }\r\n}"}],"_postman_id":"0e479b28-b621-4545-bb4a-ca993caa5b51"}],"id":"b3aabb80-b8b4-400b-9707-5cd4fad5ba35","_postman_id":"b3aabb80-b8b4-400b-9707-5cd4fad5ba35","description":""},{"name":"Transcribe and Summarize a call","item":[{"name":"Transcribe and Summarize stereo phone call","id":"40f8bc15-9076-49d5-bdae-a223d2c3859f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"summarization","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and summarize the calls and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"2c2eadd4-e1b9-45c5-936f-bfa196a109f1","name":"Transcribe and Summarize stereo phone call","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"summarization","type":"text"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"40f8bc15-9076-49d5-bdae-a223d2c3859f"},{"name":"Transcribe and Summarize stereo phone call (with tags generation)","id":"13831fa5-19fa-4dc7-a7f0-38cd50160d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"summarization","type":"text"},{"key":"generate_tags_with_summary","value":"1","type":"text","uuid":"3b354081-21d0-49ba-bb46-5f5a50aa461b"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and summarize the calls (with tags generation) and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"6727125b-1a32-4161-a2a7-bc222c07c9b4","name":"Transcribe and Summarize stereo phone call (with tags generation)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"summarization","type":"text"},{"key":"generate_tags_with_summary","value":"1","type":"text","uuid":"7c8351a0-4b4c-42e5-88e1-bb607ff7a232"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"13831fa5-19fa-4dc7-a7f0-38cd50160d8d"},{"name":"Transcribe and Summarize single speaker voicemail","id":"95f84172-cb39-4e7f-88a8-0b07aee5a3c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"summarization","type":"text"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text","uuid":"6ebe66bb-31cb-4318-a996-ae35d2052c07"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and summarize the voicemails and have the resulting transcript and AI insight in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"714b8a7b-6fd8-421a-959a-825d6a362118","name":"Transcribe and Summarize single speaker voicemail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_task","value":"summarization","type":"text"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text","uuid":"c414dd92-424c-471c-a4d1-c1ee7d917230"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"95f84172-cb39-4e7f-88a8-0b07aee5a3c8"},{"name":"Get transcription and call summarization status/result","id":"0e8171e4-aa01-45df-b116-42cb6b03fde3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"744f403e-57f2-4d55-bfe2-84be42b9ebdc","name":"Get transcription and call summarization status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02ee5f1f-399b-4bd0-8620-57bb883038d0\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b176f85-3d72-44cd-8c12-c0cf3a89e8c7\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c119eac-86b7-4d76-b653-4e23e3e42f28\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14f9ba2c-28ed-44ad-ba72-235e8b583df5\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1a8b5306-4dfc-4886-aac3-eeb688530574\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21098248-bb9e-4307-9250-79b85c74182b\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fdf094e-3191-4e94-86fb-f9bb01d67049\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30a9c278-8cd8-4834-bfe1-aa8e1cce706d\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e4962f5-0e0a-4bbd-b7b1-823df21bbec4\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43a146f7-7e4f-48d2-a900-b52ce90ac25e\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64a7d97d-31a6-4130-8735-c7f407dc9e5e\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7013afbd-10d5-4950-a342-a55a958bfbd9\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73d4478c-4b0d-4a2c-8004-bff38bdc4ce7\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9117ea49-1988-47d9-a0b8-a6c4da1c3711\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b246b2d2-dcb3-4620-9720-9eb6d818d924\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b838fc66-e754-4553-95a3-82bb99d1d3de\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"beeeba31-0fa7-4206-96ac-0812597b808c\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c30b93e1-a15e-4f5f-969b-b821f62727b3\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cae150c4-c157-4345-93ac-36f653988132\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dff82907-12f3-4d19-9dcb-a49a579711d5\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ecce880e-12b8-4ace-8d87-8fffe5b27a87\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3fd1be5-27f5-4e16-ad9d-ccad41c4ae71\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"01a720da-7898-49ca-85e6-c5ecd5d0748f\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"022bea64-3744-40f5-9cbe-6e157da4c942\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05ba06c0-dcef-4498-9ff0-221ec9a29823\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"095f170d-05eb-42ea-a2f0-bc46a5981c96\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b6d1ddb-780e-41f2-bd14-921cd6b444f0\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16bd6f51-2873-41df-991e-fa0058047768\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"183c9722-c735-4415-99a2-e527834239f0\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cfd9abe-1116-4d9d-9640-40005555896f\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d8113c6-a810-4ffe-b167-9149be95a2f2\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22894cb6-4e3d-499d-b4ad-3eac66733e00\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24717df5-cf6a-4194-9fea-9d4f2bc9888c\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25940a8c-c366-4025-9290-857ed81dadfa\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"26581f86-4425-4e37-8d6c-b13ff043a9f5\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fe7639d-a6ab-477d-aadb-25d9b9f0dde8\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37a79441-a3ce-47a3-8472-474d5b2a4684\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43c44a6b-93b2-4a68-bcf1-e4c71440a319\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a06e0e9-f816-4856-b0b0-e6855bd8df5a\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4be7ba29-21a9-4211-9e99-736a41a03e4e\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5709314c-2c33-4dd7-a699-4aeb3253313b\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5786ff61-90d9-4e23-b7b1-adfd0b139455\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b5722e9-c131-43e6-9483-405844065c40\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60e07435-7784-4e89-8aa5-a7daa2eca075\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6aaeb097-9e9f-496e-bc71-85627fe0bdee\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f0c692b-b4fe-4a51-a93c-152eca5b3d4b\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7928a940-cec6-428e-bd6b-397ad1079020\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"81aea388-d5e9-4c71-a689-327a7cdbb02c\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85db4e84-d5d6-475d-b4ef-53ba4126dfd9\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"872507ee-16df-48d2-b9cc-dc05eef0fef1\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"899101a3-9cd1-4479-9ec6-f480142d5383\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a430ea2-5d98-4035-b91a-622f837e9c29\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cfd943c-6b57-47fe-929d-f708e770460c\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f1669b7-b93a-4372-a31e-d47aedb81cf1\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"937b9fe3-7fe7-4dec-aa57-fcc2813e6801\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e70539c-a934-45c5-a7ac-4c01fe0a167c\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a69b0d2e-6dfd-483c-97b9-987b9db8ab17\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa9309c4-d174-496e-b12c-d8b571d8b425\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b70bdc79-e09f-40be-a40b-ae0b6378251f\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b75bfe80-1af6-4201-a573-c47a03cdc6ce\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b82bf5e7-5582-4143-bcae-7db10386d28d\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b999509f-f0ba-46f4-bb7e-7c3993b77746\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb2ad8dc-6970-462c-ac55-f7fee32b7c3b\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bdc7d99e-6c8d-46b6-999c-762b769f21d7\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfb5b80c-8a1a-467e-a09b-a45d0556337b\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d04a530e-05b7-4251-8068-f41c0ebbedd9\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d200958c-9607-4437-aeb8-b32318eb031e\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e1d48605-7bbd-4760-8621-d10823fa24e4\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e94b8838-db83-464e-ad21-86dc842ed01a\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eac3ce06-3645-4a6b-9932-37cd0f5d013d\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb2d4285-2c3b-4f50-b835-df3a0bf9f849\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0de5d77-f28a-43fb-a448-397b7c9a8d8b\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f49fb37f-8c60-4494-b171-eb9132a673c9\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4e0cf05-7574-45a7-a865-b6ca5843acaf\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f82c6416-d422-47e0-822d-2683152e1c93\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc3cb5e1-bd3d-4808-b50f-ca311c6a2c91\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"07dbdd11-0e4d-401e-b188-b140be55128c\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"055dc84b-2c31-49e3-89d6-e36c144bec15\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0dc8ef29-c37b-44fa-8ec1-3adaada2c9af\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18a85701-067f-440b-ba44-b6942046d0d1\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19f71e6e-7df1-43bd-9a1f-0410db5b9d0e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"220ce5ea-1982-43f8-a34b-2bf1adba130e\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2277ab19-a908-4574-9680-07912ab067d4\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ceb0501-37dd-4035-a5c9-014ad7e38ab5\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2dcf7980-c4bf-4354-a248-dbfdaaf5db99\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2e35056f-f21f-4503-91a4-dc5e9d39e2d1\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34ed46c5-5989-4757-bbb3-b7a3f5087f60\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b0a89ec-fd01-4737-8547-18d9fd2b9556\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b89fe31-b6f8-49a1-a5ae-2560076cfdc1\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e38c60c-a591-460f-83f5-5f1b215dd120\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f58e674-eef2-475d-ad47-dcdc763adca9\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41d4114c-eac3-41b2-a4b6-a63d155c9a69\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ed5b707-9a65-4751-b4d4-bc55117e915f\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5224fcf9-701c-465d-8fd5-cb05cd5dcb5f\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5388cd08-9d35-4ffa-be39-b2078caff126\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bf6b4b4-0c0c-463e-b931-2571722a19d4\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"620a3172-61b3-411c-bec9-78c639d2f821\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"662bbe8a-cf78-4f73-b565-871b98321151\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"675a4f4a-3010-4c63-994f-0cd3d2d927ca\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"686fe20d-5000-4751-a983-58d7e0b2e2b4\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"708a3f95-09f9-43c2-bff0-51600c6ae1ad\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72910374-d778-4272-bf24-e06afd567c31\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76891f32-a416-4be0-882c-328855facd30\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a2838b4-6759-4cfc-92db-022e2b47c6b7\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84b84de5-b0cb-4eba-8e5c-ea3112d775d9\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d32df81-56c5-4af9-826b-cfdf86b65b84\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94eb2373-0389-4aaa-b6ff-937533820354\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9acab16b-f5fc-49a0-b99e-17ddfcb6398d\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0255178-de57-4435-b932-ffee942e46f0\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0c5a022-05d1-4821-91bd-198a06124178\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b83c7ab5-1cad-4964-839b-65163ac5e9d1\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b938e4a2-a86d-457a-af80-f48eba085db9\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb281913-fb93-4702-81a2-61b5374f8c4a\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6a8f48b-7c99-424d-ad08-595224337f54\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ced5db19-7a03-414a-9732-971c9a13715e\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db500b52-4583-4f4f-a274-87bdb28bf665\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dee0010a-edb8-463c-a1d7-c018112c983d\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dee293e6-e93d-45d7-b7f6-ed6d5e4760d1\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df587596-6e5c-4ba4-8ff6-c1c65bbd1b79\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1a9bdfe-b92e-4a4a-8383-be2466c019d0\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5391da5-e998-449e-b86f-391706d6e33e\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f793e553-4e4d-4fe0-add4-2e656ad6115e\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"16c09fc0-5136-4955-b6e6-bec7ce0cac59\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0666975c-9a90-48ff-8c5b-9bd4e5fada67\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ba98446-284d-45c2-bb8e-ec7b40744e38\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10f5a50e-b9e8-4c09-a54c-8f9ce93b6e58\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2248f800-2529-4c54-987f-cb1bbc9d8c04\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ebdfe1a-e894-4fa2-999f-bf8f355b124c\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"44730c16-74cc-4267-8c90-7ef41a3d3df4\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4941111f-8c2f-4b03-ac31-cd0cec322344\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a4d83b5-244b-4a25-b309-d515549bbb16\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50fca7c3-8630-4eb7-8951-1709672d61e9\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"665c30d8-a385-4d0c-90cf-d5af0946cca2\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ecd41cd-e84a-47ce-956c-085e84af11b4\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7526adac-b016-4e5f-8077-e86b1b30f897\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e4e7acb-9bad-444c-a0b9-2ae3364b0572\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ef70bef-dd91-480e-b243-e84140cd1de4\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84e0cd4f-37ee-41bc-956c-26de042e5a7f\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8753d373-ebd5-4cbc-990e-64d65bcf92d8\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b6205eb-7302-4c87-8b4a-c9ce6a1f5520\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9521f67d-dbcd-4172-9727-ee049c21cd56\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5cab72b-d7a3-485b-a2af-268328da13a4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad3dcce2-3b1d-453a-8809-e895f9c0095e\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aef04611-c475-4ffe-bada-75d4ce47213f\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b23aebef-d334-4e60-9b41-6fcf7c30f31b\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c527ab97-1113-4d9b-ad50-299811f95324\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca60f95c-d34f-40d4-a732-5c5761b6d4d6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed7160c0-d064-4e36-ba72-cf9431915c0d\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd95758f-8a1d-47b3-85fc-ce3b096adfff\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"183379cf-9502-4c60-8c2e-34779fdb33c2\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2f088948-36fc-467f-96db-545569a8318d\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02a4923f-1710-4838-8b10-abe5c1d46ff0\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"054032b0-5ccb-4aa7-adee-ea01df49148d\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"06413344-0fa7-48a1-b078-5161f24d2c6a\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08f1d412-e9c5-4269-8016-723ba5c033c9\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"093487e9-800d-4c0e-b655-d9f03d0d95a8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f1be8e8-5095-4903-8f98-277d0b02cbb8\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fb468b7-5269-4969-9c04-616c0b553a31\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18e11043-d18f-45a5-8f3f-debbcb1ff283\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29c34e24-435a-4b4e-b387-ce146a0befdd\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"374d918e-3fa6-4d9b-bd4f-4d6570d4343c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37c4a0da-3d85-4bdd-b15d-8efa93013693\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b2fe64b-71c5-4b11-bba1-682f2dc77aaf\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3de275ab-a664-4cc0-b35e-6e1cd9919ad6\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40eb0994-faff-401a-9c81-3f8b90c310a2\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41b869ea-a7ac-4f1f-a89e-92b7c23bf15a\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"46cc51a8-7fe6-403f-b03d-5b30aecbec62\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48368412-4977-4451-9884-b87f4d1d769a\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4de52e5c-c7ea-40b5-82c9-14460b81ab55\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f185cf0-f89a-4b87-8e2f-596938d0d5d6\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5059b0da-ba48-494f-b68a-2a1b5f96bfab\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"524332a3-be94-45b8-b086-ab2a5fbb414a\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5568e63b-b8a2-4ec9-8201-8f1f8e7a5f85\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ba604cf-5f6c-4317-8ade-d80791d5c12e\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6214b407-6334-4335-a529-0bf150e235e5\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6214c03e-a2bd-42c2-adff-f7bb6793f998\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"673ccbff-775c-4d41-a568-552cba0fa202\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71af7e40-29e1-4d4a-8a22-6f72c91fdfb8\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7211f8f9-77a8-4570-8e77-994a871a4438\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a1119da-a8f7-4ebc-bb97-e29498a8b32c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80dd63df-300c-488a-b005-49d133db72fb\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"85744018-d49a-4c78-b16c-6b8071e40dbe\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5b5b098-adf2-4df5-bcaf-ddb007388ee7\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad0ad248-91d3-4677-a8a2-1c59f60f6586\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b053dace-6730-499b-9319-1398168ec3ab\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3525c9a-fb1d-40e1-888b-15f622140b31\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b42c84b8-39a3-4e31-a113-b2a03c3f67fd\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b540a31e-6437-465c-a308-a7fac73e443c\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b958d1b7-4058-4af4-8a87-b05aa7e02060\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be0a428a-4429-4509-8f13-01b7e54be3d0\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfc3be95-0ab2-4a90-9df9-7925b62fef17\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c9545fee-9730-4191-8ff2-63fbc5e0ffcf\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca25be91-beee-4ff4-874d-c8384023c248\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc738040-7221-48a5-816e-96df69c74a98\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d22cef5f-501d-4c88-8db1-63b077677477\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5a61314-ec01-4c20-9ce4-bf9ab445cfb5\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d73699f2-7d4d-4541-a612-54895c96131f\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9ba52bf-557f-4bb5-bfb5-6468d021fccf\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"deb768f7-f7a2-4b66-9461-c769c4498e45\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2c2dbbc-2c8c-423a-8ac3-05ccd5b96a1b\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e356d393-623e-4461-aeec-d3a113f354ed\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e4ade996-1440-4185-a315-fa2b5ab862d5\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e734a8df-20c7-4c9b-be06-8a53a71f3785\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f13a35a0-1531-4af6-82eb-7d0f3c34e2b3\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2015e71-f304-424a-bfed-bce9d7a19fef\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f5afbb13-2f2c-4c79-a8b1-5897cae335fd\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"2f088948-36fc-467f-96db-545569a8318d\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"444bca66-8c56-4f66-85fa-691300c536a4\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"06a43a70-ebe4-4f81-87cf-4b2ae057e68b\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fcfe541-7786-4db9-854a-cfbb6bb8c736\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16edb5ab-046b-42e6-b96c-ca2d14c14481\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1c663b38-ceb1-4c70-8845-f10940d1c36f\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ca66bd9-b4c1-4d3d-b18a-d667e8eb0221\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d3efdc8-f489-41ea-b07e-ee93ad45d51f\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fe1832b-02fd-4cef-8ea8-cf910751c5c4\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35ff9828-9b0c-4e5e-b0ec-7504163e6001\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"395204b4-538a-4902-80f7-d35789217c41\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"499626a6-2145-4520-baa1-dba63437fdf2\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a7da2c8-91ce-49dc-95d5-666fe6408943\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"542ba736-f0e6-46d5-aef1-5b426e13bea6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a8a2532-9b00-4c7a-8604-8fb9214d5347\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ce99864-6328-4098-91dc-70472742826a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6882f2bc-a898-454f-b302-020c83ee38f4\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80be2669-8a0f-41d6-9b12-01b4e58777ff\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82f210e4-fa48-4ec5-a752-acb377bf1a2a\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"888ee5e0-3974-4557-870b-712f32f48d3d\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8901d921-8d09-4e6b-9d27-585875b3df7f\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a74b581-caa5-4559-aebc-a626c2aebed6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9057b10d-1c66-4c74-b9a2-904568d909b3\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91d9aaa2-a287-4efa-9c25-9d4ae3633119\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98d27343-7d36-4066-b3ec-e5e91fa6434a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a10497e4-7d8a-4e27-8a01-cf00a5259fff\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5844d7f-74b8-461b-8f03-41fee402cb70\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b32777d6-2bec-4068-80e3-93b04b297d33\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf4a4f8b-a955-4455-b79a-c1444a9cfe49\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c00f2ab1-59eb-4f97-9110-fb8a8b10996c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c162e0a5-eece-4735-86c4-438a4b6ca1e2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cec9b191-af6e-4017-9b52-de410a98a172\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d05de11d-7cde-4d57-bd8c-3ebaba1856e4\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d31cb4c5-292e-4200-96ef-73db69219d49\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfd349c8-1cbe-4948-91c6-f486df3b6661\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9e498a8-9aad-4885-9a38-72d7f73204c8\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec6f97cc-adae-4bdd-833d-4a0524677fbc\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f421432d-6a84-4a4d-8820-aed076bbc20a\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f467c108-769e-42c9-8281-3f661355ec91\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"444bca66-8c56-4f66-85fa-691300c536a4\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"376ffe7d-c150-450c-bc99-e455327af0ca\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75056095-1c2a-4542-822b-f8ad7b888cc8\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a932287c-bc4f-4d5e-a0c9-e8fa00c8062b\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"7b4fe1b7-983b-4739-958e-f5accd3005e4\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02746d94-ab42-4eb5-ad25-aec8af34ea79\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"027f8c61-1ed5-4730-a9bf-0155f279e96d\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1be0515b-ef80-4e32-bfca-25c4f6ccd7ca\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"22c3e305-9ba9-4d5c-bd08-dcdae4f0ab6e\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2511db38-12b6-4c14-b5aa-427da23c8af3\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"257a7f50-451b-4bdc-856d-2d3b1d99a827\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2691a262-36e9-490c-b904-9fc5dfc19426\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a748e14-592d-46f3-aac9-a335fe077c60\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3226ae7d-dd05-4153-a373-f385cf4e3431\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"369af829-2727-41c4-ba99-584699233c70\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38bab9c2-eb57-4e0b-9a1f-1db17cefa1bc\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5daf07cb-c234-469d-a038-b84ced588816\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f1a9aa5-64d4-4f8b-af69-5d0c9754cb22\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73441805-a444-4f5d-bab2-dd3dc662c1e4\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76d8a49a-bfbe-46fa-9e6f-a871ddc4345f\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ea6f7c3-09d1-4a1c-8678-7d47ae2dd226\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82b9525c-28f3-4097-8e8a-f6d93c48f7b6\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"87492f8c-695d-4068-9567-6264b530b404\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9e9aa79-dbd0-46c4-bf26-d83155f0ebee\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ac570b51-2240-49ad-921b-8ddf3e991bb6\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b08cdcad-e3c7-4ca4-bb7d-87c0972a3467\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b82b3360-1d09-4bb6-a3c1-0abd07385238\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba32f6a1-9882-4191-85ce-0712fcb822ab\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bbe04c71-b4f5-42b3-af93-5d8521549811\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc5f152d-b291-4950-b959-68376b5b2d10\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdac1b6b-920f-4a4d-8489-f4efff1d0774\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf5ab8bb-91c8-4c9c-af6b-fe1789f33fe1\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efd75789-5551-4fab-8c14-4d8234c0a1e3\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"efdbbbef-2bbd-46d3-97be-65518253a091\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9c871ee-b756-4506-9619-70f6d869bdd0\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdc0bb09-ec80-4254-bc65-f203d048a2a6\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7de8497c-f3d3-492a-938d-bd24e7cb078e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"02fe3a1a-73f5-4f1d-b84e-b2457d62dd22\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03324a3c-cdcf-4396-ba5f-3b87b8dbb92e\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"094f66df-3a14-402d-b857-df81ce1553c4\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"113e19ae-0849-4c76-8c1b-b93e76c6c736\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"194da385-7859-4b7f-9b16-d2e75646ef6a\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1cd22f34-04b5-4fa4-aa40-e164c6b7ca83\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"243629ea-6f4b-4ec5-9859-0cb716f0e0ef\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"286dfa49-c99f-4a6f-b5cb-65b9639fab89\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c1169c3-17f6-4cb3-82ab-a4eef6698193\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d8ca0f5-63ce-4fe5-983e-bc01c6c3e0c3\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3107bac3-bfb5-4e36-87a7-b9829f53b051\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35d48206-dabe-4b62-a474-c9bfc0eeea68\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"435f53de-0ac1-4063-808b-f600f0f53b48\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4805204f-efee-4a6c-a17b-4acc0e9512f5\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4efb0ee1-4383-4b1d-bd27-374aad85ad4f\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75e38bf6-6cbd-4dbb-8318-9aa8e068b92f\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"789eec94-bac7-4934-b028-571b611ccb78\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"795217e2-31b2-4578-91db-be257c61619d\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b55a810-e74c-4962-9b58-a9a1e56e6faa\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86c4841e-bcce-479c-a809-7ef46a81951b\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9374b3d4-bb49-4f95-9e78-8ce7718db3ee\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9dfffad0-8e60-4f1e-adc9-fd3a9162a91a\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb8587eb-3b59-459f-bb7b-73b7763681aa\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c37010a9-3cf8-40c7-b9c1-6b72df03c677\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c6282b5d-5bdb-47e5-93dd-130a9a0bfef3\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca261b2f-463d-42f9-84f8-435b58751f08\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dca660ce-aa8a-4f77-87c5-248e7d81d5e0\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd3f527f-7eae-4045-9523-80ec94ef88e0\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea013632-5646-46aa-b328-87430c79cf42\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eba63075-78ee-4173-a475-b86eba2d0396\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec1af159-de91-40e1-83cb-b0c777d063bd\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1affe2d-7438-485e-a1e2-dbb8a569cb02\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f6e48356-15d5-43cd-9682-78bd99bd9f1f\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9bf384f-a772-4861-982d-102c797bfca2\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fee4e67e-d06a-4d75-ad2a-b985c69e79ef\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"808a8147-58ea-4ba5-9f03-e928a94b2db8\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"016fafe9-0494-415b-9c3a-091f924bf2cb\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"09bb7e41-431f-4b76-ad37-69cd5635c6de\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14bb4bfc-aa1e-4fc5-b888-aecdb690c60a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ea43eb9-ce54-4d39-8520-a23f3f65b1ed\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52f1f549-defb-4cb3-9ee7-f149b5b73ed6\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e9ee1f0-e1fb-48aa-a5e0-06df3ac590aa\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78382caf-bafa-498f-b25c-489c86f6c948\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d41f011-fc69-4411-83b0-1574ab23fbd8\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5375b61-f83f-430c-9984-121ccff3a5d5\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0554a7f-8a07-493b-b9a3-064fcb9e3a49\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4bac0ac-8bc3-4406-b251-67bb2472b496\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9d5faca-8969-4f6e-8f7b-ffe4dfc40f52\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc77d8d9-3992-4ab2-a5ef-aa32131d6a72\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3008d56-bdc6-4944-baec-cabc39355504\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d514c35b-6410-4612-820d-c58a9321602e\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbf850d7-2db2-43af-b644-ed12c1c5d0a0\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd2ed9fb-2bb5-4dae-a293-9150e3a3eac1\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"849d0170-ad3c-47c7-ac60-8b4e74e67b90\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"548525c3-7b90-4b91-9736-1353b2317ff3\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c56dd115-5c0b-4900-ad55-66f7a2c90984\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d1a9fbba-3f74-469e-bd4d-99c0f32b1cde\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"89d2b767-91a9-4c6d-9238-a01715dfa5e3\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0c3b327d-7129-4069-97f9-e6e7869b3662\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2db430c8-311b-413f-b252-088d1889142d\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            },\r\n                            {\r\n                                \"id\": \"432a8bcd-293f-443f-b804-0726529d88c9\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96151280-bbf3-44a0-b45f-4654d7bcb859\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da05a199-eadb-46ac-9c52-85206cef4a6c\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"8a4fb9d2-b3a2-4b5e-b764-59f5cfc0d614\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"aa73d421-3459-4344-a967-34248acb674e\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0e8cc263-666b-4c5a-9e0a-acc729197756\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5235b577-0211-475d-8380-ad171a4f97eb\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60140c97-2514-479b-8ae9-1aab3ba984de\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"673e867e-f550-4c68-a856-5df45c2a2c44\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"909b90ae-dbb5-4ca6-b3c4-986300022f70\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c2bd29d5-3d65-4562-b61f-b26aa8179a32\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e30de9ee-cee5-432b-b0f6-10a7f3d82792\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e750640d-ea84-4a65-ac78-050874e80d3a\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"aa73d421-3459-4344-a967-34248acb674e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"65b5d84e-11f3-4b96-8496-11d8f004a698\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dc08c822-a03a-4306-8229-c559b67841ea\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c76d914e-1208-40a0-b3f0-450c05e0686b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"04f2bc57-39ae-41aa-907b-a49671d75a66\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07871574-a2d7-4ac1-930e-dd6e449df2ff\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07978c06-0411-4f86-91ea-ffe1a387a7e4\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0f123b57-beb1-4019-a199-345a69f572da\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fa45449-5e4a-45e9-8e7f-06673b964cf7\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23f5c8b4-f29f-48a4-92aa-3ce83688d7e7\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28e27b80-fc4b-4452-a292-00e30c4ec36a\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2afa4034-663e-42ef-8d52-7e46fc36b672\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2da232d6-499b-4758-8b5c-87b56d41ae9c\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"375d25e9-8a9b-4202-ae4a-c3f7297cd1ad\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d1a4bcb-b519-407e-b8fc-22bceead474b\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3e3360ae-7276-49fe-857f-4b8735ec212b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4014000e-07da-482e-b3a7-5f81feeae106\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a07915e-9d1b-4235-9df8-28666c95ddee\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d172878-efb0-4f26-90c3-caa1dc852ab6\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"534cf844-c5b9-4df8-b136-2cdae6ad6b4a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54ccec5d-20e0-4915-882d-819aab4c11c4\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5605477a-45fc-4631-b377-eda0b8ed18a9\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"581379ca-2953-4083-afd2-d393d6e361af\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6287c3ed-21f4-4ead-9c01-b1292a63009e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63e4e83e-7bbd-4a14-9dbf-f7503eb5cbc7\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6516c28b-2216-47da-be88-9e779cace8f3\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ce1dd64-96fc-4e59-84e6-c08b47133b2a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72934324-a6a5-4916-93d9-9ee9daf2d05a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78da539d-cb4f-4789-ad5b-a344ce452ebe\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80c94c3f-d8e8-4a03-8be4-c2de02b901c1\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"892da06c-f178-4c55-b848-bcdd72fa4402\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b51fd60-2a08-4883-9a8f-fdd0fe4fc217\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d373f6b-e136-4b63-ba08-c2f30672beeb\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"983aa775-4e0d-48f3-ad3d-460acc2c03ac\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"99aa3a40-07c9-41b3-ac1c-9efebc4b96bf\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a679b7a-1d89-42ea-8d2e-1cba3c995bb7\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b5e83a0-db80-4cdf-a5e1-e173630e152f\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f0441bb-35f2-40a5-a039-05905ecd9f56\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f5e3c28-e289-4ab9-9830-f078a30e12b8\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a25a9673-a985-4358-9924-148b83e0fe77\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a741b2e4-f40e-4aa5-a19c-2c7b355a95d1\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad1fa5d4-db95-4838-b1d8-1478c61b7311\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b7b34c48-f48c-41ea-91a8-b101e82b793a\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b9a3922e-13fc-4183-a7ff-806a7450c151\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c4f17374-6248-4704-977b-d6cd2e0bfe4e\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd27a1cf-d490-4f95-a4cc-66403b56aef9\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d28e7151-22e5-49c0-81c8-5722c5167784\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de8c3060-5060-481a-b4f1-8b0e3389a421\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e144d423-feb2-4666-a6a6-5a52c097aea5\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e24852b0-671d-40b8-b904-ac2b451146ee\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e76605cb-971e-4844-aed0-569558247e4b\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed9b24bc-8138-40e9-9d1f-47a5783ce3d7\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f78f8d3f-d6ce-4599-8bd8-bcdf8c81b0ec\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc569905-f99b-4d8c-ae1e-e7a28efde98d\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fce6b154-b5c2-4cfd-afb0-bca2020c5fc4\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ffc941fa-f2f7-4e9c-926b-ac61bd018e45\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ccbc554b-bbcb-4594-aacc-47734229099f\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"09974f00-43e9-48fa-92cb-f278bd134911\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"269e1967-51cd-4ea8-99ab-bec85b70a186\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"30554306-6b52-4dae-9d00-16dcc8b59fd3\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34d92ff6-215f-454c-bbcf-5c83be6120fa\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b20d616-25f6-4a92-892f-aef61813e24e\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49d9679f-5704-4360-98f2-50acab58a4bc\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5393178f-1bd2-4449-b8ec-35264d17e8b8\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"549dc2b5-e5cf-498c-8455-4fa301968247\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a937aaf-95a9-495f-b724-e3f39f126a23\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"919d55f1-1e82-4a21-959a-65ef27d1b265\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e09d4dc-5208-42eb-91e4-170c710eca43\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7966c11-c81a-41c4-9189-454666863023\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b59a787e-8c7d-4c10-8984-c64108277032\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d9e6001e-b07b-4e10-b45e-bb91b5fa8b6a\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef110ae2-13c8-479a-858b-2e381de3109b\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f21f0696-8969-4839-9bd0-3a6566d68920\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8ef81dc-452f-467e-a510-503a55ae04b5\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"f798ec40-660c-470b-9a96-9807d9fcde2e\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"step-by-step-summary\": [\r\n                    {\r\n                        \"id\": \"550b4382-2cb4-4bd1-8a6a-079a147d4c30\",\r\n                        \"text\": \"L'appel débute par la présentation du client, Alain Dupont, qui exprime un problème avec sa box internet. Il est client chez Diabolo Telecom et utilise actuellement sa 4G pour se connecter. Le client mentionne que cela s'est produit trois fois ce mois-ci.\\\\n-L'agent, André, tente d'identifier le problème en demandant des informations supplémentaires sur la box internet et le numéro de compte du client. Il met l'appel en attente pour vérifier l'état de la connexion via leur système.\\\\n-Après avoir constaté un problème technique, André crée un ticket pour alerter les équipes techniques. Il demande au client de redémarrer une nouvelle fois sa box et lui fournit un numéro de suivi pour son dossier. Enfin, il propose à Alain Dupont une extension de data mobile en attendant que la panne soit résolue.\",\r\n                        \"object\": [\r\n                            \"L'appel débute par la présentation du client, Alain Dupont, qui exprime un problème avec sa box internet. Il est client chez Diabolo Telecom et utilise actuellement sa 4G pour se connecter. Le client mentionne que cela s'est produit trois fois ce mois-ci.\",\r\n                            \"L'agent, André, tente d'identifier le problème en demandant des informations supplémentaires sur la box internet et le numéro de compte du client. Il met l'appel en attente pour vérifier l'état de la connexion via leur système.\",\r\n                            \"Après avoir constaté un problème technique, André crée un ticket pour alerter les équipes techniques. Il demande au client de redémarrer une nouvelle fois sa box et lui fournit un numéro de suivi pour son dossier. Enfin, il propose à Alain Dupont une extension de data mobile en attendant que la panne soit résolue.\"\r\n                        ],\r\n                        \"type\": \"step-by-step-summary\"\r\n                    }\r\n                ],\r\n                \"summary\": [\r\n                    {\r\n                        \"id\": \"d79b9170-2c04-41ff-b6f5-17de1e9f47f8\",\r\n                        \"text\": \"L'appel débute par l'identification du client et la description du problème qu'il rencontre avec sa box internet. L'agent, André, demande des informations supplémentaires sur le compte du client et met l'appel en attente pour vérifier l'état de la connexion via leur système. Après avoir identifié un problème technique, il crée un ticket et propose une extension de data mobile au client.\",\r\n                        \"object\": null,\r\n                        \"type\": \"summary\"\r\n                    }\r\n                ],\r\n                \"title\": [\r\n                    {\r\n                        \"id\": \"f3d93639-0841-4c1e-a122-05ea45d69fad\",\r\n                        \"text\": \"Client Diabolo Telecom signalant des problèmes récurrents avec sa box internet\",\r\n                        \"object\": null,\r\n                        \"type\": \"title\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"65e4fd7d-d9d9-485a-aeda-893a53f40a18","name":"Get transcription and call summarization status/result (with tags generation)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. Ah, magnifique. Oui, ça sera le 06 17 D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au 00 00 00. Merci beaucoup. Merci, au revoir. revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\\n\\nClient: 00 00 00. Merci beaucoup.\\n\\nClient: Merci, au revoir.\\n\\nAgent: revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03348b32-9863-467a-9ee0-d5ea050dcfcf\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0a863e13-72ef-4221-bd02-db5ba0ca9bd1\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c557764-6665-4747-8ac4-a7741272941f\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0fe99dd3-bce0-42da-9f87-f7be3e1b3a5f\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10b313f0-67a7-441e-904d-6ae25056d6cb\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1327c0b2-5d4a-4e18-88cb-2b9a026c03ab\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14ac2959-2a17-4b08-8a24-7801a6a19360\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b8c2343-ebf0-4da2-9f73-a3e4f7d6f77c\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1ebf173d-7447-404b-8bc1-b09ade442245\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2199aaf8-4e79-4369-b699-caf23b8bfe89\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a3422c8-dc81-424a-a40a-0d7865042731\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.83,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"303d1fe3-0cdc-4470-866a-a60a8e1cb7fc\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"330f26a2-da19-4c17-b9e8-d35d08aec71f\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37327bd3-3109-4727-bedc-9bca6d1dff93\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b6cb5ac-cdc0-4b96-a138-fa4392dbf578\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f4d3b2b-b988-4a8c-a6d3-70e49e644d47\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"48f8b5fa-d4ff-47c9-97bc-981fd35bd601\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d166669-3a53-4f01-8229-8a5fb5520297\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"537b4f8d-06e2-4c32-b81b-dd64eefe21a0\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"555d655a-fac3-43e4-8116-a6ced81e3277\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56f936bd-73d0-46b4-8db8-55e75bd6bdeb\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"59fd0f7a-7d4b-4e90-8166-82b05744070e\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5a614cc6-e55b-4bdc-b5c0-0aa6fad4bddb\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5adfd61d-3924-42b6-ab94-b75af5680165\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5bf401c9-1f64-497f-ac36-dde34ab84879\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c0d70b4-e1c5-40d0-9224-39f3082208d7\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65331ba1-d377-40b2-a0bc-1502c995a5f6\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"659246f4-bbb9-4fc3-9dde-23a51b312c18\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93140,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b878726-a07a-41f2-aa63-b9671cefa78d\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73cf2439-59a0-4f7b-924a-8457b3d38817\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7df5ac4a-9729-48f5-8b33-ae0499f4c2d3\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8edb0b79-0cd9-4aee-a65a-17a5cad8e117\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"962ac129-43a7-4b5e-9414-69aa305a63fb\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"97ab2711-11c6-4899-8564-3d5ee4d9ae61\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e71e026-8120-4edc-969d-5ec3094dd7d8\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4801d67-f3f8-454b-b473-7144c03297f0\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8dfcd23-ab31-4c2b-998b-d56ac0880c1d\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9c29a77-ee7f-4759-90b4-d578b63d936d\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aab9783a-de59-47de-9ec2-6f45bc9b0e00\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af0f4d53-8775-4835-ae6b-969c8c165f99\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0a6a1a0-f0dc-42ee-b7f1-89197a61efb8\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3fe48bd-5ac7-4cf5-ad10-1a548a048f88\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf24eb1a-8ec8-4a79-abd1-62454861d39b\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0b4e679-65bc-4baa-9b75-5cc9cd1b2693\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3b7a93a-0cf7-4a89-b346-c19df1509445\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d78affe9-7a68-454c-a6cd-0196d5793b52\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d90c427f-e0a3-4947-afae-bc9b2fb3aeb9\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dca3306f-983b-4b69-82db-0cde91366be0\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3212f46-75a4-47bb-90f4-ed9feb64127c\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3ba1169-dcd8-4983-903e-df1082f388ad\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9526394-8713-4087-b4cd-42e9c0aafe49\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb4c7d80-bf8b-4808-a1e8-f1cf12935e0a\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc639d68-c57e-4f94-9bd7-8df283edbe88\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe6300d8-fdc9-42bb-abce-8397529f4fc0\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff775fd5-f691-43c0-a270-8d7b7c6b7560\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"1031fcbf-8af4-4e97-ad4d-311db675f542\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"e020c1e6-134f-47ea-b3de-55498e7c27f5\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e31ff120-9034-4c02-9594-05ba523852a1\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e894f22d-4e58-4747-b275-a766ef3ea01b\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"2a57ec4f-5ebb-4201-af5a-e90ae4059cef\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre box internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0b95bef7-4c24-4d2e-a665-926716849e96\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0ff62436-cfac-48a1-8ac4-fee28ada3982\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12aa9dd3-6b2a-4773-9b61-15a0eb4cfb82\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2aeb8a50-46a3-41d6-8480-3b2acd2cef24\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ea544e4-aba1-4a3b-a520-39995f6d9bbd\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24790,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3054dac2-f1ed-40ff-b27d-3d7c38958266\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 30470,\r\n                                \"end\": 30650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"33c93a2f-19b4-4ada-bee8-2ca90d254612\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"349dfa35-eb32-4d35-96b0-b5e2e5efe3a6\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36323c74-1d77-44b4-a99e-a80fca4d9aa9\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a7e62df-39bd-487f-bae4-0347b7fe87d7\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43e98564-8882-4b80-9ee7-7e53bdb506e1\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4994448a-d9cf-493a-b675-f90ce5daf1ce\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d2f1194-9284-41ba-87b0-20bfbf63a128\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c007dad-06d5-4a82-ae9f-9cb373ffcc1c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f87f264-286d-4d18-b027-a41ba837ab90\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64eac9d6-89fd-4636-891a-13539431646d\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"65392df7-33cb-4d53-a72e-f67d6f793b62\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9025c7be-d41d-4b8f-9c05-0c38fa5425e2\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27870,\r\n                                \"end\": 28290,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93888c81-6e34-4218-8938-6e170f2af68c\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a3370a6-c60f-46d7-9e4a-94fd7d1698cf\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24530,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a912595-6f06-4e66-b46b-e2020c80d1c6\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d7013b2-1fc0-494b-89ac-7e3e539e9657\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2552a38-c18e-42a5-933f-6c2217151b03\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4a05f53-be9e-4c41-8c50-76adfef9ebe4\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4acc03a-fdd0-4bd5-b8f9-774082652f1c\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5175d10-43a6-4e82-9d89-6c9c2b9d1cf0\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7349f95-c223-44a1-88f2-e04281b16789\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a8a5eeff-2d4a-4350-a17b-262129778be5\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b41740ed-7fa9-4594-b403-f6a298f01487\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.29,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bfcd002d-fe28-4f80-a23f-7ddabe9b8166\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbbf145a-edd3-4785-8239-f3bf295de1ee\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0107f1d-a9d2-454a-9ad4-edd33cd932a8\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea571347-6fb0-4540-ab2d-a4a896a17c38\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eac76b52-c4fe-481a-99e7-c5c461d01512\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ed98ac90-63ef-4d95-8681-5a994452585b\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f77cd73b-0223-46f5-999c-0b45efff9530\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb1170b0-8eb7-4585-9db6-3faaec73dc41\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"39d3d661-0c36-4610-af24-57f2c1e48e7d\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71200,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6220,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"030c209d-4fe3-4350-b634-3b6e99fac843\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"031815e1-7843-4591-bd21-47709250d98e\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d16a65e-52f5-4e9a-a687-9f8176f854ba\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d929d97-cd91-41f0-a032-94ab96c85100\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29fe3ef2-7048-4b13-b9f7-16c148de8e1f\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3437f02a-2bac-4764-8606-12d4e733aa7d\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71200,\r\n                                \"end\": 71700,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"34b7e3bf-089f-4b7a-a719-f87425fe12d5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"37b036b9-29eb-4842-a5df-e6c6a34073da\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45fb1c0b-d4ee-4bfe-bcf3-827674750dd1\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.68,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52275f7d-5fb8-4919-ae20-e933c35880da\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"574a6eff-2042-4bdc-855d-271b160435e0\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6192fa78-1385-4eaa-8e04-7260fe7d1bbb\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"639f1594-72ba-4a78-a3a9-ae23ea499705\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68f3f1bf-f852-4b4d-aa4d-42d70db8a300\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"737ae53c-4316-48ce-b62e-47966f8daa33\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e62f4e1-b268-461d-8e75-df3c297642fb\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cc327b1-8c32-477c-b6de-50213c4af769\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a634a6a9-d9fe-47c9-9570-0da90a02aded\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b4d4b59e-c804-4dd1-bb51-94e4dde1ecd5\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccab672c-b62f-4e02-90ad-218974e28be5\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d54c4861-3f49-4953-bc87-514c7eefeb5b\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfbd1dc6-f32a-4ef0-8969-f0812b7688af\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e071c13c-fc69-431a-b354-3c7eca890757\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f080d4d5-64b3-47fa-ab54-ac06470f876e\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f52667b4-22f0-4ffa-b273-3804efd6385a\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76300,\r\n                                \"end\": 76380,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe9ec615-a276-4b97-a9ef-160604d398fa\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"47b48ed4-1e0d-4485-ab09-ebe8bae2a6cc\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\",\r\n                        \"text\": \"00 00 00. Merci beaucoup.\",\r\n                        \"start\": 147460,\r\n                        \"end\": 153690,\r\n                        \"duration\": 6230,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0efba70a-a365-4ab0-81bd-4d3fe918ad48\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4fb8d4a-991c-460d-8b62-41ef8a9060e4\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149770,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b39db8ec-ebce-49e0-93d1-119d0b34e4e8\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edda22b2-46e2-4255-affb-21a030d40635\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe64bf5c-8335-45c7-887e-18eddb8335b7\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148900,\r\n                                \"duration\": 1440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"48719db7-f826-4258-a38b-3ca9da1105d1\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0585269a-8d44-4bf6-9599-185d06e50549\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"079670e5-d638-4afc-8c30-96639ceaeac1\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12f2d951-8fef-46a4-be99-b7288c38e72b\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"280b8241-e62d-4147-8199-1cbabf1c3e36\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a72a109-ad67-46be-ba8f-19de8b31b469\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4c7acc4e-e49e-48d0-b339-11d67c25b0d2\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d7c254f-4f86-495f-818a-10399d37996c\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6706314c-ed4e-4558-a641-7811c72b0160\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ac2c0f7-a6e8-451c-8f6e-21121a99ffc1\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"75bd3c93-b345-4136-8209-c3922d95eb44\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7c79c258-c392-4ba5-9363-1be834ddc14a\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86d244f8-72c5-460a-b392-7be8e43a2c40\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c49c2e5-f956-4805-99bd-859a9a907f8a\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3d981a2-927d-4d82-b4b0-396260b29699\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.6,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b78a3fcb-47f3-48a7-b305-956f841e383d\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3891d23-67fe-48cb-b401-7c87dfe4fd49\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8ce7a73-44f7-4074-9fba-64bc797975bd\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"6c2f3fb5-116e-4cf1-918d-a60479f6155d\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57310,\r\n                        \"duration\": 7600,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"03d5acf6-f10d-4bb5-bb07-4fa0282f5a0f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1eb98d83-8280-40e4-9184-de96c1fde8da\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"20916085-5bb6-49f8-b084-038ca3ce6bdf\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bcd5957-7aea-4a7f-a0f6-46c0a221c448\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"39ad405a-9b65-4019-9d20-b883d7ba1c0b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b03ff21-3c0c-4e4d-a13f-95e4de3df7a6\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5dafc9a7-a4e1-4c0b-a650-2748e3e67b60\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"619a90a2-10b2-4739-bb4d-5a5119b8314a\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64866064-6f0d-4cfa-8eed-1d564a0f1602\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57310,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"772a037a-58ff-4c2c-833d-08d0b061d0fa\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f3c504b-e918-4521-a549-04a10c58212b\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8b14394e-e4e1-4f17-9082-7b03a96ca5b4\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8c69e48b-0924-4736-878d-9ee29754a317\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cc03e46-4723-4013-b204-e69fa415fde8\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90e27fa1-b55a-4509-940f-e85a7cbd4cd3\",\r\n                                \"text\": \" internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"940ffb66-0b27-48bc-85f1-ebf61166006a\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9bdee195-0e53-4060-afbe-76bea165bb66\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c54e6da-183e-4432-853a-247c76aff905\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9d21ee61-217a-4c61-b24b-38e0725d01da\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f2e3f5d-0d67-42f2-abaa-4fd13a1525a6\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a9dde61f-e115-4768-bc95-57351fd30f04\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa21d678-da25-49a5-a8f0-eb754d417073\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b37a1dd2-9402-47dc-9ee6-2fb33cee9b6f\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c331e4c1-1ef9-4242-98f7-c880f5ee7bc5\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cff6ca6c-ec24-4029-a120-03eac87439ac\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2ee5e01-5395-4e1e-b977-bdd5809474e3\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d867fc23-c8db-47c5-9773-95b2e0762312\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3a573a8-6ed4-45c8-a75a-4714dcb3a2f8\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8f080b2-01e5-48ab-9e9c-9bf9047bec90\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52050,\r\n                                \"end\": 52190,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fbeaf94f-df01-4499-9158-233233b1d91d\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff4cb359-52c5-4315-b3e7-865919b7e0d2\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"76a35727-d4a6-4c93-b3d0-d326e88170f2\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\",\r\n                        \"text\": \"revoir, merci\",\r\n                        \"start\": 166900,\r\n                        \"end\": 167380,\r\n                        \"duration\": 480,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"9e12eec9-504b-4bf7-9502-e09ae0efabd0\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6839b87-2c85-43ce-971f-6d692fb2d40e\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167380,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"7ada50e9-60bc-41a9-939f-9328c92f9373\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0cff9686-a2fa-45a6-aa4d-e53b43251284\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1174f62a-c3b6-470b-944e-d4837fc89018\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e04c290-c151-4e52-ba26-b0d2c1c4090b\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1fa095a5-25e8-4e85-936d-1759f85840eb\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2015eb33-70cb-48d1-80e3-27a49ae7d54d\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23cff5f7-a370-4c36-984b-25c73509f913\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25ffe6c6-e785-4e66-a1c2-616b48799949\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68160,\r\n                                \"end\": 68240,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.46,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b021223-2131-4c08-827f-cbc4994e3346\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2bbafe59-7c20-45f3-87e2-bba1b24dd862\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2dda9f39-7a61-490e-aba7-d81e76149b37\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3141c945-82bd-4941-85c6-69c6b06e3170\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3dd65500-f07e-423b-9da4-0784a51366dd\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a751734-2a40-4b02-ae01-7b194d59af38\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68720,\r\n                                \"end\": 69080,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60aaa16a-b200-4541-ae50-022672fd9e55\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6be8adad-9570-454e-9b4d-740b7794da5f\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"721baa48-749c-42ff-a7b2-47533f97e074\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90be5d4e-5791-45ca-92ee-cde6fd3b00f9\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90f6749a-a7e3-42dc-a27a-6876fdd38bd6\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92a10084-4b6d-47ff-bdb4-645dbf93f2a6\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94705f20-f1b7-4f92-a202-4edbadf2bcc0\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"961785f4-029d-41a8-aafe-810b33d33034\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96249189-411c-4a68-a516-6bc04761a13d\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a0729776-3126-4825-a19f-56fac53ed859\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5300c3f-d3ce-450e-8afe-e344f0dd175c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"adc86b5b-8eae-4cfd-a9f6-614c7aab3d8e\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68160,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"afe25cde-bace-45c6-b0e1-5f765ccec843\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5c3c172-c406-4234-adaa-81004910a3ab\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d078ccbc-f7e6-46ed-93ab-c143729dce74\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d31b068e-6fb8-45cf-8cb7-127ac26d8e7e\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68720,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ddc736e6-c894-4032-a1a8-b86695015c2e\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6b91539-4b19-41b6-a1f3-4a6f46c6cacb\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef637bca-1ea5-4a38-aea2-363ff9933469\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58600,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f95c56b1-3406-4e87-a92a-f5342212bb2b\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fa0bcae1-e243-4428-b10e-b2c17e2a6144\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdf2ef6a-c8d1-4198-9673-82b6a9165860\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"817fc330-565c-4c30-9afc-ea83ee9e5e2e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Au\",\r\n                        \"start\": 132920,\r\n                        \"end\": 164820,\r\n                        \"duration\": 31900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1707c40d-c013-45e9-b5ab-31ef10e4ea7d\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"179f95a6-420e-4ebc-abe5-ec4dfa243c40\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1854493f-77bf-41c6-8c4e-939ee320559d\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135000,\r\n                                \"end\": 135420,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19576cfd-90b4-45e3-ac8e-c5fd1f4f2ce1\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"19a2bc3b-1384-44c8-97bc-e563c1b3816b\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21618d74-8f6a-4ba5-b0e1-86560f4e5a4b\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b15ca9b-3e71-4aaa-8725-184800a30fe0\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160080,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b3c2bf4-66d9-4148-862e-8569ac61da85\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c080a08-c601-4d3a-9142-76a0b9ce169d\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3255af58-45b4-4e74-a9eb-ec9f16679e22\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3369e872-c5e5-45bf-8a5c-6ef169ef080e\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3557806e-59a1-4891-85cb-478c84261edf\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36ec33f6-328a-44de-bd6a-69c832bf9a4e\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38030fea-8e5a-4efc-a536-9760cecbd762\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3ab60254-6274-4457-ae7e-b69dbfeec3f4\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3be440ed-a352-4a3c-a8f1-67f584c13683\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42c7b0ad-ae10-4934-9a9c-b67d2db3ddac\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"45c2f664-3dc6-442d-ac5c-5f537d39dc6e\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4ae52ee5-0ce1-4c90-832c-40742af53c15\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"52c1b52a-e144-4115-84c3-840d7d8c89ce\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"56033e15-b5cd-4f58-a51e-f57aba1cfb5d\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c5d14d4-8fac-4b25-97a0-c8428a75618d\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5df2dd9e-6693-4a5c-a6e6-71ee4227ceb3\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"654c890f-6a82-4ded-b119-681fbc984fdc\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158020,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6a0853e7-fc0c-433a-95d7-bb9c10e1fe84\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ce00169-e455-48dc-9a13-f4bffe0b1033\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"72037832-5bce-457c-b500-304b117c1dae\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7af1c4cf-2462-4bee-b3e4-e889d7e3a0ac\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 163980,\r\n                                \"end\": 164820,\r\n                                \"duration\": 840,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86686f8a-961a-42fd-acf5-9ebe3dcf477e\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8dcde5aa-a32c-4d1c-b0b2-5d8c39c11797\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4f749c9-823b-4fe0-9821-345ce72f8bbc\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae61a926-a19b-4228-b072-e09d39d6c220\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2eccb15-0aef-43ba-9bc6-c17ad0caee5f\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b33523c3-de49-4fc1-95e6-ad7a8e2f8e7c\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160500,\r\n                                \"end\": 160760,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc9768f7-8f7a-4415-9dbd-a3bdcc126316\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd1ee5af-af91-493b-a349-42ab9fb158ec\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157100,\r\n                                \"end\": 157780,\r\n                                \"duration\": 680,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cef85ed3-648b-49cb-b8bd-31a6fb1b2024\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.75,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2f24e42-52fa-4df8-a39e-110e1241541b\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4403f92-cfa0-48f8-ba7e-067514bef8b3\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7b24842-7c52-4cdb-8adb-3d432b9e22d7\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 140240,\r\n                                \"end\": 155160,\r\n                                \"duration\": 14920,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db2c3b5f-2468-4986-82a8-5b2394ec4da4\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132920,\r\n                                \"end\": 133220,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db97f0dc-e71c-4e23-8c5e-d403c954501b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfc5863b-1871-4c90-b77a-49028880c4cd\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.03,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e001b742-6d7e-4dcb-9840-d5b29f5f2692\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158020,\r\n                                \"end\": 158080,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e18846a8-21df-4f6e-a190-13de75af6e90\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e2828b9c-a02f-48e2-822d-2e4c612a58ec\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e813756b-1633-4544-a9f1-3c97b9b1c560\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb1378a8-a6f5-4f76-9f77-b9df2cd255b4\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee145b6a-9649-4d31-af37-3204aa100cc3\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160080,\r\n                                \"end\": 160500,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee4d24c6-c78c-42bc-b353-e8cb8ce0bf4b\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4e72782-c26c-4007-bd4c-a554c2422e49\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133620,\r\n                                \"end\": 134100,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f8e8dbe3-5699-49fd-a76a-3d8d63dfde06\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff9ab0c8-685b-4b82-9943-d494d5b1145c\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"9ba24764-e1bb-40e9-b0dc-bd6baf95982e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17\",\r\n                        \"start\": 140920,\r\n                        \"end\": 145960,\r\n                        \"duration\": 5040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1331ce78-b0ac-45ab-81db-8df901d7fcd7\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143440,\r\n                                \"end\": 143820,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"149b180f-ed80-410b-a1aa-95daf565bb6c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143820,\r\n                                \"end\": 144140,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21fbc3b6-9de9-4ad9-9c33-53226a7c1596\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141920,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5718d49c-144f-4a4b-8455-d0cd3b9512de\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.57,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5fb7a568-b62a-4420-958f-20783cc41b0f\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"947d789d-d2aa-448a-a7c2-eec951be756e\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af9bae08-45b9-4bde-ac37-ac7be00c08d9\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143440,\r\n                                \"duration\": 620,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea7da150-9188-4559-bbc7-3f4f0b9dc19c\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"abf3cd67-23f7-4fd3-ae8c-41590e954a2e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\",\r\n                        \"text\": \"Oui, bonjour. Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01707b61-57c6-44a3-ab1d-72b88aee4296\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03112de4-0abc-4b6d-a418-bc548f07624f\",\r\n                                \"text\": \" bonjour.\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03870372-024e-4299-b0fc-1de5c57cac04\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"049296fd-2918-438b-b7c0-cef056873b6f\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13720,\r\n                                \"end\": 13960,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05904308-64a9-4b34-bbc5-70a19c65a1ad\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19040,\r\n                                \"end\": 19300,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08e30b89-7ff2-4a4e-97b4-acc70191ad2d\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0c42ac98-c3af-47c1-916c-76edf84f21c2\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"156eb7e5-05af-4bf5-8dad-1ba58a38b507\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"175c29f2-3296-4bc0-9f38-421a4f7e5ee0\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2028679d-4d16-4b84-af46-1cc31c423967\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9380,\r\n                                \"end\": 9660,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"36c05837-e610-416a-be35-c80ed88a38ce\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"382d3299-b48b-4f9f-8fc1-11db3bd3021a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14260,\r\n                                \"end\": 14640,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f01894e-c429-4401-86df-188bf276a5b4\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42a5bb70-6f73-4d30-9ab3-15b1bfb3b78c\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.01,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"586ee7ef-259b-4aec-9e18-76e45640a8c3\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.76,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5b132c44-7e66-45b7-b00b-98c74745b66d\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13720,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64280c8b-65bf-4cb3-8281-107d903718e5\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64d5e81e-c87d-422e-92c7-07d3ccf7381d\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"69f4d7ef-9b0f-4170-b574-a23e516a684c\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9800,\r\n                                \"end\": 9960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"750b0da2-4625-4059-bd61-3a4d58cf90a8\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9960,\r\n                                \"end\": 10220,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"774bda91-fc27-4dae-833b-f4c77d5ce032\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7320,\r\n                                \"end\": 7720,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"84209152-844f-4685-98fd-fc2db6f55454\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"885efa12-f407-462b-9482-5511b47b9d2a\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88b970c0-f589-4c19-8a78-95cabc1d798c\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e67b3b1-109a-4bdc-8cbf-cf861f0e2a50\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9e6dbfca-c7fe-4200-b234-61a18c3445f3\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"af0c7ef6-518f-4594-8620-53f0e21f7155\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b0bc8975-50ef-492b-a97c-01b4632b1170\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17980,\r\n                                \"end\": 18500,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8f57aaf-8843-4bb5-91b1-93778ce16b83\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ccdb89b5-cc24-4da2-9648-d83621156572\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9380,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd232ef3-7f24-4ed0-9d65-7f3594598715\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d2bfedd2-ba3f-47c5-97dc-56a64bfca643\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3026953-cf8f-43b0-9103-d24764b03052\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6b180c4-bf94-4be9-876e-2aa559e1dad3\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"da1f4ad3-8ab8-463e-9dd3-6020f2434353\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18500,\r\n                                \"end\": 18580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db145a85-f275-4429-855b-c308925c2272\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ddf54b5d-8e7d-43f2-a71f-0be70f0ff44c\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dffd59a3-52e2-4a23-bba5-72058bafbcfb\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e43b899c-644b-4b6a-8290-d305d1790839\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e76e9a2e-8365-4a68-8597-e2cb157cb773\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8660,\r\n                                \"end\": 9040,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef92556d-e3fc-45d3-8cfa-55f0362442d1\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4450449-9875-492a-ac49-6f8b0a3118ee\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f49b0c53-41b9-4d35-a458-9213e9d5400a\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fcd11ef0-fc10-45f4-8194-be07b638e7d0\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18580,\r\n                                \"end\": 19040,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fe212b46-515d-4c1d-9562-6bfec5e041ec\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"b10e3d7f-6281-41a2-ac5b-4637f223793b\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"a29d242d-a4ee-41af-a946-06dfdd73a95c\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130380,\r\n                                \"end\": 131200,\r\n                                \"duration\": 820,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0401205-5f54-46ef-81b4-207fe46f3a61\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e894a05c-8ef0-4ce0-87ff-fe5cde7c24da\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"bf42940b-aef8-495a-a2b7-56af49a0192e\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"d1232784-c095-4d05-bce5-849242d31cea\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100780,\r\n                        \"end\": 107820,\r\n                        \"duration\": 7040,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0f2c8e82-0d38-4e60-82b1-d2e22fdc4c7a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107560,\r\n                                \"end\": 107700,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"100eb726-6f51-4788-afe6-6537494b1818\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21c9a79f-8811-47d5-8f19-db5e69a86dec\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f749798-7a82-435e-ab98-a166891ddd52\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102580,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5585c49d-6234-4fab-b56a-23c3652f7f5e\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100780,\r\n                                \"end\": 101180,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"68200f1e-4bf9-49fb-886a-f5c8d6e2cc15\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b312a11-b6e9-4ecb-9b6c-a91caeb92d73\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"82f46681-bddb-43c2-81d4-848063a48911\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91d2e627-7bf2-458b-a631-0817dff318f9\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94daed7a-747f-41bc-8364-680c70b94a88\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96106463-6f5c-4e06-9f72-571ab334d4bf\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aaf5ec05-73cc-47b0-a934-37f369de3211\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aafb695e-aaa9-4c71-b197-d2cb05ac6213\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b743dd23-b4e6-4cc6-98c8-6940a55089a6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e32825cf-f012-43f6-b0f3-338769a4b63b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e3c7c9f8-36da-4c1f-bab5-9f9e32caf0f4\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f62dea9d-2758-4cc5-8a25-e0bb68da255e\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102580,\r\n                                \"end\": 102820,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"d1232784-c095-4d05-bce5-849242d31cea\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0d61bf5c-e6f7-4730-993f-0c33596a660e\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.4,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e9c7443-c479-4110-a6b4-af81fe4b8659\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"111d4eef-d17c-4432-82f7-9cebe426829c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11af38cd-cf66-4b80-ad8b-b05f0feb1c40\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.65,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2034b998-d9db-4e65-91c4-80171027ad13\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23ded827-7d35-4566-864f-c648c818d22d\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"28d05d50-a233-407d-9c27-21146d18006f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c45553c-60e4-459a-8bc1-4254409d4624\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ec185f8-6272-4ca8-838e-ee0947914895\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3081b55a-8258-492e-8c52-f2fc42aa7d88\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41266476-1e88-4dca-a97f-b49a338cc166\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"41e48af8-64ba-43dd-abc6-f778356a4c6e\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"47b92c58-2b9f-41ad-85e8-d9bd1eb0f666\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"537e7f3d-94ee-4ef0-bd00-46254d688bbe\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"598f3af9-d4bf-4069-b2f1-8646f5fcdb54\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5c8f381f-0309-49e8-a817-1f9aca92acae\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5e6f8b6c-4458-48f5-baae-85cb40b1cd17\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"64d21499-db27-42b8-9e13-30b697501f9d\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6bf8ff46-5cc6-47bf-9588-7ca8e35e275c\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6dffb11d-6b9f-4c68-b6de-4e0c22773099\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73de14f0-f285-4a28-80b8-75d5f8576c3a\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113530,\r\n                                \"end\": 114130,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7406d4f7-150e-4d26-9aa7-5feccc1ebacf\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113530,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"780b3acd-1b34-475b-9c8f-110509d8bd0a\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78eb7b20-a3a0-496a-be0b-5f570be9fded\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111350,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.42,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7b94789d-8bf2-4c57-9638-2c3fa3a432c7\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126570,\r\n                                \"end\": 126830,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d6025d6-807b-41e3-8fa3-0aaf23b915a9\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f615e40-0401-4791-805e-b02cbf3e52db\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"838459a6-f6ce-450e-8428-6c1ef8466cf4\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"861a7ef8-4bcc-4786-a134-149f534e196c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"874d1e46-1205-46cc-9394-6a14da046aba\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125730,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90299ce4-e7bf-453f-97ce-0c40230c47b6\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119430,\r\n                                \"end\": 119850,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92a0a5fc-de2e-42d5-8d0f-f1f067960360\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"960e041d-7186-434d-96c6-b1feac9a28a3\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a633e88-2e12-4bdc-9bc2-3a7cd8fa7ea3\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a4463b15-27ef-4b8f-b51f-a42db79b0577\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a81b1aab-9d57-4c84-adba-94faf8e89ecb\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119850,\r\n                                \"end\": 119970,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8759726-5eaa-4ea7-8faf-4d3e991c1e09\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd39503c-113f-4058-a557-4814c2e5feb3\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c27768eb-eece-4281-ac43-be2e5a046a0c\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cbe55712-47d5-42d3-b7cb-ba6f939596c5\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf49e26d-4c36-48cf-ab5e-bf0ca65cb772\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125730,\r\n                                \"end\": 126090,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf8c931e-5fab-410c-aa73-1261642408e5\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d693af65-6762-4726-92d3-da72a5bfad7f\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de9edd16-636c-4f7a-8ce7-76c4a702d6f7\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119430,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dea9d16c-87cc-4ab3-b4e5-c59afa0c7278\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea3ae986-a0eb-4c9d-950e-575bfc33cfb7\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"eb698e22-f144-475c-9bcc-882ab2fe489b\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"edd22e19-c87d-457e-b61d-cd5e59013ab8\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126570,\r\n                                \"duration\": 480,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f19a6cbb-c360-4cdd-be23-7325f7ca2efe\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f86c461f-68da-48fe-b8e5-8dda64c531f3\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f991cfe3-1a31-46e6-a4aa-c57a198c32e5\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd4c0614-6a8f-4d0a-8415-0252bc9f28d3\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"e5affae9-66a7-49b2-8c17-8970ad16798a\"\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0b212d30-7397-4a80-9e0b-35b7bbafe3ce\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11c70bc0-2927-43bf-b181-03c19d78881a\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11ece938-a21d-47e4-be96-646e821f5dfa\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"155fa75e-9f3e-4685-be74-7fb89daac57f\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d832cc5-048d-4577-a4ca-b0d341ea9464\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2fcd1dbf-c526-4be8-997b-aaec95ae410e\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4d7afe50-9ff9-46ec-91a3-2c210c5b3a42\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4da91573-30b8-453a-9599-d502950c6d63\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37250,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"504ea658-2076-4163-8474-9d4775c08559\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"647b39a8-0a04-4033-abba-4b5d1b1672cf\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7566dec8-3ca8-465b-a511-021ba1d2aef9\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"762d6f35-f834-4bcb-a4e6-dc90a3589407\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88153664-2093-4d92-ba46-06007d2bc9ce\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9a6ce182-0752-43d8-acdf-8b64ef9bca29\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9fd237f1-1911-43a2-8c21-17ef017f2bbc\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a5c4b142-75d1-4d64-ad54-26c76f21d527\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5ea2b03-64f5-4c0d-9099-e3ea45f653ae\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39630,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c007804b-ada6-40c8-a682-41137a70c6dd\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ca11e6c3-5f77-40ae-a304-17abdd456d66\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33270,\r\n                                \"end\": 33470,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d4ebff45-28d9-4699-a859-a11017b5027f\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee0cf641-5691-4a52-920e-262ce3d62109\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee5652dd-bf7d-4f77-b713-40cf2c56d369\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37250,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1580,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e9f10176-c7f0-4ec3-b2f7-1a1180dd4d7a\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"summary\": [\r\n                    {\r\n                        \"id\": \"3fedea81-869b-4804-a16c-505270eaec99\",\r\n                        \"text\": \"L'appel a pour sujet la connexion internet d'un client, M. Alain Dupont, qui rencontre des difficultés à se connecter depuis ce matin. L'agent s'excuse et vérifie l'état du compte et de la box. Après constatation d'un problème technique, un ticket est créé pour informer les équipes techniques. Le client accepte une extension de data mobile en attendant la résolution du problème.\",\r\n                        \"object\": null,\r\n                        \"type\": \"summary\"\r\n                    }\r\n                ],\r\n                \"title\": [\r\n                    {\r\n                        \"id\": \"587383db-6f17-4960-bc50-9a05cc649fbe\",\r\n                        \"text\": \"Problème de connexion internet client - Vérification état compte & box, création ticket, extension data mobile\",\r\n                        \"object\": null,\r\n                        \"type\": \"title\"\r\n                    }\r\n                ],\r\n                \"step-by-step-summary\": [\r\n                    {\r\n                        \"id\": \"ac4db825-7c1b-4bc2-aa8d-8d454ed52035\",\r\n                        \"text\": \"L'appel débute par une salutation et présentation de l'agent, suivi du client, M. Alain Dupont, qui exprime son problème : il ne peut plus se connecter à internet avec sa box depuis ce matin.\\\\n-L'agent s'excuse pour le désagrément et demande les informations nécessaires pour vérifier l'état du compte et de la box. Le client fournit son numéro de compte (14 15 92 6) et l'identifiant de sa box (29 97 92 45 8).\\\\n-L'agent vérifie les informations, pendant ce temps le client décrit plus en détail son problème : la connexion a été interrompue brusquement et il n'a pas réussi à la rétablir après plusieurs redémarrages.\\\\n-L'agent constate un problème technique, crée un ticket pour informer les équipes techniques. Il demande au client de redémarrer une dernière fois sa box pendant ce temps-là et lui donne son numéro de suivi (343A).\\\\n-L'agent propose une extension de data mobile en attendant la résolution du problème, que le client accepte. L'agent crédite 200 gigas sur le numéro fourni par le client (06 17) et clôt l'appel.\",\r\n                        \"object\": [\r\n                            \"L'appel débute par une salutation et présentation de l'agent, suivi du client, M. Alain Dupont, qui exprime son problème : il ne peut plus se connecter à internet avec sa box depuis ce matin.\",\r\n                            \"L'agent s'excuse pour le désagrément et demande les informations nécessaires pour vérifier l'état du compte et de la box. Le client fournit son numéro de compte (14 15 92 6) et l'identifiant de sa box (29 97 92 45 8).\",\r\n                            \"L'agent vérifie les informations, pendant ce temps le client décrit plus en détail son problème : la connexion a été interrompue brusquement et il n'a pas réussi à la rétablir après plusieurs redémarrages.\",\r\n                            \"L'agent constate un problème technique, crée un ticket pour informer les équipes techniques. Il demande au client de redémarrer une dernière fois sa box pendant ce temps-là et lui donne son numéro de suivi (343A).\",\r\n                            \"L'agent propose une extension de data mobile en attendant la résolution du problème, que le client accepte. L'agent crédite 200 gigas sur le numéro fourni par le client (06 17) et clôt l'appel.\"\r\n                        ],\r\n                        \"type\": \"step-by-step-summary\"\r\n                    }\r\n                ]\r\n            },\r\n            \"tags\": [\r\n                \"création_ticket\",\r\n                \"extension_data_mobile\",\r\n                \"probleme_connexion\",\r\n                \"vérification_compte\"\r\n            ]\r\n        }\r\n    }\r\n}"}],"_postman_id":"0e8171e4-aa01-45df-b116-42cb6b03fde3"}],"id":"bc651ecf-d5fb-42df-ad94-0b51edde6f2d","_postman_id":"bc651ecf-d5fb-42df-ad94-0b51edde6f2d","description":""}],"id":"6455ba13-0dcc-43ef-a21b-1ae908e73e1f","description":"<p>The <strong>\"Call Summarization\"</strong> AI Insight provides an AI-powered summary of the contents of a call. This service is designed to generate a concise and relevant summary. The summary aims to encapsulate the key points discussed during the call, allowing users to quickly grasp the essence without listening to or reading the entire transcript.</p>\n<h4 id=\"endpoint-features-\">Endpoint Features :</h4>\n<h5 id=\"automatic-summarization\">Automatic Summarization</h5>\n<p>Generates a comprehensive summary of the call</p>\n<h5 id=\"automatic-step-by-step-summarization\">Automatic Step-by-step Summarization</h5>\n<p>Generates a detailed summary of the call</p>\n<h5 id=\"automatic-title-generation\">Automatic Title Generation</h5>\n<p>Generates a short title concisely summarizing the essential elements of the call</p>\n<h5 id=\"optional-tags-generation\">Optional Tags Generation</h5>\n<p>You can opt to <strong>generate tags</strong> along with the summary and title. These tags are keywords that represent the main topics of the call. They provide a quick reference to the call's content and can be used for categorization or indexing purposes</p>\n<p>You will need to include <code>generate_tags_with_summary</code> in your request <strong>in order to enable the tags generation</strong></p>\n<p><em>This will be accounted as an additional credit usage in your account as it requires an additional model</em></p>\n<h4 id=\"output-format-\">Output Format :</h4>\n<p>The output is formatted as multiple objects (summary, step-by-step-summary, title) containing the key elements of the call summarization</p>\n<p><strong>API Task Key</strong> : <code>summarization</code></p>\n<h4 id=\"generated-ai-insights-\">Generated AI Insights :</h4>\n<p><strong>Paths</strong> : <code>ai-insights.summary</code>, <code>ai-insights.step-by-step-summary</code>, <code>ai-insights.title</code></p>\n<p><strong>Structures</strong> :</p>\n<p><code>summary</code></p>\n<ul>\n<li><code>text</code>: The call content summary in the format of a short paragraph</li>\n</ul>\n<p><code>step-by-step-summary</code></p>\n<ul>\n<li><p><code>object</code>: The call content summary in the format of a list of call segments/steps short summaries</p>\n</li>\n<li><p><code>text</code>: The call content summary in the format of raw text containing call segments/steps short summaries, separated by <code>\\\\n-</code></p>\n</li>\n</ul>\n<p><code>title</code></p>\n<ul>\n<li><code>text</code>: The call content summary in the format of a short title with key elements</li>\n</ul>\n<p><strong>Types</strong> :</p>\n<ul>\n<li><p>\"summary\"</p>\n</li>\n<li><p>\"step-by-step-summary\"</p>\n</li>\n<li><p>\"title\"</p>\n</li>\n</ul>\n<p>The summary and title are in the <strong>text</strong> field of their respective insights.<br />The step-by-step-summary is in the <strong>object</strong> field of its insight.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"step-by-step-summary\": [\n        {\n            \"id\": \"uuid\",\n            \"text\": \"string (step-1 summary\\\\n-step-2 summary\\\\n-...)\",\n            \"object\": [\n                \"string (step-1 summary)\",\n                \"string (step-2 summary)\",\n                \"...\"\n            ],\n            \"type\": \"step-by-step-summary\"\n        }\n    ],\n    \"summary\": [\n        {\n            \"id\": \"uuid\",\n            \"text\": \"string\",\n            \"object\": null,\n            \"type\": \"summary\"\n        }\n    ],\n    \"title\": [\n        {\n            \"id\": \"uuid\",\n            \"text\": \"string\",\n            \"object\": null,\n            \"type\": \"title\"\n        }\n    ]\n}\n\n</code></pre>\n<h5 id=\"generated-tags-if-enabled\">Generated Tags (if enabled)</h5>\n<p><strong>Path</strong> : <code>tags</code></p>\n<p><strong>Structure</strong> : Array of call tags (String), the main topics discussed during the call (keywords)  </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\"tag1\", \"tag2\", \"...\" ]\n\n</code></pre>\n<img src=\"https://content.pstmn.io/4de899d3-6b56-4608-a006-28fd0eb09b20/YVcxaFoyVXVjRzVuLnBuZw==\" alt=\"Call%20summarization%20result%20example\" width=\"100%\" />","_postman_id":"6455ba13-0dcc-43ef-a21b-1ae908e73e1f"},{"name":"Run multiple AI analyses","item":[{"name":"Run multiple AI analyses on previously transcribed audio","item":[{"name":"Run multiple AI analyses on previously transcribed audio","id":"77cb1827-3396-499f-871a-f63029fc131e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_tasks\": [\r\n        \"actions-extraction\",\r\n        \"call-reason-extraction\",\r\n        \"summarization\"\r\n    ],\r\n    \"job_id\": \"\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"en\"\r\n        }\r\n    }\r\n}"},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p><a href=\"#3326fe43-41f9-4da7-8c93-ca87b26c641e\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<h5 id=\"webhook-callback-reception-on-successful-ai-analyses\">WebHook callback reception on successful AI analyses</h5>\n<p>Run multiple AI analyses on previously transcribed audio, and receive a webhook callback (POST request) on successful analyses, including the resulting transcript and AI insights in the language of your choice.</p>\n<p>To receive a webhook callback on successful analyses, make sure to specify webhook callback parameter <code>results_webhook_callback_url</code> in the transcription task request : More details in dedicated section <a href=\"#47192c71-f749-4306-b9b9-934b4584bf42\">Webhook Callback description</a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"29b5cb83-2e36-4989-b1ee-34ebf75c6287","name":"Run multiple AI analyses on previously transcribed audio","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"ai-insight\",\r\n    \"insight_tasks\": [\r\n        \"actions-extraction\",\r\n        \"call-reason-extraction\",\r\n        \"summarization\"\r\n    ],\r\n    \"job_id\": \"\",\r\n    \"configuration\": {\r\n        \"company_name\": \"Company A\",\r\n        \"vocabulary\": \"Company sector, products names, industry\",\r\n        \"insights\": {\r\n            \"output_lang\": \"fr\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d?expires=1710767521&task=ai-insight&signature=6088c1adb4fcc80a8290316a8e97a00c8758c83c78d842bb693db241997acc80\",\r\n    \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\"\r\n}"}],"_postman_id":"77cb1827-3396-499f-871a-f63029fc131e"},{"name":"Get multiple AI analyses status/result","id":"10ea969d-8e5c-4a71-acfc-ae68478b6b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"1bf0361a-c3c9-444a-bcba-de9cc9505e48","name":"Get multiple AI analyses status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/6b4e3482-0074-480c-bc00-267a40571a7d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"6b4e3482-0074-480c-bc00-267a40571a7d\",\r\n        \"audio_id\": \"5573af70-2c6f-4fa0-90ec-395f7f5f83a1\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Merci, au revoir. Au revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup.\\n\\nAgent: D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée\\n\\nClient: Merci, au revoir.\\n\\nAgent: Au revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71180,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6240,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"2afc7624-88a5-4fd6-8b37-903256e76ba0\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d719bc2-0087-473c-8472-b8581d26f186\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32255f26-61f3-400f-bc6a-8e7236157ea3\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32d1ea11-e5f3-49b9-8817-853e0cbd448e\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38600642-3491-4ec2-a1fe-b8da5490b7a2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"409aad5a-35b0-400b-b876-bfd2d1d21994\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"706e1683-11e3-473d-ae0d-a08cb41dbd3e\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77dc2bc9-8cf8-4a11-b73d-6e7709de6d35\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80a165c8-f0ee-444c-af54-6dec1dc3eb3b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8306ec65-7f97-4d01-b745-ec3bdcd5f7a5\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"865d5b56-fa93-47d1-8e2b-df5b29f5c6db\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86a7c655-186b-4780-a554-52fb003517de\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"876a5cd4-9b65-428c-a35a-e39b2f117620\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d28e127-e26f-4c49-ad5f-629720ac2eea\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.66,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2db8b59-e981-419b-8f17-325afbb3f851\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3c690a1-cebb-48ce-b302-2843c305267a\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c804581c-6ddc-4dad-affd-9ae817a57277\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3a38392-d1db-422b-a961-1367c648239a\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d614e398-1822-47ef-b9df-49248a260c11\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71180,\r\n                                \"end\": 71700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"deb79bae-b52b-4cf9-9b4c-d46ff46a9747\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76280,\r\n                                \"end\": 76380,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dec0216d-a3b7-4867-888b-9ea6ae613d91\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0cb4eee-9e3d-4447-bef9-75b25ef86f3b\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5e08901-bc17-4d2a-a9fc-c38fdaf461e8\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef1e3577-f863-422d-a28d-cae18183df48\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef2b4931-7e10-41ff-b4c2-16c9925762d9\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3afcf4b-6069-450c-8b9b-419d4db7941e\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:11-01:17\"\r\n                    },\r\n                    {\r\n                        \"id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"058b39f7-5679-4a89-b78d-d392d753ad18\",\r\n                                \"text\": \" boîte\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.58,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1777c2ff-6bc5-484e-bd14-4253157d9c33\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f761eb1-2c29-4d6d-88b5-e10be8ac47d7\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"207bd113-bcdd-4d56-b647-74c650b2ef34\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b89ae04-2b3f-4f5a-8796-a235b6f8b810\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3aa85b7f-8273-4f23-8238-ecafa6c02206\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b147c46-d2e7-4fd4-9e57-a21642535c94\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f0bc6bf-1175-4160-83ab-affaba92dbaa\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"581022a2-5a7b-4224-8b27-07fbf9fa7531\",\r\n                                \"text\": \" Internet,\",\r\n                                \"start\": 30550,\r\n                                \"end\": 30830,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63b8dea7-563f-4a88-aeb3-d0c7755eb899\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ad4281d-dafa-4ede-b98a-01c421558aec\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b0e322d-6341-4b5f-a471-f16e6215c847\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27890,\r\n                                \"end\": 28290,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7727900f-75b4-4563-9c10-6c284d160abd\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78a624a4-1ebc-4d5b-bda4-5318f8877d07\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f19c5b8-fe57-4fdc-87ee-7a870146180e\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"803d1bd7-84a0-4ec8-b242-a3e1e4970c7b\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 30430,\r\n                                \"end\": 30550,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8877e804-097f-4b41-9e74-c1fd9d15cecb\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88a8109e-a8e6-4513-9353-c31b1d26cbb3\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a1350d1-fdca-4f3c-b670-6a2641b8a877\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9288b6b2-a3e4-4e0c-823b-28b8e41ce688\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94a0a2e9-66da-42e6-8bde-8172935d75d8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f984127-9a46-46a8-9b69-b5924efdb330\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a67879f8-c227-4e50-85c2-2af3ab07cf0c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7a12eba-5b24-4522-bd1f-ad627f53d0cc\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a970940b-db42-4276-a9cf-53042631f90d\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b157efba-382c-4b47-8cb2-83ef66294157\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24550,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b891eb90-2172-4a92-add6-5eb9245c61e0\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b977496a-b22f-405f-b9a5-1628e5796c76\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba31554f-984b-469e-959e-d588f5b1eede\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bce84db7-bcde-41f1-bd75-529e990f48c7\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5d8dca7-0c1f-456e-96bc-b273cdb64550\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c993ec38-fe6b-4ecd-a4b0-9804425aca41\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd7e6810-5c42-43af-a150-850bce618e80\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd85cf3c-665c-4612-9e07-fe5eb685da19\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf52e4a2-89de-42c3-a1cb-d246f40a7c1e\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db1f35c7-3199-4904-bd4d-0eb7d1f8180d\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24810,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4584d12-7f11-4439-9b64-3652f24d9899\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.79,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdd1935f-f791-4f36-8954-581bd4940adc\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:22-00:31\"\r\n                    },\r\n                    {\r\n                        \"id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01ea1411-544c-4345-9be4-7c939745bf1c\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08350bc9-f128-4b5a-a1df-d739fb10d83e\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e217a27-0877-49d4-818f-ae79bbd3dc3a\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"133ca978-d305-4821-a973-128b7a32be62\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dbb5d0d-9eda-42d4-9687-64bfcf618487\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2052a5ba-68f3-4b4b-a688-05a401fed5ff\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"237fde06-2e33-4a90-b28d-d2abd0d44e81\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24443ea9-0601-4207-8b08-ee578122ead0\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24664ea0-fb02-4b33-a9f5-58c413019b38\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25234d77-21f1-447e-82f8-725c3a3edf40\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29302358-f6a9-448c-b839-0336feaac7ee\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d499b55-69db-4cf0-9ca1-7acdce4c7a67\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"351c4932-434c-4bac-b8e0-8b8f27322132\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c4428ac-b708-4b03-bd7e-e4b393f0b9e0\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4253ae2c-4103-4805-acee-521abdd3cbd0\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49d9a628-095c-4126-8f71-2f4783657c59\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cc859d8-6bd1-4670-b598-4fc3141317ab\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53f85aab-6cb0-40dd-8735-3a683556c105\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"547b27f5-f60d-479f-9f86-2a61bbe7b7ee\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54de7eac-1a05-4f79-8835-3a73e889acc8\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f30af24-f29c-4b73-b795-bbeb818ebdde\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b97724f-5807-49c2-88df-dd7635b3d820\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73e93796-94fa-4a28-b4be-09f5fe6eb850\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e237280-449b-4ccb-bc84-754f582b7ba0\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80c46e97-c515-4773-b609-0f5aa3cad22c\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"815bb3f2-5e99-44b7-833e-a4eb41c2b89d\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88d851cf-8613-4192-816e-d39db559bd68\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88360,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8932adb8-91c3-42fd-8bc5-783a30efd64c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f7459ae-ef99-4790-9dac-81dbe34bed16\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"962e9913-1990-45a4-9ecb-aa96efc67130\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9cc84e56-aae1-4919-9a22-147760275d18\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a47ccba2-b87b-4daf-a7ee-7c49c7fed122\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7e2d652-05c1-43a1-a275-4c6880b9a673\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7e7d03d-e132-4ca1-834c-4c6499ef014b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa598fa8-1526-4d67-9391-083d18553d72\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad6c3e6b-b550-4606-8b05-9e6fc2517813\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b362ab65-326c-4dbd-a4b7-ff0d488fdf3e\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b363779a-e816-4a05-afcd-43ff11ebdbf1\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b42cd959-98b7-408a-9478-8f160f26cd7a\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b79102a6-8f64-4f5d-b25a-4db3a96a8ba8\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8cdda67-947a-4663-82bd-3436b93ca16e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc896963-15dd-4470-96c3-ffc08437344b\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c49db411-76aa-4210-8461-8c597bc1bf1f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0410324-4691-45c5-94bf-45399c8e71fe\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6ecc374-74ee-4c0c-baf6-ed5ddab9e6e7\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d88e2c71-b4f0-47ef-a8ed-310ce247874b\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbe935dc-f42d-4b54-990d-518be1851ba9\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0984c73-ac9b-4a77-bdbd-ddd3efa80973\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0bdc2e0-e131-423b-81f6-dbc26699347a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6149dcb-9a2e-4c9d-9d30-28301b65522a\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7ebd622-6981-45dc-b92b-8c6bb1bea5fb\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9cda61e-a877-494c-8394-d7775ab58397\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2e212fa-06ed-43ab-992a-868ab5b6f3a3\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7493992-2a44-4675-817a-672aa97fb0ae\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc435e42-94ae-4a22-b27f-418338d41926\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:23-01:39\"\r\n                    },\r\n                    {\r\n                        \"id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci.\",\r\n                        \"start\": 132420,\r\n                        \"end\": 140240,\r\n                        \"duration\": 7820,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0cc476a2-c897-4bd9-88f3-678f9062122a\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d8c4acf-c499-4c53-843e-4d977c8803c5\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ceb587a-da7f-479f-8d76-7e3d08fff068\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f591265-80b8-42a7-9d87-d24d3b5e4cae\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31ee1439-5992-4405-9724-636756d75513\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38c73014-a02e-49be-990d-ea9a07c72fab\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c133c71-5fc8-4713-acd2-92d2c889e0af\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f7600d8-5eb8-4563-ab18-58b4e3a964ac\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40652380-6673-4ae4-a8c9-b7b2e2cb4379\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"411c87ed-2715-4f8c-96de-c9766b719aca\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"422d21ab-5378-46d9-80d0-df15555942c9\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43b6fc20-6c76-48be-8dd0-a3fac6c0fdc9\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135020,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e704630-fc49-4214-ad7d-193aa583ef44\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e4593dc-c43e-421c-9df5-c6fdee6e8d9f\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e2917d0-e4a2-4592-8308-5b90646e23e7\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133640,\r\n                                \"end\": 134100,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e7785c0-6581-4906-aab7-f569cd6ea17a\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86bf95a3-6009-478f-8b01-f60cdbe58164\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"982dde52-0b9f-4ad2-830d-bd0ee3c9576d\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c97df05f-8c56-4606-b1e8-90c25223bcfb\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135020,\r\n                                \"end\": 135420,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"caa6a63d-c7d7-481d-a7ac-773de79bb117\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d36abec5-e454-427c-b5a7-ed4c8f1c18bb\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f08e1ed5-d3c9-4ff9-9e8f-50b0da4ca966\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9d0c50a-9981-49b8-9907-776f4e82a3d6\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132420,\r\n                                \"end\": 133220,\r\n                                \"duration\": 800,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:12-02:20\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100860,\r\n                        \"end\": 107820,\r\n                        \"duration\": 6960,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"40d5a441-19f8-4e32-bfb1-222c9c78f87a\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"47ee44b7-5a1a-4012-818a-79d574257128\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50331e9b-426f-419b-8b77-9ca680c57074\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6006a52c-674d-430e-8464-15380d79df8a\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6985ce93-19e1-422c-b521-9c0c049a7739\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107580,\r\n                                \"end\": 107700,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"719605c9-c825-4f3b-ae03-a6ba091f9aa8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8082b31d-05cb-43d1-bac6-39594ad5126d\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"976c15c0-7fd9-418f-93d0-e58accbb4eed\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9989946d-d2b7-4336-9511-f0be728a3d8d\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c815935-481a-48e7-80ff-12cae5f4a15a\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5f0da53-fef4-428f-be21-a00c713e026d\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102600,\r\n                                \"end\": 102820,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d39a6770-a9a1-4d61-be8a-0d5b4f34390d\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100860,\r\n                                \"end\": 101180,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.7,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de965bf8-8581-4e29-9632-004c07b99704\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5fc21a5-78de-4c38-9eac-0b6340520d01\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee5c5c95-aa82-4632-ba8e-b9ed6cacd294\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107580,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb3d99b6-513c-4518-8791-25a412d16048\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd9745df-c16f-478e-8e60-c21ecd6ea640\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:40-01:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"513889dc-93d4-4482-938a-867062de0198\",\r\n                        \"text\": \"D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée\",\r\n                        \"start\": 154600,\r\n                        \"end\": 163980,\r\n                        \"duration\": 9380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"030e605b-f865-4f8e-ac52-060e93f79aee\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07a0c308-8208-4e13-9db8-2b829a457de0\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b1bf2c1-c210-4014-a86f-1cebe6d1c9e2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b9fda02-6c79-4054-acdd-739ec5bc8827\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13921167-67b6-40f5-9364-c708f5c04352\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1772ed11-512f-47d7-96d7-11ad04e9a6f5\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158000,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27c486e7-f8aa-48c4-9af8-7be20c6f6236\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a47b056-9cc6-4e29-b073-af53cbf1f64a\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 154600,\r\n                                \"end\": 155160,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"304de7df-6155-48e1-8c38-96f8f2eff0b8\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"390419a9-3d2d-4328-9226-ff123b633e33\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51363ec7-cd20-48e2-80b4-edd4e260909d\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b8b5ff9-9fa0-4985-a1e4-ab614891c542\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73e1a744-d60d-448b-ab38-2f3c0936bce3\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160100,\r\n                                \"end\": 160480,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d5db6ed-fdc3-4630-9c0a-0a2261bfb85a\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f558da6-5e5b-4831-8e41-16476b6fb5ae\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160480,\r\n                                \"end\": 160760,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.7,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83930814-9a4e-4ff9-abff-0cb2bb8e9b98\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8dc4a2d2-0483-44a1-82ca-ddeaec90ca72\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e6b0d48-397d-4c16-93f8-b7f3fdf15554\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158000,\r\n                                \"end\": 158080,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91169444-d587-414c-85c8-218d193af4a6\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae2e4f8d-6009-446a-a82c-c2dc17551dc4\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf5312e6-0ff7-4716-bf3e-bed0dd25ffca\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1f4a7d5-0e94-4843-b31b-a6ba37acdd13\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157120,\r\n                                \"end\": 157780,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5643a06-ffd6-4a9f-95b2-4c2df17045c3\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db485ec5-23c0-45a7-b593-c4bea2cfc9fd\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd62ec91-6f10-4c0e-aa4d-7c0a9398f7cf\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df6741b7-e4bc-4bba-a67b-57a59becb0f5\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e323f500-5e8e-4c5c-ad9e-3234ceaeb0e0\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.04,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2cb29e5-6df5-4d8d-aa3d-9c30fe890536\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3ce9621-771c-45c3-b8fe-7f973b0fc221\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160100,\r\n                                \"duration\": 640,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:34-02:43\"\r\n                    },\r\n                    {\r\n                        \"id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\",\r\n                        \"text\": \"Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"07353049-9dba-4a7b-aaf8-fba6a9bfd63f\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17960,\r\n                                \"end\": 18480,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0aacd8a4-a578-43c0-93fc-d745c54f817f\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6600,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10cdf57a-d265-4711-a187-5a9e5ea35e95\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18480,\r\n                                \"end\": 18560,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b059db4-6462-4fb9-9b56-a9fe78ea0f4d\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2170d380-1bf1-47f0-90b5-b81bea1ed145\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23ec2fe5-a10a-4e72-93a7-3fc92c5ee160\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c33ce30-4bc9-41c5-a306-8caeebeda93c\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"316c8ab9-e02c-4a6c-9593-d081693c1a7b\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9820,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3488bce5-a912-4fc4-a36b-d0eba8eef1f4\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35bfd1a4-550c-49fd-b916-c97984943f2c\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"388b8a47-1530-48f7-88c7-b3040bad78af\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"463b33c1-3490-4e53-8463-4381c458ce87\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fcbfd9b-6c56-4353-a649-2b127dbfb899\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.02,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55622b92-6710-4468-a773-e1558b04c34d\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60363f2c-3a4d-47e5-b4a2-a7db61f7e0d4\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"621b0a32-b769-4703-b799-76cd6fe9bd7d\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"629abd4d-ee55-482b-989e-882873bb86b8\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9820,\r\n                                \"end\": 9980,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f9c63fa-0000-4691-922a-d14497a623a8\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"736f07ef-16b6-42ab-9fc3-273f56fbc690\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76ddfd1a-9dc1-4f81-b60d-b265622e375e\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d66fa73-faef-41f4-942f-74a673cb9e78\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18560,\r\n                                \"end\": 19020,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f7cd804-c426-482c-ba85-dfa51bf1572c\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fa6cae0-eb2e-4372-b966-d16fbbb00b08\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8082beb8-e22b-416c-accf-1f48365ce73c\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9980,\r\n                                \"end\": 10220,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.49,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ef6ed4f-7a5f-4df6-be06-f1f91adb51ff\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13700,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92f591c5-d445-46e1-8b71-3d7c42f06f80\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93981d93-a257-42c0-a2f1-95327191036d\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ddbd490-15bc-4b12-8d7c-736e684d6502\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9dfaf68d-9fe6-4def-8a37-f31a73028b79\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14240,\r\n                                \"end\": 14640,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b12b09f8-7428-4c2b-80e1-7cd47711a1b0\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b47fb21b-e105-4900-bb74-237b9c40503a\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8640,\r\n                                \"end\": 9040,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5708b7e-8a60-4dcf-b82a-302ec8b2a65c\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b608023a-24ac-4ce4-86bf-b2154a4f76a1\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb18ccef-4376-4f3c-b1a2-8e4c5dbdbf0d\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcda206a-76c6-4421-a51a-da552cabd530\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9400,\r\n                                \"end\": 9660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c926e39f-5946-4809-ae36-f3cccaa31597\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d05be981-734a-47d0-a023-f2e631d9e07f\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9400,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db544bdd-7ea5-4d1d-a1fb-8a6cda559f4a\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd105cc5-7248-4d1f-be3b-d529f2e04eae\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e261d6ec-4887-4d5e-ad99-b24c0a696635\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13700,\r\n                                \"end\": 13980,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea469b8f-26df-458b-9f23-ec497a66af6f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0871ee6-afce-4abd-a097-ff13ec43d08b\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f11e7ac5-1f86-4a9d-9cfe-564498270447\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19020,\r\n                                \"end\": 19300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2b7096b-0f74-4f3d-bc65-a28b107f0e46\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7200,\r\n                                \"end\": 7720,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f72aec7c-124f-4f4a-8991-c7ae8c4b7ae2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:06-00:21\"\r\n                    },\r\n                    {\r\n                        \"id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"40292cac-1b12-4cd4-9f39-092bf9fd5ec2\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3166ad7-84db-4adb-a988-e362084d2a0b\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7805653-f878-45ee-b64e-0ad07c56cfd2\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130400,\r\n                                \"end\": 131200,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:09-02:11\"\r\n                    },\r\n                    {\r\n                        \"id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"003f55a0-6b1b-4067-91e5-3591a070f115\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03f578f8-74a4-4113-ae3f-67bc9e24cd67\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05f9a9b7-85d8-45a7-a568-10f569cabfeb\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0683a29e-40b1-4189-98c1-7344708d4a29\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11ef2447-e863-4a04-9e66-8917bad8e650\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16d95c71-0da2-477c-a0c9-9f2ab148d68a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b36076d-7492-4049-8d5b-b924d8636cd5\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b8eba68-cbbb-47c0-890b-c927fcba456c\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"303d1b81-2b1d-4e62-b232-5fca91103d90\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54c03c0c-870b-443c-a5bf-c396394e1f94\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63db52a4-6f69-4915-8a2e-f373e81597d6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71e39732-b8fa-4fac-a0e0-8235510ccb78\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37230,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8237a21c-7aea-4a73-bfb9-dfa3e450953b\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39610,\r\n                                \"duration\": 780,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8668c871-73ce-4fbf-8f78-012ebe47c647\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33250,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89486823-574d-4d53-b875-3602a0d645a5\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33250,\r\n                                \"end\": 33470,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96819293-e3ef-45b8-9135-9055c44cf5ba\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98e6d2ff-ddc9-4d0b-9927-a9b4932e041d\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b41c25a7-3ec2-4ded-911d-3609c71a5778\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd9579e7-7179-40c3-a60e-f0edf3ba0a48\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5c60def-6a8a-4852-850e-1c49f1f88740\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37230,\r\n                                \"duration\": 1060,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d007c0e3-3dbe-4028-a2c5-a37808f06e09\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db75b126-b6b6-4585-afd4-a9638a17e2dd\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:32-00:48\"\r\n                    },\r\n                    {\r\n                        \"id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\",\r\n                        \"text\": \"Au revoir, merci\",\r\n                        \"start\": 166500,\r\n                        \"end\": 167400,\r\n                        \"duration\": 900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"3369dcf2-9fa6-48ad-a36b-c6abfc053614\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 166500,\r\n                                \"end\": 166900,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be8a6bb6-ea39-4d6b-bf5a-5cfffe07fc2b\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167400,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ead24bc3-3f47-49d4-ab0e-963eccf88ade\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:46-02:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"040715ef-3ce9-4327-ada1-67d5b4e32062\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"06202087-0f2d-4079-b169-6554bf4061f3\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07c7b512-1e63-477a-81b2-c1c1400ec91e\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fa41990-9761-4874-b4b2-109d93a918d4\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4306912d-95a6-4996-9962-e83545cc5498\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51a53224-7719-433b-b4c6-bc4b19c38c94\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5350f90f-2d6f-4aa5-9585-12c540c21124\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.82,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5db76cf0-40c6-45da-a138-eb3247923e0a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ed6d1e5-fcf5-4958-9bbc-3eef11dad0c0\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89d16ae3-186d-4b7c-bae1-9d66e69926e1\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9bc871f3-34c3-4daa-8941-f23a73ddb3a1\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f9b3f6c-6fce-4c31-840e-fedac23b6b0b\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb4762a9-aeb5-48db-8a6b-443bbe21ac24\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dccebf72-eadc-49a3-b95b-adc80d3196dc\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dde7a334-1653-484e-88a3-2ea523694c76\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec84410d-ee23-41b0-9fe2-dbbbdef20dda\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f6ebac5f-4be7-4fe2-9546-99803c08c122\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:00-00:05\"\r\n                    },\r\n                    {\r\n                        \"id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"06beeda5-3af2-439a-8366-3ce52baf32be\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0748309b-6fda-4359-bcf4-5802aee66ed1\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10dff876-7070-4505-9cb9-c4d3e8655bfa\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11706e21-e5d3-4c70-8778-ae0e000de72b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14740279-54d2-421d-8e2e-414b81357c53\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"169bcfb5-841a-434a-b7b7-50cd31992489\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17aef651-1362-40aa-8e31-3263ad226308\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18c02779-afad-4a3a-96d7-3c529747183f\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111370,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"204849b7-f010-48d5-abad-8d0dfaf836f2\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27f798d9-c017-463a-857c-82dbaacbd022\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29235943-32ba-4a30-9e74-5ee77453abcf\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"293bbb28-326a-42ef-be9a-ad5a9977e7c7\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119410,\r\n                                \"end\": 119790,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a4d1220-34c1-43ed-92c8-a25d4a7f260e\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c8bc732-c8c0-463a-8a12-cfc2ea89ec12\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3370247f-a2ce-47d3-8e69-d063c247f2c2\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"362bf63c-745c-4c67-8ff8-51149ca186f9\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"402ba399-a0fc-4d2b-a7d0-845875599c08\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42184de2-c919-4761-b99f-50185189fe2f\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4317341a-72bd-4606-abc7-a3adf7fc4cf3\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a6eca42-77bc-4734-bc59-a68624e668ad\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b1dc39d-be79-4d8a-9fb2-337dc1e42d73\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119410,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f664a3c-74c9-4648-becb-167ff674c508\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"537173af-553c-412e-9c4a-bb7db15271a2\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5423d2c0-8e9b-4677-8c97-5a4d6b50e2b1\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ddfcb68-26cf-4eab-a069-09d1945c0060\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119790,\r\n                                \"end\": 119970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6bd75513-1a5f-4a04-920f-858dce79ea03\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e1248b5-73b2-485d-a85f-46be27c1e7fb\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126550,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.59,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e247e36-c70a-414e-9d71-75b7df6e1fdf\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70bfa0a8-6fa4-4d95-abf2-7f691147487d\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78621186-1ddc-494b-aa2a-8c095b3de429\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7bdc6e4b-29ce-4ee6-bf2e-b2df70d3b880\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125790,\r\n                                \"end\": 126090,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"809960e7-2352-4c43-bc16-0b1eab129204\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113510,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9395d7ba-82d8-4bdd-a441-2e70397a79da\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95a53c94-3cea-459f-8fa0-4528bab256d4\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b3b82c8-8ce2-4f5a-935b-c49bcca428be\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126550,\r\n                                \"end\": 126830,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b5ee152-72c0-441a-a0c9-1475f1750007\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9badc9de-3dee-46d5-a0f1-b7096c4bd3fc\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f8af396-a149-41f9-8877-178f5c520464\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a517348c-070a-43a3-a44b-78f44ec2436c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a987a998-7124-474d-ba11-15091172ce70\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113510,\r\n                                \"end\": 114130,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb70da0e-9fde-46c7-9fa5-100f60edef29\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc20d54f-3f2d-45e7-8125-5a9bbff2368e\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125790,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bde65e98-ee6d-4aa1-8c09-90a96681de4f\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be971ad6-0163-481c-9a36-1876a8296b4a\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc67fb4c-722e-4c67-9f72-a6b822a5575b\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0814106-0f8f-4810-87b7-bb2320aa2ad3\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbb8dc2b-069a-48fc-9a7a-03ee717f125b\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5b42f97-9237-4f63-bbe3-738e99be1f5b\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f66a98b5-4af8-49d1-be5e-fdf440fee892\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7e871d5-6a23-4c0a-b63b-5ee47dc4796f\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.39,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9f36c81-a995-441d-9f65-e89740689526\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdefc64f-f278-4ee0-a385-879644f6e6e6\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:50-02:08\"\r\n                    },\r\n                    {\r\n                        \"id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57710,\r\n                        \"duration\": 8000,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1242c520-eec1-4bef-aabc-5af348512006\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14f4ecd4-2d2e-464e-aa44-94f04f4b8eff\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dc905f4-caa3-4f00-aeba-d10ac8bf84a7\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.71,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f6681ad-fc7d-4dd2-8c50-73704ce85aa9\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25db2b22-0e37-4582-8fdc-c0de139cb98f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2938144c-3298-4f9d-aa3e-9ede0fcb32a0\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d920bff-1aba-4adf-882e-f849f8d29c95\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31412cd1-9437-4d36-83d2-9b894340a95a\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3258c63f-bfde-4080-ab4e-69da651d9176\",\r\n                                \"text\": \" Internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3aa1ea13-2faf-46be-9603-bad6db6ce817\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3acc5c27-0533-40c4-814e-7b6d35199e7d\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c5a0904-f3bf-40a2-a753-10e3f5020d41\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b09f05c-f5d7-4d74-8a66-6af5898818a3\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e2a46e6-b372-4b2e-b247-8570195aef17\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f935f73-411a-4648-acf0-ec2b2d31a7c7\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6000f20d-070f-44fa-9efc-8f0ce192e2fb\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"739e5d4e-8bf0-4daf-883c-f844221f90c2\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a8b2bac-4043-4440-b2f9-451d8378d606\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d461993-b85f-474b-abb6-8555e7a2f05c\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"838255dc-3da6-4388-bbe2-c2854d0c06a9\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d2d148a-3ec9-4218-8ace-32a4bf1af7a0\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90d163c6-6fa3-4d7b-88a5-486f1736f7e5\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9cc2e274-02f9-4581-8fe9-e1803a6150ab\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c8f114cc-d65c-403c-8a38-8a2cf5e36ec2\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57710,\r\n                                \"duration\": 840,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c95c59da-7ce1-4c76-a099-dd6cde0d7487\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb564721-8400-43ed-8bcf-0fb0d7149a08\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdcb38cc-1714-4224-9b8a-e58532ed8ead\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d25928cf-bdc3-40f7-b5f0-b92bc622154a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52030,\r\n                                \"end\": 52190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfa6493a-a404-45c0-bec2-c884bb8f0779\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8f00b47-2f0b-42bc-bf71-644afaeb2007\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff7a143a-f571-4adc-8ab9-bea75fb57399\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:49-00:57\"\r\n                    },\r\n                    {\r\n                        \"id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup.\",\r\n                        \"start\": 140920,\r\n                        \"end\": 153690,\r\n                        \"duration\": 12770,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1343b56a-b852-4690-b732-f9638c87bd4c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143840,\r\n                                \"end\": 144140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e1b4eaf-00d7-4638-b03e-61274cc35608\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4695c023-ca49-4533-9d28-644c29c700f7\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143420,\r\n                                \"end\": 143840,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4aefd3f4-835d-444e-b0b0-ce27189f0861\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67f4f4df-fe1b-44ec-a08f-fdfe97862bfd\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141960,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6baa320d-74d9-4e29-a716-b9d9aa4bad2f\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149790,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7084e068-eaf0-4539-879d-dc856efd7b7a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95db5dbc-a0d0-43e5-9bde-3285667fce62\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c08c62a-ed11-42f8-aa39-789015453903\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143420,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.64,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1e69d9e-ce49-4413-9abc-74d56f182e61\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148920,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2af1a17-cd95-48e8-80a9-5ff1ea589996\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.58,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5ffe0e6-91cf-4a4d-8e63-82f61a5157ff\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf5816b7-eae8-46ad-9cda-59c61073e0a6\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:20-02:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"10b391cd-83be-48b7-a1c1-78614bbf5e8b\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11e52d56-d6d8-4961-b06b-3dddba4f4caf\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"129a04a5-14f1-433b-aa49-728c33299dcd\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12b8617b-cd2b-4bb7-b408-19e3eaecc262\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58620,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d2f741e-96dd-46fd-aa29-e4d570e3db4e\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f2aaaec-d1b3-486e-9ff9-02d34e66670b\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68180,\r\n                                \"end\": 68240,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.47,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21f53ead-93a8-4030-89fe-d01de851cf36\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25d997dc-0052-40b7-9a3f-19ddc45cf6ee\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25f9867f-9dc4-4752-9b39-2a16ed57ac52\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a0c8b3f-c215-4e78-a299-754be774a3a4\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d8eedd5-6662-4d6c-8261-8130b75aec71\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4004700d-04e4-4a2f-addb-86129be865ca\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"443490a5-146e-483e-8e17-47b8a05207be\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49f2a5c3-4000-429b-9dca-9bf5aa2a4575\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fc2dd9f-e716-4512-b1a8-30cd7f86eaba\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"596abce5-8184-4e14-bfbc-a07d2b0869b9\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68740,\r\n                                \"end\": 69080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5da08142-3896-413e-a765-47d9aa0e8ea0\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71ac1e47-2e90-41aa-a153-7047f181a1b8\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"772c18fc-2dd5-4fb1-820d-fc84b60a5545\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89009f36-3e26-424b-a683-cf57eeb34c79\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cded26c-2c39-4da8-9ce7-9fa601628094\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68740,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90c0da5d-ef24-44e2-b4b2-6df1bda91bdb\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9612ffae-e15d-436e-828c-6aec23c4e28e\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3b7fbf1-c829-4159-84a9-56b40824de43\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"acb10084-e309-4ca5-b860-ef77fe3ca96c\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aed77654-2a52-4bb6-b6ad-fb2a357d3f03\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c00da5a2-b99b-44ff-b0e6-f2e02fca4969\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc8a69cc-b2e2-4921-9623-620144ba797e\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0a6f994-7d72-40c4-b8f2-dbb587d3f2ad\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7c862c2-ca8c-47b6-930f-d33136b9c5ae\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee0c5a4c-e9b2-42c8-8861-c37d22b954c0\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1e1aac0-101f-44eb-9e1b-e1040448f1ff\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9078353-4242-4ea0-a5d8-d48fa04cd517\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68180,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb56394c-cd61-4881-bd7c-c29577a60ce6\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb6494a7-ac34-4747-a53c-b50fe69438d8\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:57-01:09\"\r\n                    },\r\n                    {\r\n                        \"id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"6c9044da-4900-4937-8065-85ed729ddbf7\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89aefc91-b80f-4d51-b634-5e2144d3dd60\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1c09f5a-0e06-44bf-b368-a4d1f2d24ead\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:44-02:46\"\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"title\": [\r\n                    {\r\n                        \"id\": \"077e04d5-8d30-40a3-8cd5-87d7829569b1\",\r\n                        \"text\": \"Problèmes répétés de connexion Internet\",\r\n                        \"object\": null,\r\n                        \"type\": \"title\"\r\n                    }\r\n                ],\r\n                \"summary\": [\r\n                    {\r\n                        \"id\": \"3e552576-c1e0-4b0f-a266-0671be83a0b7\",\r\n                        \"text\": \"L'appelant, Alain Dupont, a contacté Diabolo Telecom pour un problème répétitif de connexion à Internet. L'agent a vérifié l'état de la connexion, trouvé un problème technique et créé un ticket pour les équipes techniques. L'agent a ensuite demandé à Alain de redémarrer sa box. Après le redémarrage, Alain a pu se connecter à Internet. L'agent a fourni à Alain un numéro de suivi (343A) et une extension de data mobile en attendant que le problème soit résolu. Le client a remercié l'agent pour son aide.\",\r\n                        \"object\": null,\r\n                        \"type\": \"summary\"\r\n                    }\r\n                ],\r\n                \"call-reason\": [\r\n                    {\r\n                        \"id\": \"7d91721b-f412-411a-8d4e-e0b7828b5eb2\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"why\": \"Le client utilise actuellement sa 4G pour se connecter à internet, ce qui est inacceptable pour lui et aucune solution n'a été trouvée après plusieurs redémarrages de la box.\",\r\n                            \"needs\": \"Un diagnostic du problème de connexion et une solution pour y remédier.\",\r\n                            \"request\": \"Le client souhaite résoudre son problème de connexion internet.\"\r\n                        },\r\n                        \"type\": \"call-reason\"\r\n                    }\r\n                ],\r\n                \"step-by-step-summary\": [\r\n                    {\r\n                        \"id\": \"9bc3979c-9e9b-494b-97d2-ef2209635ef2\",\r\n                        \"text\": \"L'appelant, Alain Dupont, a contacté Diabolo Telecom en raison de problèmes répétés de connexion à Internet. Depuis ce matin, il ne peut plus se connecter à Internet via sa box et doit utiliser sa connexion 4G. Le client a déjà connu ce problème à plusieurs reprises et le considère inacceptable.\\\\n-L'agent, André, a demandé le numéro de compte et l'identifiant de la box d'Alain. Ces informations ont été utilisées pour vérifier l'état de la connexion et accéder au dossier du client. André a vérifié le statut de la connexion et a trouvé un problème technique. André a ensuite créé un ticket pour les équipes techniques et a demandé à Alain de redémarrer sa box.\\\\n-Alain a redémarré sa box. André a communiqué un numéro de suivi (343A) à Alain et a proposé une extension de data mobile pour résoudre temporairement le problème. L'agent a crédité le numéro de téléphone d'Alain avec 200 Go de données supplémentaires. Alain a remercié l'agent pour son aide. L'agent a rappelé qu'il pouvait être contacté s'il avait d'autres questions. La demande d'Alain a été résolue par l'agent.\",\r\n                        \"object\": [\r\n                            \"L'appelant, Alain Dupont, a contacté Diabolo Telecom en raison de problèmes répétés de connexion à Internet. Depuis ce matin, il ne peut plus se connecter à Internet via sa box et doit utiliser sa connexion 4G. Le client a déjà connu ce problème à plusieurs reprises et le considère inacceptable.\",\r\n                            \"L'agent, André, a demandé le numéro de compte et l'identifiant de la box d'Alain. Ces informations ont été utilisées pour vérifier l'état de la connexion et accéder au dossier du client. André a vérifié le statut de la connexion et a trouvé un problème technique. André a ensuite créé un ticket pour les équipes techniques et a demandé à Alain de redémarrer sa box.\",\r\n                            \"Alain a redémarré sa box. André a communiqué un numéro de suivi (343A) à Alain et a proposé une extension de data mobile pour résoudre temporairement le problème. L'agent a crédité le numéro de téléphone d'Alain avec 200 Go de données supplémentaires. Alain a remercié l'agent pour son aide. L'agent a rappelé qu'il pouvait être contacté s'il avait d'autres questions. La demande d'Alain a été résolue par l'agent.\"\r\n                        ],\r\n                        \"type\": \"step-by-step-summary\"\r\n                    }\r\n                ],\r\n                \"actions\": [\r\n                    {\r\n                        \"id\": \"af9749e4-909f-4044-a63b-33c7df4aae61\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Le client a signalé un problème de connexion internet à l'agent\",\r\n                                \"steps\": [\r\n                                    \"Client : s'est plaint d'une connexion internet instable et d'une mauvaise qualité de connexion\"\r\n                                ],\r\n                                \"title\": \"Client : signalement du problème\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"L'agent a recueilli les informations nécessaires pour mieux comprendre et résoudre le problème\",\r\n                                \"steps\": [\r\n                                    \"Agent : a demandé le numéro de compte et l'identifiant de la box internet\",\r\n                                    \"Agent : a demandé des détails supplémentaires sur le problème\"\r\n                                ],\r\n                                \"title\": \"Agent : collecte d'informations\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Le client a tenté de résoudre le problème en redémarrant la box\",\r\n                                \"steps\": [\r\n                                    \"Client : a redémarré la box\"\r\n                                ],\r\n                                \"title\": \"Client : redémarrage de la box\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"L'agent a vérifié la connexion pour détecter tout problème technique\",\r\n                                \"steps\": [\r\n                                    \"Agent : a vérifié la connexion\",\r\n                                    \"Agent : a constaté un problème technique\"\r\n                                ],\r\n                                \"title\": \"Agent : vérification du problème technique\",\r\n                                \"completed\": false\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"L'agent a créé un ticket pour l'équipe technique\",\r\n                                \"steps\": [\r\n                                    \"Agent : a créé un ticket\",\r\n                                    \"Agent : a communiqué le numéro de suivi\"\r\n                                ],\r\n                                \"title\": \"Agent : création d'un ticket\",\r\n                                \"completed\": false\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Le client a demandé une extension de data mobile en attendant que le problème soit résolu\",\r\n                                \"steps\": [\r\n                                    \"Client : a demandé une extension de data mobile\",\r\n                                    \"Client : a fourni son numéro de téléphone pour la procédure\"\r\n                                ],\r\n                                \"title\": \"Client : extension de data mobile\",\r\n                                \"completed\": true\r\n                            }\r\n                        ],\r\n                        \"type\": \"actions\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"10ea969d-8e5c-4a71-acfc-ae68478b6b7e"}],"id":"5976c18e-b410-461f-9561-dc0b6e1c763e","_postman_id":"5976c18e-b410-461f-9561-dc0b6e1c763e","description":""},{"name":"Transcribe audio and Run multiple AI analyses","item":[{"name":"Transcribe stereo phone call and Run multiple AI analyses","id":"d8934754-3330-438f-8f63-49ef78bfeb3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_tasks[0]","value":"actions-extraction","type":"text","uuid":"93f8ebac-660b-4543-9520-8c1baa0e4934"},{"key":"insight_tasks[1]","value":"call-reason-extraction","type":"text"},{"key":"insight_tasks[2]","value":"summarization","type":"text","uuid":"907040de-e0c2-4a9a-90d8-7321b1bcfabc"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe phone calls between your clients and your agents, as dual channel audio (stereo audio), and run multiple AI analyses and have the resulting transcript and AI insights in the language of your choice.</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"ad7b7945-e754-417c-9254-cddbe3625797","name":"Transcribe stereo phone call and Run multiple AI analyses","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_tasks[0]","value":"actions-extraction","type":"text","uuid":"a9871dc6-3e26-426f-8229-b05e0b5378c3"},{"key":"insight_tasks[1]","value":"call-reason-extraction","type":"text"},{"key":"insight_tasks[2]","value":"summarization","type":"text","uuid":"f38185bb-9674-4150-8f73-fe4ec4af6210"},{"key":"file","type":"file","value":null},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Inbound call for customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"d8934754-3330-438f-8f63-49ef78bfeb3b"},{"name":"Transcribe single speaker voicemail and Run multiple AI analyses","id":"933374ba-0951-408a-acf8-23b948f0765c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_tasks[0]","value":"call-reason-extraction","type":"text","uuid":"81e30137-bb47-4ee6-b063-230df9421a15"},{"key":"insight_tasks[1]","value":"summarization","type":"text","uuid":"fb0a6f0d-fc5e-469f-bb8d-42e56e59ba3f"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"text"},{"key":"configuration[asr][lang]","value":"en","type":"text"},{"key":"configuration[insights][output_lang]","value":"en","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks","description":"<p>Transcribe your clients voicemails, as single channel audio (mono audio), and run multiple AI analyses and have the resulting transcript and AI insights in the language of your choice.</p>\n<p>List of available AI Analyses for single speaker voicemail : description of <code>voicemail</code> request parameter (Endpoint description)</p>\n<p><a href=\"#9fcdaf7e-88b0-427b-b412-c5acae828b6f\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"f9b43101-9fd1-4353-812c-b19b8be21250","name":"Transcribe single speaker voicemail and Run multiple AI analyses","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"task","value":"transcription-to-ai-insight","type":"text"},{"key":"insight_tasks[0]","value":"call-reason-extraction","type":"text","uuid":"6fb78239-0c8d-4d83-a59d-ff35bf797e0e"},{"key":"insight_tasks[1]","value":"summarization","type":"text","uuid":"565f98bf-0261-4500-9639-e8db4b84fcd5"},{"key":"file","type":"file","value":null},{"key":"voicemail","value":"1","type":"text"},{"key":"configuration[company_name]","value":"Company A","type":"text"},{"key":"configuration[vocabulary]","value":"Company sector, products names, industry","type":"text"},{"key":"configuration[asr][prompt]","value":"Voicemail left by a contact to customer service","type":"text"},{"key":"configuration[asr][lang]","value":"fr","type":"text"},{"key":"configuration[insights][output_lang]","value":"fr","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/job/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"job_id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975?expires=1710785591&task=transcription-to-ai-insight&signature=8c1c6ef336c1d9a241225254f6c4f0aea6a2375912d755c1614f5e816615ed45\",\r\n    \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\"\r\n}"}],"_postman_id":"933374ba-0951-408a-acf8-23b948f0765c"},{"name":"Get transcription and multiple AI analyses status/result","id":"afa21a7a-265d-4787-a8f8-781a46e8d78e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#33f823e4-e15b-4869-b5ff-47459e0766f2\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"f2688d60-f328-4111-a5bc-6e2bd9e6b0f4","name":"Get transcription and multiple AI analyses status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"2e08ec1f-ea75-406d-9516-9ad16381e975\",\r\n        \"audio_id\": \"119cd0d4-0b53-4142-8d8c-dc7aadc67bd6\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"audio\": {\r\n                \"duration\": 169761\r\n            },\r\n            \"transcript\": {\r\n                \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ? Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table. Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ? Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8. D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ? Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème. D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment. D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants. D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite. D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ? Oui, merci beaucoup. D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci. Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup. D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée Merci, au revoir. Au revoir, merci\",\r\n                \"diarized_text\": \"Agent: Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\\n\\nAgent: Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\\n\\nAgent: D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ?\\n\\nClient: Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\\n\\nAgent: D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\\n\\nAgent: D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\\n\\nClient: D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\\n\\nAgent: D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\\n\\nClient: Oui, merci beaucoup.\\n\\nAgent: D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci.\\n\\nClient: Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup.\\n\\nAgent: D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée\\n\\nClient: Merci, au revoir.\\n\\nAgent: Au revoir, merci\",\r\n                \"segments\": [\r\n                    {\r\n                        \"id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\",\r\n                        \"text\": \"D'accord, je comprends. Je vais d'abord vérifier l'état de votre connexion depuis notre système. Merci de patienter, je vous mets en attente pour un petit moment.\",\r\n                        \"start\": 71180,\r\n                        \"end\": 77420,\r\n                        \"duration\": 6240,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"2afc7624-88a5-4fd6-8b37-903256e76ba0\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 77040,\r\n                                \"end\": 77160,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d719bc2-0087-473c-8472-b8581d26f186\",\r\n                                \"text\": \" depuis\",\r\n                                \"start\": 74440,\r\n                                \"end\": 74580,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32255f26-61f3-400f-bc6a-8e7236157ea3\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 77160,\r\n                                \"end\": 77260,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"32d1ea11-e5f3-49b9-8817-853e0cbd448e\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 76920,\r\n                                \"end\": 77040,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38600642-3491-4ec2-a1fe-b8da5490b7a2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 76380,\r\n                                \"end\": 76420,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"409aad5a-35b0-400b-b876-bfd2d1d21994\",\r\n                                \"text\": \" système.\",\r\n                                \"start\": 74720,\r\n                                \"end\": 75060,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"706e1683-11e3-473d-ae0d-a08cb41dbd3e\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 74080,\r\n                                \"end\": 74440,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"77dc2bc9-8cf8-4a11-b73d-6e7709de6d35\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 75420,\r\n                                \"end\": 75740,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80a165c8-f0ee-444c-af54-6dec1dc3eb3b\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 72400,\r\n                                \"end\": 72720,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8306ec65-7f97-4d01-b745-ec3bdcd5f7a5\",\r\n                                \"text\": \" moment.\",\r\n                                \"start\": 77260,\r\n                                \"end\": 77420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"865d5b56-fa93-47d1-8e2b-df5b29f5c6db\",\r\n                                \"text\": \" d'abord\",\r\n                                \"start\": 72860,\r\n                                \"end\": 73280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86a7c655-186b-4780-a554-52fb003517de\",\r\n                                \"text\": \" l'état\",\r\n                                \"start\": 73640,\r\n                                \"end\": 73860,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"876a5cd4-9b65-428c-a35a-e39b2f117620\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 73960,\r\n                                \"end\": 74080,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d28e127-e26f-4c49-ad5f-629720ac2eea\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 75740,\r\n                                \"end\": 75880,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.66,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b2db8b59-e981-419b-8f17-325afbb3f851\",\r\n                                \"text\": \" patienter,\",\r\n                                \"start\": 75880,\r\n                                \"end\": 76280,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b3c690a1-cebb-48ce-b302-2843c305267a\",\r\n                                \"text\": \" attente\",\r\n                                \"start\": 76640,\r\n                                \"end\": 76920,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c804581c-6ddc-4dad-affd-9ae817a57277\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 76560,\r\n                                \"end\": 76640,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d3a38392-d1db-422b-a961-1367c648239a\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 72720,\r\n                                \"end\": 72860,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d614e398-1822-47ef-b9df-49248a260c11\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 71180,\r\n                                \"end\": 71700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"deb79bae-b52b-4cf9-9b4c-d46ff46a9747\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 76280,\r\n                                \"end\": 76380,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dec0216d-a3b7-4867-888b-9ea6ae613d91\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 73280,\r\n                                \"end\": 73640,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0cb4eee-9e3d-4447-bef9-75b25ef86f3b\",\r\n                                \"text\": \" mets\",\r\n                                \"start\": 76420,\r\n                                \"end\": 76560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5e08901-bc17-4d2a-a9fc-c38fdaf461e8\",\r\n                                \"text\": \" notre\",\r\n                                \"start\": 74580,\r\n                                \"end\": 74720,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef1e3577-f863-422d-a28d-cae18183df48\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 73860,\r\n                                \"end\": 73960,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ef2b4931-7e10-41ff-b4c2-16c9925762d9\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 71760,\r\n                                \"end\": 71840,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3afcf4b-6069-450c-8b9b-419d4db7941e\",\r\n                                \"text\": \" comprends.\",\r\n                                \"start\": 71840,\r\n                                \"end\": 72240,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"17ef6b4d-f8b0-41bb-864c-60e46b6e9c27\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:11-01:17\"\r\n                    },\r\n                    {\r\n                        \"id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\",\r\n                        \"text\": \"Ah, je suis désolé d'entendre que vous rencontrez des problèmes, monsieur. Je vais faire de mon mieux pour vous aider. Pouvez-vous me fournir votre numéro de compte et l'identifiant de votre boîte sur Internet, s'il vous plaît ?\",\r\n                        \"start\": 22450,\r\n                        \"end\": 31950,\r\n                        \"duration\": 9500,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"058b39f7-5679-4a89-b78d-d392d753ad18\",\r\n                                \"text\": \" boîte\",\r\n                                \"start\": 30270,\r\n                                \"end\": 30430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.58,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1777c2ff-6bc5-484e-bd14-4253157d9c33\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 28650,\r\n                                \"end\": 28810,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f761eb1-2c29-4d6d-88b5-e10be8ac47d7\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 31230,\r\n                                \"end\": 31310,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"207bd113-bcdd-4d56-b647-74c650b2ef34\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 25950,\r\n                                \"end\": 26050,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2b89ae04-2b3f-4f5a-8796-a235b6f8b810\",\r\n                                \"text\": \" aider.\",\r\n                                \"start\": 26650,\r\n                                \"end\": 26850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3aa85b7f-8273-4f23-8238-ecafa6c02206\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 23690,\r\n                                \"end\": 23810,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3b147c46-d2e7-4fd4-9e57-a21642535c94\",\r\n                                \"text\": \" mon\",\r\n                                \"start\": 26050,\r\n                                \"end\": 26170,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f0bc6bf-1175-4160-83ab-affaba92dbaa\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 23810,\r\n                                \"end\": 23870,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"581022a2-5a7b-4224-8b27-07fbf9fa7531\",\r\n                                \"text\": \" Internet,\",\r\n                                \"start\": 30550,\r\n                                \"end\": 30830,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63b8dea7-563f-4a88-aeb3-d0c7755eb899\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 26410,\r\n                                \"end\": 26530,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6ad4281d-dafa-4ede-b98a-01c421558aec\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 26530,\r\n                                \"end\": 26650,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b0e322d-6341-4b5f-a471-f16e6215c847\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 27890,\r\n                                \"end\": 28290,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7727900f-75b4-4563-9c10-6c284d160abd\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 29310,\r\n                                \"end\": 29450,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78a624a4-1ebc-4d5b-bda4-5318f8877d07\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 29450,\r\n                                \"end\": 29590,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f19c5b8-fe57-4fdc-87ee-7a870146180e\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 30130,\r\n                                \"end\": 30270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"803d1bd7-84a0-4ec8-b242-a3e1e4970c7b\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 30430,\r\n                                \"end\": 30550,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.72,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8877e804-097f-4b41-9e74-c1fd9d15cecb\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 25330,\r\n                                \"end\": 25650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88a8109e-a8e6-4513-9353-c31b1d26cbb3\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 28810,\r\n                                \"end\": 29150,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8a1350d1-fdca-4f3c-b670-6a2641b8a877\",\r\n                                \"text\": \" d'entendre\",\r\n                                \"start\": 23430,\r\n                                \"end\": 23690,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9288b6b2-a3e4-4e0c-823b-28b8e41ce688\",\r\n                                \"text\": \" plaît\",\r\n                                \"start\": 31310,\r\n                                \"end\": 31510,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"94a0a2e9-66da-42e6-8bde-8172935d75d8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 30030,\r\n                                \"end\": 30130,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f984127-9a46-46a8-9b69-b5924efdb330\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 23870,\r\n                                \"end\": 24230,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a67879f8-c227-4e50-85c2-2af3ab07cf0c\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 29150,\r\n                                \"end\": 29310,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7a12eba-5b24-4522-bd1f-ad627f53d0cc\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 25650,\r\n                                \"end\": 25790,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a970940b-db42-4276-a9cf-53042631f90d\",\r\n                                \"text\": \" fournir\",\r\n                                \"start\": 28370,\r\n                                \"end\": 28650,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b157efba-382c-4b47-8cb2-83ef66294157\",\r\n                                \"text\": \" problèmes,\",\r\n                                \"start\": 24330,\r\n                                \"end\": 24550,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b891eb90-2172-4a92-add6-5eb9245c61e0\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 22890,\r\n                                \"end\": 22970,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b977496a-b22f-405f-b9a5-1628e5796c76\",\r\n                                \"text\": \" mieux\",\r\n                                \"start\": 26170,\r\n                                \"end\": 26410,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ba31554f-984b-469e-959e-d588f5b1eede\",\r\n                                \"text\": \" s'il\",\r\n                                \"start\": 30970,\r\n                                \"end\": 31230,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bce84db7-bcde-41f1-bd75-529e990f48c7\",\r\n                                \"text\": \" faire\",\r\n                                \"start\": 25790,\r\n                                \"end\": 25950,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5d8dca7-0c1f-456e-96bc-b273cdb64550\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 28290,\r\n                                \"end\": 28370,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c993ec38-fe6b-4ecd-a4b0-9804425aca41\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 31510,\r\n                                \"end\": 31950,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd7e6810-5c42-43af-a150-850bce618e80\",\r\n                                \"text\": \" des\",\r\n                                \"start\": 24230,\r\n                                \"end\": 24330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cd85cf3c-665c-4612-9e07-fe5eb685da19\",\r\n                                \"text\": \" l'identifiant\",\r\n                                \"start\": 29590,\r\n                                \"end\": 30030,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf52e4a2-89de-42c3-a1cb-d246f40a7c1e\",\r\n                                \"text\": \" désolé\",\r\n                                \"start\": 23090,\r\n                                \"end\": 23430,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db1f35c7-3199-4904-bd4d-0eb7d1f8180d\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 24630,\r\n                                \"end\": 24810,\r\n                                \"duration\": 180,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f4584d12-7f11-4439-9b64-3652f24d9899\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 22450,\r\n                                \"end\": 22870,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.79,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdd1935f-f791-4f36-8954-581bd4940adc\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 22970,\r\n                                \"end\": 23090,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"22eb8412-7c9d-47f6-9d50-36e7b815efe6\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:22-00:31\"\r\n                    },\r\n                    {\r\n                        \"id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\",\r\n                        \"text\": \"D'accord. Désolé pour l'attente. Il me semble qu'il y a un problème technique avec votre connexion. Je vais créer un ticket pour signaler ce problème à nos équipes techniques. Pendant ce temps-là, pouvez-vous essayer de redémarrer à nouveau la boxe ? Je vais vous donner un numéro de suivi pour votre demande dans quelques instants.\",\r\n                        \"start\": 83160,\r\n                        \"end\": 99540,\r\n                        \"duration\": 16380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"01ea1411-544c-4345-9be4-7c939745bf1c\",\r\n                                \"text\": \" quelques\",\r\n                                \"start\": 98840,\r\n                                \"end\": 99220,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"08350bc9-f128-4b5a-a1df-d739fb10d83e\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 89740,\r\n                                \"end\": 89940,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0e217a27-0877-49d4-818f-ae79bbd3dc3a\",\r\n                                \"text\": \" techniques.\",\r\n                                \"start\": 91300,\r\n                                \"end\": 91560,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"133ca978-d305-4821-a973-128b7a32be62\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 95720,\r\n                                \"end\": 95820,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dbb5d0d-9eda-42d4-9687-64bfcf618487\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 87720,\r\n                                \"end\": 87920,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2052a5ba-68f3-4b4b-a688-05a401fed5ff\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 83160,\r\n                                \"end\": 83700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"237fde06-2e33-4a90-b28d-d2abd0d44e81\",\r\n                                \"text\": \" instants.\",\r\n                                \"start\": 99220,\r\n                                \"end\": 99540,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24443ea9-0601-4207-8b08-ee578122ead0\",\r\n                                \"text\": \" créer\",\r\n                                \"start\": 89320,\r\n                                \"end\": 89500,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"24664ea0-fb02-4b33-a9f5-58c413019b38\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 97380,\r\n                                \"end\": 97480,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25234d77-21f1-447e-82f8-725c3a3edf40\",\r\n                                \"text\": \" qu'il\",\r\n                                \"start\": 86580,\r\n                                \"end\": 86800,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29302358-f6a9-448c-b839-0336feaac7ee\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 92420,\r\n                                \"end\": 92780,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d499b55-69db-4cf0-9ca1-7acdce4c7a67\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 86880,\r\n                                \"end\": 86960,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"351c4932-434c-4bac-b8e0-8b8f27322132\",\r\n                                \"text\": \" ticket\",\r\n                                \"start\": 89600,\r\n                                \"end\": 89740,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c4428ac-b708-4b03-bd7e-e4b393f0b9e0\",\r\n                                \"text\": \" équipes\",\r\n                                \"start\": 91020,\r\n                                \"end\": 91300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4253ae2c-4103-4805-acee-521abdd3cbd0\",\r\n                                \"text\": \" temps-là,\",\r\n                                \"start\": 92860,\r\n                                \"end\": 93120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49d9a628-095c-4126-8f71-2f4783657c59\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 94560,\r\n                                \"end\": 94840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4cc859d8-6bd1-4670-b598-4fc3141317ab\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 95080,\r\n                                \"end\": 95200,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"53f85aab-6cb0-40dd-8735-3a683556c105\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 89200,\r\n                                \"end\": 89320,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"547b27f5-f60d-479f-9f86-2a61bbe7b7ee\",\r\n                                \"text\": \" boxe\",\r\n                                \"start\": 95200,\r\n                                \"end\": 95460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54de7eac-1a05-4f79-8835-3a73e889acc8\",\r\n                                \"text\": \" nos\",\r\n                                \"start\": 90960,\r\n                                \"end\": 91020,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5f30af24-f29c-4b73-b795-bbeb818ebdde\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 95460,\r\n                                \"end\": 95500,\r\n                                \"duration\": 40,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b97724f-5807-49c2-88df-dd7635b3d820\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 96940,\r\n                                \"end\": 97220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73e93796-94fa-4a28-b4be-09f5fe6eb850\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 90820,\r\n                                \"end\": 90960,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e237280-449b-4ccb-bc84-754f582b7ba0\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 88840,\r\n                                \"end\": 89200,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"80c46e97-c515-4773-b609-0f5aa3cad22c\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 86840,\r\n                                \"end\": 86880,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"815bb3f2-5e99-44b7-833e-a4eb41c2b89d\",\r\n                                \"text\": \" nouveau\",\r\n                                \"start\": 94940,\r\n                                \"end\": 95080,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"88d851cf-8613-4192-816e-d39db559bd68\",\r\n                                \"text\": \" connexion.\",\r\n                                \"start\": 87920,\r\n                                \"end\": 88360,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8932adb8-91c3-42fd-8bc5-783a30efd64c\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 94840,\r\n                                \"end\": 94940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8f7459ae-ef99-4790-9dac-81dbe34bed16\",\r\n                                \"text\": \" Désolé\",\r\n                                \"start\": 84960,\r\n                                \"end\": 85320,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"962e9913-1990-45a4-9ecb-aa96efc67130\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 90300,\r\n                                \"end\": 90620,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9cc84e56-aae1-4919-9a22-147760275d18\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 87480,\r\n                                \"end\": 87720,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a47ccba2-b87b-4daf-a7ee-7c49c7fed122\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 95820,\r\n                                \"end\": 96080,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7e2d652-05c1-43a1-a275-4c6880b9a673\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 97220,\r\n                                \"end\": 97380,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a7e7d03d-e132-4ca1-834c-4c6499ef014b\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 94420,\r\n                                \"end\": 94560,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aa598fa8-1526-4d67-9391-083d18553d72\",\r\n                                \"text\": \" demande\",\r\n                                \"start\": 97480,\r\n                                \"end\": 98660,\r\n                                \"duration\": 1180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ad6c3e6b-b550-4606-8b05-9e6fc2517813\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 85880,\r\n                                \"end\": 86040,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.86,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b362ab65-326c-4dbd-a4b7-ff0d488fdf3e\",\r\n                                \"text\": \" semble\",\r\n                                \"start\": 86180,\r\n                                \"end\": 86580,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b363779a-e816-4a05-afcd-43ff11ebdbf1\",\r\n                                \"text\": \" pouvez-vous\",\r\n                                \"start\": 93320,\r\n                                \"end\": 94220,\r\n                                \"duration\": 900,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b42cd959-98b7-408a-9478-8f160f26cd7a\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 96300,\r\n                                \"end\": 96760,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b79102a6-8f64-4f5d-b25a-4db3a96a8ba8\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 90620,\r\n                                \"end\": 90820,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b8cdda67-947a-4663-82bd-3436b93ca16e\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 96760,\r\n                                \"end\": 96940,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc896963-15dd-4470-96c3-ffc08437344b\",\r\n                                \"text\": \" technique\",\r\n                                \"start\": 87180,\r\n                                \"end\": 87480,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c49db411-76aa-4210-8461-8c597bc1bf1f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 85320,\r\n                                \"end\": 85440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0410324-4691-45c5-94bf-45399c8e71fe\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 95640,\r\n                                \"end\": 95720,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d6ecc374-74ee-4c0c-baf6-ed5ddab9e6e7\",\r\n                                \"text\": \" signaler\",\r\n                                \"start\": 89940,\r\n                                \"end\": 90300,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d88e2c71-b4f0-47ef-a8ed-310ce247874b\",\r\n                                \"text\": \" dans\",\r\n                                \"start\": 98660,\r\n                                \"end\": 98840,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbe935dc-f42d-4b54-990d-518be1851ba9\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 86960,\r\n                                \"end\": 87180,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0984c73-ac9b-4a77-bdbd-ddd3efa80973\",\r\n                                \"text\": \" l'attente.\",\r\n                                \"start\": 85440,\r\n                                \"end\": 85760,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0bdc2e0-e131-423b-81f6-dbc26699347a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 95500,\r\n                                \"end\": 95640,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e6149dcb-9a2e-4c9d-9d30-28301b65522a\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 86040,\r\n                                \"end\": 86180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7ebd622-6981-45dc-b92b-8c6bb1bea5fb\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 92780,\r\n                                \"end\": 92860,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e9cda61e-a877-494c-8394-d7775ab58397\",\r\n                                \"text\": \" essayer\",\r\n                                \"start\": 94220,\r\n                                \"end\": 94420,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2e212fa-06ed-43ab-992a-868ab5b6f3a3\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 86800,\r\n                                \"end\": 86840,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7493992-2a44-4675-817a-672aa97fb0ae\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 96080,\r\n                                \"end\": 96300,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fc435e42-94ae-4a22-b27f-418338d41926\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 89500,\r\n                                \"end\": 89600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"33a795db-c5b4-473b-bfbd-c17abdede2bf\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:23-01:39\"\r\n                    },\r\n                    {\r\n                        \"id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\",\r\n                        \"text\": \"D'accord. Pouvez-vous me donner le numéro sur lequel créditer la data ? Il y aura 200 gigas de data mobile supplémentaires ce mois-ci.\",\r\n                        \"start\": 132420,\r\n                        \"end\": 140240,\r\n                        \"duration\": 7820,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"0cc476a2-c897-4bd9-88f3-678f9062122a\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 134160,\r\n                                \"end\": 134300,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0d8c4acf-c499-4c53-843e-4d977c8803c5\",\r\n                                \"text\": \" Il\",\r\n                                \"start\": 136980,\r\n                                \"end\": 137140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2ceb587a-da7f-479f-8d76-7e3d08fff068\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 135420,\r\n                                \"end\": 136560,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2f591265-80b8-42a7-9d87-d24d3b5e4cae\",\r\n                                \"text\": \" aura\",\r\n                                \"start\": 137220,\r\n                                \"end\": 137360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31ee1439-5992-4405-9724-636756d75513\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 134100,\r\n                                \"end\": 134160,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.73,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"38c73014-a02e-49be-990d-ea9a07c72fab\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 139880,\r\n                                \"end\": 140000,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c133c71-5fc8-4713-acd2-92d2c889e0af\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 138420,\r\n                                \"end\": 138940,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3f7600d8-5eb8-4563-ab18-58b4e3a964ac\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 134300,\r\n                                \"end\": 134460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"40652380-6673-4ae4-a8c9-b7b2e2cb4379\",\r\n                                \"text\": \" 200\",\r\n                                \"start\": 137360,\r\n                                \"end\": 137740,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"411c87ed-2715-4f8c-96de-c9766b719aca\",\r\n                                \"text\": \" y\",\r\n                                \"start\": 137140,\r\n                                \"end\": 137220,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"422d21ab-5378-46d9-80d0-df15555942c9\",\r\n                                \"text\": \" gigas\",\r\n                                \"start\": 137740,\r\n                                \"end\": 138300,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.8,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"43b6fc20-6c76-48be-8dd0-a3fac6c0fdc9\",\r\n                                \"text\": \" lequel\",\r\n                                \"start\": 134840,\r\n                                \"end\": 135020,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e704630-fc49-4214-ad7d-193aa583ef44\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 138300,\r\n                                \"end\": 138420,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e4593dc-c43e-421c-9df5-c6fdee6e8d9f\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 136840,\r\n                                \"end\": 136980,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e2917d0-e4a2-4592-8308-5b90646e23e7\",\r\n                                \"text\": \" Pouvez-vous\",\r\n                                \"start\": 133640,\r\n                                \"end\": 134100,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7e7785c0-6581-4906-aab7-f569cd6ea17a\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 138940,\r\n                                \"end\": 139220,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"86bf95a3-6009-478f-8b01-f60cdbe58164\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 134680,\r\n                                \"end\": 134840,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"982dde52-0b9f-4ad2-830d-bd0ee3c9576d\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 134460,\r\n                                \"end\": 134680,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c97df05f-8c56-4606-b1e8-90c25223bcfb\",\r\n                                \"text\": \" créditer\",\r\n                                \"start\": 135020,\r\n                                \"end\": 135420,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"caa6a63d-c7d7-481d-a7ac-773de79bb117\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 140000,\r\n                                \"end\": 140240,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d36abec5-e454-427c-b5a7-ed4c8f1c18bb\",\r\n                                \"text\": \" supplémentaires\",\r\n                                \"start\": 139220,\r\n                                \"end\": 139880,\r\n                                \"duration\": 660,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f08e1ed5-d3c9-4ff9-9e8f-50b0da4ca966\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 136560,\r\n                                \"end\": 136840,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9d0c50a-9981-49b8-9907-776f4e82a3d6\",\r\n                                \"text\": \" D'accord.\",\r\n                                \"start\": 132420,\r\n                                \"end\": 133220,\r\n                                \"duration\": 800,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"3fecacc9-ba26-4e47-928b-d6f441ec4ee4\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:12-02:20\"\r\n                    },\r\n                    {\r\n                        \"id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\",\r\n                        \"text\": \"D'accord, je vais redémarrer la box. Merci de votre aide. Je redémarre ma box tout de suite.\",\r\n                        \"start\": 100860,\r\n                        \"end\": 107820,\r\n                        \"duration\": 6960,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"40d5a441-19f8-4e32-bfb1-222c9c78f87a\",\r\n                                \"text\": \" redémarre\",\r\n                                \"start\": 106320,\r\n                                \"end\": 106880,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"47ee44b7-5a1a-4012-818a-79d574257128\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 101420,\r\n                                \"end\": 101860,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"50331e9b-426f-419b-8b77-9ca680c57074\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 101860,\r\n                                \"end\": 102020,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6006a52c-674d-430e-8464-15380d79df8a\",\r\n                                \"text\": \" suite.\",\r\n                                \"start\": 107700,\r\n                                \"end\": 107820,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6985ce93-19e1-422c-b521-9c0c049a7739\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 107580,\r\n                                \"end\": 107700,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"719605c9-c825-4f3b-ae03-a6ba091f9aa8\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 104060,\r\n                                \"end\": 104300,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8082b31d-05cb-43d1-bac6-39594ad5126d\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 105760,\r\n                                \"end\": 106320,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"976c15c0-7fd9-418f-93d0-e58accbb4eed\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 102500,\r\n                                \"end\": 102600,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9989946d-d2b7-4336-9511-f0be728a3d8d\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 104300,\r\n                                \"end\": 104540,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c815935-481a-48e7-80ff-12cae5f4a15a\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 106880,\r\n                                \"end\": 107180,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5f0da53-fef4-428f-be21-a00c713e026d\",\r\n                                \"text\": \" box.\",\r\n                                \"start\": 102600,\r\n                                \"end\": 102820,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d39a6770-a9a1-4d61-be8a-0d5b4f34390d\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 100860,\r\n                                \"end\": 101180,\r\n                                \"duration\": 320,\r\n                                \"probability\": 0.7,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"de965bf8-8581-4e29-9632-004c07b99704\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 103500,\r\n                                \"end\": 104060,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5fc21a5-78de-4c38-9eac-0b6340520d01\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 107180,\r\n                                \"end\": 107420,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee5c5c95-aa82-4632-ba8e-b9ed6cacd294\",\r\n                                \"text\": \" tout\",\r\n                                \"start\": 107420,\r\n                                \"end\": 107580,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb3d99b6-513c-4518-8791-25a412d16048\",\r\n                                \"text\": \" aide.\",\r\n                                \"start\": 104540,\r\n                                \"end\": 105080,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fd9745df-c16f-478e-8e60-c21ecd6ea640\",\r\n                                \"text\": \" redémarrer\",\r\n                                \"start\": 102020,\r\n                                \"end\": 102500,\r\n                                \"duration\": 480,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"4f2c8bdf-d5de-4107-81de-755ac842ab58\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:40-01:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"513889dc-93d4-4482-938a-867062de0198\",\r\n                        \"text\": \"D'accord, merci beaucoup de rien monsieur Dupont, n'hésitez pas à nous contacter si vous avez besoin d'aide ultérieurement c'était Rémi du service client Diabolo Télécom, passez une excellente journée\",\r\n                        \"start\": 154600,\r\n                        \"end\": 163980,\r\n                        \"duration\": 9380,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"030e605b-f865-4f8e-ac52-060e93f79aee\",\r\n                                \"text\": \" service\",\r\n                                \"start\": 160860,\r\n                                \"end\": 161120,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07a0c308-8208-4e13-9db8-2b829a457de0\",\r\n                                \"text\": \" avez\",\r\n                                \"start\": 158840,\r\n                                \"end\": 159000,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b1bf2c1-c210-4014-a86f-1cebe6d1c9e2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 158700,\r\n                                \"end\": 158840,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0b9fda02-6c79-4054-acdd-739ec5bc8827\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 156420,\r\n                                \"end\": 156680,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.27,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"13921167-67b6-40f5-9364-c708f5c04352\",\r\n                                \"text\": \" besoin\",\r\n                                \"start\": 159000,\r\n                                \"end\": 159200,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1772ed11-512f-47d7-96d7-11ad04e9a6f5\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 157980,\r\n                                \"end\": 158000,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27c486e7-f8aa-48c4-9af8-7be20c6f6236\",\r\n                                \"text\": \" beaucoup\",\r\n                                \"start\": 155680,\r\n                                \"end\": 156000,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a47b056-9cc6-4e29-b073-af53cbf1f64a\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 154600,\r\n                                \"end\": 155160,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"304de7df-6155-48e1-8c38-96f8f2eff0b8\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 155300,\r\n                                \"end\": 155680,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"390419a9-3d2d-4328-9226-ff123b633e33\",\r\n                                \"text\": \" du\",\r\n                                \"start\": 160760,\r\n                                \"end\": 160860,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51363ec7-cd20-48e2-80b4-edd4e260909d\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 161860,\r\n                                \"end\": 162280,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.77,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6b8b5ff9-9fa0-4985-a1e4-ab614891c542\",\r\n                                \"text\": \" si\",\r\n                                \"start\": 158420,\r\n                                \"end\": 158700,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"73e1a744-d60d-448b-ab38-2f3c0936bce3\",\r\n                                \"text\": \" c'était\",\r\n                                \"start\": 160100,\r\n                                \"end\": 160480,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.89,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d5db6ed-fdc3-4630-9c0a-0a2261bfb85a\",\r\n                                \"text\": \" journée\",\r\n                                \"start\": 163800,\r\n                                \"end\": 163980,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f558da6-5e5b-4831-8e41-16476b6fb5ae\",\r\n                                \"text\": \" Rémi\",\r\n                                \"start\": 160480,\r\n                                \"end\": 160760,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.7,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"83930814-9a4e-4ff9-abff-0cb2bb8e9b98\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 157780,\r\n                                \"end\": 157980,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8dc4a2d2-0483-44a1-82ca-ddeaec90ca72\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 161120,\r\n                                \"end\": 161860,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.84,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8e6b0d48-397d-4c16-93f8-b7f3fdf15554\",\r\n                                \"text\": \" nous\",\r\n                                \"start\": 158000,\r\n                                \"end\": 158080,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"91169444-d587-414c-85c8-218d193af4a6\",\r\n                                \"text\": \" passez\",\r\n                                \"start\": 162920,\r\n                                \"end\": 163440,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ae2e4f8d-6009-446a-a82c-c2dc17551dc4\",\r\n                                \"text\": \" rien\",\r\n                                \"start\": 156260,\r\n                                \"end\": 156420,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bf5312e6-0ff7-4716-bf3e-bed0dd25ffca\",\r\n                                \"text\": \" excellente\",\r\n                                \"start\": 163480,\r\n                                \"end\": 163800,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1f4a7d5-0e94-4843-b31b-a6ba37acdd13\",\r\n                                \"text\": \" n'hésitez\",\r\n                                \"start\": 157120,\r\n                                \"end\": 157780,\r\n                                \"duration\": 660,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d5643a06-ffd6-4a9f-95b2-4c2df17045c3\",\r\n                                \"text\": \" Télécom,\",\r\n                                \"start\": 162280,\r\n                                \"end\": 162880,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db485ec5-23c0-45a7-b593-c4bea2cfc9fd\",\r\n                                \"text\": \" contacter\",\r\n                                \"start\": 158080,\r\n                                \"end\": 158420,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd62ec91-6f10-4c0e-aa4d-7c0a9398f7cf\",\r\n                                \"text\": \" d'aide\",\r\n                                \"start\": 159200,\r\n                                \"end\": 159460,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"df6741b7-e4bc-4bba-a67b-57a59becb0f5\",\r\n                                \"text\": \" Dupont,\",\r\n                                \"start\": 156680,\r\n                                \"end\": 157020,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e323f500-5e8e-4c5c-ad9e-3234ceaeb0e0\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 156000,\r\n                                \"end\": 156260,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.04,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2cb29e5-6df5-4d8d-aa3d-9c30fe890536\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 163440,\r\n                                \"end\": 163480,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f3ce9621-771c-45c3-b8fe-7f973b0fc221\",\r\n                                \"text\": \" ultérieurement\",\r\n                                \"start\": 159460,\r\n                                \"end\": 160100,\r\n                                \"duration\": 640,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"513889dc-93d4-4482-938a-867062de0198\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:34-02:43\"\r\n                    },\r\n                    {\r\n                        \"id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\",\r\n                        \"text\": \"Oui, bonjour, Alain Dupont à l'appareil. J'ai un problème avec ma box internet. Depuis ce matin, je n'arrive pas à me connecter à internet. Je suis client chez vous et j'utilise ma 4G pour me connecter. C'est la troisième fois ce mois-ci. C'est inacceptable. table.\",\r\n                        \"start\": 6000,\r\n                        \"end\": 21460,\r\n                        \"duration\": 15460,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"07353049-9dba-4a7b-aaf8-fba6a9bfd63f\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 17960,\r\n                                \"end\": 18480,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0aacd8a4-a578-43c0-93fc-d745c54f817f\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 6000,\r\n                                \"end\": 6600,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.87,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10cdf57a-d265-4711-a187-5a9e5ea35e95\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 18480,\r\n                                \"end\": 18560,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b059db4-6462-4fb9-9b56-a9fe78ea0f4d\",\r\n                                \"text\": \" 4G\",\r\n                                \"start\": 16440,\r\n                                \"end\": 16800,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2170d380-1bf1-47f0-90b5-b81bea1ed145\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13120,\r\n                                \"end\": 13220,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"23ec2fe5-a10a-4e72-93a7-3fc92c5ee160\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 12260,\r\n                                \"end\": 12460,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c33ce30-4bc9-41c5-a306-8caeebeda93c\",\r\n                                \"text\": \" client\",\r\n                                \"start\": 14840,\r\n                                \"end\": 15140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"316c8ab9-e02c-4a6c-9593-d081693c1a7b\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 9660,\r\n                                \"end\": 9820,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3488bce5-a912-4fc4-a36b-d0eba8eef1f4\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 13220,\r\n                                \"end\": 13240,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"35bfd1a4-550c-49fd-b916-c97984943f2c\",\r\n                                \"text\": \" mois-ci.\",\r\n                                \"start\": 19460,\r\n                                \"end\": 19800,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"388b8a47-1530-48f7-88c7-b3040bad78af\",\r\n                                \"text\": \" chez\",\r\n                                \"start\": 15140,\r\n                                \"end\": 15340,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"463b33c1-3490-4e53-8463-4381c458ce87\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 19300,\r\n                                \"end\": 19460,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fcbfd9b-6c56-4353-a649-2b127dbfb899\",\r\n                                \"text\": \" table.\",\r\n                                \"start\": 21220,\r\n                                \"end\": 21460,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.02,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"55622b92-6710-4468-a773-e1558b04c34d\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 15640,\r\n                                \"end\": 15880,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"60363f2c-3a4d-47e5-b4a2-a7db61f7e0d4\",\r\n                                \"text\": \" C'est\",\r\n                                \"start\": 20180,\r\n                                \"end\": 20700,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"621b0a32-b769-4703-b799-76cd6fe9bd7d\",\r\n                                \"text\": \" connecter\",\r\n                                \"start\": 13240,\r\n                                \"end\": 13680,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"629abd4d-ee55-482b-989e-882873bb86b8\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 9820,\r\n                                \"end\": 9980,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6f9c63fa-0000-4691-922a-d14497a623a8\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 12580,\r\n                                \"end\": 12740,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"736f07ef-16b6-42ab-9fc3-273f56fbc690\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 12740,\r\n                                \"end\": 12920,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"76ddfd1a-9dc1-4f81-b60d-b265622e375e\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 16960,\r\n                                \"end\": 17100,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d66fa73-faef-41f4-942f-74a673cb9e78\",\r\n                                \"text\": \" troisième\",\r\n                                \"start\": 18560,\r\n                                \"end\": 19020,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7f7cd804-c426-482c-ba85-dfa51bf1572c\",\r\n                                \"text\": \" l'appareil.\",\r\n                                \"start\": 8180,\r\n                                \"end\": 8600,\r\n                                \"duration\": 420,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7fa6cae0-eb2e-4372-b966-d16fbbb00b08\",\r\n                                \"text\": \" inacceptable.\",\r\n                                \"start\": 20700,\r\n                                \"end\": 21220,\r\n                                \"duration\": 520,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8082beb8-e22b-416c-accf-1f48365ce73c\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 9980,\r\n                                \"end\": 10220,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.49,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8ef6ed4f-7a5f-4df6-be06-f1f91adb51ff\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 13680,\r\n                                \"end\": 13700,\r\n                                \"duration\": 20,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"92f591c5-d445-46e1-8b71-3d7c42f06f80\",\r\n                                \"text\": \" connecter.\",\r\n                                \"start\": 17100,\r\n                                \"end\": 17600,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"93981d93-a257-42c0-a2f1-95327191036d\",\r\n                                \"text\": \" suis\",\r\n                                \"start\": 14640,\r\n                                \"end\": 14840,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9ddbd490-15bc-4b12-8d7c-736e684d6502\",\r\n                                \"text\": \" Depuis\",\r\n                                \"start\": 11720,\r\n                                \"end\": 12120,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9dfaf68d-9fe6-4def-8a37-f31a73028b79\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 14240,\r\n                                \"end\": 14640,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b12b09f8-7428-4c2b-80e1-7cd47711a1b0\",\r\n                                \"text\": \" j'utilise\",\r\n                                \"start\": 15880,\r\n                                \"end\": 16320,\r\n                                \"duration\": 440,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b47fb21b-e105-4900-bb74-237b9c40503a\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 8640,\r\n                                \"end\": 9040,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b5708b7e-8a60-4dcf-b82a-302ec8b2a65c\",\r\n                                \"text\": \" Dupont\",\r\n                                \"start\": 7720,\r\n                                \"end\": 8039,\r\n                                \"duration\": 319,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b608023a-24ac-4ce4-86bf-b2154a4f76a1\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 12120,\r\n                                \"end\": 12260,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb18ccef-4376-4f3c-b1a2-8e4c5dbdbf0d\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 6680,\r\n                                \"end\": 7120,\r\n                                \"duration\": 440,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bcda206a-76c6-4421-a51a-da552cabd530\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 9400,\r\n                                \"end\": 9660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c926e39f-5946-4809-ae36-f3cccaa31597\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 16320,\r\n                                \"end\": 16440,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d05be981-734a-47d0-a023-f2e631d9e07f\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 9080,\r\n                                \"end\": 9400,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db544bdd-7ea5-4d1d-a1fb-8a6cda559f4a\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 8039,\r\n                                \"end\": 8180,\r\n                                \"duration\": 141,\r\n                                \"probability\": 0.9,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dd105cc5-7248-4d1f-be3b-d529f2e04eae\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 12920,\r\n                                \"end\": 13120,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e261d6ec-4887-4d5e-ad99-b24c0a696635\",\r\n                                \"text\": \" internet.\",\r\n                                \"start\": 13700,\r\n                                \"end\": 13980,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ea469b8f-26df-458b-9f23-ec497a66af6f\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 16800,\r\n                                \"end\": 16960,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f0871ee6-afce-4abd-a097-ff13ec43d08b\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 9040,\r\n                                \"end\": 9080,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f11e7ac5-1f86-4a9d-9cfe-564498270447\",\r\n                                \"text\": \" fois\",\r\n                                \"start\": 19020,\r\n                                \"end\": 19300,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f2b7096b-0f74-4f3d-bc65-a28b107f0e46\",\r\n                                \"text\": \" Alain\",\r\n                                \"start\": 7200,\r\n                                \"end\": 7720,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f72aec7c-124f-4f4a-8991-c7ae8c4b7ae2\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 15340,\r\n                                \"end\": 15640,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"6850b8e4-f43e-4c98-996d-5a3ce9e99c4f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:06-00:21\"\r\n                    },\r\n                    {\r\n                        \"id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\",\r\n                        \"text\": \"Oui, merci beaucoup.\",\r\n                        \"start\": 129680,\r\n                        \"end\": 131560,\r\n                        \"duration\": 1880,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"40292cac-1b12-4cd4-9f39-092bf9fd5ec2\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 131200,\r\n                                \"end\": 131560,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3166ad7-84db-4adb-a988-e362084d2a0b\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 129680,\r\n                                \"end\": 130240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d7805653-f878-45ee-b64e-0ad07c56cfd2\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 130400,\r\n                                \"end\": 131200,\r\n                                \"duration\": 800,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"721541d2-ed87-4a40-b7ce-77e55d229205\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:09-02:11\"\r\n                    },\r\n                    {\r\n                        \"id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\",\r\n                        \"text\": \"Oui, bien sûr. Mon numéro de compte est 14 15 92 6. L'identifiant de ma box est 29 97 92 45 8.\",\r\n                        \"start\": 32470,\r\n                        \"end\": 48080,\r\n                        \"duration\": 15610,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"003f55a0-6b1b-4067-91e5-3591a070f115\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 44920,\r\n                                \"end\": 46060,\r\n                                \"duration\": 1140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"03f578f8-74a4-4113-ae3f-67bc9e24cd67\",\r\n                                \"text\": \" 29\",\r\n                                \"start\": 43840,\r\n                                \"end\": 44380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"05f9a9b7-85d8-45a7-a568-10f569cabfeb\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 32470,\r\n                                \"end\": 33010,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.92,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0683a29e-40b1-4189-98c1-7344708d4a29\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 34930,\r\n                                \"end\": 35350,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11ef2447-e863-4a04-9e66-8917bad8e650\",\r\n                                \"text\": \" 45\",\r\n                                \"start\": 46060,\r\n                                \"end\": 47220,\r\n                                \"duration\": 1160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"16d95c71-0da2-477c-a0c9-9f2ab148d68a\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 34470,\r\n                                \"end\": 34650,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b36076d-7492-4049-8d5b-b924d8636cd5\",\r\n                                \"text\": \" 97\",\r\n                                \"start\": 44380,\r\n                                \"end\": 44920,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1b8eba68-cbbb-47c0-890b-c927fcba456c\",\r\n                                \"text\": \" L'identifiant\",\r\n                                \"start\": 40440,\r\n                                \"end\": 41520,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"303d1b81-2b1d-4e62-b232-5fca91103d90\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 41800,\r\n                                \"end\": 42040,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"54c03c0c-870b-443c-a5bf-c396394e1f94\",\r\n                                \"text\": \" Mon\",\r\n                                \"start\": 33670,\r\n                                \"end\": 34210,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"63db52a4-6f69-4915-8a2e-f373e81597d6\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 41520,\r\n                                \"end\": 41660,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71e39732-b8fa-4fac-a0e0-8235510ccb78\",\r\n                                \"text\": \" 92\",\r\n                                \"start\": 37230,\r\n                                \"end\": 38830,\r\n                                \"duration\": 1600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8237a21c-7aea-4a73-bfb9-dfa3e450953b\",\r\n                                \"text\": \" 6.\",\r\n                                \"start\": 38830,\r\n                                \"end\": 39610,\r\n                                \"duration\": 780,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8668c871-73ce-4fbf-8f78-012ebe47c647\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 33090,\r\n                                \"end\": 33250,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89486823-574d-4d53-b875-3602a0d645a5\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 33250,\r\n                                \"end\": 33470,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"96819293-e3ef-45b8-9135-9055c44cf5ba\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 34210,\r\n                                \"end\": 34470,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"98e6d2ff-ddc9-4d0b-9927-a9b4932e041d\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 42040,\r\n                                \"end\": 42440,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.81,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"b41c25a7-3ec2-4ded-911d-3609c71a5778\",\r\n                                \"text\": \" 14\",\r\n                                \"start\": 35350,\r\n                                \"end\": 36170,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bd9579e7-7179-40c3-a60e-f0edf3ba0a48\",\r\n                                \"text\": \" 8.\",\r\n                                \"start\": 47220,\r\n                                \"end\": 48080,\r\n                                \"duration\": 860,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5c60def-6a8a-4852-850e-1c49f1f88740\",\r\n                                \"text\": \" 15\",\r\n                                \"start\": 36170,\r\n                                \"end\": 37230,\r\n                                \"duration\": 1060,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d007c0e3-3dbe-4028-a2c5-a37808f06e09\",\r\n                                \"text\": \" ma\",\r\n                                \"start\": 41660,\r\n                                \"end\": 41800,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            },\r\n                            {\r\n                                \"id\": \"db75b126-b6b6-4585-afd4-a9638a17e2dd\",\r\n                                \"text\": \" compte\",\r\n                                \"start\": 34650,\r\n                                \"end\": 34930,\r\n                                \"duration\": 280,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"9d975bc0-99eb-4cc9-8d35-9c203924cc83\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:32-00:48\"\r\n                    },\r\n                    {\r\n                        \"id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\",\r\n                        \"text\": \"Au revoir, merci\",\r\n                        \"start\": 166500,\r\n                        \"end\": 167400,\r\n                        \"duration\": 900,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"3369dcf2-9fa6-48ad-a36b-c6abfc053614\",\r\n                                \"text\": \" Au\",\r\n                                \"start\": 166500,\r\n                                \"end\": 166900,\r\n                                \"duration\": 400,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be8a6bb6-ea39-4d6b-bf5a-5cfffe07fc2b\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 167260,\r\n                                \"end\": 167400,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ead24bc3-3f47-49d4-ab0e-963eccf88ade\",\r\n                                \"text\": \" revoir,\",\r\n                                \"start\": 166900,\r\n                                \"end\": 167260,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"a43b22db-e040-4e5e-9d12-283e224faa64\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:46-02:47\"\r\n                    },\r\n                    {\r\n                        \"id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\",\r\n                        \"text\": \"Oui, bonjour, vous êtes en communicateur avec André pour Diabolo Telecom. Comment puis-je vous aider aujourd'hui ?\",\r\n                        \"start\": 940,\r\n                        \"end\": 5520,\r\n                        \"duration\": 4580,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"040715ef-3ce9-4327-ada1-67d5b4e32062\",\r\n                                \"text\": \" Diabolo\",\r\n                                \"start\": 3260,\r\n                                \"end\": 3520,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.74,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"06202087-0f2d-4079-b169-6554bf4061f3\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 2180,\r\n                                \"end\": 2300,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"07c7b512-1e63-477a-81b2-c1c1400ec91e\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 4140,\r\n                                \"end\": 4360,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3fa41990-9761-4874-b4b2-109d93a918d4\",\r\n                                \"text\": \" êtes\",\r\n                                \"start\": 2040,\r\n                                \"end\": 2180,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4306912d-95a6-4996-9962-e83545cc5498\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 4360,\r\n                                \"end\": 4440,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"51a53224-7719-433b-b4c6-bc4b19c38c94\",\r\n                                \"text\": \" André\",\r\n                                \"start\": 2940,\r\n                                \"end\": 3140,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5350f90f-2d6f-4aa5-9585-12c540c21124\",\r\n                                \"text\": \" communicateur\",\r\n                                \"start\": 2300,\r\n                                \"end\": 2840,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.82,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5db76cf0-40c6-45da-a138-eb3247923e0a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 940,\r\n                                \"end\": 1440,\r\n                                \"duration\": 500,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7ed6d1e5-fcf5-4958-9bbc-3eef11dad0c0\",\r\n                                \"text\": \" aujourd'hui\",\r\n                                \"start\": 4620,\r\n                                \"end\": 5000,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89d16ae3-186d-4b7c-bae1-9d66e69926e1\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 1900,\r\n                                \"end\": 2040,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9bc871f3-34c3-4daa-8941-f23a73ddb3a1\",\r\n                                \"text\": \" Comment\",\r\n                                \"start\": 3980,\r\n                                \"end\": 4140,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f9b3f6c-6fce-4c31-840e-fedac23b6b0b\",\r\n                                \"text\": \" Telecom.\",\r\n                                \"start\": 3520,\r\n                                \"end\": 3900,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.61,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb4762a9-aeb5-48db-8a6b-443bbe21ac24\",\r\n                                \"text\": \" bonjour,\",\r\n                                \"start\": 1480,\r\n                                \"end\": 1840,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dccebf72-eadc-49a3-b95b-adc80d3196dc\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 5000,\r\n                                \"end\": 5520,\r\n                                \"duration\": 520,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dde7a334-1653-484e-88a3-2ea523694c76\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 3140,\r\n                                \"end\": 3260,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ec84410d-ee23-41b0-9fe2-dbbbdef20dda\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 2840,\r\n                                \"end\": 2940,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f6ebac5f-4be7-4fe2-9546-99803c08c122\",\r\n                                \"text\": \" aider\",\r\n                                \"start\": 4440,\r\n                                \"end\": 4620,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"b8ac6eea-9a23-466b-abd1-a79955287969\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:00-00:05\"\r\n                    },\r\n                    {\r\n                        \"id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\",\r\n                        \"text\": \"D'accord, merci monsieur. Votre numéro de suivi est le 343A. Un conseiller vous viendra d'ici ce soir pour vous donner un petit peu d'avancement sur votre dossier. Pour pallier à cette panne internet, puis-je vous proposer pendant ce temps-là une extension de data mobile en attendant que votre panne soit réparée ?\",\r\n                        \"start\": 110310,\r\n                        \"end\": 128870,\r\n                        \"duration\": 18560,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"06beeda5-3af2-439a-8366-3ce52baf32be\",\r\n                                \"text\": \" réparée\",\r\n                                \"start\": 128330,\r\n                                \"end\": 128650,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"0748309b-6fda-4359-bcf4-5802aee66ed1\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 117730,\r\n                                \"end\": 117890,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"10dff876-7070-4505-9cb9-c4d3e8655bfa\",\r\n                                \"text\": \" conseiller\",\r\n                                \"start\": 116550,\r\n                                \"end\": 117150,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11706e21-e5d3-4c70-8778-ae0e000de72b\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 114130,\r\n                                \"end\": 114270,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14740279-54d2-421d-8e2e-414b81357c53\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 119970,\r\n                                \"end\": 120110,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"169bcfb5-841a-434a-b7b7-50cd31992489\",\r\n                                \"text\": \" pallier\",\r\n                                \"start\": 122330,\r\n                                \"end\": 122710,\r\n                                \"duration\": 380,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"17aef651-1362-40aa-8e31-3263ad226308\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 126830,\r\n                                \"end\": 127050,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"18c02779-afad-4a3a-96d7-3c529747183f\",\r\n                                \"text\": \" monsieur.\",\r\n                                \"start\": 111130,\r\n                                \"end\": 111370,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.45,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"204849b7-f010-48d5-abad-8d0dfaf836f2\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 122950,\r\n                                \"end\": 123270,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"27f798d9-c017-463a-857c-82dbaacbd022\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 110950,\r\n                                \"end\": 111130,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"29235943-32ba-4a30-9e74-5ee77453abcf\",\r\n                                \"text\": \" soir\",\r\n                                \"start\": 117890,\r\n                                \"end\": 118090,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"293bbb28-326a-42ef-be9a-ad5a9977e7c7\",\r\n                                \"text\": \" d'avancement\",\r\n                                \"start\": 119410,\r\n                                \"end\": 119790,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2a4d1220-34c1-43ed-92c8-a25d4a7f260e\",\r\n                                \"text\": \" une\",\r\n                                \"start\": 125270,\r\n                                \"end\": 125430,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2c8bc732-c8c0-463a-8a12-cfc2ea89ec12\",\r\n                                \"text\": \" soit\",\r\n                                \"start\": 128229,\r\n                                \"end\": 128330,\r\n                                \"duration\": 101,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3370247f-a2ce-47d3-8e69-d063c247f2c2\",\r\n                                \"text\": \" Votre\",\r\n                                \"start\": 112490,\r\n                                \"end\": 112850,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"362bf63c-745c-4c67-8ff8-51149ca186f9\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 118090,\r\n                                \"end\": 118230,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"402ba399-a0fc-4d2b-a7d0-845875599c08\",\r\n                                \"text\": \" cette\",\r\n                                \"start\": 122810,\r\n                                \"end\": 122950,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"42184de2-c919-4761-b99f-50185189fe2f\",\r\n                                \"text\": \" proposer\",\r\n                                \"start\": 124450,\r\n                                \"end\": 124850,\r\n                                \"duration\": 400,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4317341a-72bd-4606-abc7-a3adf7fc4cf3\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 110310,\r\n                                \"end\": 110850,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.94,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4a6eca42-77bc-4734-bc59-a68624e668ad\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 124390,\r\n                                \"end\": 124450,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b1dc39d-be79-4d8a-9fb2-337dc1e42d73\",\r\n                                \"text\": \" peu\",\r\n                                \"start\": 119290,\r\n                                \"end\": 119410,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f664a3c-74c9-4648-becb-167ff674c508\",\r\n                                \"text\": \" temps-là\",\r\n                                \"start\": 125090,\r\n                                \"end\": 125270,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"537173af-553c-412e-9c4a-bb7db15271a2\",\r\n                                \"text\": \" viendra\",\r\n                                \"start\": 117270,\r\n                                \"end\": 117530,\r\n                                \"duration\": 260,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5423d2c0-8e9b-4677-8c97-5a4d6b50e2b1\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 118230,\r\n                                \"end\": 118330,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5ddfcb68-26cf-4eab-a069-09d1945c0060\",\r\n                                \"text\": \" sur\",\r\n                                \"start\": 119790,\r\n                                \"end\": 119970,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6bd75513-1a5f-4a04-920f-858dce79ea03\",\r\n                                \"text\": \" Un\",\r\n                                \"start\": 116190,\r\n                                \"end\": 116550,\r\n                                \"duration\": 360,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e1248b5-73b2-485d-a85f-46be27c1e7fb\",\r\n                                \"text\": \" data\",\r\n                                \"start\": 126090,\r\n                                \"end\": 126550,\r\n                                \"duration\": 460,\r\n                                \"probability\": 0.59,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6e247e36-c70a-414e-9d71-75b7df6e1fdf\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 124990,\r\n                                \"end\": 125090,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"70bfa0a8-6fa4-4d95-abf2-7f691147487d\",\r\n                                \"text\": \" pendant\",\r\n                                \"start\": 124850,\r\n                                \"end\": 124990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"78621186-1ddc-494b-aa2a-8c095b3de429\",\r\n                                \"text\": \" dossier.\",\r\n                                \"start\": 120110,\r\n                                \"end\": 120390,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7bdc6e4b-29ce-4ee6-bf2e-b2df70d3b880\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 125790,\r\n                                \"end\": 126090,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"809960e7-2352-4c43-bc16-0b1eab129204\",\r\n                                \"text\": \" suivi\",\r\n                                \"start\": 113210,\r\n                                \"end\": 113510,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9395d7ba-82d8-4bdd-a441-2e70397a79da\",\r\n                                \"text\": \" puis-je\",\r\n                                \"start\": 123810,\r\n                                \"end\": 124390,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.63,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95a53c94-3cea-459f-8fa0-4528bab256d4\",\r\n                                \"text\": \" d'ici\",\r\n                                \"start\": 117530,\r\n                                \"end\": 117730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b3b82c8-8ce2-4f5a-935b-c49bcca428be\",\r\n                                \"text\": \" mobile\",\r\n                                \"start\": 126550,\r\n                                \"end\": 126830,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9b5ee152-72c0-441a-a0c9-1475f1750007\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 117150,\r\n                                \"end\": 117270,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9badc9de-3dee-46d5-a0f1-b7096c4bd3fc\",\r\n                                \"text\": \" 343A.\",\r\n                                \"start\": 114270,\r\n                                \"end\": 115730,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.88,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9f8af396-a149-41f9-8877-178f5c520464\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 127230,\r\n                                \"end\": 127510,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a517348c-070a-43a3-a44b-78f44ec2436c\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 128650,\r\n                                \"end\": 128870,\r\n                                \"duration\": 220,\r\n                                \"probability\": 0.95,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a987a998-7124-474d-ba11-15091172ce70\",\r\n                                \"text\": \" est\",\r\n                                \"start\": 113510,\r\n                                \"end\": 114130,\r\n                                \"duration\": 620,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bb70da0e-9fde-46c7-9fa5-100f60edef29\",\r\n                                \"text\": \" numéro\",\r\n                                \"start\": 112850,\r\n                                \"end\": 113050,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bc20d54f-3f2d-45e7-8125-5a9bbff2368e\",\r\n                                \"text\": \" extension\",\r\n                                \"start\": 125430,\r\n                                \"end\": 125790,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"bde65e98-ee6d-4aa1-8c09-90a96681de4f\",\r\n                                \"text\": \" panne\",\r\n                                \"start\": 127970,\r\n                                \"end\": 128229,\r\n                                \"duration\": 259,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"be971ad6-0163-481c-9a36-1876a8296b4a\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 127510,\r\n                                \"end\": 127970,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc67fb4c-722e-4c67-9f72-a6b822a5575b\",\r\n                                \"text\": \" Pour\",\r\n                                \"start\": 121970,\r\n                                \"end\": 122330,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d0814106-0f8f-4810-87b7-bb2320aa2ad3\",\r\n                                \"text\": \" donner\",\r\n                                \"start\": 118330,\r\n                                \"end\": 119030,\r\n                                \"duration\": 700,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dbb8dc2b-069a-48fc-9a7a-03ee717f125b\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 122710,\r\n                                \"end\": 122810,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e5b42f97-9237-4f63-bbe3-738e99be1f5b\",\r\n                                \"text\": \" attendant\",\r\n                                \"start\": 127050,\r\n                                \"end\": 127230,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f66a98b5-4af8-49d1-be5e-fdf440fee892\",\r\n                                \"text\": \" de\",\r\n                                \"start\": 113050,\r\n                                \"end\": 113210,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f7e871d5-6a23-4c0a-b63b-5ee47dc4796f\",\r\n                                \"text\": \" internet,\",\r\n                                \"start\": 123270,\r\n                                \"end\": 123510,\r\n                                \"duration\": 240,\r\n                                \"probability\": 0.39,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9f36c81-a995-441d-9f65-e89740689526\",\r\n                                \"text\": \" un\",\r\n                                \"start\": 119030,\r\n                                \"end\": 119190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fdefc64f-f278-4ee0-a385-879644f6e6e6\",\r\n                                \"text\": \" petit\",\r\n                                \"start\": 119190,\r\n                                \"end\": 119290,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"c395ce82-1284-4cc8-89eb-ec98caad80c7\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"01:50-02:08\"\r\n                    },\r\n                    {\r\n                        \"id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\",\r\n                        \"text\": \"D'accord, merci pour ces informations, monsieur Dupont. Je vais vérifier votre compte. Pendant ce temps, pourriez-vous me décrire plus en détail le problème que vous rencontrez avec votre connexion Internet ?\",\r\n                        \"start\": 49710,\r\n                        \"end\": 57710,\r\n                        \"duration\": 8000,\r\n                        \"speaker\": \"second\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1242c520-eec1-4bef-aabc-5af348512006\",\r\n                                \"text\": \" plus\",\r\n                                \"start\": 54550,\r\n                                \"end\": 54750,\r\n                                \"duration\": 200,\r\n                                \"probability\": 0.85,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"14f4ecd4-2d2e-464e-aa44-94f04f4b8eff\",\r\n                                \"text\": \" avec\",\r\n                                \"start\": 56110,\r\n                                \"end\": 56230,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1dc905f4-caa3-4f00-aeba-d10ac8bf84a7\",\r\n                                \"text\": \" me\",\r\n                                \"start\": 54290,\r\n                                \"end\": 54390,\r\n                                \"duration\": 100,\r\n                                \"probability\": 0.71,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f6681ad-fc7d-4dd2-8c50-73704ce85aa9\",\r\n                                \"text\": \" vais\",\r\n                                \"start\": 52190,\r\n                                \"end\": 52250,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25db2b22-0e37-4582-8fdc-c0de139cb98f\",\r\n                                \"text\": \" ce\",\r\n                                \"start\": 53770,\r\n                                \"end\": 53830,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2938144c-3298-4f9d-aa3e-9ede0fcb32a0\",\r\n                                \"text\": \" vérifier\",\r\n                                \"start\": 52250,\r\n                                \"end\": 52530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"2d920bff-1aba-4adf-882e-f849f8d29c95\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 56390,\r\n                                \"end\": 56730,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"31412cd1-9437-4d36-83d2-9b894340a95a\",\r\n                                \"text\": \" décrire\",\r\n                                \"start\": 54390,\r\n                                \"end\": 54550,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.93,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3258c63f-bfde-4080-ab4e-69da651d9176\",\r\n                                \"text\": \" Internet\",\r\n                                \"start\": 56730,\r\n                                \"end\": 56870,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3aa1ea13-2faf-46be-9603-bad6db6ce817\",\r\n                                \"text\": \" informations,\",\r\n                                \"start\": 50990,\r\n                                \"end\": 51310,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3acc5c27-0533-40c4-814e-7b6d35199e7d\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 55130,\r\n                                \"end\": 55250,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3c5a0904-f3bf-40a2-a753-10e3f5020d41\",\r\n                                \"text\": \" D'accord,\",\r\n                                \"start\": 49710,\r\n                                \"end\": 50350,\r\n                                \"duration\": 640,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4b09f05c-f5d7-4d74-8a66-6af5898818a3\",\r\n                                \"text\": \" rencontrez\",\r\n                                \"start\": 55750,\r\n                                \"end\": 56110,\r\n                                \"duration\": 360,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4e2a46e6-b372-4b2e-b247-8570195aef17\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 52530,\r\n                                \"end\": 52730,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4f935f73-411a-4648-acf0-ec2b2d31a7c7\",\r\n                                \"text\": \" monsieur\",\r\n                                \"start\": 51510,\r\n                                \"end\": 51670,\r\n                                \"duration\": 160,\r\n                                \"probability\": 0.78,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6000f20d-070f-44fa-9efc-8f0ce192e2fb\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 54750,\r\n                                \"end\": 54850,\r\n                                \"duration\": 100,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"739e5d4e-8bf0-4daf-883c-f844221f90c2\",\r\n                                \"text\": \" temps,\",\r\n                                \"start\": 53830,\r\n                                \"end\": 53970,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7a8b2bac-4043-4440-b2f9-451d8378d606\",\r\n                                \"text\": \" compte.\",\r\n                                \"start\": 52730,\r\n                                \"end\": 52990,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7d461993-b85f-474b-abb6-8555e7a2f05c\",\r\n                                \"text\": \" Pendant\",\r\n                                \"start\": 53450,\r\n                                \"end\": 53770,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"838255dc-3da6-4388-bbe2-c2854d0c06a9\",\r\n                                \"text\": \" que\",\r\n                                \"start\": 55530,\r\n                                \"end\": 55710,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8d2d148a-3ec9-4218-8ace-32a4bf1af7a0\",\r\n                                \"text\": \" détail\",\r\n                                \"start\": 54850,\r\n                                \"end\": 55130,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90d163c6-6fa3-4d7b-88a5-486f1736f7e5\",\r\n                                \"text\": \" Dupont.\",\r\n                                \"start\": 51670,\r\n                                \"end\": 51970,\r\n                                \"duration\": 300,\r\n                                \"probability\": 0.97,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9cc2e274-02f9-4581-8fe9-e1803a6150ab\",\r\n                                \"text\": \" merci\",\r\n                                \"start\": 50410,\r\n                                \"end\": 50650,\r\n                                \"duration\": 240,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c8f114cc-d65c-403c-8a38-8a2cf5e36ec2\",\r\n                                \"text\": \" ?\",\r\n                                \"start\": 56870,\r\n                                \"end\": 57710,\r\n                                \"duration\": 840,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c95c59da-7ce1-4c76-a099-dd6cde0d7487\",\r\n                                \"text\": \" ces\",\r\n                                \"start\": 50850,\r\n                                \"end\": 50990,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cb564721-8400-43ed-8bcf-0fb0d7149a08\",\r\n                                \"text\": \" votre\",\r\n                                \"start\": 56230,\r\n                                \"end\": 56390,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cdcb38cc-1714-4224-9b8a-e58532ed8ead\",\r\n                                \"text\": \" pourriez-vous\",\r\n                                \"start\": 54030,\r\n                                \"end\": 54290,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"d25928cf-bdc3-40f7-b5f0-b92bc622154a\",\r\n                                \"text\": \" Je\",\r\n                                \"start\": 52030,\r\n                                \"end\": 52190,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"dfa6493a-a404-45c0-bec2-c884bb8f0779\",\r\n                                \"text\": \" pour\",\r\n                                \"start\": 50650,\r\n                                \"end\": 50850,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e8f00b47-2f0b-42bc-bf71-644afaeb2007\",\r\n                                \"text\": \" vous\",\r\n                                \"start\": 55710,\r\n                                \"end\": 55750,\r\n                                \"duration\": 40,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ff7a143a-f571-4adc-8ab9-bea75fb57399\",\r\n                                \"text\": \" problème\",\r\n                                \"start\": 55250,\r\n                                \"end\": 55530,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"second\",\r\n                                \"segment_id\": \"ddb1c410-0664-479a-a96c-c9f691ec579b\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:49-00:57\"\r\n                    },\r\n                    {\r\n                        \"id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\",\r\n                        \"text\": \"Ah, magnifique. Oui, ça sera le 06 17 00 00 00. Merci beaucoup.\",\r\n                        \"start\": 140920,\r\n                        \"end\": 153690,\r\n                        \"duration\": 12770,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"1343b56a-b852-4690-b732-f9638c87bd4c\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 143840,\r\n                                \"end\": 144140,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1e1b4eaf-00d7-4638-b03e-61274cc35608\",\r\n                                \"text\": \" 06\",\r\n                                \"start\": 144140,\r\n                                \"end\": 144880,\r\n                                \"duration\": 740,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4695c023-ca49-4533-9d28-644c29c700f7\",\r\n                                \"text\": \" sera\",\r\n                                \"start\": 143420,\r\n                                \"end\": 143840,\r\n                                \"duration\": 420,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4aefd3f4-835d-444e-b0b0-ce27189f0861\",\r\n                                \"text\": \" Ah,\",\r\n                                \"start\": 140920,\r\n                                \"end\": 141480,\r\n                                \"duration\": 560,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"67f4f4df-fe1b-44ec-a08f-fdfe97862bfd\",\r\n                                \"text\": \" magnifique.\",\r\n                                \"start\": 141500,\r\n                                \"end\": 141960,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"6baa320d-74d9-4e29-a716-b9d9aa4bad2f\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 149790,\r\n                                \"end\": 151310,\r\n                                \"duration\": 1520,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"7084e068-eaf0-4539-879d-dc856efd7b7a\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 142160,\r\n                                \"end\": 142700,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"95db5dbc-a0d0-43e5-9bde-3285667fce62\",\r\n                                \"text\": \" 00.\",\r\n                                \"start\": 151310,\r\n                                \"end\": 152250,\r\n                                \"duration\": 940,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9c08c62a-ed11-42f8-aa39-789015453903\",\r\n                                \"text\": \" ça\",\r\n                                \"start\": 142820,\r\n                                \"end\": 143420,\r\n                                \"duration\": 600,\r\n                                \"probability\": 0.64,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a1e69d9e-ce49-4413-9abc-74d56f182e61\",\r\n                                \"text\": \" 00\",\r\n                                \"start\": 147460,\r\n                                \"end\": 148920,\r\n                                \"duration\": 1460,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a2af1a17-cd95-48e8-80a9-5ff1ea589996\",\r\n                                \"text\": \" 17\",\r\n                                \"start\": 144880,\r\n                                \"end\": 145960,\r\n                                \"duration\": 1080,\r\n                                \"probability\": 0.58,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c5ffe0e6-91cf-4a4d-8e63-82f61a5157ff\",\r\n                                \"text\": \" Merci\",\r\n                                \"start\": 152850,\r\n                                \"end\": 153410,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cf5816b7-eae8-46ad-9cda-59c61073e0a6\",\r\n                                \"text\": \" beaucoup.\",\r\n                                \"start\": 153410,\r\n                                \"end\": 153690,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"e282095b-7ecc-4475-a2d2-1ce5faa2c34f\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:20-02:33\"\r\n                    },\r\n                    {\r\n                        \"id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\",\r\n                        \"text\": \"Oui, bien sûr. Ce matin, en fait, la connexion a été interrompue brusquement et depuis, je n'arrive pas à la rétablir. J'ai redémarré la box plusieurs fois, mais Mais cela n'a pas résolu le problème.\",\r\n                        \"start\": 57660,\r\n                        \"end\": 69440,\r\n                        \"duration\": 11780,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"10b391cd-83be-48b7-a1c1-78614bbf5e8b\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 64340,\r\n                                \"end\": 64540,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"11e52d56-d6d8-4961-b06b-3dddba4f4caf\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 64620,\r\n                                \"end\": 64680,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"129a04a5-14f1-433b-aa49-728c33299dcd\",\r\n                                \"text\": \" cela\",\r\n                                \"start\": 68240,\r\n                                \"end\": 68360,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.98,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"12b8617b-cd2b-4bb7-b408-19e3eaecc262\",\r\n                                \"text\": \" sûr.\",\r\n                                \"start\": 58360,\r\n                                \"end\": 58620,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1d2f741e-96dd-46fd-aa29-e4d570e3db4e\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 60160,\r\n                                \"end\": 60540,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"1f2aaaec-d1b3-486e-9ff9-02d34e66670b\",\r\n                                \"text\": \" Mais\",\r\n                                \"start\": 68180,\r\n                                \"end\": 68240,\r\n                                \"duration\": 60,\r\n                                \"probability\": 0.47,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"21f53ead-93a8-4030-89fe-d01de851cf36\",\r\n                                \"text\": \" le\",\r\n                                \"start\": 69080,\r\n                                \"end\": 69160,\r\n                                \"duration\": 80,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25d997dc-0052-40b7-9a3f-19ddc45cf6ee\",\r\n                                \"text\": \" Ce\",\r\n                                \"start\": 58840,\r\n                                \"end\": 59380,\r\n                                \"duration\": 540,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"25f9867f-9dc4-4752-9b39-2a16ed57ac52\",\r\n                                \"text\": \" je\",\r\n                                \"start\": 63800,\r\n                                \"end\": 64120,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3a0c8b3f-c215-4e78-a299-754be774a3a4\",\r\n                                \"text\": \" n'arrive\",\r\n                                \"start\": 64120,\r\n                                \"end\": 64340,\r\n                                \"duration\": 220,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"3d8eedd5-6662-4d6c-8261-8130b75aec71\",\r\n                                \"text\": \" et\",\r\n                                \"start\": 62580,\r\n                                \"end\": 63400,\r\n                                \"duration\": 820,\r\n                                \"probability\": 0.91,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4004700d-04e4-4a2f-addb-86129be865ca\",\r\n                                \"text\": \" la\",\r\n                                \"start\": 66380,\r\n                                \"end\": 66500,\r\n                                \"duration\": 120,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"443490a5-146e-483e-8e17-47b8a05207be\",\r\n                                \"text\": \" brusquement\",\r\n                                \"start\": 62000,\r\n                                \"end\": 62580,\r\n                                \"duration\": 580,\r\n                                \"probability\": 0.96,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"49f2a5c3-4000-429b-9dca-9bf5aa2a4575\",\r\n                                \"text\": \" n'a\",\r\n                                \"start\": 68360,\r\n                                \"end\": 68660,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"4fc2dd9f-e716-4512-b1a8-30cd7f86eaba\",\r\n                                \"text\": \" fois,\",\r\n                                \"start\": 67060,\r\n                                \"end\": 67400,\r\n                                \"duration\": 340,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"596abce5-8184-4e14-bfbc-a07d2b0869b9\",\r\n                                \"text\": \" résolu\",\r\n                                \"start\": 68740,\r\n                                \"end\": 69080,\r\n                                \"duration\": 340,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"5da08142-3896-413e-a765-47d9aa0e8ea0\",\r\n                                \"text\": \" Oui,\",\r\n                                \"start\": 57660,\r\n                                \"end\": 58200,\r\n                                \"duration\": 540,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"71ac1e47-2e90-41aa-a153-7047f181a1b8\",\r\n                                \"text\": \" matin,\",\r\n                                \"start\": 59380,\r\n                                \"end\": 59700,\r\n                                \"duration\": 320,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"772c18fc-2dd5-4fb1-820d-fc84b60a5545\",\r\n                                \"text\": \" problème.\",\r\n                                \"start\": 69160,\r\n                                \"end\": 69440,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89009f36-3e26-424b-a683-cf57eeb34c79\",\r\n                                \"text\": \" connexion\",\r\n                                \"start\": 60540,\r\n                                \"end\": 61140,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"8cded26c-2c39-4da8-9ce7-9fa601628094\",\r\n                                \"text\": \" pas\",\r\n                                \"start\": 68660,\r\n                                \"end\": 68740,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"90c0da5d-ef24-44e2-b4b2-6df1bda91bdb\",\r\n                                \"text\": \" bien\",\r\n                                \"start\": 58220,\r\n                                \"end\": 58360,\r\n                                \"duration\": 140,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"9612ffae-e15d-436e-828c-6aec23c4e28e\",\r\n                                \"text\": \" interrompue\",\r\n                                \"start\": 61400,\r\n                                \"end\": 62000,\r\n                                \"duration\": 600,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"a3b7fbf1-c829-4159-84a9-56b40824de43\",\r\n                                \"text\": \" box\",\r\n                                \"start\": 66500,\r\n                                \"end\": 66680,\r\n                                \"duration\": 180,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"acb10084-e309-4ca5-b860-ef77fe3ca96c\",\r\n                                \"text\": \" plusieurs\",\r\n                                \"start\": 66680,\r\n                                \"end\": 67060,\r\n                                \"duration\": 380,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"aed77654-2a52-4bb6-b6ad-fb2a357d3f03\",\r\n                                \"text\": \" J'ai\",\r\n                                \"start\": 65319,\r\n                                \"end\": 65920,\r\n                                \"duration\": 601,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c00da5a2-b99b-44ff-b0e6-f2e02fca4969\",\r\n                                \"text\": \" fait,\",\r\n                                \"start\": 59900,\r\n                                \"end\": 60060,\r\n                                \"duration\": 160,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"cc8a69cc-b2e2-4921-9623-620144ba797e\",\r\n                                \"text\": \" redémarré\",\r\n                                \"start\": 65920,\r\n                                \"end\": 66380,\r\n                                \"duration\": 460,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e0a6f994-7d72-40c4-b8f2-dbb587d3f2ad\",\r\n                                \"text\": \" à\",\r\n                                \"start\": 64540,\r\n                                \"end\": 64620,\r\n                                \"duration\": 80,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"e7c862c2-ca8c-47b6-930f-d33136b9c5ae\",\r\n                                \"text\": \" depuis,\",\r\n                                \"start\": 63400,\r\n                                \"end\": 63660,\r\n                                \"duration\": 260,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"ee0c5a4c-e9b2-42c8-8861-c37d22b954c0\",\r\n                                \"text\": \" rétablir.\",\r\n                                \"start\": 64680,\r\n                                \"end\": 65180,\r\n                                \"duration\": 500,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f1e1aac0-101f-44eb-9e1b-e1040448f1ff\",\r\n                                \"text\": \" en\",\r\n                                \"start\": 59780,\r\n                                \"end\": 59900,\r\n                                \"duration\": 120,\r\n                                \"probability\": 0.99,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"f9078353-4242-4ea0-a5d8-d48fa04cd517\",\r\n                                \"text\": \" mais\",\r\n                                \"start\": 67460,\r\n                                \"end\": 68180,\r\n                                \"duration\": 720,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb56394c-cd61-4881-bd7c-c29577a60ce6\",\r\n                                \"text\": \" a\",\r\n                                \"start\": 61140,\r\n                                \"end\": 61200,\r\n                                \"duration\": 60,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            },\r\n                            {\r\n                                \"id\": \"fb6494a7-ac34-4747-a53c-b50fe69438d8\",\r\n                                \"text\": \" été\",\r\n                                \"start\": 61200,\r\n                                \"end\": 61400,\r\n                                \"duration\": 200,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f8b05725-12ca-4412-a617-6cb5b36d7f06\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"00:57-01:09\"\r\n                    },\r\n                    {\r\n                        \"id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\",\r\n                        \"text\": \"Merci, au revoir.\",\r\n                        \"start\": 164680,\r\n                        \"end\": 166040,\r\n                        \"duration\": 1360,\r\n                        \"speaker\": \"first\",\r\n                        \"words\": [\r\n                            {\r\n                                \"id\": \"6c9044da-4900-4937-8065-85ed729ddbf7\",\r\n                                \"text\": \" Merci,\",\r\n                                \"start\": 164680,\r\n                                \"end\": 165240,\r\n                                \"duration\": 560,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"89aefc91-b80f-4d51-b634-5e2144d3dd60\",\r\n                                \"text\": \" au\",\r\n                                \"start\": 165460,\r\n                                \"end\": 165760,\r\n                                \"duration\": 300,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\r\n                            },\r\n                            {\r\n                                \"id\": \"c1c09f5a-0e06-44bf-b368-a4d1f2d24ead\",\r\n                                \"text\": \" revoir.\",\r\n                                \"start\": 165760,\r\n                                \"end\": 166040,\r\n                                \"duration\": 280,\r\n                                \"probability\": 1,\r\n                                \"speaker\": \"first\",\r\n                                \"segment_id\": \"f9bdd9f4-7f2f-411b-89ed-73da03496d39\"\r\n                            }\r\n                        ],\r\n                        \"start_end_timestamps\": \"02:44-02:46\"\r\n                    }\r\n                ]\r\n            },\r\n            \"ai-insights\": {\r\n                \"title\": [\r\n                    {\r\n                        \"id\": \"077e04d5-8d30-40a3-8cd5-87d7829569b1\",\r\n                        \"text\": \"Problèmes répétés de connexion Internet\",\r\n                        \"object\": null,\r\n                        \"type\": \"title\"\r\n                    }\r\n                ],\r\n                \"summary\": [\r\n                    {\r\n                        \"id\": \"3e552576-c1e0-4b0f-a266-0671be83a0b7\",\r\n                        \"text\": \"L'appelant, Alain Dupont, a contacté Diabolo Telecom pour un problème répétitif de connexion à Internet. L'agent a vérifié l'état de la connexion, trouvé un problème technique et créé un ticket pour les équipes techniques. L'agent a ensuite demandé à Alain de redémarrer sa box. Après le redémarrage, Alain a pu se connecter à Internet. L'agent a fourni à Alain un numéro de suivi (343A) et une extension de data mobile en attendant que le problème soit résolu. Le client a remercié l'agent pour son aide.\",\r\n                        \"object\": null,\r\n                        \"type\": \"summary\"\r\n                    }\r\n                ],\r\n                \"call-reason\": [\r\n                    {\r\n                        \"id\": \"7d91721b-f412-411a-8d4e-e0b7828b5eb2\",\r\n                        \"text\": null,\r\n                        \"object\": {\r\n                            \"why\": \"Le client utilise actuellement sa 4G pour se connecter à internet, ce qui est inacceptable pour lui et aucune solution n'a été trouvée après plusieurs redémarrages de la box.\",\r\n                            \"needs\": \"Un diagnostic du problème de connexion et une solution pour y remédier.\",\r\n                            \"request\": \"Le client souhaite résoudre son problème de connexion internet.\"\r\n                        },\r\n                        \"type\": \"call-reason\"\r\n                    }\r\n                ],\r\n                \"step-by-step-summary\": [\r\n                    {\r\n                        \"id\": \"9bc3979c-9e9b-494b-97d2-ef2209635ef2\",\r\n                        \"text\": \"L'appelant, Alain Dupont, a contacté Diabolo Telecom en raison de problèmes répétés de connexion à Internet. Depuis ce matin, il ne peut plus se connecter à Internet via sa box et doit utiliser sa connexion 4G. Le client a déjà connu ce problème à plusieurs reprises et le considère inacceptable.\\\\n-L'agent, André, a demandé le numéro de compte et l'identifiant de la box d'Alain. Ces informations ont été utilisées pour vérifier l'état de la connexion et accéder au dossier du client. André a vérifié le statut de la connexion et a trouvé un problème technique. André a ensuite créé un ticket pour les équipes techniques et a demandé à Alain de redémarrer sa box.\\\\n-Alain a redémarré sa box. André a communiqué un numéro de suivi (343A) à Alain et a proposé une extension de data mobile pour résoudre temporairement le problème. L'agent a crédité le numéro de téléphone d'Alain avec 200 Go de données supplémentaires. Alain a remercié l'agent pour son aide. L'agent a rappelé qu'il pouvait être contacté s'il avait d'autres questions. La demande d'Alain a été résolue par l'agent.\",\r\n                        \"object\": [\r\n                            \"L'appelant, Alain Dupont, a contacté Diabolo Telecom en raison de problèmes répétés de connexion à Internet. Depuis ce matin, il ne peut plus se connecter à Internet via sa box et doit utiliser sa connexion 4G. Le client a déjà connu ce problème à plusieurs reprises et le considère inacceptable.\",\r\n                            \"L'agent, André, a demandé le numéro de compte et l'identifiant de la box d'Alain. Ces informations ont été utilisées pour vérifier l'état de la connexion et accéder au dossier du client. André a vérifié le statut de la connexion et a trouvé un problème technique. André a ensuite créé un ticket pour les équipes techniques et a demandé à Alain de redémarrer sa box.\",\r\n                            \"Alain a redémarré sa box. André a communiqué un numéro de suivi (343A) à Alain et a proposé une extension de data mobile pour résoudre temporairement le problème. L'agent a crédité le numéro de téléphone d'Alain avec 200 Go de données supplémentaires. Alain a remercié l'agent pour son aide. L'agent a rappelé qu'il pouvait être contacté s'il avait d'autres questions. La demande d'Alain a été résolue par l'agent.\"\r\n                        ],\r\n                        \"type\": \"step-by-step-summary\"\r\n                    }\r\n                ],\r\n                \"actions\": [\r\n                    {\r\n                        \"id\": \"af9749e4-909f-4044-a63b-33c7df4aae61\",\r\n                        \"text\": null,\r\n                        \"object\": [\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Le client a signalé un problème de connexion internet à l'agent\",\r\n                                \"steps\": [\r\n                                    \"Client : s'est plaint d'une connexion internet instable et d'une mauvaise qualité de connexion\"\r\n                                ],\r\n                                \"title\": \"Client : signalement du problème\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"L'agent a recueilli les informations nécessaires pour mieux comprendre et résoudre le problème\",\r\n                                \"steps\": [\r\n                                    \"Agent : a demandé le numéro de compte et l'identifiant de la box internet\",\r\n                                    \"Agent : a demandé des détails supplémentaires sur le problème\"\r\n                                ],\r\n                                \"title\": \"Agent : collecte d'informations\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Le client a tenté de résoudre le problème en redémarrant la box\",\r\n                                \"steps\": [\r\n                                    \"Client : a redémarré la box\"\r\n                                ],\r\n                                \"title\": \"Client : redémarrage de la box\",\r\n                                \"completed\": true\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"L'agent a vérifié la connexion pour détecter tout problème technique\",\r\n                                \"steps\": [\r\n                                    \"Agent : a vérifié la connexion\",\r\n                                    \"Agent : a constaté un problème technique\"\r\n                                ],\r\n                                \"title\": \"Agent : vérification du problème technique\",\r\n                                \"completed\": false\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"agent\"\r\n                                ],\r\n                                \"why\": \"L'agent a créé un ticket pour l'équipe technique\",\r\n                                \"steps\": [\r\n                                    \"Agent : a créé un ticket\",\r\n                                    \"Agent : a communiqué le numéro de suivi\"\r\n                                ],\r\n                                \"title\": \"Agent : création d'un ticket\",\r\n                                \"completed\": false\r\n                            },\r\n                            {\r\n                                \"who\": [\r\n                                    \"client\"\r\n                                ],\r\n                                \"why\": \"Le client a demandé une extension de data mobile en attendant que le problème soit résolu\",\r\n                                \"steps\": [\r\n                                    \"Client : a demandé une extension de data mobile\",\r\n                                    \"Client : a fourni son numéro de téléphone pour la procédure\"\r\n                                ],\r\n                                \"title\": \"Client : extension de data mobile\",\r\n                                \"completed\": true\r\n                            }\r\n                        ],\r\n                        \"type\": \"actions\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"afa21a7a-265d-4787-a8f8-781a46e8d78e"}],"id":"00aa3679-77cc-4710-a868-105dbea9354d","_postman_id":"00aa3679-77cc-4710-a868-105dbea9354d","description":""}],"id":"d9033624-d950-47f4-9cbb-cddd120e3a46","description":"<p>You can run multiple AI analyses simultaneously, based on audio transcription, without having to run each analysis separately.</p>\n<p>To use the feature \"Unlimited simultaneous AI insights\" (referring to <code>insight_tasks</code> request parameter), you need to have a Diabolocom AI paid plan : Explorer plan, Advanced plan, Enterprise plan.</p>\n<p>List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></p>\n","_postman_id":"d9033624-d950-47f4-9cbb-cddd120e3a46"}],"id":"c7c2568e-583c-4558-9015-8603adacc111","description":"<p>Our transcription-based models developed for Customer Experience will provide you with multiple AI analyses of your customers voice interactions (phone call with an agent, voicemail).</p>\n<p>There are two ways of performing AI analyses on an audio :</p>\n<ul>\n<li><p>AI Insights on previously transcribed audio : After a succesful transcription, you can fetch its <code>job_id</code> from the status endpoint or the received webhook and use this <code>job_id</code> to apply AI Insights tasks on the obtained transcript</p>\n</li>\n<li><p>Transcription with AI Insights : Instead of <strong>making multiple requests</strong> to transcribe then apply insights, you can run <strong>everything in a single request</strong> using a specific endpoint configuration</p>\n</li>\n</ul>\n<p>List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></p>\n","_postman_id":"c7c2568e-583c-4558-9015-8603adacc111"}],"id":"e2c7d3f8-21f8-4c9b-9013-582611a1d857","_postman_id":"e2c7d3f8-21f8-4c9b-9013-582611a1d857","description":""},{"name":"Text","item":[{"name":"Endpoints description","item":[{"name":"api/job/text-tasks","id":"983b08e1-2fe0-4efa-aabc-592e8c3684a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tasks\": [\r\n        \"contact-reason-classification\",\r\n        \"knowledge-based-question-answering\"\r\n    ],\r\n    \"output_lang\": \"fr\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"contact_reason_classification\": {\r\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\r\n                \"reasons\": {\r\n                    \"return\": \"Échange\",\r\n                    \"cancellation\": \"Annulation\",\r\n                    \"refund\": \"Remboursement\"\r\n                }\r\n            },\r\n            \"knowledge_based_question_answering\": {\r\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\r\n                \"documents\": [\r\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\r\n                    \"Our shops are open in weekend from 10 am to 8pm\"\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/text-tasks</code></p>\n<p><strong>Request method</strong> : POST</p>\n<h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code><br /><code>Content-Type</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>task</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>tasks</code> not present</td>\n<td>AI Analysis to perform (single analysis) -&gt; technical name (id)  <br />  <br />List of available AI analyses based on text : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_text_models_in_display_language_text_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>task:'contact-reason-classification'</code></td>\n</tr>\n<tr>\n<td><code>tasks</code></td>\n<td>Array of String (among possible values)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>task</code> not present</td>\n<td>AI Analyses to perform (multiple analyses) -&gt; technical name (id)  <br />  <br />Only available for paid plans: More details in dedicated section <a href=\"#91e2f885-9c47-4c5d-9aab-097ea58bf552\">Run multiple AI analyses</a>  <br />  <br />List of available AI analyses based on text : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_text_models_in_display_language_text_comprehension_models__display_language__get\">Available models</a></td>\n<td><code>tasks:['contact-reason-classification','knowledge-based-question-answering']</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL</td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>meta</code> keys are automatically converted to Lower Case format <em>(e.g.</em> <code>Thread_Id</code> <em>is converted to</em> <code>thread_id</code><em>)</em>.  <br />It is recommended to define keys in Lower Case format, to have identical meta keys for both input and output payloads (content of <code>meta</code> object)</td>\n<td><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456'}</code></td>\n</tr>\n<tr>\n<td><code>results_webhook_callback_url</code></td>\n<td>String (URL)</td>\n<td>OPTIONAL</td>\n<td>URL of public endpoint to receive a webhook callback (POST request) on successful AI analyses  <br />  <br />Payload Format: More details in dedicated section <a href=\"#2a981033-7560-473d-bb2a-71e9f2f50006\">Webhook Callback description</a></td>\n<td><code>results_webhook_callback_url:'https://my-webhook-url.io/further-details/diabolocom?requestId=yourRequestUuid'</code></td>\n</tr>\n<tr>\n<td><code>output_lang</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td>Language of the AI analyses results language  <br />(ISO 639-1 language code)  <br />  <br />Only applied on AI analyses that support it : More details in API documentation for each model  <br />  <br />Default :  <br />\"fr\"  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>output_lang:'en'</code></td>\n</tr>\n<tr>\n<td><code>configuration</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Configuration Object to setup AI analyses parameters</strong></td>\n<td><code>configuration:</code>  <br /><code>{'input_parameters':{'contact_reason_classification':{'content': 'Hello, my internet is broken, please help !','reasons':['internet problem','mobile problem']},'knowledge_based_question_answering':{'question':'Quelle est l'heure de fermeture en semaine et en weekend ?','documents':['Nos magasins ouvrent du lundi au vendredi de 8h à 19h','Our shops are open in weekend from 10 am to 8pm']}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>configuration</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input_parameters</code></td>\n<td>Object</td>\n<td>REQUIRED</td>\n<td>Configuration Object to setup AI analyses dedicated input parameters, depending on models specific requirements  <br />  <br />Payload Format: More details in API documentation for each model</td>\n<td><code>input_parameters:</code>  <br /><code>{'contact_reason_classification':{'content': 'Hello, my internet is broken, please help !','reasons':['internet problem','mobile problem']},'knowledge_based_question_answering':{'question':'Quelle est l'heure de fermeture en semaine et en weekend ?','documents':['Nos magasins ouvrent du lundi au vendredi de 8h à 19h','Our shops are open in weekend from 10 am to 8pm']}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'17d29684-9caf-4e5c-9963-ad4d128d4d90'</code></td>\n</tr>\n<tr>\n<td><code>job_status_endpoint_url</code></td>\n<td>String (URL)</td>\n<td>1h lasting signed URL that can be polled for progress/result of task's job</td>\n<td><code>job_status_endpoint_url:'https://{{platform}}.diabolocom.ai/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90?expires=1724797667&amp;signature=0e503c2254984139b3269542272a0c3cc534cdeccd9f24a84f62128e4fde72fa'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","job","text-tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"c668cf0b-de69-4d2d-a34a-ec32b2c482aa","name":"api/job/text-tasks","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tasks\": [\r\n        \"contact-reason-classification\",\r\n        \"knowledge-based-question-answering\"\r\n    ],\r\n    \"output_lang\": \"fr\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"contact_reason_classification\": {\r\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\r\n                \"reasons\": {\r\n                    \"return\": \"Échange\",\r\n                    \"cancellation\": \"Annulation\",\r\n                    \"refund\": \"Remboursement\"\r\n                }\r\n            },\r\n            \"knowledge_based_question_answering\": {\r\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\r\n                \"documents\": [\r\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\r\n                    \"Our shops are open in weekend from 10 am to 8pm\"\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"17d29684-9caf-4e5c-9963-ad4d128d4d90\",\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90?expires=1724797667&signature=0e503c2254984139b3269542272a0c3cc534cdeccd9f24a84f62128e4fde72fa\"\n}"}],"_postman_id":"983b08e1-2fe0-4efa-aabc-592e8c3684a8"},{"name":"api/job/status/{job_id}","id":"e97cb1a4-3802-4b85-b64a-23c90e5ff5ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<h1 id=\"endpoint-description\">Endpoint description</h1>\n<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n<p><strong>Endpoint</strong> : <code>api/job/status/</code></p>\n<p><strong>Request method</strong> : GET</p>\n<h2 id=\"query-parameters\">Query parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>job_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>job_id:'2e08ec1f-ea75-406d-9516-9ad16381e975'</code>  <br />-&gt;  <br /><code>api/job/status/2e08ec1f-ea75-406d-9516-9ad16381e975</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-headers\">Request headers</h2>\n<p><code>Authorization</code>: <code>Bearer {{apiKeySecret}}</code><br /><code>Accept</code>: <code>application/json</code></p>\n<h2 id=\"request-body\">Request body</h2>\n<p>No request body allowed</p>\n<h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>data</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Data object</strong></td>\n<td><code>data:</code>  <br /><code>{'id':'17d29684-9caf-4e5c-9963-ad4d128d4d90','status':'success','meta':{'thread_id':'8954264','crm_ticket_id':'crm_123456'},'results':{'ai-insights':{'contact-reason-classification':[{'id':'b60dedeb-e092-4e98-a3a6-771b68adb657','text':'return','object':{'title':'Taille de chaussures incorrecte','reasoning':'Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.','contact_reason':'return'},'type':'contact-reason-classification'}],'knowledge-based-question-answering':[{'id':'7742d28a-dbb7-4c4f-8656-73d541769769','text':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','object':{'complete_answer':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','relevant_informations_from_document':[{'quote':'Nos magasins ouvrent du lundi au vendredi de 8h à 19h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en semaine.'},{'quote':'Nos magasins sont ouverts le weekend de 10h à 20h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en weekend.'}]},'type':'knowledge-based-question-answering'}]}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>id:'17d29684-9caf-4e5c-9963-ad4d128d4d90'</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>original_call_id</code> or <code>diabolocom_call_id</code> specified in task request (based on input audio)</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis</td>\n<td><code>original_call_id:'51755978'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only for tasks based on input audio</td>\n<td>Unique identifier of task's input audio</td>\n<td><code>audio_id:'20d3820d-6ae8-48ab-b35e-bca5bc79ee2a'</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Status of task's job  <br />  <br />Possible values:  <br />- <code>'pending'</code> : Initial status of task's job  <br />- <code>'uploading_audio'</code> : Audio upload in progress  <br />- <code>'transcribing'</code> : Audio transcription in progress  <br />- <code>'transcript-available'</code> : Audio transcription finished  <br />- <code>'queued'</code> : AI analyses in progress  <br />- <code>'success'</code> : AI analyses finished with successful results  <br />- <code>'failed'</code> : AI analyses finished with failure (no results)</td>\n<td><code>status:'transcript-available'</code>  <br />  <br /><code>status:'queued'</code>  <br />  <br /><code>status:'success'</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when :  <br />- <code>meta</code> specified in task request  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>'generate_tags_with_summary':true</code> key-value pair added automatically when tags generation enabled (<code>generate_tags_with_summary</code> specified in task request)</td>\n<td><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456'}</code></td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>[] (empty Array) when empty  <br /></strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI task's job results data object (not empty in case of successful results)</strong></td>\n<td><code>results:</code>  <br /><code>{'ai-insights':{'contact-reason-classification':[{'id':'b60dedeb-e092-4e98-a3a6-771b68adb657','text':'return','object':{'title':'Taille de chaussures incorrecte','reasoning':'Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.','contact_reason':'return'},'type':'contact-reason-classification'}],'knowledge-based-question-answering':[{'id':'7742d28a-dbb7-4c4f-8656-73d541769769','text':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','object':{'complete_answer':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','relevant_informations_from_document':[{'quote':'Nos magasins ouvrent du lundi au vendredi de 8h à 19h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en semaine.'},{'quote':'Nos magasins sont ouverts le weekend de 10h à 20h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en weekend.'}]},'type':'knowledge-based-question-answering'}]}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audio</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for tasks based on input audio (successful transcription)</strong></td>\n<td><strong>Task's input audio data object</strong></td>\n<td><code>audio:</code>  <br /><code>{'duration':64260}</code></td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td><strong>Object</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for tasks based on input audio (successful transcription)</strong></td>\n<td><strong>Transcription results data object (timestamped transcription)</strong></td>\n<td><code>transcript:</code>  <br /><code>{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]}</code></td>\n</tr>\n<tr>\n<td><code>ai-insights</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>Key-Value Pairs :  <br />- The key represents the name of a specific AI analysis result  <br />- The value is an object that contains the results data specific to AI analysis</strong></td>\n<td><strong>OPTIONAL</strong>  <br />  <br /><strong>REQUIRED only for successful transcription and/or successful AI analyses</strong></td>\n<td><strong>AI analyses results data object</strong> <strong>(not empty in case of successful AI analyses)</strong>  <br />  <br /><strong>Payload Format (depending on AI analysis): More details in API documentation for each model</strong></td>\n<td><code>ai-insights:[]</code>  <br />  <br /><code>ai-insights:</code>  <br /><code>{'contact-reason-classification':[{'id':'b60dedeb-e092-4e98-a3a6-771b68adb657','text':'return','object':{'title':'Taille de chaussures incorrecte','reasoning':'Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.','contact_reason':'return'},'type':'contact-reason-classification'}],'knowledge-based-question-answering':[{'id':'7742d28a-dbb7-4c4f-8656-73d541769769','text':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','object':{'complete_answer':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','relevant_informations_from_document':[{'quote':'Nos magasins ouvrent du lundi au vendredi de 8h à 19h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en semaine.'},{'quote':'Nos magasins sont ouverts le weekend de 10h à 20h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en weekend.'}]},'type':'knowledge-based-question-answering'}]}</code></td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String</td>\n<td>OPTIONAL  <br />  <br />REQUIRED only when tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td>Array of tags generated, dedicated to AI analysis <code>'summarization'</code> (not empty in case of successful AI analyses)</td>\n<td><code>tags:</code>  <br /><code>['client_satisfaction','home_network','internet_service_provider','technical_support']</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.audio</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Input audio duration in milliseconds</td>\n<td><code>duration:64260</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript</td>\n<td><code>text:'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>diarized_text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Transcript including Agent/Client conversation lines (turns)  <br />  <br />- Conversation line (turn) separator : <code>'\\n\\n'</code>  <br />  <br />- Conversation line (turn) for Client starting with <code>Client:</code>  <br />  <br />- Conversation line (turn) for Agent starting with <code>Agent:</code></td>\n<td><code>diarized_text:'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>segments</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td>Transcript timestampted segments : Objects including plain text, speaker identification, start/end timestamps, duration, words <em>(Objects with data structure similar to transcript segment)</em> for fine-grained transcript usage</td>\n<td><code>segments:</code>  <br /><code>[{'id':'4413ba41-3c85-410c-bc1c-200974bad26d','text':'Oui, mes identifiants clients c'est 52 86 22-3F, non','start':30170,'end':42080,'duration':11910,'speaker':'first','words':[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}],'start_end_timestamps':'00:30-00:42'}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript.segments[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment</td>\n<td><code>text:'Oui, mes identifiants clients c'est 52 86 22-3F, non'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment</td>\n<td><code>end:42080,</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment</td>\n<td><code>duration:11910</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>words</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcript segment words : Objects with data structure similar to transcript segment</strong></td>\n<td><code>words:</code>  <br /><code>[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}]</code></td>\n</tr>\n<tr>\n<td><code>start_end_timestamps</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Timestamps of start and end time of transcript segment  <br />  <br />Format :  <br /><code>'start-end'</code>  <br />- start in <code>MM:SS</code>  <br />- end in <code>MM:SS</code></td>\n<td><code>start_end_timestamps:'00:30-00:42'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>data.results.transcript.segments[i].words[j]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment's word</td>\n<td><code>id:'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment's word</td>\n<td><code>text:' Oui,'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment's word</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment's word</td>\n<td><code>end:30530</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment's word</td>\n<td><code>duration:360</code></td>\n</tr>\n<tr>\n<td><code>probability</code></td>\n<td>Double (2 decimals)</td>\n<td>REQUIRED</td>\n<td>Probability of transcript segment's word</td>\n<td><code>probability:0.95</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment's word  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>segment_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>segment_id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"046fb6ba-32b1-41f0-96ad-5e99ebad6f17","name":"api/job/status/{job_id}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"17d29684-9caf-4e5c-9963-ad4d128d4d90\",\r\n        \"status\": \"success\",\r\n        \"meta\": {\r\n            \"thread_id\": \"8954264\",\r\n            \"crm_ticket_id\": \"crm_123456\"\r\n        },\r\n        \"results\": {\r\n            \"ai-insights\": {\r\n                \"contact-reason-classification\": [\r\n                    {\r\n                        \"id\": \"b60dedeb-e092-4e98-a3a6-771b68adb657\",\r\n                        \"text\": \"return\",\r\n                        \"object\": {\r\n                            \"title\": \"Taille de chaussures incorrecte\",\r\n                            \"reasoning\": \"Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.\",\r\n                            \"contact_reason\": \"return\"\r\n                        },\r\n                        \"type\": \"contact-reason-classification\"\r\n                    }\r\n                ],\r\n                \"knowledge-based-question-answering\": [\r\n                    {\r\n                        \"id\": \"7742d28a-dbb7-4c4f-8656-73d541769769\",\r\n                        \"text\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\r\n                        \"object\": {\r\n                            \"complete_answer\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\r\n                            \"relevant_informations_from_document\": [\r\n                                {\r\n                                    \"quote\": \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\r\n                                    \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en semaine.\"\r\n                                },\r\n                                {\r\n                                    \"quote\": \"Nos magasins sont ouverts le weekend de 10h à 20h\",\r\n                                    \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en weekend.\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"type\": \"knowledge-based-question-answering\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"e97cb1a4-3802-4b85-b64a-23c90e5ff5ad"}],"id":"7360b45e-ac8b-4e8e-b0b4-c99b4f72013b","_postman_id":"7360b45e-ac8b-4e8e-b0b4-c99b4f72013b","description":""},{"name":"Webhook Callback description","item":[],"id":"2a981033-7560-473d-bb2a-71e9f2f50006","description":"<p>Feature allowing to receive on URL of public endpoint a webhook callback (POST request) upon <strong>successful</strong> transcription or/and AI analyses</p>\n<ul>\n<li>when option enabled (<code>results_webhook_callback_url</code> specified in task request)</li>\n</ul>\n<p><strong>Request method</strong> : POST</p>\n<h2 id=\"request-body\">Request body</h2>\n<p><strong>Request body Data Type : Object (JSON)</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's job</td>\n<td><code>id:'17d29684-9caf-4e5c-9963-ad4d128d4d90'</code></td>\n</tr>\n<tr>\n<td><code>original_call_id</code></td>\n<td>String  <br />  <br />{} (empty Object) when empty</td>\n<td>REQUIRED</td>\n<td>External call ID, stored when requesting AI analysis status and also displayed in detailed view of performed analysis  <br />  <br />Not empty only when :  <br />- <code>original_call_id</code> or <code>diabolocom_call_id</code> specified in task request (based on input audio)</td>\n<td><code>original_call_id:{}</code>  <br />  <br /><code>original_call_id:'51755978'</code></td>\n</tr>\n<tr>\n<td><code>audio_id</code></td>\n<td>String (UUID)  <br />  <br />{} (empty Object) when empty</td>\n<td>REQUIRED</td>\n<td>Unique identifier of task's input audio  <br />  <br />Not empty only for tasks based on input audio</td>\n<td><code>audio_id:{}</code>  <br />  <br /><code>audio_id:'20d3820d-6ae8-48ab-b35e-bca5bc79ee2a'</code></td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Status of task's job  <br />  <br />Possible values:  <br />- <code>'transcript-available'</code> : Audio transcription finished without any performed AI analysis  <br />- <code>'success'</code> : AI analyses finished with successful results</td>\n<td><code>status:'transcript-available'</code>  <br />  <br /><code>status:'success'</code></td>\n</tr>\n<tr>\n<td><code>payload</code></td>\n<td>Object</td>\n<td>REQUIRED</td>\n<td>Empty object (legacy key)</td>\n<td><code>payload:{}</code></td>\n</tr>\n<tr>\n<td><code>meta</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be String and is required to be in lowercase format  <br />- The value must be String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>REQUIRED</td>\n<td>Custom data object relevant to the AI analysis context, stored when requesting AI analysis status  <br />  <br /><code>'generate_tags_with_summary':true</code> key-value pair added automatically when tags generation enabled (<code>generate_tags_with_summary</code> specified in task request)  <br />  <br />Not empty only when :  <br />- <code>meta</code> specified in task request  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)</td>\n<td><code>meta:{}</code>  <br />  <br /><code>meta:</code>  <br /><code>{'thread_id':'8954264','crm_ticket_id':'crm_123456'}</code></td>\n</tr>\n<tr>\n<td><code>results</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI task's job results data object</strong></td>\n<td><code>results:</code>  <br /><code>{'audio':{},'transcript':{},'ai-insights':{'contact-reason-classification':[{'id':'b60dedeb-e092-4e98-a3a6-771b68adb657','text':'return','object':{'title':'Taille de chaussures incorrecte','reasoning':'Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.','contact_reason':'return'},'type':'contact-reason-classification'}],'knowledge-based-question-answering':[{'id':'7742d28a-dbb7-4c4f-8656-73d541769769','text':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','object':{'complete_answer':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','relevant_informations_from_document':[{'quote':'Nos magasins ouvrent du lundi au vendredi de 8h à 19h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en semaine.'},{'quote':'Nos magasins sont ouverts le weekend de 10h à 20h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en weekend.'}]},'type':'knowledge-based-question-answering'}]},'tags':{}}</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>audio</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Task's input audio data object</strong>  <br />  <br /><strong>Not empty only for tasks based on input audio (successful transcription)</strong></td>\n<td><code>audio:{}</code>  <br />  <br /><code>audio:</code>  <br /><code>{'duration':64260}</code></td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td><strong>Object</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcription results data object (timestamped transcription)</strong>  <br />  <br /><strong>Not empty only for tasks based on input audio (successful transcription)</strong></td>\n<td><code>transcript:{}</code>  <br />  <br /><code>transcript:</code>  <br /><code>{'text':'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...','diarized_text':'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...','segments':[]}</code></td>\n</tr>\n<tr>\n<td><code>ai-insights</code></td>\n<td><strong>Object</strong>  <br />  <br /><strong>Key-Value Pairs :  <br />- The key represents the name of a specific AI analysis result  <br />- The value is an object that contains the results data specific to AI analysis</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>AI analyses results data object</strong> <strong>(not empty in case of successful AI analyses)</strong>  <br />  <br /><strong>Payload Format (depending on AI analysis): More details in API documentation for each model</strong>  <br />  <br /><strong>Not empty only for successful transcription and/or successful AI analyses</strong></td>\n<td><code>ai-insights:{}</code>  <br />  <br /><code>ai-insights:</code>  <br /><code>{'contact-reason-classification':[{'id':'b60dedeb-e092-4e98-a3a6-771b68adb657','text':'return','object':{'title':'Taille de chaussures incorrecte','reasoning':'Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.','contact_reason':'return'},'type':'contact-reason-classification'}],'knowledge-based-question-answering':[{'id':'7742d28a-dbb7-4c4f-8656-73d541769769','text':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','object':{'complete_answer':'Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.','relevant_informations_from_document':[{'quote':'Nos magasins ouvrent du lundi au vendredi de 8h à 19h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en semaine.'},{'quote':'Nos magasins sont ouverts le weekend de 10h à 20h','why_picked':'Cette information est pertinente car elle donne l'heure de fermeture en weekend.'}]},'type':'knowledge-based-question-answering'}]}</code></td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String  <br />  <br />{} (empty Object) when empty</td>\n<td>REQUIRED</td>\n<td>Array of tags generated, dedicated to AI analysis <code>'summarization'</code>  <br />  <br />Not empty only when :  <br />- tags generation enabled -&gt; <code>generate_tags_with_summary</code> specified in task request (AI analysis based on input audio :<code>summarization</code>)  <br />- successful AI analysis</td>\n<td><code>tags:{}</code>  <br />  <br /><code>tags:</code>  <br /><code>['client_satisfaction','home_network','internet_service_provider','technical_support']</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.audio</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Input audio duration in milliseconds</td>\n<td><code>duration:64260</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.transcript</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript</td>\n<td><code>text:'Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ? Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>diarized_text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Transcript including Agent/Client conversation lines (turns)  <br />  <br />- Conversation line (turn) separator : <code>'\\n\\n'</code>  <br />  <br />- Conversation line (turn) for Client starting with <code>Client:</code>  <br />  <br />- Conversation line (turn) for Agent starting with <code>Agent:</code></td>\n<td><code>diarized_text:'Agent: Bonjour, c'est André de Diabolo Telecom, comment je peux vous aider ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...'</code></td>\n</tr>\n<tr>\n<td><code>segments</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td>Transcript timestampted segments : Objects including plain text, speaker identification, start/end timestamps, duration, words <em>(Objects with data structure similar to transcript segment)</em> for fine-grained transcript usage</td>\n<td><code>segments:</code>  <br /><code>[{'id':'4413ba41-3c85-410c-bc1c-200974bad26d','text':'Oui, mes identifiants clients c'est 52 86 22-3F, non','start':30170,'end':42080,'duration':11910,'speaker':'first','words':[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}],'start_end_timestamps':'00:30-00:42'}]</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.transcript.segments[i]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment</td>\n<td><code>text:'Oui, mes identifiants clients c'est 52 86 22-3F, non'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment</td>\n<td><code>end:42080,</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment</td>\n<td><code>duration:11910</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>words</code></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>REQUIRED</strong></td>\n<td><strong>Transcript segment words : Objects with data structure similar to transcript segment</strong></td>\n<td><code>words:</code>  <br /><code>[{'id':'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a','text':' Oui,','start':30170,'end':30530,'duration':360,'probability':0.95,'speaker':'first','segment_id':'4413ba41-3c85-410c-bc1c-200974bad26d'}]</code></td>\n</tr>\n<tr>\n<td><code>start_end_timestamps</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Timestamps of start and end time of transcript segment  <br />  <br />Format :  <br /><code>'start-end'</code>  <br />- start in <code>MM:SS</code>  <br />- end in <code>MM:SS</code></td>\n<td><code>start_end_timestamps:'00:30-00:42'</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>results.transcript.segments[i].words[j]</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment's word</td>\n<td><code>id:'0ec8b928-ebb1-4907-997f-7fb2a8f0d97a'</code></td>\n</tr>\n<tr>\n<td><code>text</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Raw textual transcript segment's word</td>\n<td><code>text:' Oui,'</code></td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Start time in milliseconds of transcript segment's word</td>\n<td><code>start:30170</code></td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>End time in milliseconds of transcript segment's word</td>\n<td><code>end:30530</code></td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer</td>\n<td>REQUIRED</td>\n<td>Duration in milliseconds of transcript segment's word</td>\n<td><code>duration:360</code></td>\n</tr>\n<tr>\n<td><code>probability</code></td>\n<td>Double (2 decimals)</td>\n<td>REQUIRED</td>\n<td>Probability of transcript segment's word</td>\n<td><code>probability:0.95</code></td>\n</tr>\n<tr>\n<td><code>speaker</code></td>\n<td>String (One of possible values)</td>\n<td>REQUIRED</td>\n<td>Speaker of transcipt segment's word  <br />  <br />Possible values:  <br />- <code>first</code>  <br />- <code>second</code></td>\n<td><code>speaker:'first'</code></td>\n</tr>\n<tr>\n<td><code>segment_id</code></td>\n<td>String (UUID)</td>\n<td>REQUIRED</td>\n<td>Unique identifier of transcript segment</td>\n<td><code>segment_id:'4413ba41-3c85-410c-bc1c-200974bad26d'</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"sample-webhook-request-body\">Sample webhook request body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"17d29684-9caf-4e5c-9963-ad4d128d4d90\",\n    \"original_call_id\": {},\n    \"audio_id\": {},\n    \"status\": \"success\",\n    \"payload\": {},\n    \"meta\": {\n        \"thread_id\": \"8954264\",\n        \"crm_ticket_id\": \"crm_123456\"\n    },\n    \"results\": {\n        \"audio\": {},\n        \"transcript\": {},\n        \"ai-insights\": {\n            \"contact-reason-classification\": [\n                {\n                    \"id\": \"b60dedeb-e092-4e98-a3a6-771b68adb657\",\n                    \"text\": \"return\",\n                    \"object\": {\n                        \"title\": \"Taille de chaussures incorrecte\",\n                        \"reasoning\": \"Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.\",\n                        \"contact_reason\": \"return\"\n                    },\n                    \"type\": \"contact-reason-classification\"\n                }\n            ],\n            \"knowledge-based-question-answering\": [\n                {\n                    \"id\": \"7742d28a-dbb7-4c4f-8656-73d541769769\",\n                    \"text\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\n                    \"object\": {\n                        \"complete_answer\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\n                        \"relevant_informations_from_document\": [\n                            {\n                                \"quote\": \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\n                                \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en semaine.\"\n                            },\n                            {\n                                \"quote\": \"Nos magasins sont ouverts le weekend de 10h à 20h\",\n                                \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en weekend.\"\n                            }\n                        ]\n                    },\n                    \"type\": \"knowledge-based-question-answering\"\n                }\n            ]\n        },\n        \"tags\": {}\n    }\n}\n\n</code></pre>\n","_postman_id":"2a981033-7560-473d-bb2a-71e9f2f50006"},{"name":"Text-based analysis","item":[{"name":"Answer a question","item":[{"name":"Answer a question","id":"426c99da-f10b-43f8-866d-009071610bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"knowledge-based-question-answering\",\r\n    \"output_lang\": \"fr\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"knowledge_based_question_answering\": {\r\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\r\n                \"documents\": [\r\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\r\n                    \"Our shops are open in weekend from 10 am to 8pm\"\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks","description":"<p>Answer a question based on Knowledge Base documents, and have the resulting AI insight in the language of your choice.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","text-tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"e7a0f2c8-0d2f-441f-a384-4046ab020af6","name":"Answer a question","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"knowledge-based-question-answering\",\r\n    \"output_lang\": \"fr\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"knowledge_based_question_answering\": {\r\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\r\n                \"documents\": [\r\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\r\n                    \"Our shops are open in weekend from 10 am to 8pm\"\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"44616d01-c0c2-40b0-9d2e-39c64cedaad7\",\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/44616d01-c0c2-40b0-9d2e-39c64cedaad7?expires=1724281908&signature=d2e98325c44b3a5ef6767e1344ec6afdcf81a07af005c978d5994e0cda2ed8ef\"\n}"}],"_postman_id":"426c99da-f10b-43f8-866d-009071610bfe"},{"name":"Get question answering status/result","id":"4a5484a3-21d6-4f77-a4a5-4e202eed2ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"629e83b4-7430-48a6-b5fd-1b3bb9f2b22a","name":"Get question answering status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/44616d01-c0c2-40b0-9d2e-39c64cedaad7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"44616d01-c0c2-40b0-9d2e-39c64cedaad7\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"ai-insights\": {\r\n                \"knowledge-based-question-answering\": [\r\n                    {\r\n                        \"id\": \"16c598bc-5b8a-400e-833d-dff40f0d2de2\",\r\n                        \"text\": \"Les magasins sont ouverts en semaine de 8h à 19h et le weekend de 10h à 20h.\",\r\n                        \"object\": {\r\n                            \"complete_answer\": \"Les magasins sont ouverts en semaine de 8h à 19h et le weekend de 10h à 20h.\",\r\n                            \"relevant_informations_from_document\": [\r\n                                {\r\n                                    \"quote\": \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\r\n                                    \"why_picked\": \"Cette information est pertinente car elle fournit l'heure d'ouverture et de fermeture en semaine.\"\r\n                                },\r\n                                {\r\n                                    \"quote\": \"Our shops are open in weekend from 10 am to 8pm\",\r\n                                    \"why_picked\": \"Cette information est pertinente car elle fournit l'heure d'ouverture et de fermeture en weekend.\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"type\": \"knowledge-based-question-answering\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"4a5484a3-21d6-4f77-a4a5-4e202eed2ae6"}],"id":"762ab6ff-5289-4fce-beba-f1c7039452c1","description":"<p>The <strong>\"Question Answering\"</strong> AI Insight is designed to generate a comprehensive answer to a question, based on <strong>Knowledge Base</strong> documents. This feature also lists extracted quotes from Knowledge Base documents, that are most relevant to the context of the topic raised. It helps to automate the processing of customers requests and it assists agents with understanding and answering the customer needs more efficiently.</p>\n<h4 id=\"endpoint-features-\">Endpoint Features :</h4>\n<h5 id=\"complete-answer-generation\">Complete Answer Generation</h5>\n<p>Generates a comprehensive answer to the question asked</p>\n<h5 id=\"relevant-knowledge-base-information-extraction\">Relevant Knowledge Base Information Extraction</h5>\n<p>Identifies and lists the relevant quotes extracted from Knowledge Base documents</p>\n<h5 id=\"relevant-knowledge-base-information-clarification\">Relevant Knowledge Base Information Clarification</h5>\n<p>Provides clarity on the 'why' - the reasons behind chosing each quote extracted from Knowledge Base documents</p>\n<h4 id=\"input-format-\">Input Format :</h4>\n<p>Dedicated request and input parameters, based on Endpoint description : <a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<h5 id=\"request-body\">Request body</h5>\n<ul>\n<li><p><code>output_lang</code> Supported</p>\n</li>\n<li><p><strong><code>configuration.input_parameters</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>knowledge_based_question_answering</code></td>\n<td>Object</td>\n<td>REQUIRED</td>\n<td>Configuration Object to setup AI analysis dedicated input parameters</td>\n<td><code>knowledge_based_question_answering:</code>  <br /><code>{'question':'Quelle est l'heure de fermeture en semaine et en weekend ?','documents':['Nos magasins ouvrent du lundi au vendredi de 8h à 19h','Our shops are open in weekend from 10 am to 8pm']}</code></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p><strong><code>configuration.input_parameters.knowledge_based_question_answering</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>question</code></td>\n<td>JSON-encoded String</td>\n<td>REQUIRED</td>\n<td>Input text (Question)</td>\n<td><code>question:</code>  <br /><code>'Quelle est l'heure de fermeture en semaine et en weekend ?'</code></td>\n</tr>\n<tr>\n<td><code>documents</code></td>\n<td>Array of JSON-encoded String</td>\n<td>REQUIRED</td>\n<td>List of Knowledge Base documents, as an array of text elements</td>\n<td><code>documents:</code>  <br /><code>['Nos magasins ouvrent du lundi au vendredi de 8h à 19h','Our shops are open in weekend from 10 am to 8pm']</code></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h4 id=\"output-format-\">Output Format :</h4>\n<p>The output is formatted as a single object containing the complete answer and an array of objects, each including details of a particular quote extracted</p>\n<p><strong>API Task Key</strong> : <code>knowledge-based-question-answering</code></p>\n<h4 id=\"generated-ai-insights\">Generated AI Insights:</h4>\n<p><strong>Path</strong> : <code>ai-insights.knowledge-based-question-answering</code></p>\n<p><strong>Structure</strong> :</p>\n<ul>\n<li><p><code>complete_answer</code>: The comprehensive answer to the customer request</p>\n</li>\n<li><p><code>relevant_informations_from_document</code>: The list of relevant quotes extracted from Knowledge Base documents :</p>\n<ul>\n<li><p><code>quote</code>: The extracted quote from Knowledge Base, in original format</p>\n</li>\n<li><p><code>why_picked</code>: The underlying reason why the quote is picked</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Type</strong> :</p>\n<ul>\n<li>\"knowledge-based-question-answering\"</li>\n</ul>\n<p>The Question Answering is in the <strong>object</strong> field of the insight</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"knowledge-based-question-answering\": [\n        {\n            \"id\": \"uuid\",\n            \"text\": \"string\", // same content as 'object.complete_answer'\n            \"object\": {\n                \"complete_answer\": \"string\",\n                \"relevant_informations_from_document\": [\n                    {\n                        \"quote\": \"string\",\n                        \"why_picked\": \"string\"\n                    },\n                    // ... additional quotes\n                ]\n            },\n            \"type\": \"knowledge-based-question-answering\"\n        }\n    ]\n}\n\n</code></pre>\n<img src=\"https://content.pstmn.io/7f4e3554-966a-46e6-bf41-30b43046407b/YVcxaFoyVXVjRzVuLnBuZw==\" alt=\"Question%20answering%20result%20example\" width=\"100%\" />","_postman_id":"762ab6ff-5289-4fce-beba-f1c7039452c1"},{"name":"Detect the reason for contact","item":[{"name":"Detect the reason for contact","id":"7dc2bbcc-6882-4fab-a923-c8c1e2ac413d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"contact-reason-classification\",\r\n    \"output_lang\": \"fr\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"contact_reason_classification\": {\r\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\r\n                \"reasons\": {\r\n                    \"return\": \"Échange\",\r\n                    \"cancellation\": \"Annulation\",\r\n                    \"refund\": \"Remboursement\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks","description":"<p>Detect the main reason for contact of your customer requests, from an input set of reasons, and have the resulting AI insight in the language of your choice.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","text-tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"18f5e861-fc42-4ef4-9c81-e42bf221bfa8","name":"Detect the reason for contact (Object input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"contact-reason-classification\",\r\n    \"output_lang\": \"fr\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"contact_reason_classification\": {\r\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\r\n                \"reasons\": {\r\n                    \"return\": \"Échange\",\r\n                    \"cancellation\": \"Annulation\",\r\n                    \"refund\": \"Remboursement\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"63fbea4b-3db1-4430-9072-5e5651d541f6\",\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/63fbea4b-3db1-4430-9072-5e5651d541f6?expires=1725555842&signature=c0222c4cf3bbefb7ca28634cf4f2c6266be13a938c37d8fee920d5f0c6b14f93\"\n}"},{"id":"4b530fb8-72e6-4415-8f6f-59d0d7ebe4c0","name":"Detect the reason for contact (Array input)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"contact-reason-classification\",\r\n    \"output_lang\": \"fr\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"contact_reason_classification\": {\r\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\r\n                \"reasons\": [\r\n                    \"Échange\",\r\n                    \"Annulation\",\r\n                    \"Remboursement\"\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"5edd5c51-425c-4ded-8be7-38dc0e8f82cf\",\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/5edd5c51-425c-4ded-8be7-38dc0e8f82cf?expires=1725551535&signature=57b7063d57fcd8109f825f797f205f4e59a4c9528237547152f267697075cc45\"\n}"}],"_postman_id":"7dc2bbcc-6882-4fab-a923-c8c1e2ac413d"},{"name":"Get reason for contact detection status/result","id":"c44ebb84-60de-4094-8185-d5f943a9e3f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"66a750cf-e0e3-4334-b6e9-7b8e52faefb2","name":"Get reason for contact detection status/result (Object input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/63fbea4b-3db1-4430-9072-5e5651d541f6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"63fbea4b-3db1-4430-9072-5e5651d541f6\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"ai-insights\": {\r\n                \"contact-reason-classification\": [\r\n                    {\r\n                        \"id\": \"b60dedeb-e092-4e98-a3a6-771b68adb657\",\r\n                        \"text\": \"return\",\r\n                        \"object\": {\r\n                            \"title\": \"Taille de chaussures incorrecte\",\r\n                            \"reasoning\": \"Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.\",\r\n                            \"contact_reason\": \"return\"\r\n                        },\r\n                        \"type\": \"contact-reason-classification\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"},{"id":"0c9152f2-e70c-41cf-aee1-8c25c94c986a","name":"Get reason for contact detection status/result (Array input)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/5edd5c51-425c-4ded-8be7-38dc0e8f82cf"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"5edd5c51-425c-4ded-8be7-38dc0e8f82cf\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"ai-insights\": {\r\n                \"contact-reason-classification\": [\r\n                    {\r\n                        \"id\": \"3352b2f8-a0c6-4b35-ba9e-25256a762809\",\r\n                        \"text\": \"Échange\",\r\n                        \"object\": {\r\n                            \"title\": \"Taille de chaussures incorrecte\",\r\n                            \"reasoning\": \"Le client a acheté une paire de chaussures en ligne mais a commandé une taille incorrecte. Il souhaite retourner la paire et recevoir une taille supérieure.\",\r\n                            \"contact_reason\": \"Échange\"\r\n                        },\r\n                        \"type\": \"contact-reason-classification\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"c44ebb84-60de-4094-8185-d5f943a9e3f6"}],"id":"d60b2582-bfbf-42ed-b83b-5ca8d56ee668","description":"<p>The <strong>\"Reason For Contact\"</strong> AI Insight identifies and extracts the main reason for contact, from an input set of possible reasons. It also provides a comprehensive reasoning of the customer's needs. By understanding the main needs expressed by the client, businesses can better tailor their services and responses to improve customer satisfaction and operational efficiency.</p>\n<h4 id=\"endpoint-features-\">Endpoint Features :</h4>\n<h5 id=\"reason-for-contact-identification\">Reason For Contact Identification</h5>\n<p>Extracts the reason for contact, from the input set of reasons, that is most relevant to the context of the customer request</p>\n<h5 id=\"detailed-reasoning\">Detailed Reasoning</h5>\n<p>Provides in-depth reasoning of the customer's needs, to highlight the choice of the extracted reason for contact</p>\n<h5 id=\"automatic-title-generation\">Automatic Title Generation</h5>\n<p>Generates a short title concisely summarizing the customer request</p>\n<h4 id=\"input-format-\">Input Format :</h4>\n<p>Dedicated request and input parameters, based on Endpoint description : <a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<h5 id=\"request-body\">Request body</h5>\n<ul>\n<li><p><code>output_lang</code> Supported</p>\n</li>\n<li><p><strong><code>configuration.input_parameters</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>contact_reason_classification</code></td>\n<td>Object</td>\n<td>REQUIRED</td>\n<td>Configuration Object to setup AI analysis dedicated input parameters</td>\n<td><code>contact_reason_classification:</code>  <br /><code>{'content': 'Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci','reasons':{'return':'Échange','cancellation':'Annulation','refund':'Remboursement'}}</code></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p><strong><code>configuration.input_parameters.contact_reason_classification</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>content</code></td>\n<td>JSON-encoded String</td>\n<td>REQUIRED</td>\n<td>Input text</td>\n<td><code>content:</code>  <br /><code>'Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci'</code></td>\n</tr>\n<tr>\n<td><code>reasons</code></td>\n<td>Array of JSON-encoded String  <br />  <br />OR  <br />  <br />Object  <br />  <br />Key-Value Pairs :  <br />- The key must be JSON-encoded String  <br />- The value must be JSON-encoded String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>REQUIRED</td>\n<td>List of possible reasons, that can be an array of text elements, or an object with text Key-Value pairs</td>\n<td><code>reasons:</code>  <br /><code>['Échange','Annulation','Remboursement']</code>  <br />  <br /><code>reasons:</code>  <br /><code>{'return':'Échange','cancellation':'Annulation','refund':'Remboursement'}</code></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h4 id=\"output-format-\">Output Format :</h4>\n<p>The output is formatted as a single object containing the key elements of the reason for contact</p>\n<p><strong>API Task Key</strong> : <code>contact-reason-classification</code></p>\n<h4 id=\"generated-ai-insights-\">Generated AI Insights :</h4>\n<p><strong>Path</strong> : <code>ai-insights.contact-reason-classification</code></p>\n<p><strong>Structure</strong> :</p>\n<ul>\n<li><p><code>title</code>: The customer request/topic in the format of a short title with key elements</p>\n</li>\n<li><p><code>reasoning</code>: A comprehensive description of the customer's needs</p>\n</li>\n<li><p><code>contact_reason</code>: The extracted reason for contact, from the input set of reasons</p>\n<ul>\n<li><p>In case of an array input <code>'reasons':['reason_1','reason_2',...,'reason_N']</code> : The extracted reason for contact <code>contact_reason</code> is an array element <code>'reason_i'</code></p>\n</li>\n<li><p>In case of an object input <code>'reasons':{'key_1':'reason_1','key_2':'reason_2',...,'key_N':'reason_N'}</code> : The extracted reason for contact <code>contact_reason</code> is an object key <code>'key_i'</code> related to Key-Value pair <code>'key_i':'reason_i'</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Type</strong> :</p>\n<ul>\n<li>\"contact-reason-classification\"</li>\n</ul>\n<p>The Reason For Contact is in the <strong>object</strong> field of the insight</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"contact-reason-classification\": [\n        {\n            \"id\": \"uuid\",\n            \"text\": \"string\", // same content as 'object.contact_reason'\n            \"object\": {\n                \"title\": \"string\",\n                \"reasoning\": \"string\",\n                \"contact_reason\": \"string\"\n            },\n            \"type\": \"contact-reason-classification\"\n        }\n    ]\n}\n\n</code></pre>\n<img src=\"https://content.pstmn.io/97461e16-aaca-4767-a4a1-21c34248d23c/YVcxaFoyVXVjRzVuLnBuZw==\" alt=\"Reason%20for%20contact%20result%20example\" width=\"100%\" />","_postman_id":"d60b2582-bfbf-42ed-b83b-5ca8d56ee668"},{"name":"Extract mail tags","item":[{"name":"Extract mail tags","id":"1581a94c-9b0b-4310-920e-77cd0bb86658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"email-multiclass-tagging\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"email_multiclass_tagging\": {\r\n                \"subject\": \"[SUPPORT] Nouveau ticket - Problème ordinateur\",\r\n                \"content\": \"<div> <div> Bonjour, </div> <div> <br /> </div> <div> J&#39;ai un problème avec mon ordinateur ! </div> <div> Pourriez-vous m&#39;aider à trouver une solution ? Combien coute la réparation ? </div> <div> <br /> </div> <div> Merci énormément :) <br /> </div> <div> <br /> </div> <div> Bien à vous, </div> <div> <br /> </div> <div> <br /> </div> <div> Cordialement, </div> <div> <br /> </div> <div> Alain Dupont <br /> </div> </div>\",\r\n                \"tags\": {\r\n                    \"Problème Technique\": \"Problème technique\",\r\n                    \"Devis\": \"Demande de Prix, Devis, Coût de Réparation\",\r\n                    \"Recherche de Produit\": \"Recherche de Produit, de références\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks","description":"<p>Extract the mail tags from your customer mail/case/ticketing requests, from an input set of tags.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","text-tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"b53e438a-1726-40d7-ac5e-a0a6d48e6191","name":"Extract mail tags","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"task\": \"email-multiclass-tagging\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"email_multiclass_tagging\": {\r\n                \"subject\": \"[SUPPORT] Nouveau ticket - Problème ordinateur\",\r\n                \"content\": \"<div> <div> Bonjour, </div> <div> <br /> </div> <div> J&#39;ai un problème avec mon ordinateur ! </div> <div> Pourriez-vous m&#39;aider à trouver une solution ? Combien coute la réparation ? </div> <div> <br /> </div> <div> Merci énormément :) <br /> </div> <div> <br /> </div> <div> Bien à vous, </div> <div> <br /> </div> <div> <br /> </div> <div> Cordialement, </div> <div> <br /> </div> <div> Alain Dupont <br /> </div> </div>\",\r\n                \"tags\": {\r\n                    \"Problème Technique\": \"Problème technique\",\r\n                    \"Devis\": \"Demande de Prix, Devis, Coût de Réparation\",\r\n                    \"Recherche de Produit\": \"Recherche de Produit, de références\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"5ac90013-524f-4dee-9cc2-06b08258fb7a\",\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/5ac90013-524f-4dee-9cc2-06b08258fb7a?expires=1742395690&signature=1e14e808634c6f9b45730404f0541925aa6014e33fdab818a406afe10c5068c1\"\n}"}],"_postman_id":"1581a94c-9b0b-4310-920e-77cd0bb86658"},{"name":"Get mail tags extraction status/result","id":"6af2a42b-4c36-4eea-bb05-cf4bcc96ac08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"61ce3ec2-6bd5-49ab-b13e-639d613aef60","name":"Get mail tags extraction status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/5ac90013-524f-4dee-9cc2-06b08258fb7a"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"5ac90013-524f-4dee-9cc2-06b08258fb7a\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"ai-insights\": {\r\n                \"email-multiclass-tagging\": [\r\n                    {\r\n                        \"id\": \"5c4ff2fb-a188-4156-809c-04e36e0edab4\",\r\n                        \"text\": \"Devis|Problème Technique\",\r\n                        \"object\": {\r\n                            \"matches\": {\r\n                                \"Devis\": true,\r\n                                \"Problème Technique\": true,\r\n                                \"Recherche de Produit\": false\r\n                            },\r\n                            \"reasonings\": {\r\n                                \"Devis\": \"The customer is asking about the cost of the repair\",\r\n                                \"Problème Technique\": \"- The customer is experiencing a technical problem with their computer\",\r\n                                \"Recherche de Produit\": \"The customer is not looking for a specific product or reference\"\r\n                            },\r\n                            \"matches_count\": 2,\r\n                            \"classifications\": [\r\n                                \"Devis\",\r\n                                \"Problème Technique\"\r\n                            ],\r\n                            \"estimated_probability\": {\r\n                                \"Devis\": 1,\r\n                                \"Problème Technique\": 1,\r\n                                \"Recherche de Produit\": 0\r\n                            }\r\n                        },\r\n                        \"type\": \"email-multiclass-tagging\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"6af2a42b-4c36-4eea-bb05-cf4bcc96ac08"}],"id":"5e5af29c-b1fb-4da3-a38e-f17ad320b606","description":"<p>The <strong>\"Mail Tags\"</strong> AI Insight identifies and extracts the most relevant Tags to the context of an email, from an input set of possible Tags. This AI-powered multi-tag system, designed for customers mail/case/ticketing requests (with HTML format support and pre-processing capabilities), helps businesses to automate the classification/processing of incoming requests, to shorten response time and resolution time, thus improving customer satisfaction and operational efficiency.</p>\n<h4 id=\"endpoint-features-\">Endpoint Features :</h4>\n<h5 id=\"html-format-support-and-mail-pre-processing\">HTML Format Support and Mail Pre-Processing</h5>\n<p>Supports HTML format, mostly used in mail/case/ticketing requests, and Pre-processes the input mail to only analyze the relevant parts of the content</p>\n<h5 id=\"mail-tags-identification-with-probability-estimation\">Mail Tags Identification with Probability Estimation</h5>\n<p>Extracts the mail Tags, from the input set of Tags, that are most relevant to the context of the mail/case/ticketing request. An algorithm is designed to perform a first generation, to identify the Tags most likely to match (shortlist). For the shortlisted Tags, multiple parallel generations are performed in order to estimate the model's confidence, leading to the output's estimated probability. <strong>Only Tags with estimated probability &gt;= 0.5 are extracted !</strong></p>\n<h5 id=\"detailed-reasoning\">Detailed Reasoning</h5>\n<p>Provides in-depth reasoning of the mail/case/ticketing request, to highlight the choice of the extracted Tags</p>\n<h4 id=\"input-format-\">Input Format :</h4>\n<p>Dedicated request and input parameters, based on Endpoint description : <a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<h5 id=\"request-body\">Request body</h5>\n<ul>\n<li><p><code>output_lang</code> Not supported</p>\n</li>\n<li><p><strong><code>configuration.input_parameters</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email_multiclass_tagging</code></td>\n<td>Object</td>\n<td>REQUIRED</td>\n<td>Configuration Object to setup AI analysis dedicated input parameters</td>\n<td><code>email_multiclass_tagging:</code>  <br /><code>{'subject':'[SUPPORT] Nouveau ticket - Problème ordinateur','content':'Bonjour, J'ai un problème avec mon ordinateur ! Pourriez-vous m'aider à trouver une solution ? Combien coute la réparation ? Merci énormément :) Bien à vous, Cordialement, Alain Dupont','tags':{'Problème Technique':'Problème technique','Devis':'Demande de Prix, Devis, Coût deRéparation','Recherche de Produit':'Recherche de Produit, de références'}}</code></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n<li><p><strong><code>configuration.input_parameters.email_multiclass_tagging</code></strong> <strong>Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>subject</code></td>\n<td>JSON-encoded String</td>\n<td>OPTIONAL</td>\n<td>Input mail subject (Raw text / HTML)</td>\n<td><code>subject:</code>  <br /><code>'[SUPPORT] Nouveau ticket - Problème ordinateur'</code></td>\n</tr>\n<tr>\n<td><code>content</code></td>\n<td>JSON-encoded String</td>\n<td>REQUIRED</td>\n<td>Input mail content (Raw text / HTML)</td>\n<td><code>content:</code>  <br /><code>'Bonjour, J'ai un problème avec mon ordinateur ! Pourriez-vous m'aider à trouver une solution ? Combien coute la réparation ? Merci énormément :) Bien à vous, Cordialement, Alain Dupont'</code></td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Object  <br />  <br />Key-Value Pairs :  <br />- The key must be JSON-encoded String  <br />- The value must be JSON-encoded String  <br />- No nested objects are allowed within this object; each key should map to a simple string value</td>\n<td>REQUIRED</td>\n<td>List of possible tags, as an object with text Key-Value pairs <code>{\"key 1\":\"tag 1\",\"key 2\":\"tag 2\",...,\"key N\":\"Tag N\"}</code></td>\n<td><code>tags:</code>  <br /><code>{'Problème Technique':'Problème technique','Devis':'Demande de Prix, Devis, Coût deRéparation','Recherche de Produit':'Recherche de Produit, de références'}</code></td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h4 id=\"output-format-\">Output Format :</h4>\n<p>The output is formatted as a single object containing the key elements of the mail Tags</p>\n<p><strong>API Task Key</strong> : <code>email-multiclass-tagging</code></p>\n<h4 id=\"generated-ai-insights-\">Generated AI Insights :</h4>\n<p><strong>Path</strong> : <code>ai-insights.email-multiclass-tagging</code></p>\n<p><strong>Structure</strong> :</p>\n<ul>\n<li><p><code>classifications</code>: The list of extracted mail Tags keys, from the input set of Tags, as an array with the extracted Tags keys <code>[\"key i\", \"key j\", ...]</code>. <strong>Only Tags keys with</strong> <strong><code>estimated_probability</code></strong> <strong>&gt;= 0.5 are extracted !</strong></p>\n</li>\n<li><p><code>matches_count</code>: The number of extracted mail Tags, as an integer. <strong>Only Tags keys with</strong> <strong><code>estimated_probability</code></strong> <strong>&gt;= 0.5 are extracted !</strong></p>\n</li>\n<li><p><code>matches</code>: An object containing all input Tags keys with a boolean property (true/false) for each Tag key, indicating if the Tag is extracted. <strong>Only Tags keys with</strong> <strong><code>estimated_probability</code></strong> <strong>&gt;= 0.5 have value set to</strong> <strong><code>true</code></strong></p>\n</li>\n<li><p><code>estimated_probability</code>: An object containing all input Tags keys with the estimated probability (float, nullable)</p>\n<ul>\n<li><p>For non-shortlisted Tags : <code>null</code></p>\n</li>\n<li><p>For shortlisted Tags : float (range [0,1]), computed after performing multiple parallel generations</p>\n</li>\n</ul>\n</li>\n<li><p><code>reasonings</code>: An object containing all input Tags keys with a comprehensive description for each Tag (String), detailing the reasons behind the Tag extraction choice. The reasoning is always in English, as it is provided for the AI model evaluation purposes</p>\n<ul>\n<li><p>For non-shortlisted Tags : <code>'Non relevant.'</code></p>\n</li>\n<li><p>For shortlisted Tags : one of multiple reasonings generated (provided by multiple parallel generations performed)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Type</strong> :</p>\n<ul>\n<li>\"email-multiclass-tagging\"</li>\n</ul>\n<p>The Mail Tags are in the <strong>object</strong> field of the insight</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email-multiclass-tagging\": [\n        {\n            \"id\": \"uuid\",\n            \"text\": \"string (tag_key_i|tag_key_j|... //additional extracted Tags keys with | separator)\",\n            \"object\": {\n                \"matches\": {\n                    \"string (tag_key_1)\": bool,\n                    \"string (tag_key_2)\": bool,\n                    ... // additional matches for all input Tags keys\n                },\n                \"reasonings\": {\n                    \"string (tag_key_1)\": \"string\",\n                    \"string (tag_key_2)\": \"string\",\n                    ... // additional reasonings for all input Tags keys\n                },\n                \"matches_count\": int,\n                \"classifications\": [\n                    \"string (tag_key_i)\",\n                    \"string (tag_key_j)\",\n                    ... // additional extracted Tags keys\n                ],\n                \"estimated_probability\": {\n                    \"string (tag_key_1)\": float || null,\n                    \"string (tag_key_2)\": float || null,\n                    ... // additional estimated probability for all input Tags keys\n                },\n            },\n            \"type\": \"email-multiclass-tagging\"\n        }\n    ]\n}\n\n</code></pre>\n<img src=\"https://content.pstmn.io/75fb10b7-1ec9-494f-b577-06f4cbc8f059/aW1hZ2UucG5n\" alt=\"Mail%20tags%20result%20example\" width=\"100%\" />","_postman_id":"5e5af29c-b1fb-4da3-a38e-f17ad320b606"},{"name":"Run multiple AI analyses","item":[{"name":"Run multiple AI analyses","id":"de52989d-d875-41f7-a802-2575ba48c3e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tasks\": [\r\n        \"contact-reason-classification\",\r\n        \"knowledge-based-question-answering\"\r\n    ],\r\n    \"output_lang\": \"fr\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"contact_reason_classification\": {\r\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\r\n                \"reasons\": {\r\n                    \"return\": \"Échange\",\r\n                    \"cancellation\": \"Annulation\",\r\n                    \"refund\": \"Remboursement\"\r\n                }\r\n            },\r\n            \"knowledge_based_question_answering\": {\r\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\r\n                \"documents\": [\r\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\r\n                    \"Our shops are open in weekend from 10 am to 8pm\"\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks","description":"<p>Run multiple AI analyses simultaneously, based on text input, and have the resulting AI insights in the language of your choice.</p>\n<p><a href=\"#983b08e1-2fe0-4efa-aabc-592e8c3684a8\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","text-tasks"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"fb788096-2e6f-4a73-834a-420648fcd957","name":"Run multiple AI analyses","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"tasks\": [\r\n        \"contact-reason-classification\",\r\n        \"knowledge-based-question-answering\"\r\n    ],\r\n    \"output_lang\": \"fr\",\r\n    \"configuration\": {\r\n        \"input_parameters\": {\r\n            \"contact_reason_classification\": {\r\n                \"content\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\r\n                \"reasons\": {\r\n                    \"return\": \"Échange\",\r\n                    \"cancellation\": \"Annulation\",\r\n                    \"refund\": \"Remboursement\"\r\n                }\r\n            },\r\n            \"knowledge_based_question_answering\": {\r\n                \"question\": \"Quelle est l'heure de fermeture en semaine et en weekend ?\",\r\n                \"documents\": [\r\n                    \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\r\n                    \"Our shops are open in weekend from 10 am to 8pm\"\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/job/text-tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"job_id\": \"17d29684-9caf-4e5c-9963-ad4d128d4d90\",\n    \"job_status_endpoint_url\": \"https://{{platform}}.diabolocom.ai/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90?expires=1724797667&signature=0e503c2254984139b3269542272a0c3cc534cdeccd9f24a84f62128e4fde72fa\"\n}"}],"_postman_id":"de52989d-d875-41f7-a802-2575ba48c3e7"},{"name":"Get multiple AI analyses status/result","id":"d5bf2158-197e-4aa7-a393-c08411423da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/","description":"<p>Fetch the progress/result of specific task job</p>\n<p><a href=\"#e97cb1a4-3802-4b85-b64a-23c90e5ff5ad\"><b>Endpoint description</b></a></p>\n<p><a href=\"#21fb9a06-1258-482c-8069-669af846736c\"><b>Parameters needed for API use</b></a></p>\n","urlObject":{"protocol":"https","path":["api","job","status",""],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"9924918e-df31-42a7-bfa8-5c802d820571","name":"Get multiple AI analyses status/result","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{apiKeySecret}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/job/status/17d29684-9caf-4e5c-9963-ad4d128d4d90"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"id\": \"17d29684-9caf-4e5c-9963-ad4d128d4d90\",\r\n        \"status\": \"success\",\r\n        \"results\": {\r\n            \"ai-insights\": {\r\n                \"contact-reason-classification\": [\r\n                    {\r\n                        \"id\": \"b60dedeb-e092-4e98-a3a6-771b68adb657\",\r\n                        \"text\": \"return\",\r\n                        \"object\": {\r\n                            \"title\": \"Taille de chaussures incorrecte\",\r\n                            \"reasoning\": \"Le client a acheté une paire de chaussures en ligne mais a commandé une mauvaise taille. Le client demande si il est possible de retourner la paire et de recevoir la pointure supérieure.\",\r\n                            \"contact_reason\": \"return\"\r\n                        },\r\n                        \"type\": \"contact-reason-classification\"\r\n                    }\r\n                ],\r\n                \"knowledge-based-question-answering\": [\r\n                    {\r\n                        \"id\": \"7742d28a-dbb7-4c4f-8656-73d541769769\",\r\n                        \"text\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\r\n                        \"object\": {\r\n                            \"complete_answer\": \"Nos magasins sont ouverts du lundi au vendredi de 8h à 19h et le weekend de 10h à 20h.\",\r\n                            \"relevant_informations_from_document\": [\r\n                                {\r\n                                    \"quote\": \"Nos magasins ouvrent du lundi au vendredi de 8h à 19h\",\r\n                                    \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en semaine.\"\r\n                                },\r\n                                {\r\n                                    \"quote\": \"Nos magasins sont ouverts le weekend de 10h à 20h\",\r\n                                    \"why_picked\": \"Cette information est pertinente car elle donne l'heure de fermeture en weekend.\"\r\n                                }\r\n                            ]\r\n                        },\r\n                        \"type\": \"knowledge-based-question-answering\"\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"d5bf2158-197e-4aa7-a393-c08411423da4"}],"id":"91e2f885-9c47-4c5d-9aab-097ea58bf552","description":"<p>You can run multiple AI analyses simultaneously, based on text input, without having to run each analysis separately.</p>\n<p>To use the feature \"Unlimited simultaneous AI insights\" (referring to <code>tasks</code> request parameter), you need to have a Diabolocom AI paid plan : Explorer plan, Advanced plan, Enterprise plan.</p>\n<p>List of available AI analyses based on text : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_text_models_in_display_language_text_comprehension_models__display_language__get\">Available models</a></p>\n","_postman_id":"91e2f885-9c47-4c5d-9aab-097ea58bf552"},{"name":"Detect irritants and satisfaction factors (LEGACY)","id":"96143c0a-f1f5-4bd3-93cb-4f5a1e121f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"le film était génial mais l’acteur principal était moins bon\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/satisfaction","description":"<p>Detect the irritants and the satisfaction factors from your customer reviews, without having defined them beforehand</p>\n","urlObject":{"protocol":"https","path":["api","models","satisfaction"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"b2cb543d-59fc-4787-9bd1-48523b5b59ef","name":"Detect irritants and satisfaction factors","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"le film était génial mais l’acteur principal était moins bon\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/satisfaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"satisfaction\": {\r\n        \"sentences\": [\r\n            {\r\n                \"text\": \"le film était génial\",\r\n                \"position\": [\r\n                    0,\r\n                    20\r\n                ],\r\n                \"satisfaction\": \"satisfied\",\r\n                \"confidence\": {\r\n                    \"neutral\": 0.004483199678361416,\r\n                    \"satisfied\": 0.8698079586029053,\r\n                    \"unsatisfied\": 0.23981182277202606\r\n                },\r\n                \"average_satisfaction\": 0.6299961358308792\r\n            },\r\n            {\r\n                \"text\": \" mais l’acteur principal était moins bon\",\r\n                \"position\": [\r\n                    20,\r\n                    60\r\n                ],\r\n                \"satisfaction\": \"unsatisfied\",\r\n                \"confidence\": {\r\n                    \"neutral\": 0.0013759145513176918,\r\n                    \"satisfied\": 0.12243534624576569,\r\n                    \"unsatisfied\": 0.9640090465545654\r\n                },\r\n                \"average_satisfaction\": -0.8415737003087997\r\n            }\r\n        ],\r\n        \"average_satisfaction\": -0.10578878223896027,\r\n        \"polarized_average_satisfaction\": -0.10578878223896027\r\n    }\r\n}"}],"_postman_id":"96143c0a-f1f5-4bd3-93cb-4f5a1e121f1c"},{"name":"Detect languages used (LEGACY)","id":"c8df1998-11df-49ec-a11c-2dcbe5b41f52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Dans le centre-ville de Nancy, le stationnement est devenu un calvaire pour la plupart des habitants qui ne possèdent pas de garage\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_languages","description":"<p>Detect the main language and portions of other languages used in a text</p>\n","urlObject":{"protocol":"https","path":["api","models","extract_languages"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"880e74ac-9ca8-4cd7-adad-cc1a48c7a43b","name":"Detect languages used - Single language","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Dans le centre-ville de Nancy, le stationnement est devenu un calvaire pour la plupart des habitants qui ne possèdent pas de garage\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_languages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"extract_languages\": {\r\n        \"classifications\": {\r\n            \"general\": {\r\n                \"tag_name\": \"fr\",\r\n                \"confidence\": 1\r\n            },\r\n            \"detailed\": [\r\n                {\r\n                    \"tag_name\": \"fr\",\r\n                    \"confidence\": 1,\r\n                    \"extracted_text\": \"Dans le centre-ville de Nancy, le stationnement est devenu un calvaire pour la plupart des habitants qui ne possèdent pas de garage\"\r\n                }\r\n            ]\r\n        },\r\n        \"textual\": \"fr\"\r\n    }\r\n}"},{"id":"387a3a33-13d6-4009-9593-31527f815f32","name":"Detect languages used - Multiple languages","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"este modelo es muy interesante. Thank you\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_languages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"extract_languages\": {\r\n        \"classifications\": {\r\n            \"general\": {\r\n                \"tag_name\": \"es\",\r\n                \"confidence\": 1\r\n            },\r\n            \"detailed\": [\r\n                {\r\n                    \"tag_name\": \"es\",\r\n                    \"confidence\": 1,\r\n                    \"extracted_text\": \"este modelo es muy interesante.\"\r\n                },\r\n                {\r\n                    \"tag_name\": \"en\",\r\n                    \"confidence\": 0.43,\r\n                    \"extracted_text\": \"Thank you\"\r\n                }\r\n            ]\r\n        },\r\n        \"textual\": \"es\"\r\n    }\r\n}"}],"_postman_id":"c8df1998-11df-49ec-a11c-2dcbe5b41f52"},{"name":"Detect the reason for contact (LEGACY)","id":"5ae839c9-880b-4dcc-bfae-0f8e8ce544f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\r\n    \"tags\": [\r\n        \"Échange\",\r\n        \"Annulation\",\r\n        \"Remboursement\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/contact_reason","description":"<p>Detect the reason for contact of your incoming requests, with no data required and no additional training</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><p><code>text</code>: Input text</p>\n</li>\n<li><p><code>tags</code>: Set of reasons for contact that can be detected</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","models","contact_reason"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"2eada9df-4324-4d21-a1b4-e29f83f59f9c","name":"Detect the reason for contact (DEPRECATED)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Bonjour, J'ai acheté une paire de chaussures sur internet mais je me suis trompé de taille. Puis-je la renvoyer et recevoir la pointure au-dessus ? Merci\",\r\n    \"tags\": [\r\n        \"Échange\",\r\n        \"Annulation\",\r\n        \"Remboursement\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/contact_reason"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"contact_reason\": {\r\n        \"textual\": \"Échange (77%)\",\r\n        \"tag\": \"Échange\",\r\n        \"score\": 0.7639803886413574\r\n    }\r\n}"}],"_postman_id":"5ae839c9-880b-4dcc-bfae-0f8e8ce544f1"},{"name":"Estimate the rating expressed in a review (LEGACY)","id":"b828045a-8e48-4207-8bc1-222d8100502f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Livraison Prime super, mais quand il y a un souci, pas évident de les contacter\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/stars_estimation","description":"<p>Estimate the rating expressed in a text review from 1 (negative) to 5 (positive)</p>\n","urlObject":{"protocol":"https","path":["api","models","stars_estimation"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"9d6684d6-71b1-4e6d-a3e5-0abbb3a8a986","name":"Estimate the rating expressed in a review","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Livraison Prime super, mais quand il y a un souci, pas évident de les contacter\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/stars_estimation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"stars_estimation\": {\n        \"score\": 3,\n        \"accuracy\": 0.5222077369689941,\n        \"textual\": \"3\"\n    }\n}"}],"_postman_id":"b828045a-8e48-4207-8bc1-222d8100502f"},{"name":"Extract email addresses (LEGACY)","id":"28a89070-3cc5-47b3-889b-1636a28fd9f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"j'ai changé d'adresse email et ce n'est plus michael@jordan.com mais michael.jordan@gmail.com, merci de faire le changement\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_emails","description":"<p>Detect on the fly which email addresses are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr, en)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","models","extract_emails"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"0148836e-04e6-4731-ba62-330b5704e251","name":"Extract email addresses","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"j'ai changé d'adresse email et ce n'est plus michael@jordan.com mais michael.jordan@gmail.com, merci de faire le changement\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"extract_emails\": [\r\n        \"michael@jordan.com\",\r\n        \"michael.jordan@gmail.com\"\r\n    ]\r\n}"}],"_postman_id":"28a89070-3cc5-47b3-889b-1636a28fd9f8"},{"name":"Extract monetary values (LEGACY)","id":"d229dc2d-498d-45ed-9d8d-42b1d904370b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Je suis prêt à payer jusqu'à 45€ pour ce jean, et 26 euros pour le pull\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_currencies","description":"<p>Detect on the fly which monetary values (multi-currency) are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr, en)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","models","extract_currencies"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"e84c305d-89f7-40e1-9fda-28ab62bde88d","name":"Extract monetary values","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Je suis prêt à payer jusqu'à 45€ pour ce jean, et 26 euros pour le pull\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_currencies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\r\n    \"extract_currencies\": {\r\n        \"currencies\": [\r\n            \"45€\",\r\n            \"26 euros\"\r\n        ]\r\n    }\r\n}"}],"_postman_id":"d229dc2d-498d-45ed-9d8d-42b1d904370b"},{"name":"Extract locations (LEGACY)","id":"f7a1ee79-a5c3-4465-aa1a-ee21a55f3f12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"j’ai commandé un colis et il devait arriver par chronopost à Reims mais il a été livré à celui de Champfleury\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_locations","description":"<p>Detect on the fly which locations are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr, en)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","models","extract_locations"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"5d2a6479-b816-4988-b481-09d85b82853b","name":"Extract locations","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"j’ai commandé un colis et il devait arriver par chronopost à Reims mais il a été livré à celui de Champfleury\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_locations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"extract_locations\": [\r\n        \"Reims\",\r\n        \"Champfleury\"\r\n    ]\r\n}"}],"_postman_id":"f7a1ee79-a5c3-4465-aa1a-ee21a55f3f12"},{"name":"Extract person names (LEGACY)","id":"44d564ff-28b0-4b01-b6ac-0440013ba0dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Salut c'est monsieur Jean Marc Bidule, je suis avec mon confrère Monsieur Ahmed Ben-Ballar, nous aimerions acquérir la propriété de Marie De-Lajat\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_advanced_persons","description":"<p>Detect on the fly which person names are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","models","extract_advanced_persons"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"ab7f41a7-585b-4b90-ba84-5659a27984ec","name":"Extract person names","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Salut c'est monsieur Jean Marc Bidule, je suis avec mon confrère Monsieur Ahmed Ben-Ballar, nous aimerions acquérir la propriété de Marie De-Lajat\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_advanced_persons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"extract_advanced_persons\": [\r\n        \"Jean Marc Bidule\",\r\n        \"Monsieur Ahmed Ben-Ballar\",\r\n        \"Marie De-Lajat\"\r\n    ]\r\n}"}],"_postman_id":"44d564ff-28b0-4b01-b6ac-0440013ba0dd"},{"name":"Extract phone numbers (LEGACY)","id":"31567c9c-010e-42d0-ac10-c9481c2b5ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Vous pouvez nous contacter au 0192837465 ou au +33691827354\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_phones","description":"<p>Detect on the fly which phone numbers are mentioned in a text, without having defined them beforehand</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>lang</code>: ISO 639-1 language code (supported : fr, en)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","models","extract_phones"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"832fe028-e984-4f75-936d-1ab9e6f907eb","name":"Extract phone numbers","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Vous pouvez nous contacter au 0192837465 ou au +33691827354\",\r\n    \"lang\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/extract_phones"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"extract_phones\": [\r\n        \"0192837465\",\r\n        \"+33691827354\"\r\n    ]\r\n}"}],"_postman_id":"31567c9c-010e-42d0-ac10-c9481c2b5ef1"},{"name":"Extract products (LEGACY)","id":"a7364679-8168-497a-8fac-d4fcccda8bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"j'ai acheté un aspirateur Dyson et je veux me faire rembourser\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/products","description":"<p>Detect on the fly which products are mentioned in a text, without having defined them beforehand</p>\n","urlObject":{"protocol":"https","path":["api","models","products"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"3389391f-25d8-40e7-8669-c575b39de20e","name":"Extract products","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"j'ai acheté un aspirateur Dyson et je veux me faire rembourser\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"products\": {\n        \"tags\": [\n            {\n                \"type\": \"product\",\n                \"text\": \"aspirateur Dyson\"\n            }\n        ],\n        \"textual\": \"aspirateur Dyson\"\n    }\n}"}],"_postman_id":"a7364679-8168-497a-8fac-d4fcccda8bfb"},{"name":"Extract touchpoints (LEGACY)","id":"68ee295c-e677-4a20-8212-9cc6602300b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Je vous ai contacté par email la semaine dernière, suite à votre appel en début de mois\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/touchpoints","description":"<p>Detect on the fly which touchpoints are mentioned in a text, without having defined them beforehand</p>\n","urlObject":{"protocol":"https","path":["api","models","touchpoints"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"bae95215-ff55-4caf-aaea-93c2bc21e346","name":"Extract touchpoints","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Je vous ai contacté par email la semaine dernière, suite à votre appel en début de mois\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/touchpoints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"touchpoints\": {\r\n        \"tags\": [\r\n            {\r\n                \"type\": \"touchpoint\",\r\n                \"text\": \"contacté\"\r\n            },\r\n            {\r\n                \"type\": \"touchpoint\",\r\n                \"text\": \"email\"\r\n            }\r\n        ],\r\n        \"textual\": \"contacté, email\"\r\n    }\r\n}"}],"_postman_id":"68ee295c-e677-4a20-8212-9cc6602300b2"},{"name":"Translate text (LEGACY)","id":"ed0c24e4-9c3f-4705-943e-464d28d2121e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{apiKeySecret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Je souhaite modifier ma commande car je me suis trompé de taille.\\nPourriez-vous m'aider ?\",\r\n    \"input_locale\": \"fr\",\r\n    \"output_locale\": \"en\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/translation","description":"<p>Translate text from a defined or automatically detected source language to another language</p>\n<p>Input locale is <strong>non mandatory</strong>, if not specified or null, we will detect the language used in the text</p>\n<p>Use it for a more precise translation.</p>\n<p><strong>Request body structure</strong>:</p>\n<ul>\n<li><code>text</code>: Input text</li>\n<li><code>input_locale</code>: ISO 639-1 language code</li>\n<li><code>output_locale</code>: ISO 639-1 language code</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","models","translation"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"bea43d67-517d-410e-bd8e-c8890ff8e4ea","name":"Translate text with defined input language","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Je souhaite modifier ma commande car je me suis trompé de taille.\\nPourriez-vous m'aider ?\",\r\n    \"input_locale\": \"fr\",\r\n    \"output_locale\": \"en\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/translation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"translation\": [\r\n        \"I would like to change my order because I got the size wrong.\\nCould you help me ?\"\r\n    ]\r\n}"},{"id":"629d67bf-cbae-4d7c-b43d-40ce2cdc5a7d","name":"Translate text with automatic input language detection","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Je souhaite modifier ma commande car je me suis trompé de taille.\\nPourriez-vous m'aider ?\",\r\n    \"output_locale\": \"en\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/models/translation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"translation\": [\r\n        \"I would like to change my order because I got the size wrong.\\nCould you help me ?\"\r\n    ]\r\n}"}],"_postman_id":"ed0c24e4-9c3f-4705-943e-464d28d2121e"}],"id":"e672036c-f966-4bfd-aee1-83ca65023cfd","description":"<p>Our text-based models developed for Customer Experience will provide you with multiple AI analyses of your customers written interactions.</p>\n<p>List of available AI analyses based on text : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_text_models_in_display_language_text_comprehension_models__display_language__get\">Available models</a></p>\n","_postman_id":"e672036c-f966-4bfd-aee1-83ca65023cfd"}],"id":"4cae8bb1-9d61-4b3b-9ebd-86314b893d9e","_postman_id":"4cae8bb1-9d61-4b3b-9ebd-86314b893d9e","description":""}],"id":"21fb9a06-1258-482c-8069-669af846736c","description":"<h4 id=\"reinvent-your-customer-experience-with-our-generative-ai-models-developed-to-process-your-audio-and-text-streams-and-perform-in-depth-ai-analyses\">Reinvent your Customer Experience with our generative AI models developed to process your audio and text streams and perform in-depth AI analyses</h4>\n<p>Explore Diabolocom AI App public API online documentation to easily implement API integration thanks to the provided requirements and auto-generated code snippets in multiple code languages, along with relevant examples (screenshots and API request/response samples).</p>\n<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>execute</code></p>\n</li>\n<li><p><strong><code>apiKeySecret</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created using the following URL :<br />  <strong>Production</strong> : <a href=\"https://app.diabolocom.ai/developer?tab=api\">https://app.diabolocom.ai/developer?tab=api</a></p>\n</li>\n</ul>\n","_postman_id":"21fb9a06-1258-482c-8069-669af846736c"},{"name":"Quality Monitoring","item":[{"name":"Add a new QM interaction","item":[{"name":"Add a new QM interaction (stereo phone call)","id":"ee56cc2c-b91e-45d1-a99f-77803b056387","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{channel_api_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"{{brand_id}}","description":"<p>[OPTIONAL] The brand ID of the call (if any, null or not present if not applicable)</p>\n","type":"text"},{"key":"agent_id","value":"{{agent_id}}","description":"<p>[REQUIRED] The agent ID of the call</p>\n","type":"text"},{"key":"original_interaction_id","value":"{{interaction_id}}","description":"<p>[OPTIONAL] Your own interaction ID (if any, null or not present if not applicable)</p>\n","type":"text"},{"key":"interaction_date","value":"{{interaction_date}}","description":"<p>[OPTIONAL] The date of the interaction (default to current date and time if not provided)<br />Datetime in Standard ISO 8601<br />Example: 2024-06-25T08:43:37Z (UTC)<br />Example: 2024-06-25T09:59:09+02:00 (UTC+2, Paris Time during summer time for instance)</p>\n","type":"text"},{"key":"audio","description":"<p>[REQUIRED] Stereo audio file, 20mo max, left speaker is customer, right speaker is agent</p>\n","type":"file","value":null},{"key":"audio_language","value":"fr","description":"<p>[OPTIONAL] Language of the input audio (fr if not specified)<br />ISO 639-1 language code<br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></p>\n","type":"text"},{"key":"insights_language","value":"en","description":"<p>[OPTIONAL] Language of the generated QM reasoning and optional AI analyses results (fr if not specified)<br />ISO 639-1 language code<br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></p>\n","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel={{channel_id}}","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>channel_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created in related channel page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/channels/%7B%7Bchannel_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/channels/{{channel_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request body</h2>\n<p>Content-Type: <code>multipart/form-data</code></p>\n","urlObject":{"protocol":"https","path":["api","webhooks","interaction"],"host":["{{platform}}","diabolocom","ai"],"query":[{"description":{"content":"<p>[REQUIRED] The channel ID of the call</p>\n","type":"text/plain"},"key":"channel","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"b7b11328-0f27-4dbf-83ea-fe67759051f2","name":"Add a new QM interaction (stereo phone call)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"01hvpc92dmxtmbaqg8d1w7msxv","description":"[OPTIONAL] The brand ID of the call (if any, null or not present if not applicable)","type":"text"},{"key":"agent_id","value":"notre-agent-id","description":"[REQUIRED] The agent ID of the call","type":"text"},{"key":"original_interaction_id","value":"1234585","description":"[OPTIONAL] Your own interaction ID (if any, null or not present if not applicable)","type":"text"},{"key":"interaction_date","value":"2024-06-25T09:59:09+02:00","description":"[OPTIONAL] The date of the interaction (default to current date and time if not provided)<br>Datetime in Standard ISO 8601<br>Example: 2024-06-25T08:43:37Z (UTC)<br>Example: 2024-06-25T09:59:09+02:00 (UTC+2, Paris Time during summer time for instance)","type":"text"},{"key":"audio","description":"[REQUIRED] Stereo audio file, 20mo max, left speaker is customer, right speaker is agent","type":"file","value":null},{"key":"audio_language","value":"fr","description":"[OPTIONAL] Language of the input audio (fr if not specified)<br>ISO 639-1 language code<br>List of available transcription input languages : https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get","type":"text"},{"key":"insights_language","value":"fr","description":"[OPTIONAL] Language of the generated QM reasoning and optional AI analyses results (fr if not specified)<br>ISO 639-1 language code<br>List of available insight output languages : https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get","type":"text"}]},"url":{"raw":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel=01hvpcb56bnw7wx9py3w6eavq0","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","webhooks","interaction"],"query":[{"key":"channel","value":"01hvpcb56bnw7wx9py3w6eavq0","description":"[REQUIRED] The channel ID of the call"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"ok\"\r\n}"}],"_postman_id":"ee56cc2c-b91e-45d1-a99f-77803b056387"},{"name":"Add a new QM interaction (stereo phone call) with AI analyses","id":"dde01786-c01c-4a82-95bc-7baa923a4a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{channel_api_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"{{brand_id}}","description":"<p>[OPTIONAL] The brand ID of the call (if any, null or not present if not applicable)</p>\n","type":"text"},{"key":"agent_id","value":"{{agent_id}}","description":"<p>[REQUIRED] The agent ID of the call</p>\n","type":"text"},{"key":"original_interaction_id","value":"{{interaction_id}}","description":"<p>[OPTIONAL] Your own interaction ID (if any, null or not present if not applicable)</p>\n","type":"text"},{"key":"interaction_date","value":"{{interaction_date}}","description":"<p>[OPTIONAL] The date of the interaction (default to current date and time if not provided)<br />Datetime in Standard ISO 8601<br />Example: 2024-06-25T08:43:37Z (UTC)<br />Example: 2024-06-25T09:59:09+02:00 (UTC+2, Paris Time during summer time for instance)</p>\n","type":"text"},{"key":"audio","description":"<p>[REQUIRED] Stereo audio file, 20mo max, left speaker is customer, right speaker is agent</p>\n","type":"file","value":null},{"key":"audio_language","value":"fr","description":"<p>[OPTIONAL] Language of the input audio (fr if not specified)<br />ISO 639-1 language code<br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></p>\n","type":"text"},{"key":"insights_language","value":"en","description":"<p>[OPTIONAL] Language of the generated QM reasoning and optional AI analyses results (fr if not specified)<br />ISO 639-1 language code<br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></p>\n","type":"text"},{"key":"tasks[0]","value":"actions-extraction","description":"<p>List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></p>\n","type":"text"},{"key":"tasks[1]","value":"call-reason-extraction","type":"text"},{"key":"tasks[2]","value":"nps-estimation","type":"text"},{"key":"tasks[3]","value":"sequencing","type":"text"},{"key":"tasks[4]","value":"summarization","type":"text"}]},"url":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel={{channel_id}}","description":"<p>Add a new QM interaction and run multiple AI analyses simultaneously, based on audio transcription, without having to run each analysis separately.</p>\n<p>You will only be able to run AI analyses activated on your QM account.</p>\n<p>List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></p>\n<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>channel_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created in related channel page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/channels/%7B%7Bchannel_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/channels/{{channel_id}}</a></p>\n</li>\n<li><p><strong><code>tasks[]</code></strong> used in API request body : Array of AI analyses technical names (Type: String)<br />  Example 1: one AI analysis to run -&gt; <code>'summarization'</code><br />  <code>tasks[0]:'summarization'</code><br />  Example 2: two AI analyses to run -&gt; <code>'summarization'</code> and <code>'nps-estimation'</code><br />  <code>tasks[0]:'summarization'</code><br />  <code>tasks[1]:'nps-estimation'</code></p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request body</h2>\n<p>Content-Type: <code>multipart/form-data</code></p>\n","urlObject":{"protocol":"https","path":["api","webhooks","interaction"],"host":["{{platform}}","diabolocom","ai"],"query":[{"description":{"content":"<p>[REQUIRED] The channel ID of the call</p>\n","type":"text/plain"},"key":"channel","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"6231f683-0452-4e23-b608-69ab260ed8ba","name":"Add a new QM interaction (stereo phone call) with AI analyses","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"brand_id","value":"01hvpc92dmxtmbaqg8d1w7msxv","description":"[OPTIONAL] The brand ID of the call (if any, null or not present if not applicable)","type":"text"},{"key":"agent_id","value":"notre-agent-id","description":"[REQUIRED] The agent ID of the call","type":"text"},{"key":"original_interaction_id","value":"1234585","description":"[OPTIONAL] Your own interaction ID (if any, null or not present if not applicable)","type":"text"},{"key":"interaction_date","value":"2024-06-25T09:59:09+02:00","description":"[OPTIONAL] The date of the interaction (default to current date and time if not provided)<br>Datetime in Standard ISO 8601<br>Example: 2024-06-25T08:43:37Z (UTC)<br>Example: 2024-06-25T09:59:09+02:00 (UTC+2, Paris Time during summer time for instance)","type":"text"},{"key":"audio","description":"[REQUIRED] Stereo audio file, 20mo max, left speaker is customer, right speaker is agent","type":"file","value":null},{"key":"audio_language","value":"fr","description":"[OPTIONAL] Language of the input audio (fr if not specified)<br>ISO 639-1 language code<br>List of available transcription input languages : https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get","type":"text"},{"key":"insights_language","value":"fr","description":"[OPTIONAL] Language of the generated QM reasoning and optional AI analyses results (fr if not specified)<br>ISO 639-1 language code<br>List of available insight output languages : https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get","type":"text"},{"key":"tasks[0]","value":"actions-extraction","description":"List of available AI analyses based on audio transcription : https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_models_in_display_language_voice_comprehension_models__display_language__get","type":"text"},{"key":"tasks[1]","value":"call-reason-extraction","type":"text"},{"key":"tasks[2]","value":"nps-estimation","type":"text"},{"key":"tasks[3]","value":"sequencing","type":"text"},{"key":"tasks[4]","value":"summarization","type":"text"}]},"url":{"raw":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel=01hvpcb56bnw7wx9py3w6eavq0","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","webhooks","interaction"],"query":[{"key":"channel","value":"01hvpcb56bnw7wx9py3w6eavq0","description":"[REQUIRED] The channel ID of the call"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"ok\"\r\n}"}],"_postman_id":"dde01786-c01c-4a82-95bc-7baa923a4a99"}],"id":"1e7d2c5f-4c99-41d0-8cde-0c81c030b571","_postman_id":"1e7d2c5f-4c99-41d0-8cde-0c81c030b571","description":""},{"name":"Add a new QM interaction - Non native integration with Diabolocom CCaaS","item":[{"name":"Add a new QM interaction (stereo phone call) - Non native integration with Diabolocom CCaaS","id":"0473ac33-fc5e-46e6-9458-879dc345e615","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{channel_api_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"brand_id\": \"{{brand_id}}\",\r\n    \"agent_id\": \"{{agent_id}}\",\r\n    \"original_interaction_id\": \"{{interaction_id}}\",\r\n    \"audio_language\": \"fr\",\r\n    \"insights_language\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel={{channel_id}}","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>channel_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created in related channel page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/channels/%7B%7Bchannel_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/channels/{{channel_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>brand_id</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The brand ID of the call (if any, null or not present if not applicable)  <br /><strong>Example</strong>: \"01hvpc92dmxtmbaqg8d1w7msxv\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>The agent ID of the call  <br /><strong>Example</strong>: \"notre-agent-id\"  <br /><em>In case of Diabolocom CCaaS :</em> <code>{{agentId}}</code></td>\n</tr>\n<tr>\n<td><code>original_interaction_id</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Your own interaction ID (if any, null or not present if not applicable)  <br /><strong>Example</strong>: \"1234585\"  <br /><em>In case of Diabolocom CCaaS :</em> <code>{{callId}}</code></td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the interaction (default to current date and time if not provided).  <br />Datetime in Standard ISO 8601.  <br /><strong>Example</strong>: \"2024-06-25T08:43:37Z\" (UTC)  <br /><strong>Example</strong>: \"2024-06-25T09:59:09+02:00\" (UTC+2, Paris Time during summer time for instance)</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Language of the input audio (fr if not specified).  <br />ISO 639-1 language code.  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a>  <br /><strong>Example</strong>: \"en\"</td>\n</tr>\n<tr>\n<td><code>insights_language</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Language of the generated QM reasoning and optional AI analyses results (fr if not specified)  <br />ISO 639-1 language code  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a>  <br /><strong>Example</strong>: \"de\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","webhooks","interaction"],"host":["{{platform}}","diabolocom","ai"],"query":[{"description":{"content":"<p>[REQUIRED] The channel ID of the call</p>\n","type":"text/plain"},"key":"channel","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"40aa06e9-d2b1-431e-9b47-f53046319d7c","name":"Add a new QM interaction (stereo phone call) - Non native integration with Diabolocom CCaaS","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n    \"agent_id\": \"39990\",\r\n    \"original_interaction_id\": \"49442694\",\r\n    \"audio_language\": \"fr\",\r\n    \"insights_language\": \"fr\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel=01hvpcb56bnw7wx9py3w6eavq0","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","webhooks","interaction"],"query":[{"key":"channel","value":"01hvpcb56bnw7wx9py3w6eavq0","description":"[REQUIRED] The channel ID of the call"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"ok\"\r\n}"}],"_postman_id":"0473ac33-fc5e-46e6-9458-879dc345e615"},{"name":"Add a new QM interaction (stereo phone call) with AI analyses - Non native integration with Diabolocom CCaaS","id":"ba64ef74-968a-4e3b-93a5-b61ac1084140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{channel_api_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"brand_id\": \"{{brand_id}}\",\r\n    \"agent_id\": \"{{agent_id}}\",\r\n    \"original_interaction_id\": \"{{interaction_id}}\",\r\n    \"audio_language\": \"fr\",\r\n    \"insights_language\": \"fr\",\r\n    \"tasks\": [\r\n        \"actions-extraction\",\r\n        \"call-reason-extraction\",\r\n        \"nps-estimation\",\r\n        \"sequencing\",\r\n        \"summarization\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel={{channel_id}}","description":"<p>Add a new QM interaction and run multiple AI analyses simultaneously, based on audio transcription, without having to run each analysis separately.</p>\n<p>You will only be able to run AI analyses activated on your QM account.</p>\n<p>List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></p>\n<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>channel_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token)<br />  It can be created in related channel page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/channels/%7B%7Bchannel_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/channels/{{channel_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"request-body\">Request body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>brand_id</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The brand ID of the call (if any, null or not present if not applicable)  <br /><strong>Example</strong>: \"01hvpc92dmxtmbaqg8d1w7msxv\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>The agent ID of the call  <br /><strong>Example</strong>: \"notre-agent-id\"  <br /><em>In case of Diabolocom CCaaS :</em> <code>{{agentId}}</code></td>\n</tr>\n<tr>\n<td><code>original_interaction_id</code></td>\n<td>String</td>\n<td>REQUIRED</td>\n<td>Your own interaction ID (if any, null or not present if not applicable)  <br /><strong>Example</strong>: \"1234585\"  <br /><em>In case of Diabolocom CCaaS :</em> <code>{{callId}}</code></td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>The date of the interaction (default to current date and time if not provided).  <br />Datetime in Standard ISO 8601.  <br /><strong>Example</strong>: \"2024-06-25T08:43:37Z\" (UTC)  <br /><strong>Example</strong>: \"2024-06-25T09:59:09+02:00\" (UTC+2, Paris Time during summer time for instance)</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Language of the input audio (fr if not specified).  <br />ISO 639-1 language code.  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a>  <br /><strong>Example</strong>: \"en\"</td>\n</tr>\n<tr>\n<td><code>insights_language</code></td>\n<td>String</td>\n<td>OPTIONAL</td>\n<td>Language of the generated QM reasoning and optional AI analyses results (fr if not specified)  <br />ISO 639-1 language code  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a>  <br /><strong>Example</strong>: \"de\"</td>\n</tr>\n<tr>\n<td><code>tasks</code></td>\n<td>Array of strings</td>\n<td>OPTIONAL</td>\n<td>A JSON array that contains AI analyses technical names (Type: String).  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a>  <br /><strong>Example</strong>: one AI analysis to run -&gt; <code>'summarization'</code>  <br /><code>tasks:['summarization']</code>  <br /><strong>Example</strong>: two AI analyses to run -&gt; <code>'summarization'</code> and <code>'nps-estimation'</code>  <br /><code>tasks:['summarization','nps-estimation']</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","webhooks","interaction"],"host":["{{platform}}","diabolocom","ai"],"query":[{"description":{"content":"<p>[REQUIRED] The channel ID of the call</p>\n","type":"text/plain"},"key":"channel","value":"{{channel_id}}"}],"variable":[]}},"response":[{"id":"3ff9c630-8d2e-481e-bf89-eab228f7606a","name":"Add a new QM interaction (stereo phone call) with AI analyses - Non native integration with Diabolocom CCaaS","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n    \"agent_id\": \"39990\",\r\n    \"original_interaction_id\": \"49442694\",\r\n    \"audio_language\": \"fr\",\r\n    \"insights_language\": \"fr\",\r\n    \"tasks\": [\r\n        \"actions-extraction\",\r\n        \"call-reason-extraction\",\r\n        \"nps-estimation\",\r\n        \"sequencing\",\r\n        \"summarization\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{platform}}.diabolocom.ai/api/webhooks/interaction?channel=01hvpcb56bnw7wx9py3w6eavq0","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","webhooks","interaction"],"query":[{"key":"channel","value":"01hvpcb56bnw7wx9py3w6eavq0","description":"[REQUIRED] The channel ID of the call"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"ok\"\r\n}"}],"_postman_id":"ba64ef74-968a-4e3b-93a5-b61ac1084140"}],"id":"9ae8dc0e-b972-4a68-bd8c-5847ec98793f","description":"<p>Native integration with Diabolocom CCaaS :</p>\n<ul>\n<li>Use of QM IVR block in Custom scenario (triggered by post-call scenario)</li>\n</ul>\n<p>Non native integration with Diabolocom CCaaS :</p>\n<ul>\n<li>Use of Webservices IVR block in Custom scenario (triggered by post-call scenario)</li>\n</ul>\n","_postman_id":"9ae8dc0e-b972-4a68-bd8c-5847ec98793f"},{"name":"Get QM interactions","item":[{"name":"Get QM interactions without AI analyses results","item":[{"name":"Get QM interactions list","id":"ee57573f-a9e1-472e-a53b-6804e304a118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{interactions_api_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>interactions_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token).<br />  It can be created in QM account page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/customers/%7B%7Bcustomer_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/customers/{{customer_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"pagination-filters-and-sorts\">Pagination, Filters and Sorts</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>limit</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Page size : max nb of returned results per page  <br /><strong>default: 25</strong>  <br />min : 1  <br />max : 100  <br />if specified limit not in range: error raised to highlight min and max sizes➝ Error <code>422 Unprocessable Content</code> (status code: 422) and a message <code>\"message\": \"Limit must be between 1 and 100.\"</code></td>\n<td><code>api/interactions?limit=50</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>number of page to go specifically to page results  <br /><strong>default: 1</strong>  <br />if specified page not existing: error raised ➝ Error <code>404 Not Found</code> (status code: 404) and a message <code>\"message\": \"Page not found.\"</code></td>\n<td><code>api/interactions?page=5</code></td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td><strong>default:</strong> <strong><code>-interaction_date</code></strong> <strong>(DESC) ➝ most recent interaction first</strong>  <br />  <br />List of 12 sorts: [ 'agent_id', 'agent_name', 'channel_id', 'channel_name', 'brand_id', 'brand_name', 'provider_id', 'duration', 'interaction_date', 'score_avg', 'audio_language', 'ai_analyses_language' ]  <br />  <br />syntax :<code>sort=(-)sort_name</code>  <br />If nothing : ASC  <br />If adding - to name : DESC  <br />  <br />You can sort by multiple properties by separating them with a comma<code>sort=sort1,sort2</code></td>\n<td><code>api/interactions?sort=-interaction_date</code>  <br /><code>api/interactions?sort=score_avg</code></td>\n</tr>\n<tr>\n<td><code>filter[]</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td><strong>default : no filter ➝ all QM interactions data</strong>  <br />  <br />List of 17 filters: [ 'id', 'agent_id', 'agent_name', 'channel_id', 'channel_name', 'brand_id', 'brand_name', 'provider_id', 'eval_form_id', 'eval_form_name', 'tag_id', 'tag_name', 'audio_language', 'ai_analyses_language', 'interaction_date-(ge,le)', 'score_avg-(gt,ge,lt,le,eq,ne)', 'duration-(gt,ge,lt,le,eq,ne)']  <br />  <br />syntax:  <br /><code>filter[filter_name]=value</code>  <br />  <br />If multiple filters applied:  <br /><code>filter[filter_name1]=value1&amp;filter[filter_name2]=value2</code>  <br />  <br />For comparison filters:  <br /><code>filter[filter_name-operator]=value</code>  <br />  <br />If multiple values for the same filter :  <br />You can specify multiple matching filter values by passing a comma separated list of values  <br /><code>filter[filter_name]=value1,value2</code>  <br />  <br />Filtering on String with spaces and special characters :  <br />- Space can be replace by <code>+</code> or (URL encoded)  <br />- Other special characters should be replaced by URL encoded characters  <br />Example : for character <code>+</code>-&gt; replace by <code>+</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>include</code></td>\n<td>Must be one of : <code>ai_analyses_results</code></td>\n<td>OPTIONAL</td>\n<td>If used, Opt in for ai analyses results =&gt; object will be generated in result</td>\n<td><code>api/interactions?include=ai_analyses_results</code></td>\n</tr>\n<tr>\n<td><code>filter[id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM interaction (field path : <code>id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[id]=01jacy335je0v129rgdyppa55c</code></td>\n</tr>\n<tr>\n<td><code>filter[agent_id]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>User related attribute Agent ID (field path : <code>agent_id</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[agent_id]=notre-agent-id</code>  <br /><code>api/interactions?filter[agent_id]=EXT+-+3142758</code></td>\n</tr>\n<tr>\n<td><code>filter[agent_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName (path : <code>agent_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[agent_name]=Armand+Donte</code></td>\n</tr>\n<tr>\n<td><code>filter[channel_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM channel (field path : <code>channel_id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[channel_id]=01hvpcb56bnw7wx9py3w6eavq0</code></td>\n</tr>\n<tr>\n<td><code>filter[channel_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM channel (field path : <code>channel_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[channel_name]=Diabolocom</code></td>\n</tr>\n<tr>\n<td><code>filter[brand_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM brand (field path : <code>brand_id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[brand_id]=01hvpcaa0kjmtgph3njvksjxrq</code></td>\n</tr>\n<tr>\n<td><code>filter[brand_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM brand (field path : <code>brand_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[brand_name]=Danane</code></td>\n</tr>\n<tr>\n<td><code>filter[provider_id]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>External ID of QM interaction (field path : <code>provider_id</code>)  <br /><em>In case of Diabolocom call : Call ID</em>  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[provider_id]=TestCallStereoE+-+1</code></td>\n</tr>\n<tr>\n<td><code>filter[eval_form_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM evaluation grid (field path : <code>eval_forms.id</code>)  <br />Match should be done on all evaluation grids in <code>eval_forms</code> array of objects.  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[eval_form_id]=01j8pq9v5qq940w2agb053zapf</code></td>\n</tr>\n<tr>\n<td><code>filter[eval_form_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Title of QM evaluation grid (field path : <code>eval_forms.title</code>)  <br />Match should be done on all evaluation grids in <code>eval_forms</code> array of objects.  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[eval_form_name]=QM+Test+-+N/A</code></td>\n</tr>\n<tr>\n<td><code>filter[tag_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM tag (field path : <code>tags.id</code>)  <br />Match should be done on all tags in <code>tags</code> array of objects.  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[tag_id]=9ce01b86-ddfb-41fa-b9eb-dabea9ca4916</code></td>\n</tr>\n<tr>\n<td><code>filter[tag_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM tag, in different languages (depending on each tag) (field path : <code>tags.name</code>)  <br />Match should be done on all tags in <code>tags</code> array of objects, and also on all key:pair values inside <code>name</code> object ➝ <code>'locale':'name_in_locale'</code>=&gt; Search among all QM tags names in all languages  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[tag_name]=test</code></td>\n</tr>\n<tr>\n<td><code>filter[audio_language]</code></td>\n<td>String, Enum['fr','en', ...] (available input languages )</td>\n<td>OPTIONAL</td>\n<td>Language of input audio for QM interaction (field path : <code>audio_language</code>)  <br />  <br />EXACT MATCH  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td><code>api/interactions?filter[audio_language]=fr</code></td>\n</tr>\n<tr>\n<td><code>filter[ai_analyses_language]</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>OPTIONAL</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio) (field path : <code>ai_analyses_language</code>)  <br />  <br />EXACT MATCH  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>api/interactions?filter[ai_analyses_language]=de</code></td>\n</tr>\n<tr>\n<td><code>filter[score_avg]</code></td>\n<td>Float</td>\n<td>OPTIONAL</td>\n<td>QM interaction average score (out of 100) (field path : <code>score_avg</code>)  <br />  <br />Comparison filter ➝ possible operators : ['gt', 'ge', 'lt', 'le', 'eq', 'ne']</td>\n<td><code>api/interactions?filter[score_avg-le]=20</code></td>\n</tr>\n<tr>\n<td><code>filter[duration]</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>QM interaction audio duration in milliseconds (field path : <code>duration</code>)  <br />  <br />Comparison filter ➝ possible operators : ['gt', 'ge', 'lt', 'le', 'eq', 'ne']</td>\n<td><code>api/interactions?filter[duration-ge]=600000</code></td>\n</tr>\n<tr>\n<td><code>filter[interaction_date]</code></td>\n<td>Date<strong>required format is YYYY-MM-DD</strong></td>\n<td>OPTIONAL</td>\n<td>QM interaction date  <br />  <br />Comparison filter ➝ possible operators : ['ge', 'le']  <br />- <code>filter[interaction_date-ge]</code> : interactions with <code>interaction_date</code> greater or equal to date (start date included)  <br />- <code>filter[interaction_date-le]</code> : interactions with <code>interaction_date</code> less or equal to date (end date included)</td>\n<td><code>api/interactions?filter[interaction_date-ge]=2024-10-17</code>  <br /><code>api/interactions?filter[interaction_date-le]=2024-10-24</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<p><strong>Root Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>interactions_count</code></strong></td>\n<td>Integer</td>\n<td>Number of QM interactions in results</td>\n<td>39217123</td>\n</tr>\n<tr>\n<td><strong><code>interactions</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>Array of Objects, each one representing a QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td>String (url), nullable</td>\n<td>URL of previous page (with all queryparameters), null if first page</td>\n<td><code>https://{{platform}}.diabolocom.ai/api/interactions?limit=50&amp;page=1</code></td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td>String (url), nullable</td>\n<td>URL of next page (with all queryparameters), null if last page</td>\n<td><code>https://{{platform}}.diabolocom.ai/api/interactions?limit=50&amp;filter[provider_id]=TestCallStereoE+-+1&amp;page=2</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>interactions[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM interaction</td>\n<td>\"01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String (with spaces)</td>\n<td>User related attribute Agent ID</td>\n<td>\"notre-agent-id\"</td>\n</tr>\n<tr>\n<td><code>agent_name</code></td>\n<td>String (with spaces)</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName</td>\n<td>\"Armand Donte\"</td>\n</tr>\n<tr>\n<td><code>channel_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM channel</td>\n<td>\"01hvpcb56bnw7wx9py3w6eavq0\"</td>\n</tr>\n<tr>\n<td><code>channel_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM channel</td>\n<td>\"Diabolocom\"</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM brand</td>\n<td>\"01hvpcaa0kjmtgph3njvksjxrq\"</td>\n</tr>\n<tr>\n<td><code>brand_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM brand</td>\n<td>\"Danane\"</td>\n</tr>\n<tr>\n<td><code>provider_id</code></td>\n<td>String (with spaces)</td>\n<td>External ID of QM interaction  <br /><em>In case of Diabolocom call : Call ID</em></td>\n<td>\"TestCallStereoE - 1\"</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer, nullable</td>\n<td>QM interaction audio duration in milliseconds</td>\n<td>77322</td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String (Datetime ISO 8601)  <br />\"YYYY-MM-DDThh:mm:ss.000000Z\" (Zulu Time : UTC)</td>\n<td>QM interaction date:  <br />will take value of \"interaction_date\" sent in QM webhook, otherwise datetime of creation of QM interaction, in UTC</td>\n<td>\"2024-10-17T09:49:08.000000Z\"</td>\n</tr>\n<tr>\n<td><code>score_avg</code></td>\n<td>Float, nullable</td>\n<td>QM interaction average score (out of 100)</td>\n<td>32.5</td>\n</tr>\n<tr>\n<td><strong><code>eval_forms</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluation grids associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>tags</code></strong></td>\n<td><strong>Array of Objects</strong>  <br />if empty : []</td>\n<td><strong>List of QM tags associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>interaction_url</code></td>\n<td>String (url)</td>\n<td>URL of QM interaction page</td>\n<td>\"https://{{platform}}.diabolocom.ai/resources/interactions/01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String, Enum['fr','en', ...] (available input languages)</td>\n<td>Language of input audio for QM interaction  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_language</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio)  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks</code></td>\n<td>Array of String (available insights)  <br />if empty : []</td>\n<td>List of AI analyses to perform on QM interaction audio.  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td>[\"actions-extraction\", \"call-reason-extraction\", \"sequencing\"]</td>\n</tr>\n<tr>\n<td><strong><code>ai_analyses_results</code></strong></td>\n<td><strong>Object</strong></td>\n<td><strong>Results of AI analyses performed on QM interaction audio</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces)</td>\n<td>Title of QM evaluation grid</td>\n<td>\"QM Test - N/A + Standard Criteria\"</td>\n</tr>\n<tr>\n<td><code>score_initial</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of QM evaluation grid</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of QM evaluation grid</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>tags[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM tag</td>\n<td>\"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\"</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Object</td>\n<td>Name of QM tag, in different languages (depending on each tag) :  <br /><code>{ 'fr': 'aaa', 'en': 'bbb', 'de': 'ccc'}</code></td>\n<td>\"name\": { \"en\": \"Test\", \"fr\": \"Test tag 2\" }</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ai_analyses_results Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces), nullable</td>\n<td>Title generated by summarization task.  <br />if not generated : null</td>\n<td>\"Assistance sur un problème de connexion Internet via la box\"</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String (tags names)  <br />if empty : []</td>\n<td>List of tags generated by summarization task.  <br />if not generated : []</td>\n<td>[\"fibre\", \"assistance_technique\", \"box\", \"connexion_internet\"]</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_start</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call start, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_end</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call end, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","interactions"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"9caaee5b-e322-47e7-bbbf-34a93b4c034d","name":"Get QM interactions list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"interactions_count\": 297,\r\n    \"interactions\": [\r\n        {\r\n            \"id\": \"01jedsnxt9138b401gsrh46d0d\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234585\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-06T09:05:22.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsnxt9138b401gsrh46d0d\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsjps0vhcrsfzmz64fb6p7\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234584\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 50,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-06T08:05:22.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsjps0vhcrsfzmz64fb6p7\"\r\n        },\r\n        {\r\n            \"id\": \"01jebw8tccx532f4vecfqkdbf6\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234584\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T17:00:51.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebw8tccx532f4vecfqkdbf6\"\r\n        },\r\n        {\r\n            \"id\": \"01jebw5ecmdztkmywfqayzadxc\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234583\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T16:59:01.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebw5ecmdztkmywfqayzadxc\"\r\n        },\r\n        {\r\n            \"id\": \"01jebvtavwbq4ck9pr42m3pxyj\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234582\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 50,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T16:52:57.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebvtavwbq4ck9pr42m3pxyj\"\r\n        },\r\n        {\r\n            \"id\": \"01jebrw43ejtzay12wbg4e69dd\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234581\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 62.5,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T16:01:30.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebrw43ejtzay12wbg4e69dd\"\r\n        },\r\n        {\r\n            \"id\": \"01jebrdfgm8axwvjknv7h32z4t\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234580\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 62.5,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T15:53:30.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebrdfgm8axwvjknv7h32z4t\"\r\n        },\r\n        {\r\n            \"id\": \"01jebr5175bwygfhgvbpfamdp2\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234579\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 50,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T15:48:53.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebr5175bwygfhgvbpfamdp2\"\r\n        },\r\n        {\r\n            \"id\": \"01jebn5hfwrhdrknx3jy8et0yt\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234578\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T14:56:44.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebn5hfwrhdrknx3jy8et0yt\"\r\n        },\r\n        {\r\n            \"id\": \"01jebm98ffdwfjq38krg9h288w\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234577\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 62.5,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T14:41:17.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebm98ffdwfjq38krg9h288w\"\r\n        },\r\n        {\r\n            \"id\": \"01jebm4t1etag6f8v0qcp2tz87\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234576\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T14:38:51.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebm4t1etag6f8v0qcp2tz87\"\r\n        },\r\n        {\r\n            \"id\": \"01jebj3sejn1ppvh8g7wd0gd3b\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoB - 1\",\r\n            \"duration\": 106658,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"sequencing\",\r\n                \"summarization\",\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T14:03:21.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebj3sejn1ppvh8g7wd0gd3b\"\r\n        },\r\n        {\r\n            \"id\": \"01jebh8qx3688pgpvzw05caaeb\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234575\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 62.5,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"de\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T13:48:35.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebh8qx3688pgpvzw05caaeb\"\r\n        },\r\n        {\r\n            \"id\": \"01jda5y74seqfa6v38fp46cg90\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoA - 1\",\r\n            \"duration\": 168542,\r\n            \"score_avg\": 50,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-22T14:55:39.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [\r\n                {\r\n                    \"id\": \"9cf98d00-ccd9-41c0-abaf-10c39deab93a\",\r\n                    \"name\": {\r\n                        \"en\": \"Test\",\r\n                        \"fr\": \"Test tag 2\"\r\n                    }\r\n                }\r\n            ],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jda5y74seqfa6v38fp46cg90\"\r\n        },\r\n        {\r\n            \"id\": \"01jda5fdae1yn48wpxsdn6bpk6\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoA - 1\",\r\n            \"duration\": 168542,\r\n            \"score_avg\": 30,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-22T14:47:34.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [\r\n                {\r\n                    \"id\": \"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\",\r\n                    \"name\": {\r\n                        \"fr\": \"testa\"\r\n                    }\r\n                },\r\n                {\r\n                    \"id\": \"9cf98d00-ccd9-41c0-abaf-10c39deab93a\",\r\n                    \"name\": {\r\n                        \"en\": \"Test\",\r\n                        \"fr\": \"Test tag 2\"\r\n                    }\r\n                }\r\n            ],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jda5fdae1yn48wpxsdn6bpk6\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nmk2e6nt176fzjzkwvj1s\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoE - 1.mp3\",\r\n            \"duration\": 77322,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:18.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmk2e6nt176fzjzkwvj1s\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nmeqx4gcy2cs6d27xqn1n\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoD - 1.mp3\",\r\n            \"duration\": 136986,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:13.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmeqx4gcy2cs6d27xqn1n\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nmbh3d9zmm574ktdqk5an\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoC - 1.mp3\",\r\n            \"duration\": 147121,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:10.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmbh3d9zmm574ktdqk5an\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nm81nefb5hey515y1x661\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoB - 1.mp3\",\r\n            \"duration\": 106658,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:06.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm81nefb5hey515y1x661\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nm4ysv93bgfw8d9wb503v\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoA - 1.mp3\",\r\n            \"duration\": 168542,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:03.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm4ysv93bgfw8d9wb503v\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nm173sgdytp8ztxssd0ma\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoE - 1.mp3\",\r\n            \"duration\": 77322,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:59.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm173sgdytp8ztxssd0ma\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nky59qeem3jczp3973nx2\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoD - 1.mp3\",\r\n            \"duration\": 136986,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:56.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nky59qeem3jczp3973nx2\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nktnre77wyasexcncbhcb\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoC - 1.mp3\",\r\n            \"duration\": 147121,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:53.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nktnre77wyasexcncbhcb\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nkq6164r5bn58x9gkbzz7\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoB - 1.mp3\",\r\n            \"duration\": 106658,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:49.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nkq6164r5bn58x9gkbzz7\"\r\n        },\r\n        {\r\n            \"id\": \"01jd7nkma9m123zn9y56e6jzh8\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoA - 1.mp3\",\r\n            \"duration\": 168542,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:46.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nkma9m123zn9y56e6jzh8\"\r\n        }\r\n    ],\r\n    \"next\": \"http://sandbox.qm.diabolocom.ai/api/interactions?page=2\",\r\n    \"previous\": null\r\n}"}],"_postman_id":"ee57573f-a9e1-472e-a53b-6804e304a118"},{"name":"Get detailed QM interaction by ID","id":"b4229fdd-22e6-4a85-8738-dacf700980f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{interactions_api_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions/{{id}}","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>interactions_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token).<br />  It can be created in QM account page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/customers/%7B%7Bcustomer_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/customers/{{customer_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"filters\">Filters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>include</code></td>\n<td>Must be one of : <code>ai_analyses_results</code></td>\n<td>OPTIONAL</td>\n<td>If used, Opt in for ai analyses results =&gt; object will be generated in result</td>\n<td><code>api/interactions?include=ai_analyses_results</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<p><strong>Root Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM interaction</td>\n<td>\"01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String (with spaces)</td>\n<td>User related attribute Agent ID</td>\n<td>\"notre-agent-id\"</td>\n</tr>\n<tr>\n<td><code>agent_name</code></td>\n<td>String (with spaces)</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName</td>\n<td>\"Armand Donte\"</td>\n</tr>\n<tr>\n<td><code>channel_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM channel</td>\n<td>\"01hvpcb56bnw7wx9py3w6eavq0\"</td>\n</tr>\n<tr>\n<td><code>channel_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM channel</td>\n<td>\"Diabolocom\"</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM brand</td>\n<td>\"01hvpcaa0kjmtgph3njvksjxrq\"</td>\n</tr>\n<tr>\n<td><code>brand_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM brand</td>\n<td>\"Danane\"</td>\n</tr>\n<tr>\n<td><code>provider_id</code></td>\n<td>String (with spaces)</td>\n<td>External ID of QM interaction  <br /><em>In case of Diabolocom call : Call ID</em></td>\n<td>\"TestCallStereoE - 1\"</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer, nullable</td>\n<td>QM interaction audio duration in milliseconds</td>\n<td>77322</td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String (Datetime ISO 8601)  <br />\"YYYY-MM-DDThh:mm:ss.000000Z\" (Zulu Time : UTC)</td>\n<td>QM interaction date:  <br />will take value of \"interaction_date\" sent in QM webhook, otherwise datetime of creation of QM interaction, in UTC</td>\n<td>\"2024-10-17T09:49:08.000000Z\"</td>\n</tr>\n<tr>\n<td><code>score_avg</code></td>\n<td>Float, nullable</td>\n<td>QM interaction average score (out of 100)</td>\n<td>32.5</td>\n</tr>\n<tr>\n<td><strong><code>evaluations</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluations performed for QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>eval_forms_scoring</code></strong></td>\n<td><strong>Object</strong></td>\n<td><strong>key:value pairs (multiple if multiple grids applied), with :</strong>  <br /><strong>- key : QM evaluation grid ID  <br />- value : QM evaluation grid scoring Object</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>eval_forms</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluation grids associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>tags</code></strong></td>\n<td><strong>Array of Objects</strong>  <br />if empty : []</td>\n<td><strong>List of QM tags associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>interaction_url</code></td>\n<td>String (url)</td>\n<td>URL of QM interaction page</td>\n<td>\"https://{{platform}}.diabolocom.ai/resources/interactions/01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String, Enum['fr','en', ...] (available input languages)</td>\n<td>Language of input audio for QM interaction  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_language</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio)  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks</code></td>\n<td>Array of String (available insights)  <br />if empty : []</td>\n<td>List of AI analyses to perform on QM interaction audio.  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td>[\"actions-extraction\", \"call-reason-extraction\", \"sequencing\"]</td>\n</tr>\n<tr>\n<td><strong><code>ai_analyses_results</code></strong></td>\n<td><strong>Object (nullable)</strong></td>\n<td><strong>Results of AI analyses performed on QM interaction audio</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>evaluations[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation</td>\n<td>\"01jacy337jxhafx1fk0932q1g9\"</td>\n</tr>\n<tr>\n<td><code>eval_form_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>criterion_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM criterion</td>\n<td>\"01hvpdc8nr093anywtsddtn0r2\"</td>\n</tr>\n<tr>\n<td><code>criterion_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM criterion</td>\n<td>\"Auto-Lexical Criteria - Opening\"</td>\n</tr>\n<tr>\n<td><code>is_not_applicable</code></td>\n<td>Boolean</td>\n<td>Specifies if the criteria is non applicable</td>\n<td>false</td>\n</tr>\n<tr>\n<td><code>score_auto</code></td>\n<td>Integer / Float (nullable)</td>\n<td>Score automatically assigned by the AI</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_manual</code></td>\n<td>Integer / Float (nullable)</td>\n<td>Score manually assigned by the AI</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>score_min</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of the criteria</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of the criteria</td>\n<td>10</td>\n</tr>\n<tr>\n<td><code>score_completion</code></td>\n<td>Integer / Float</td>\n<td>Rescaled score</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>Status of the evaluation</td>\n<td>\"success\"</td>\n</tr>\n<tr>\n<td><code>score_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of the score</td>\n<td>\"01hvpdc8nr093anywtsddtn123\"</td>\n</tr>\n<tr>\n<td><code>score_label</code></td>\n<td>String (with spaces)</td>\n<td>Based on the type of criterion, displays either the criterion title (for IA and manual criteria) or a predefined label (Acoustic/Lexical criteria)</td>\n<td>\"No\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms_scoring['eval_form_id'] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eval_form_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>Integer / Float</td>\n<td>Total score of the form</td>\n<td>100</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum_min</code></td>\n<td>Integer / Float</td>\n<td>Sum of the minimum of all criteria (used for rescaling)</td>\n<td>-30</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum_max</code></td>\n<td>Integer / Float</td>\n<td>Sum of the maximum of all criteria (used for rescaling)</td>\n<td>80</td>\n</tr>\n<tr>\n<td><code>nb_evaluated_criteria</code></td>\n<td>Integer</td>\n<td>Number of evaluated criteria</td>\n<td>7</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum</code></td>\n<td>Integer / Float</td>\n<td>Sum of the scores of all criteria</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces)</td>\n<td>Title of QM evaluation grid</td>\n<td>\"QM Test - N/A + Standard Criteria\"</td>\n</tr>\n<tr>\n<td><code>score_initial</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of QM evaluation grid</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of QM evaluation grid</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>tags[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM tag</td>\n<td>\"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\"</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Object</td>\n<td>Name of QM tag, in different languages (depending on each tag) :  <br /><code>{ 'fr': 'aaa', 'en': 'bbb', 'de': 'ccc'}</code></td>\n<td>\"name\": { \"en\": \"Test\", \"fr\": \"Test tag 2\" }</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ai_analyses_results Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces), nullable</td>\n<td>Title generated by summarization task.  <br />if not generated : null</td>\n<td>\"Assistance sur un problème de connexion Internet via la box\"</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String (tags names)  <br />if empty : []</td>\n<td>List of tags generated by summarization task.  <br />if not generated : []</td>\n<td>[\"fibre\", \"assistance_technique\", \"box\", \"connexion_internet\"]</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_start</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call start, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_end</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call end, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>4</td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td>Object</td>\n<td>Audio transcript with 2 keys:  <br />- <code>text</code>: Raw textual transcript  <br />- <code>diarized_text</code>: Transcription including Agent/Client \"chat\" lines</td>\n<td><code>{ \"text\": \"Bonjour, vous êtes bien en ligne avec le service client de Diabolo Telecom. Comment on peut vous aider aujourd'hui ? Bonjour, j'ai un problème avec ma ...\", \"diarized_text\": \"Agent: Bonjour, vous êtes bien en ligne avec le service client de Diabolo Telecom. Comment on peut vous aider aujourd'hui ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...\" }</code></td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks_results</code></td>\n<td>Object</td>\n<td>List of all generated AI analyses tasks results (as objects)</td>\n<td><code>{\"call-reason\": {\"text\": null, \"object\": {\"why\": \"The client is calling because he was involved in a car accident and wants to know if he will be compensated, and needs assistance with the claim process and logistics.\", \"needs\": \"The client needs help with submitting the friendly declaration, getting a replacement vehicle, and having his car towed and repaired.\", \"request\": \"The client requests assistance with the claim process and logistics after a car accident.\"}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","interactions","{{id}}"],"host":["{{platform}}","diabolocom","ai"],"query":[],"variable":[]}},"response":[{"id":"d8585eee-9689-4a0a-b0d2-39641c3ba277","name":"Get detailed QM interaction by ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions/01jedsnxt9138b401gsrh46d0d"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"01jedsnxt9138b401gsrh46d0d\",\r\n    \"agent_id\": \"notre-agent-id\",\r\n    \"agent_name\": \"Armand Donte\",\r\n    \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n    \"channel_name\": \"Diabolocom\",\r\n    \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n    \"brand_name\": \"Leclair\",\r\n    \"provider_id\": \"1234585\",\r\n    \"duration\": 333461,\r\n    \"interaction_date\": \"2024-12-06T10:05:22.000000Z\",\r\n    \"score_avg\": 75,\r\n    \"evaluations\": [\r\n        {\r\n            \"id\": \"01jedsnxxh4n7qtwhtjft9m6t8\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpdc8nr093anywtsddtn0r2\",\r\n            \"criterion_name\": \"Auto-Lexical Criteria - Opening\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"success\",\r\n            \"score_label\": \"Succès\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny0saayjqcz1x5mezjcb\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpd5mjt8haec7gc96rmrf1s\",\r\n            \"criterion_name\": \"Auto-AI Criteria - Accueil client\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"01hvpd5mjg0b872j486dk5c4vr\",\r\n            \"score_label\": \"L'agent mentionne son prénom, la marque, qu'il est à l'écoute et il demande au client comment il peut etre utile.\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny1wr17sh7mqmxx5dnhz\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpd2n6dqvq72sccgn3x240r\",\r\n            \"criterion_name\": \"Auto-Acoustic-Speed Criteria\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": -10,\r\n            \"score_manual\": null,\r\n            \"score_min\": -10,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 0,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"score_slow\",\r\n            \"score_label\": \"Lent\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny2ma9456jrdrc4e2jzf\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpd3mdvpzqw5j32rtc6vtm7\",\r\n            \"criterion_name\": \"Auto-Acoustic-Overlap Criteria\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 20,\r\n            \"score_manual\": null,\r\n            \"score_min\": -20,\r\n            \"score_max\": 20,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"overlap_minimal\",\r\n            \"score_label\": \"Overlap minimal\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny3rqqgpwxv31h9rfz05\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpd801qj9maqac7vkqfewhk\",\r\n            \"criterion_name\": \"Auto-AI Criteria - Réponse apportée au client\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"01hvpd801erkxxbqfrp9xz3ehr\",\r\n            \"score_label\": \"Le client a reçu une réponse à sa question ou à son problème à la fin de l'appel\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny4hjsyz9phx6gp3h76m\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpdd64eaqh88thgnpsfdpd1\",\r\n            \"criterion_name\": \"Auto-Lexical Criteria - Closing\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"success\",\r\n            \"score_label\": \"Succès\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny5jzagw8dpk163pepgs\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpdam22mvy8eppam3z8j780\",\r\n            \"criterion_name\": \"Auto-AI Criteria - Prise de congé\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"01hvpdam1sd7cf7wjj6j3mbspr\",\r\n            \"score_label\": \"L'agent a remercié le client et a souhaité bonne journée au client\"\r\n        }\r\n    ],\r\n    \"eval_forms_scoring\": {\r\n        \"01hvpderpdc7fhwj6spgpb5776\": {\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"score\": 75,\r\n            \"criteria_scores_sum_min\": -30,\r\n            \"criteria_scores_sum_max\": 80,\r\n            \"nb_evaluated_criteria\": 7,\r\n            \"criteria_scores_sum\": 60\r\n        }\r\n    },\r\n    \"eval_forms\": [\r\n        {\r\n            \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n            \"score_initial\": 0,\r\n            \"score_max\": 100\r\n        }\r\n    ],\r\n    \"tags\": [],\r\n    \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsnxt9138b401gsrh46d0d\",\r\n    \"audio_language\": \"fr\",\r\n    \"ai_analyses_language\": \"fr\",\r\n    \"ai_analyses_tasks\": [\r\n        \"actions-extraction\",\r\n        \"call-reason-extraction\",\r\n        \"nps-estimation\",\r\n        \"sequencing\",\r\n        \"summarization\"\r\n    ],\r\n    \"ai_analyses_results\": null\r\n}"}],"_postman_id":"b4229fdd-22e6-4a85-8738-dacf700980f3"}],"id":"6e737e7b-573a-47a4-ae4d-f1824c9825da","_postman_id":"6e737e7b-573a-47a4-ae4d-f1824c9825da","description":""},{"name":"Get QM interactions with AI analyses results","item":[{"name":"Get QM interactions list with AI analyses results","id":"caa4e3a9-442f-4295-9391-eed931e56776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{interactions_api_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions?include=ai_analyses_results","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>interactions_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token).<br />  It can be created in QM account page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/customers/%7B%7Bcustomer_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/customers/{{customer_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"pagination-filters-and-sorts\">Pagination, Filters and Sorts</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>limit</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>Page size : max nb of returned results per page  <br /><strong>default: 25</strong>  <br />min : 1  <br />max : 100  <br />if specified limit not in range: error raised to highlight min and max sizes➝ Error <code>422 Unprocessable Content</code> (status code: 422) and a message <code>\"message\": \"Limit must be between 1 and 100.\"</code></td>\n<td><code>api/interactions?limit=50</code></td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>number of page to go specifically to page results  <br /><strong>default: 1</strong>  <br />if specified page not existing: error raised ➝ Error <code>404 Not Found</code> (status code: 404) and a message <code>\"message\": \"Page not found.\"</code></td>\n<td><code>api/interactions?page=5</code></td>\n</tr>\n<tr>\n<td><code>sort</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td><strong>default:</strong> <strong><code>-interaction_date</code></strong> <strong>(DESC) ➝ most recent interaction first</strong>  <br />  <br />List of 12 sorts: [ 'agent_id', 'agent_name', 'channel_id', 'channel_name', 'brand_id', 'brand_name', 'provider_id', 'duration', 'interaction_date', 'score_avg', 'audio_language', 'ai_analyses_language' ]  <br />  <br />syntax :<code>sort=(-)sort_name</code>  <br />If nothing : ASC  <br />If adding - to name : DESC  <br />  <br />You can sort by multiple properties by separating them with a comma<code>sort=sort1,sort2</code></td>\n<td><code>api/interactions?sort=-interaction_date</code>  <br /><code>api/interactions?sort=score_avg</code></td>\n</tr>\n<tr>\n<td><code>filter[]</code></td>\n<td>String (One of possible values)</td>\n<td>OPTIONAL</td>\n<td><strong>default : no filter ➝ all QM interactions data</strong>  <br />  <br />List of 17 filters: [ 'id', 'agent_id', 'agent_name', 'channel_id', 'channel_name', 'brand_id', 'brand_name', 'provider_id', 'eval_form_id', 'eval_form_name', 'tag_id', 'tag_name', 'audio_language', 'ai_analyses_language', 'interaction_date-(ge,le)', 'score_avg-(gt,ge,lt,le,eq,ne)', 'duration-(gt,ge,lt,le,eq,ne)']  <br />  <br />syntax:  <br /><code>filter[filter_name]=value</code>  <br />  <br />If multiple filters applied:  <br /><code>filter[filter_name1]=value1&amp;filter[filter_name2]=value2</code>  <br />  <br />For comparison filters:  <br /><code>filter[filter_name-operator]=value</code>  <br />  <br />If multiple values for the same filter :  <br />You can specify multiple matching filter values by passing a comma separated list of values  <br /><code>filter[filter_name]=value1,value2</code>  <br />  <br />Filtering on String with spaces and special characters :  <br />- Space can be replace by <code>+</code> or (URL encoded)  <br />- Other special characters should be replaced by URL encoded characters  <br />Example : for character <code>+</code>-&gt; replace by <code>+</code></td>\n<td></td>\n</tr>\n<tr>\n<td><code>include</code></td>\n<td>Must be one of : <code>ai_analyses_results</code></td>\n<td>OPTIONAL</td>\n<td>If used, Opt in for ai analyses results =&gt; object will be generated in result</td>\n<td><code>api/interactions?include=ai_analyses_results</code></td>\n</tr>\n<tr>\n<td><code>filter[id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM interaction (field path : <code>id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[id]=01jacy335je0v129rgdyppa55c</code></td>\n</tr>\n<tr>\n<td><code>filter[agent_id]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>User related attribute Agent ID (field path : <code>agent_id</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[agent_id]=notre-agent-id</code>  <br /><code>api/interactions?filter[agent_id]=EXT+-+3142758</code></td>\n</tr>\n<tr>\n<td><code>filter[agent_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName (path : <code>agent_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[agent_name]=Armand+Donte</code></td>\n</tr>\n<tr>\n<td><code>filter[channel_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM channel (field path : <code>channel_id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[channel_id]=01hvpcb56bnw7wx9py3w6eavq0</code></td>\n</tr>\n<tr>\n<td><code>filter[channel_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM channel (field path : <code>channel_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[channel_name]=Diabolocom</code></td>\n</tr>\n<tr>\n<td><code>filter[brand_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM brand (field path : <code>brand_id</code>)  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[brand_id]=01hvpcaa0kjmtgph3njvksjxrq</code></td>\n</tr>\n<tr>\n<td><code>filter[brand_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM brand (field path : <code>brand_name</code>)  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[brand_name]=Danane</code></td>\n</tr>\n<tr>\n<td><code>filter[provider_id]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>External ID of QM interaction (field path : <code>provider_id</code>)  <br /><em>In case of Diabolocom call : Call ID</em>  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[provider_id]=TestCallStereoE+-+1</code></td>\n</tr>\n<tr>\n<td><code>filter[eval_form_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM evaluation grid (field path : <code>eval_forms.id</code>)  <br />Match should be done on all evaluation grids in <code>eval_forms</code> array of objects.  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[eval_form_id]=01j8pq9v5qq940w2agb053zapf</code></td>\n</tr>\n<tr>\n<td><code>filter[eval_form_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Title of QM evaluation grid (field path : <code>eval_forms.title</code>)  <br />Match should be done on all evaluation grids in <code>eval_forms</code> array of objects.  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[eval_form_name]=QM+Test+-+N/A</code></td>\n</tr>\n<tr>\n<td><code>filter[tag_id]</code></td>\n<td>String (without spaces)</td>\n<td>OPTIONAL</td>\n<td>ID of QM tag (field path : <code>tags.id</code>)  <br />Match should be done on all tags in <code>tags</code> array of objects.  <br />  <br />EXACT MATCH</td>\n<td><code>api/interactions?filter[tag_id]=9ce01b86-ddfb-41fa-b9eb-dabea9ca4916</code></td>\n</tr>\n<tr>\n<td><code>filter[tag_name]</code></td>\n<td>String (with spaces)</td>\n<td>OPTIONAL</td>\n<td>Name of QM tag, in different languages (depending on each tag) (field path : <code>tags.name</code>)  <br />Match should be done on all tags in <code>tags</code> array of objects, and also on all key:pair values inside <code>name</code> object ➝ <code>'locale':'name_in_locale'</code>=&gt; Search among all QM tags names in all languages  <br />  <br />PARTIAL MATCH</td>\n<td><code>api/interactions?filter[tag_name]=test</code></td>\n</tr>\n<tr>\n<td><code>filter[audio_language]</code></td>\n<td>String, Enum['fr','en', ...] (available input languages )</td>\n<td>OPTIONAL</td>\n<td>Language of input audio for QM interaction (field path : <code>audio_language</code>)  <br />  <br />EXACT MATCH  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td><code>api/interactions?filter[audio_language]=fr</code></td>\n</tr>\n<tr>\n<td><code>filter[ai_analyses_language]</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>OPTIONAL</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio) (field path : <code>ai_analyses_language</code>)  <br />  <br />EXACT MATCH  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td><code>api/interactions?filter[ai_analyses_language]=de</code></td>\n</tr>\n<tr>\n<td><code>filter[score_avg]</code></td>\n<td>Float</td>\n<td>OPTIONAL</td>\n<td>QM interaction average score (out of 100) (field path : <code>score_avg</code>)  <br />  <br />Comparison filter ➝ possible operators : ['gt', 'ge', 'lt', 'le', 'eq', 'ne']</td>\n<td><code>api/interactions?filter[score_avg-le]=20</code></td>\n</tr>\n<tr>\n<td><code>filter[duration]</code></td>\n<td>Integer</td>\n<td>OPTIONAL</td>\n<td>QM interaction audio duration in milliseconds (field path : <code>duration</code>)  <br />  <br />Comparison filter ➝ possible operators : ['gt', 'ge', 'lt', 'le', 'eq', 'ne']</td>\n<td><code>api/interactions?filter[duration-ge]=600000</code></td>\n</tr>\n<tr>\n<td><code>filter[interaction_date]</code></td>\n<td>Date<strong>required format is YYYY-MM-DD</strong></td>\n<td>OPTIONAL</td>\n<td>QM interaction date  <br />  <br />Comparison filter ➝ possible operators : ['ge', 'le']  <br />- <code>filter[interaction_date-ge]</code> : interactions with <code>interaction_date</code> greater or equal to date (start date included)  <br />- <code>filter[interaction_date-le]</code> : interactions with <code>interaction_date</code> less or equal to date (end date included)</td>\n<td><code>api/interactions?filter[interaction_date-ge]=2024-10-17</code>  <br /><code>api/interactions?filter[interaction_date-le]=2024-10-24</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<p><strong>Root Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong><code>interactions_count</code></strong></td>\n<td>Integer</td>\n<td>Number of QM interactions in results</td>\n<td>39217123</td>\n</tr>\n<tr>\n<td><strong><code>interactions</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>Array of Objects, each one representing a QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>previous</code></td>\n<td>String (url), nullable</td>\n<td>URL of previous page (with all queryparameters), null if first page</td>\n<td><code>https://{{platform}}.diabolocom.ai/api/interactions?limit=50&amp;page=1</code></td>\n</tr>\n<tr>\n<td><code>next</code></td>\n<td>String (url), nullable</td>\n<td>URL of next page (with all queryparameters), null if last page</td>\n<td><code>https://{{platform}}.diabolocom.ai/api/interactions?limit=50&amp;filter[provider_id]=TestCallStereoE+-+1&amp;page=2</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>interactions[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM interaction</td>\n<td>\"01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String (with spaces)</td>\n<td>User related attribute Agent ID</td>\n<td>\"notre-agent-id\"</td>\n</tr>\n<tr>\n<td><code>agent_name</code></td>\n<td>String (with spaces)</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName</td>\n<td>\"Armand Donte\"</td>\n</tr>\n<tr>\n<td><code>channel_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM channel</td>\n<td>\"01hvpcb56bnw7wx9py3w6eavq0\"</td>\n</tr>\n<tr>\n<td><code>channel_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM channel</td>\n<td>\"Diabolocom\"</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM brand</td>\n<td>\"01hvpcaa0kjmtgph3njvksjxrq\"</td>\n</tr>\n<tr>\n<td><code>brand_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM brand</td>\n<td>\"Danane\"</td>\n</tr>\n<tr>\n<td><code>provider_id</code></td>\n<td>String (with spaces)</td>\n<td>External ID of QM interaction  <br /><em>In case of Diabolocom call : Call ID</em></td>\n<td>\"TestCallStereoE - 1\"</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer, nullable</td>\n<td>QM interaction audio duration in milliseconds</td>\n<td>77322</td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String (Datetime ISO 8601)  <br />\"YYYY-MM-DDThh:mm:ss.000000Z\" (Zulu Time : UTC)</td>\n<td>QM interaction date:  <br />will take value of \"interaction_date\" sent in QM webhook, otherwise datetime of creation of QM interaction, in UTC</td>\n<td>\"2024-10-17T09:49:08.000000Z\"</td>\n</tr>\n<tr>\n<td><code>score_avg</code></td>\n<td>Float, nullable</td>\n<td>QM interaction average score (out of 100)</td>\n<td>32.5</td>\n</tr>\n<tr>\n<td><strong><code>eval_forms</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluation grids associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>tags</code></strong></td>\n<td><strong>Array of Objects</strong>  <br />if empty : []</td>\n<td><strong>List of QM tags associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>interaction_url</code></td>\n<td>String (url)</td>\n<td>URL of QM interaction page</td>\n<td>\"https://{{platform}}.diabolocom.ai/resources/interactions/01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String, Enum['fr','en', ...] (available input languages)</td>\n<td>Language of input audio for QM interaction  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_language</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio)  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks</code></td>\n<td>Array of String (available insights)  <br />if empty : []</td>\n<td>List of AI analyses to perform on QM interaction audio.  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td>[\"actions-extraction\", \"call-reason-extraction\", \"sequencing\"]</td>\n</tr>\n<tr>\n<td><strong><code>ai_analyses_results</code></strong></td>\n<td><strong>Object</strong></td>\n<td><strong>Results of AI analyses performed on QM interaction audio</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces)</td>\n<td>Title of QM evaluation grid</td>\n<td>\"QM Test - N/A + Standard Criteria\"</td>\n</tr>\n<tr>\n<td><code>score_initial</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of QM evaluation grid</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of QM evaluation grid</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>tags[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM tag</td>\n<td>\"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\"</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Object</td>\n<td>Name of QM tag, in different languages (depending on each tag) :  <br /><code>{ 'fr': 'aaa', 'en': 'bbb', 'de': 'ccc'}</code></td>\n<td>\"name\": { \"en\": \"Test\", \"fr\": \"Test tag 2\" }</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ai_analyses_results Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces), nullable</td>\n<td>Title generated by summarization task.  <br />if not generated : null</td>\n<td>\"Assistance sur un problème de connexion Internet via la box\"</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String (tags names)  <br />if empty : []</td>\n<td>List of tags generated by summarization task.  <br />if not generated : []</td>\n<td>[\"fibre\", \"assistance_technique\", \"box\", \"connexion_internet\"]</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_start</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call start, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_end</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call end, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","interactions"],"host":["{{platform}}","diabolocom","ai"],"query":[{"key":"include","value":"ai_analyses_results"}],"variable":[]}},"response":[{"id":"5195b5f3-78dd-43e3-acc0-c28d1c010d48","name":"Get QM interactions list with AI analyses results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{platform}}.diabolocom.ai/api/interactions?include=ai_analyses_results","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","interactions"],"query":[{"key":"include","value":"ai_analyses_results"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"interactions_count\": 297,\r\n    \"interactions\": [\r\n        {\r\n            \"id\": \"01jedsnxt9138b401gsrh46d0d\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234585\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-06T09:05:22.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsnxt9138b401gsrh46d0d\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Accident de voiture et demande d'indemnisation\",\r\n                \"tags\": [\r\n                    \"constat_amiable\",\r\n                    \"declaration_de_sinistre\",\r\n                    \"accident_de_voiture\",\r\n                    \"indemnisation\"\r\n                ],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 5\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jedsjps0vhcrsfzmz64fb6p7\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234584\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 50,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-06T08:05:22.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsjps0vhcrsfzmz64fb6p7\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Accident de voiture - Indemnisation et véhicule de remplacement\",\r\n                \"tags\": [\r\n                    \"indemnisation\",\r\n                    \"vehicule_de_remplacement\",\r\n                    \"accident_de_voiture\",\r\n                    \"garage_agréé\",\r\n                    \"constat_amiable\"\r\n                ],\r\n                \"satisfaction_score_start\": 3,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebw8tccx532f4vecfqkdbf6\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234584\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T17:00:51.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebw8tccx532f4vecfqkdbf6\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Accident de voiture - demande d'indemnisation\",\r\n                \"tags\": [\r\n                    \"accident_de_voiture\",\r\n                    \"vehicule_remplacement\",\r\n                    \"contrat\",\r\n                    \"responsabilite\",\r\n                    \"demande_indemnisation\"\r\n                ],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebw5ecmdztkmywfqayzadxc\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234583\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T16:59:01.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebw5ecmdztkmywfqayzadxc\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Accident de voiture - Aide pour la récupération de la voiture et la réparation des dégâts\",\r\n                \"tags\": [\r\n                    \"recuperation_de_voiture\",\r\n                    \"accident_de_voiture\",\r\n                    \"constat_amiable\",\r\n                    \"vehicule_de_remplacement\",\r\n                    \"reparation_des_degats\"\r\n                ],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebvtavwbq4ck9pr42m3pxyj\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234582\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 50,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T16:52:57.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebvtavwbq4ck9pr42m3pxyj\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Demande d'indemnisation suite à un accident de voiture et organisation de remorquage\",\r\n                \"tags\": [\r\n                    \"indemnisation\",\r\n                    \"remorquage\",\r\n                    \"accident_de_voiture\",\r\n                    \"contrat_assurance\",\r\n                    \"vehicule_de_remplacement\"\r\n                ],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 5\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebrw43ejtzay12wbg4e69dd\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234581\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 62.5,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T16:01:30.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebrw43ejtzay12wbg4e69dd\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Demande d'indemnisation après accident de voiture\",\r\n                \"tags\": [\r\n                    \"service_d_assistance\",\r\n                    \"assurance_tous_risques\",\r\n                    \"indemnisation\",\r\n                    \"remorquage\",\r\n                    \"vehicule_de_remplacement\",\r\n                    \"accident_de_voiture\"\r\n                ],\r\n                \"satisfaction_score_start\": 3,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebrdfgm8axwvjknv7h32z4t\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234580\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 62.5,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T15:53:30.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebrdfgm8axwvjknv7h32z4t\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Indemnisation suite à un accident de voiture\",\r\n                \"tags\": [\r\n                    \"accident_de_voiture\",\r\n                    \"vehicule_de_remplacement\",\r\n                    \"récupération_de_laamas\",\r\n                    \"indemnisé\",\r\n                    \"constat_amiable\"\r\n                ],\r\n                \"satisfaction_score_start\": 3,\r\n                \"satisfaction_score_end\": 5\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebr5175bwygfhgvbpfamdp2\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234579\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 50,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T15:48:53.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebr5175bwygfhgvbpfamdp2\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Assistance pour un accident de voiture - mise à disposition d'un véhicule de remplacement\",\r\n                \"tags\": [\r\n                    \"accident_de_voiture\",\r\n                    \"garage_agréé\",\r\n                    \"assistance\",\r\n                    \"vehicule_de_remplacement\",\r\n                    \"constat_amiable\"\r\n                ],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 5\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebn5hfwrhdrknx3jy8et0yt\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234578\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T14:56:44.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebn5hfwrhdrknx3jy8et0yt\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Demande de remboursement après accident de voiture et organisation de véhicule de remplacement\",\r\n                \"tags\": [\r\n                    \"garage_agréé\",\r\n                    \"remboursement\",\r\n                    \"vehicule_de_remplacement\",\r\n                    \"accident_de_voiture\",\r\n                    \"remorquage\"\r\n                ],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 5\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebm98ffdwfjq38krg9h288w\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234577\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 62.5,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T14:41:17.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebm98ffdwfjq38krg9h288w\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Demande d'indemnisation après un accident de voiture\",\r\n                \"tags\": [\r\n                    \"accident_de_voiture\",\r\n                    \"demande_d_indemnisation\",\r\n                    \"remplacement_de_véhicule\",\r\n                    \"remorquage\",\r\n                    \"constat_amiable\"\r\n                ],\r\n                \"satisfaction_score_start\": 1,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebm4t1etag6f8v0qcp2tz87\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234576\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 75,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T14:38:51.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebm4t1etag6f8v0qcp2tz87\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Demande d'indemnisation après un accident de voiture\",\r\n                \"tags\": [\r\n                    \"indemnisation\",\r\n                    \"contrat\",\r\n                    \"accident_de_voiture\",\r\n                    \"vehicule_de_remplacement\",\r\n                    \"constat_amiable\"\r\n                ],\r\n                \"satisfaction_score_start\": 3,\r\n                \"satisfaction_score_end\": 5\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebj3sejn1ppvh8g7wd0gd3b\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoB - 1\",\r\n            \"duration\": 106658,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [\r\n                \"sequencing\",\r\n                \"summarization\",\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T14:03:21.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebj3sejn1ppvh8g7wd0gd3b\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Problème de téléphone impossible de passer d'appel\",\r\n                \"tags\": [\r\n                    \"impossible_de_passer\",\r\n                    \"réseau\",\r\n                    \"problème_de_téléphone\",\r\n                    \"carte_sim\",\r\n                    \"équipe_technique\"\r\n                ],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jebh8qx3688pgpvzw05caaeb\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n            \"brand_name\": \"Leclair\",\r\n            \"provider_id\": \"1234575\",\r\n            \"duration\": 333461,\r\n            \"score_avg\": 62.5,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"de\",\r\n            \"ai_analyses_tasks\": [\r\n                \"actions-extraction\",\r\n                \"call-reason-extraction\",\r\n                \"nps-estimation\",\r\n                \"sequencing\",\r\n                \"summarization\"\r\n            ],\r\n            \"interaction_date\": \"2024-12-05T13:48:35.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n                    \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 100\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jebh8qx3688pgpvzw05caaeb\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": \"Unfall mit Auto - Entschädigung und Wagen zur Verfügung\",\r\n                \"tags\": [\r\n                    \"entschaedigung\",\r\n                    \"versicherer\",\r\n                    \"formular\",\r\n                    \"auto\",\r\n                    \"wagen\",\r\n                    \"unfall\"\r\n                ],\r\n                \"satisfaction_score_start\": 1,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jda5y74seqfa6v38fp46cg90\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoA - 1\",\r\n            \"duration\": 168542,\r\n            \"score_avg\": 50,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-22T14:55:39.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [\r\n                {\r\n                    \"id\": \"9cf98d00-ccd9-41c0-abaf-10c39deab93a\",\r\n                    \"name\": {\r\n                        \"en\": \"Test\",\r\n                        \"fr\": \"Test tag 2\"\r\n                    }\r\n                }\r\n            ],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jda5y74seqfa6v38fp46cg90\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jda5fdae1yn48wpxsdn6bpk6\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoA - 1\",\r\n            \"duration\": 168542,\r\n            \"score_avg\": 30,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-22T14:47:34.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [\r\n                {\r\n                    \"id\": \"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\",\r\n                    \"name\": {\r\n                        \"fr\": \"testa\"\r\n                    }\r\n                },\r\n                {\r\n                    \"id\": \"9cf98d00-ccd9-41c0-abaf-10c39deab93a\",\r\n                    \"name\": {\r\n                        \"en\": \"Test\",\r\n                        \"fr\": \"Test tag 2\"\r\n                    }\r\n                }\r\n            ],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jda5fdae1yn48wpxsdn6bpk6\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": 1,\r\n                \"satisfaction_score_end\": 5\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nmk2e6nt176fzjzkwvj1s\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoE - 1.mp3\",\r\n            \"duration\": 77322,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:18.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmk2e6nt176fzjzkwvj1s\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 5\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nmeqx4gcy2cs6d27xqn1n\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoD - 1.mp3\",\r\n            \"duration\": 136986,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:13.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmeqx4gcy2cs6d27xqn1n\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": 1,\r\n                \"satisfaction_score_end\": 2\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nmbh3d9zmm574ktdqk5an\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoC - 1.mp3\",\r\n            \"duration\": 147121,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:10.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nmbh3d9zmm574ktdqk5an\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": 2,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nm81nefb5hey515y1x661\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoB - 1.mp3\",\r\n            \"duration\": 106658,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:06.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm81nefb5hey515y1x661\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": 1,\r\n                \"satisfaction_score_end\": 5\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nm4ysv93bgfw8d9wb503v\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoA - 1.mp3\",\r\n            \"duration\": 168542,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:32:03.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm4ysv93bgfw8d9wb503v\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": 1,\r\n                \"satisfaction_score_end\": 4\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nm173sgdytp8ztxssd0ma\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoE - 1.mp3\",\r\n            \"duration\": 77322,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:59.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nm173sgdytp8ztxssd0ma\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": null,\r\n                \"satisfaction_score_end\": null\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nky59qeem3jczp3973nx2\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoD - 1.mp3\",\r\n            \"duration\": 136986,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:56.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nky59qeem3jczp3973nx2\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": null,\r\n                \"satisfaction_score_end\": null\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nktnre77wyasexcncbhcb\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoC - 1.mp3\",\r\n            \"duration\": 147121,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:53.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nktnre77wyasexcncbhcb\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": null,\r\n                \"satisfaction_score_end\": null\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nkq6164r5bn58x9gkbzz7\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoB - 1.mp3\",\r\n            \"duration\": 106658,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:49.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nkq6164r5bn58x9gkbzz7\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": null,\r\n                \"satisfaction_score_end\": null\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"01jd7nkma9m123zn9y56e6jzh8\",\r\n            \"agent_id\": \"notre-agent-id\",\r\n            \"agent_name\": \"Armand Donte\",\r\n            \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n            \"channel_name\": \"Diabolocom\",\r\n            \"brand_id\": \"01hvpcaa0kjmtgph3njvksjxrq\",\r\n            \"brand_name\": \"Danane\",\r\n            \"provider_id\": \"TestCallStereoA - 1.mp3\",\r\n            \"duration\": 168542,\r\n            \"score_avg\": null,\r\n            \"audio_language\": \"fr\",\r\n            \"ai_analyses_language\": \"fr\",\r\n            \"ai_analyses_tasks\": [],\r\n            \"interaction_date\": \"2024-11-21T15:31:46.000000Z\",\r\n            \"eval_forms\": [\r\n                {\r\n                    \"id\": \"01jd6zawwwdeansvqcva9zmbeq\",\r\n                    \"title\": \"QM Test - N/A + Standard Criteria + Menace\",\r\n                    \"score_initial\": 0,\r\n                    \"score_max\": 200\r\n                }\r\n            ],\r\n            \"tags\": [],\r\n            \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jd7nkma9m123zn9y56e6jzh8\",\r\n            \"ai_analyses_results\": {\r\n                \"title\": null,\r\n                \"tags\": [],\r\n                \"satisfaction_score_start\": null,\r\n                \"satisfaction_score_end\": null\r\n            }\r\n        }\r\n    ],\r\n    \"next\": \"http://sandbox.qm.diabolocom.ai/api/interactions?page=2\",\r\n    \"previous\": null\r\n}"}],"_postman_id":"caa4e3a9-442f-4295-9391-eed931e56776"},{"name":"Get detailed QM interaction by ID with AI analyses results","id":"c9c7260a-27e7-4065-8974-ba277993ee89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{interactions_api_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://{{platform}}.diabolocom.ai/api/interactions/{{id}}?include=ai_analyses_results","description":"<p>Parameters needed for API use :</p>\n<ul>\n<li><p><strong><code>platform</code></strong> used in API request URL<br />  <strong>Production</strong> : <code>quality-monitoring</code></p>\n</li>\n<li><p><strong><code>interactions_api_token</code></strong> used in API request Authorization header (Auth Type : Bearer Token).<br />  It can be created in QM account page using the following URL :<br />  <strong>Production</strong> : <a href=\"https://quality-monitoring.diabolocom.ai/resources/customers/%7B%7Bcustomer_id%7D%7D\">https://quality-monitoring.diabolocom.ai/resources/customers/{{customer_id}}</a></p>\n</li>\n</ul>\n<h2 id=\"filters\">Filters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Presence</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>include</code></td>\n<td>Must be one of : <code>ai_analyses_results</code></td>\n<td>OPTIONAL</td>\n<td>If used, Opt in for ai analyses results =&gt; object will be generated in result</td>\n<td><code>api/interactions?include=ai_analyses_results</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-body\">Response body</h2>\n<p>Content-Type: <code>application/json</code></p>\n<p><strong>Root Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM interaction</td>\n<td>\"01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>agent_id</code></td>\n<td>String (with spaces)</td>\n<td>User related attribute Agent ID</td>\n<td>\"notre-agent-id\"</td>\n</tr>\n<tr>\n<td><code>agent_name</code></td>\n<td>String (with spaces)</td>\n<td>User of role agent Complete Name : FirstName+\" \"+LastName</td>\n<td>\"Armand Donte\"</td>\n</tr>\n<tr>\n<td><code>channel_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM channel</td>\n<td>\"01hvpcb56bnw7wx9py3w6eavq0\"</td>\n</tr>\n<tr>\n<td><code>channel_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM channel</td>\n<td>\"Diabolocom\"</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM brand</td>\n<td>\"01hvpcaa0kjmtgph3njvksjxrq\"</td>\n</tr>\n<tr>\n<td><code>brand_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM brand</td>\n<td>\"Danane\"</td>\n</tr>\n<tr>\n<td><code>provider_id</code></td>\n<td>String (with spaces)</td>\n<td>External ID of QM interaction  <br /><em>In case of Diabolocom call : Call ID</em></td>\n<td>\"TestCallStereoE - 1\"</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>Integer, nullable</td>\n<td>QM interaction audio duration in milliseconds</td>\n<td>77322</td>\n</tr>\n<tr>\n<td><code>interaction_date</code></td>\n<td>String (Datetime ISO 8601)  <br />\"YYYY-MM-DDThh:mm:ss.000000Z\" (Zulu Time : UTC)</td>\n<td>QM interaction date:  <br />will take value of \"interaction_date\" sent in QM webhook, otherwise datetime of creation of QM interaction, in UTC</td>\n<td>\"2024-10-17T09:49:08.000000Z\"</td>\n</tr>\n<tr>\n<td><code>score_avg</code></td>\n<td>Float, nullable</td>\n<td>QM interaction average score (out of 100)</td>\n<td>32.5</td>\n</tr>\n<tr>\n<td><strong><code>evaluations</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluations performed for QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>eval_forms_scoring</code></strong></td>\n<td><strong>Object</strong></td>\n<td><strong>key:value pairs (multiple if multiple grids applied), with :</strong>  <br /><strong>- key : QM evaluation grid ID  <br />- value : QM evaluation grid scoring Object</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>eval_forms</code></strong></td>\n<td><strong>Array of Objects</strong></td>\n<td><strong>List of QM evaluation grids associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><strong><code>tags</code></strong></td>\n<td><strong>Array of Objects</strong>  <br />if empty : []</td>\n<td><strong>List of QM tags associated with QM interaction</strong></td>\n<td></td>\n</tr>\n<tr>\n<td><code>interaction_url</code></td>\n<td>String (url)</td>\n<td>URL of QM interaction page</td>\n<td>\"https://{{platform}}.diabolocom.ai/resources/interactions/01jacy335je0v129rgdyppa55c\"</td>\n</tr>\n<tr>\n<td><code>audio_language</code></td>\n<td>String, Enum['fr','en', ...] (available input languages)</td>\n<td>Language of input audio for QM interaction  <br />  <br />List of available transcription input languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_transcription_input_locales_in_display_language_locales_transcription_input__display_language__get\">Available transcription input languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_language</code></td>\n<td>String, Enum['fr','en,' ...] (available insight languages)</td>\n<td>Language of AI analyses generated results (performed on QM interaction audio)  <br />  <br />List of available AI analyses output languages : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20locales/list_available_insights_output_locales_in_display_language_locales_insights_output__display_language__get\">Available AI analyses output languages</a></td>\n<td>\"fr\"</td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks</code></td>\n<td>Array of String (available insights)  <br />if empty : []</td>\n<td>List of AI analyses to perform on QM interaction audio.  <br />List of available AI analyses based on audio transcription : <a href=\"https://public.endpoints.documentation.diabolocom.ai/docs#/available%20models/list_available_voice_models_in_display_language_voice_comprehension_models__display_language__get\">Available models</a></td>\n<td>[\"actions-extraction\", \"call-reason-extraction\", \"sequencing\"]</td>\n</tr>\n<tr>\n<td><strong><code>ai_analyses_results</code></strong></td>\n<td><strong>Object (nullable)</strong></td>\n<td><strong>Results of AI analyses performed on QM interaction audio</strong></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>evaluations[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation</td>\n<td>\"01jacy337jxhafx1fk0932q1g9\"</td>\n</tr>\n<tr>\n<td><code>eval_form_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>criterion_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM criterion</td>\n<td>\"01hvpdc8nr093anywtsddtn0r2\"</td>\n</tr>\n<tr>\n<td><code>criterion_name</code></td>\n<td>String (with spaces)</td>\n<td>Name of QM criterion</td>\n<td>\"Auto-Lexical Criteria - Opening\"</td>\n</tr>\n<tr>\n<td><code>is_not_applicable</code></td>\n<td>Boolean</td>\n<td>Specifies if the criteria is non applicable</td>\n<td>false</td>\n</tr>\n<tr>\n<td><code>score_auto</code></td>\n<td>Integer / Float (nullable)</td>\n<td>Score automatically assigned by the AI</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_manual</code></td>\n<td>Integer / Float (nullable)</td>\n<td>Score manually assigned by the AI</td>\n<td>null</td>\n</tr>\n<tr>\n<td><code>score_min</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of the criteria</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of the criteria</td>\n<td>10</td>\n</tr>\n<tr>\n<td><code>score_completion</code></td>\n<td>Integer / Float</td>\n<td>Rescaled score</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>String</td>\n<td>Status of the evaluation</td>\n<td>\"success\"</td>\n</tr>\n<tr>\n<td><code>score_id</code></td>\n<td>Sring (without spaces)</td>\n<td>ID of the score</td>\n<td>\"01hvpdc8nr093anywtsddtn123\"</td>\n</tr>\n<tr>\n<td><code>score_label</code></td>\n<td>String (with spaces)</td>\n<td>Based on the type of criterion, displays either the criterion title (for IA and manual criteria) or a predefined label (Acoustic/Lexical criteria)</td>\n<td>\"No\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms_scoring['eval_form_id'] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>eval_form_id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>score</code></td>\n<td>Integer / Float</td>\n<td>Total score of the form</td>\n<td>100</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum_min</code></td>\n<td>Integer / Float</td>\n<td>Sum of the minimum of all criteria (used for rescaling)</td>\n<td>-30</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum_max</code></td>\n<td>Integer / Float</td>\n<td>Sum of the maximum of all criteria (used for rescaling)</td>\n<td>80</td>\n</tr>\n<tr>\n<td><code>nb_evaluated_criteria</code></td>\n<td>Integer</td>\n<td>Number of evaluated criteria</td>\n<td>7</td>\n</tr>\n<tr>\n<td><code>criteria_scores_sum</code></td>\n<td>Integer / Float</td>\n<td>Sum of the scores of all criteria</td>\n<td>4</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>eval_forms[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM evaluation grid</td>\n<td>\"01j8pq9v5qq940w2agb053zapf\"</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces)</td>\n<td>Title of QM evaluation grid</td>\n<td>\"QM Test - N/A + Standard Criteria\"</td>\n</tr>\n<tr>\n<td><code>score_initial</code></td>\n<td>Integer / Float</td>\n<td>Minimum score of QM evaluation grid</td>\n<td>0</td>\n</tr>\n<tr>\n<td><code>score_max</code></td>\n<td>Integer / Float</td>\n<td>Maximum score of QM evaluation grid</td>\n<td>200</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>tags[i] Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>String (without spaces)</td>\n<td>ID of QM tag</td>\n<td>\"9ce01b86-ddfb-41fa-b9eb-dabea9ca4916\"</td>\n</tr>\n<tr>\n<td><code>name</code></td>\n<td>Object</td>\n<td>Name of QM tag, in different languages (depending on each tag) :  <br /><code>{ 'fr': 'aaa', 'en': 'bbb', 'de': 'ccc'}</code></td>\n<td>\"name\": { \"en\": \"Test\", \"fr\": \"Test tag 2\" }</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ai_analyses_results Object</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example(s)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>title</code></td>\n<td>String (with spaces), nullable</td>\n<td>Title generated by summarization task.  <br />if not generated : null</td>\n<td>\"Assistance sur un problème de connexion Internet via la box\"</td>\n</tr>\n<tr>\n<td><code>tags</code></td>\n<td>Array of String (tags names)  <br />if empty : []</td>\n<td>List of tags generated by summarization task.  <br />if not generated : []</td>\n<td>[\"fibre\", \"assistance_technique\", \"box\", \"connexion_internet\"]</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_start</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call start, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>1</td>\n</tr>\n<tr>\n<td><code>satisfaction_score_end</code></td>\n<td>Integer, nullable (in [1,5])</td>\n<td>Satisfaction score at call end, generated by nps-estimation task (between 1 and 5).  <br />if not generated : null</td>\n<td>4</td>\n</tr>\n<tr>\n<td><code>transcript</code></td>\n<td>Object</td>\n<td>Audio transcript with 2 keys:  <br />- <code>text</code>: Raw textual transcript  <br />- <code>diarized_text</code>: Transcription including Agent/Client \"chat\" lines</td>\n<td><code>{ \"text\": \"Bonjour, vous êtes bien en ligne avec le service client de Diabolo Telecom. Comment on peut vous aider aujourd'hui ? Bonjour, j'ai un problème avec ma ...\", \"diarized_text\": \"Agent: Bonjour, vous êtes bien en ligne avec le service client de Diabolo Telecom. Comment on peut vous aider aujourd'hui ?\\n\\nClient: Bonjour, j'ai un problème avec ma ...\" }</code></td>\n</tr>\n<tr>\n<td><code>ai_analyses_tasks_results</code></td>\n<td>Object</td>\n<td>List of all generated AI analyses tasks results (as objects)</td>\n<td><code>{\"call-reason\": {\"text\": null, \"object\": {\"why\": \"The client is calling because he was involved in a car accident and wants to know if he will be compensated, and needs assistance with the claim process and logistics.\", \"needs\": \"The client needs help with submitting the friendly declaration, getting a replacement vehicle, and having his car towed and repaired.\", \"request\": \"The client requests assistance with the claim process and logistics after a car accident.\"}}}</code></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","interactions","{{id}}"],"host":["{{platform}}","diabolocom","ai"],"query":[{"key":"include","value":"ai_analyses_results"}],"variable":[]}},"response":[{"id":"face33b1-b645-497a-991c-531c24740e8a","name":"Get detailed QM interaction by ID with AI analyses results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://{{platform}}.diabolocom.ai/api/interactions/01jedsnxt9138b401gsrh46d0d?include=ai_analyses_results","protocol":"https","host":["{{platform}}","diabolocom","ai"],"path":["api","interactions","01jedsnxt9138b401gsrh46d0d"],"query":[{"key":"include","value":"ai_analyses_results"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"01jedsnxt9138b401gsrh46d0d\",\r\n    \"agent_id\": \"notre-agent-id\",\r\n    \"agent_name\": \"Armand Donte\",\r\n    \"channel_id\": \"01hvpcb56bnw7wx9py3w6eavq0\",\r\n    \"channel_name\": \"Diabolocom\",\r\n    \"brand_id\": \"01hvpc92dmxtmbaqg8d1w7msxv\",\r\n    \"brand_name\": \"Leclair\",\r\n    \"provider_id\": \"1234585\",\r\n    \"duration\": 333461,\r\n    \"interaction_date\": \"2024-12-06T10:05:22.000000Z\",\r\n    \"score_avg\": 75,\r\n    \"evaluations\": [\r\n        {\r\n            \"id\": \"01jedsnxxh4n7qtwhtjft9m6t8\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpdc8nr093anywtsddtn0r2\",\r\n            \"criterion_name\": \"Auto-Lexical Criteria - Opening\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"success\",\r\n            \"score_label\": \"Succès\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny0saayjqcz1x5mezjcb\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpd5mjt8haec7gc96rmrf1s\",\r\n            \"criterion_name\": \"Auto-AI Criteria - Accueil client\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"01hvpd5mjg0b872j486dk5c4vr\",\r\n            \"score_label\": \"L'agent mentionne son prénom, la marque, qu'il est à l'écoute et il demande au client comment il peut etre utile.\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny1wr17sh7mqmxx5dnhz\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpd2n6dqvq72sccgn3x240r\",\r\n            \"criterion_name\": \"Auto-Acoustic-Speed Criteria\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": -10,\r\n            \"score_manual\": null,\r\n            \"score_min\": -10,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 0,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"score_slow\",\r\n            \"score_label\": \"Lent\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny2ma9456jrdrc4e2jzf\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpd3mdvpzqw5j32rtc6vtm7\",\r\n            \"criterion_name\": \"Auto-Acoustic-Overlap Criteria\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 20,\r\n            \"score_manual\": null,\r\n            \"score_min\": -20,\r\n            \"score_max\": 20,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"overlap_minimal\",\r\n            \"score_label\": \"Overlap minimal\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny3rqqgpwxv31h9rfz05\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpd801qj9maqac7vkqfewhk\",\r\n            \"criterion_name\": \"Auto-AI Criteria - Réponse apportée au client\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"01hvpd801erkxxbqfrp9xz3ehr\",\r\n            \"score_label\": \"Le client a reçu une réponse à sa question ou à son problème à la fin de l'appel\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny4hjsyz9phx6gp3h76m\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpdd64eaqh88thgnpsfdpd1\",\r\n            \"criterion_name\": \"Auto-Lexical Criteria - Closing\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"success\",\r\n            \"score_label\": \"Succès\"\r\n        },\r\n        {\r\n            \"id\": \"01jedsny5jzagw8dpk163pepgs\",\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"criterion_id\": \"01hvpdam22mvy8eppam3z8j780\",\r\n            \"criterion_name\": \"Auto-AI Criteria - Prise de congé\",\r\n            \"is_not_applicable\": false,\r\n            \"score_auto\": 10,\r\n            \"score_manual\": null,\r\n            \"score_min\": 0,\r\n            \"score_max\": 10,\r\n            \"score_completion\": 1,\r\n            \"status\": \"success\",\r\n            \"score_id\": \"01hvpdam1sd7cf7wjj6j3mbspr\",\r\n            \"score_label\": \"L'agent a remercié le client et a souhaité bonne journée au client\"\r\n        }\r\n    ],\r\n    \"eval_forms_scoring\": {\r\n        \"01hvpderpdc7fhwj6spgpb5776\": {\r\n            \"eval_form_id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"score\": 75,\r\n            \"criteria_scores_sum_min\": -30,\r\n            \"criteria_scores_sum_max\": 80,\r\n            \"nb_evaluated_criteria\": 7,\r\n            \"criteria_scores_sum\": 60\r\n        }\r\n    },\r\n    \"eval_forms\": [\r\n        {\r\n            \"id\": \"01hvpderpdc7fhwj6spgpb5776\",\r\n            \"title\": \"Leclerc - Diabolocom - Evaluation Form (auto)\",\r\n            \"score_initial\": 0,\r\n            \"score_max\": 100\r\n        }\r\n    ],\r\n    \"tags\": [],\r\n    \"interaction_url\": \"https://sandbox.qm.diabolocom.ai/resources/interactions/01jedsnxt9138b401gsrh46d0d\",\r\n    \"audio_language\": \"fr\",\r\n    \"ai_analyses_language\": \"fr\",\r\n    \"ai_analyses_tasks\": [\r\n        \"actions-extraction\",\r\n        \"call-reason-extraction\",\r\n        \"nps-estimation\",\r\n        \"sequencing\",\r\n        \"summarization\"\r\n    ],\r\n    \"ai_analyses_results\": {\r\n        \"title\": \"Accident de voiture et demande d'indemnisation\",\r\n        \"transcript\": {\r\n            \"text\": \"Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi. Comment puis-je vous aider aujourd'hui ? Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé. Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ? Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R. Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier. Cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Péret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ? Oui, tout au long de mon vie, je suis allé à Levalois pour aller travailler. Tout au long de mon vie, je sortais de chez moi pour aller travailler à Levalois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée. D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ? Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager. D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ? Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé. Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ? Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? « Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure. D'accord. Je vais le scanner et l'envoyer cet après-midi. » Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ? « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. » Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ? « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer. D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ? » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. » Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ? « Oui, elle est immobilisée au 20 rue de la Paix, 75-002 Paris. » Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ? Oui, c'est exact. Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix. Un garage agréé proche de chez moi serait parfait. Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ? Non, ça ira pour le moment. Merci beaucoup. Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite. Merci. Bonne journée à vous aussi. Merci, au revoir.\",\r\n            \"diarized_text\": \"Agent: Bonjour, vous êtes bien en contact avec le service client de Poulpe Assurance. Je m'appelle Rémi. Comment puis-je vous aider aujourd'hui ?\\n\\nClient: Bonjour, je vous appelle parce que je viens d'avoir un accident de voiture et je voulais savoir si je vais être indemnisé.\\n\\nAgent: Je suis désolé d'apprendre cela, monsieur. Avant de répondre plus précisément, je vais devoir vérifier certaines informations avec vous. Pouvez-vous me confirmer votre nom complet et votre numéro de concrat, s'il vous plaît ?\\n\\nClient: Oui, bien sûr. Je m'appelle Michel Bernard et mon numéro de contrat est le 14 15 92 6 R.\\n\\nAgent: Merci beaucoup, monsieur Bernard. Je vais consulter votre dossier. Cela prendra quelques instants. Merci d'avoir patienté. Je vois bien votre contrat ici, assuré tout risque, domicilié au 80 rue Anatole France, 92 300 Levallois-Péret. Maintenant, pour mieux comprendre la situation, pourriez-vous me décrire les circonstances de l'accident ?\\n\\nClient: Oui, tout au long de mon vie, je suis allé à Levalois pour aller travailler. Tout au long de mon vie, je sortais de chez moi pour aller travailler à Levalois 1 voiture a grillé un feu rouge. Elle m'a percuté sur le côté droit. Ma voiture est sérieusement endommagée.\\n\\nAgent: D'accord, monsieur. Êtes-vous blessé ou avez-vous besoin d'une assistance médicale ?\\n\\nClient: Non, fort heureusement, je n'ai rien, vu que la voiture est venue taper sur le côté passager.\\n\\nAgent: D'accord, je suis heureux d'apprendre que vous n'avez pas été blessé. Merci pour ces détails. Avez-vous rempli un constat amiable avec l'autre conducteur sur place ? A-t-il été blessé ?\\n\\nClient: Oui, nous avons rempli un constat amiable. L'autre conducteur a reconnu sa faute et n'est pas blessé. J'ai pris une copie du constat signé.\\n\\nAgent: Parfait, cela facilitera le traitement de votre dossier. Avez-vous déjà envoyé ce constat à notre service ou souhaitez-vous que je vous guide pour le faire ?\\n\\nClient: Je ne l'ai pas encore envoyé. Pouvez-vous m'expliquer la procédure ? «\\n\\nAgent: Bien sûr, M. Bernard, vous pouvez nous transmettre le constat par l'une des méthodes suivantes. En le scannant et en l'envoyant via votre espace client en ligne, ou alors en le déposant directement dans l'une de nos agences physiques, ou alors en l'envoyant par courrier à l'adresse indiquée sur votre contrat. Une fois reçu, notre équipe d'experts analysera le document. Je vous conseille de le transmettre dès que possible pour accélérer la procédure.\\n\\nClient: D'accord. Je vais le scanner et l'envoyer cet après-midi. »\\n\\nAgent: Excellent ! Pour répondre à votre question initiale sur l'indemnisation, selon ce que vous m'avez décrit, si la responsabilité de l'autre conducteur est confirmée par le constat et par l'enquête, les réparations de votre véhicule devraient être prises en charge. Votre contrat inclut également un véhicule de remplacement. Souhaitez-vous en bénéficier ?\\n\\nClient: « Oui, ça me serait très utile. Ma voiture est immobilisée en ce moment. J'ai réussi à la garer sur le bas-côté. »\\n\\nAgent: Très bien, je vais ajouter cette demande à votre dossier. Une fois votre constat reçu, nous pourrons finaliser les étapes pour la mise à disposition d'un véhicule. Vous serez contacté sous 48 heures avec plus de détails. Maintenant, concernant votre voiture, est-elle actuellement immobilisée sur le lieu de l'accident ou dans un autre endroit ?\\n\\nClient: « Elle est toujours sur le lieu de l'accident. Je n'ai pas pu la déplacer.\\n\\nAgent: D'accord, très bien. Je vois dans votre contrat que vous bénéficiez d'un service d'assistance avec remorquage inclus. Souhaitez-vous que j'organise cela pour vous ?\\n\\nClient: » « Oui, je voudrais bien. Je ne sais pas comment m'y prendre. »\\n\\nAgent: Pas de souci, nous allons nous en occuper ensemble. Je vais d'abord contacter notre service d'assistance routière pour qu'un dépanneur vienne récupérer votre voiture. Est-ce que vous pourriez confirmer l'adresse où se trouve la voiture, s'il vous plaît ?\\n\\nClient: « Oui, elle est immobilisée au 20 rue de la Paix, 75-002 Paris. »\\n\\nAgent: Merci beaucoup, monsieur. Un dépanneur sera envoyé dans un délai maximum de 2 heures. Vous recevrez un SMS avec ses coordonnées et l'heure exacte d'arrivée. Votre numéro est-il toujours le 0601-02-03-04-05 ?\\n\\nClient: Oui, c'est exact.\\n\\nAgent: Bien bien, M. Bernard. Avez-vous une préférence pour la destination ? Nous pouvons l'envoyer ou vers un garage agréé ou à une autre adresse de votre choix.\\n\\nClient: Un garage agréé proche de chez moi serait parfait.\\n\\nAgent: Très bien, je vais indiquer cela. Une fois votre véhicule récupéré, le garage agréé effectuera une évaluation des dégâts. Et alors, à ce moment-là, nous pourrons avancer sur le processus de réparation et d'anonymisation. Y a-t-il autre chose que je puisse faire pour vous à ce sujet ?\\n\\nClient: Non, ça ira pour le moment. Merci beaucoup.\\n\\nAgent: Avec plaisir, M. Bernard. Je vais clôturer cet appel. Si vous avez d'autres questions, n'hésitez pas à nous recontacter. Bonne journée et bon courage pour la suite.\\n\\nClient: Merci. Bonne journée à vous aussi.\\n\\nAgent: Merci, au revoir.\"\r\n        },\r\n        \"ai_analyses_tasks_results\": {\r\n            \"summary\": {\r\n                \"text\": \"Le client a contacté le service client suite à un accident de voiture. L'agent a répondu à l'appel et a demandé au client de confirmer son nom complet et son numéro de contrat. Le client a fourni les informations nécessaires et a décrit les circonstances de l'accident. L'agent a demandé au client s'il était blessé ou s'il avait besoin d'une assistance médicale. Le client a répondu qu'il n'avait rien, mais que la voiture était sérieusement endommagée. L'agent a demandé au client s'il avait rempli un constat amiable avec l'autre conducteur sur place. Le client a répondu que oui, et que l'autre conducteur avait reconnu sa faute et n'était pas blessé. L'agent a expliqué au client les étapes à suivre pour envoyer le constat amiable et a conseillé au client de le transmettre dès que possible pour accélérer la procédure.\",\r\n                \"object\": null\r\n            },\r\n            \"client-nps\": {\r\n                \"text\": null,\r\n                \"object\": {\r\n                    \"end_score\": 5,\r\n                    \"reasoning\": \"Lorsque l'appel commence, le client est déjà très préoccupé par l'accident de voiture et par son véhicule endommagé. Il exprime une certaine anxiété à propos de l'indemnisation et des réparations.\\\\n-Au fil de l'appel, l'agent gère la conversation de manière très professionnelle, ce qui contribue à apaiser les inquiétudes du client.\\\\n-Le client est particulièrement reconnaissant envers l'agent pour la clarté des explications concernant les étapes suivantes et les modalités d'indemnisation.\\\\n-L'assistance pour le remorquage de son véhicule et la possibilité d'un véhicule de remplacement sont également appréciées par le client.\\\\n-Vers la fin de l'appel, le client semble plus calme et satisfait des explications et des arrangements proposés par l'agent.\\\\n-Le client exprime sa gratitude envers l'agent à plusieurs reprises, ce qui suggère une évolution positive de son sentiment au cours de l'appel.\\\\n-Il est important de noter que le client n'a pas exprimé de frustration ni de mécontentement manifeste envers l'agent ou le processus, ce qui indique un niveau de satisfaction élevé.\",\r\n                    \"end_feeling\": \"Le client semble satisfait des explications et des arrangements proposés par l'agent. Il exprime sa gratitude à plusieurs reprises.\",\r\n                    \"start_score\": 2,\r\n                    \"start_feeling\": \"Le client est anxieux et préoccupé par l'accident et son véhicule endommagé. Il exprime une certaine urgence pour connaître les étapes suivantes.\"\r\n                }\r\n            },\r\n            \"step-by-step-summary\": {\r\n                \"text\": \"Le client, Monsieur Michel Bernard, a contacté le service client suite à un accident de voiture. L'agent, Rémi, a répondu à l'appel et a demandé au client de confirmer son nom complet et son numéro de contrat. Le client a fourni les informations nécessaires et a décrit les circonstances de l'accident.\\\\n-L'agent a demandé au client s'il était blessé ou s'il avait besoin d'une assistance médicale. Le client a répondu qu'il n'avait rien, mais que la voiture était sérieusement endommagée. L'agent a demandé au client s'il avait rempli un constat amiable avec l'autre conducteur sur place. Le client a répondu que oui, et que l'autre conducteur avait reconnu sa faute et n'était pas blessé.\\\\n-L'agent a expliqué au client les étapes à suivre pour envoyer le constat amiable et a conseillé au client de le transmettre dès que possible pour accélérer la procédure. Le client a demandé comment il pouvait envoyer le constat et l'agent a expliqué les méthodes possibles.\",\r\n                \"object\": [\r\n                    \"Le client, Monsieur Michel Bernard, a contacté le service client suite à un accident de voiture. L'agent, Rémi, a répondu à l'appel et a demandé au client de confirmer son nom complet et son numéro de contrat. Le client a fourni les informations nécessaires et a décrit les circonstances de l'accident.\",\r\n                    \"L'agent a demandé au client s'il était blessé ou s'il avait besoin d'une assistance médicale. Le client a répondu qu'il n'avait rien, mais que la voiture était sérieusement endommagée. L'agent a demandé au client s'il avait rempli un constat amiable avec l'autre conducteur sur place. Le client a répondu que oui, et que l'autre conducteur avait reconnu sa faute et n'était pas blessé.\",\r\n                    \"L'agent a expliqué au client les étapes à suivre pour envoyer le constat amiable et a conseillé au client de le transmettre dès que possible pour accélérer la procédure. Le client a demandé comment il pouvait envoyer le constat et l'agent a expliqué les méthodes possibles.\"\r\n                ]\r\n            },\r\n            \"call-sequence\": {\r\n                \"text\": null,\r\n                \"object\": [\r\n                    {\r\n                        \"title\": \"Introduction et présentation\",\r\n                        \"client_nps\": 3,\r\n                        \"complete_summary\": \"L'agent répond au téléphone et se présente. La cliente explique qu'elle a eu un accident de la route et demande de l'aide.\",\r\n                        \"essential_elements\": [\r\n                            \"Nom de la cliente\",\r\n                            \"Numéro de contrat\"\r\n                        ],\r\n                        \"comment_on_agent_handling\": \"L'agent écoute attentivement la cliente et commence à expliquer les étapes à suivre pour résoudre le problème.\",\r\n                        \"comment_on_client_satisfaction\": \"La cliente semble frustrée mais l'agent la rassure en expliquant les étapes à suivre.\"\r\n                    },\r\n                    {\r\n                        \"title\": \"Collecte d'informations\",\r\n                        \"client_nps\": 2,\r\n                        \"complete_summary\": \"L'agent demande à la cliente de fournir des informations sur son contrat et son véhicule.\",\r\n                        \"essential_elements\": [\r\n                            \"Informations sur le contrat\",\r\n                            \"Informations sur le véhicule\"\r\n                        ],\r\n                        \"comment_on_agent_handling\": \"L'agent est clair et concis dans ses demandes et la cliente semble coopérative.\",\r\n                        \"comment_on_client_satisfaction\": \"La cliente semble coopérative mais légèrement irritée par les demandes répétées.\"\r\n                    },\r\n                    {\r\n                        \"title\": \"Explications et clarification\",\r\n                        \"client_nps\": 4,\r\n                        \"complete_summary\": \"L'agent explique la procédure normale pour les accidents de la route et propose à la cliente de l'aider à rédiger le constat amiable.\",\r\n                        \"essential_elements\": [\r\n                            \"Procédure normale pour les accidents de la route\",\r\n                            \"Constat amiable\"\r\n                        ],\r\n                        \"comment_on_agent_handling\": \"L'agent est clair et concis dans ses explications et la cliente semble satisfaite.\",\r\n                        \"comment_on_client_satisfaction\": \"La cliente semble satisfaite de l'aide proposée par l'agent.\"\r\n                    },\r\n                    {\r\n                        \"title\": \"Organisation des démarches\",\r\n                        \"client_nps\": 5,\r\n                        \"complete_summary\": \"L'agent organise les démarches nécessaires pour que la cliente puisse bénéficier d'un véhicule de remplacement.\",\r\n                        \"essential_elements\": [\r\n                            \"Véhicule de remplacement\",\r\n                            \"Garage agréé\"\r\n                        ],\r\n                        \"comment_on_agent_handling\": \"L'agent est efficace et rapide dans l'organisation des démarches.\",\r\n                        \"comment_on_client_satisfaction\": \"La cliente semble satisfaite de l'aide proposée par l'agent.\"\r\n                    },\r\n                    {\r\n                        \"title\": \"Clôture de l'appel\",\r\n                        \"client_nps\": 4,\r\n                        \"complete_summary\": \"L'agent clôt l'appel et remercie la cliente.\",\r\n                        \"essential_elements\": [\r\n                            \"Clôture de l'appel\"\r\n                        ],\r\n                        \"comment_on_agent_handling\": \"L'agent est poli et professionnel dans la clôture de l'appel.\",\r\n                        \"comment_on_client_satisfaction\": \"La cliente semble satisfaite de la conversation avec l'agent.\"\r\n                    }\r\n                ]\r\n            },\r\n            \"actions\": {\r\n                \"text\": null,\r\n                \"object\": [\r\n                    {\r\n                        \"who\": [\r\n                            \"client\",\r\n                            \"agent\"\r\n                        ],\r\n                        \"why\": \"Pour obtenir des informations sur la procédure à suivre\",\r\n                        \"steps\": [\r\n                            \"Le client décrit les circonstances de l'accident\",\r\n                            \"L'agent écoute attentivement la description\"\r\n                        ],\r\n                        \"title\": \"Description de l'accident\",\r\n                        \"completed\": true\r\n                    },\r\n                    {\r\n                        \"who\": [\r\n                            \"agent\"\r\n                        ],\r\n                        \"why\": \"Pour s'assurer de la bonne identité du client\",\r\n                        \"steps\": [\r\n                            \"L'agent demande les informations de connexion du client\",\r\n                            \"Le client fournit les informations\"\r\n                        ],\r\n                        \"title\": \"Vérification des informations du client\",\r\n                        \"completed\": true\r\n                    },\r\n                    {\r\n                        \"who\": [\r\n                            \"agent\"\r\n                        ],\r\n                        \"why\": \"Pour informer le client sur la procédure à suivre\",\r\n                        \"steps\": [\r\n                            \"L'agent explique la procédure de remboursement\",\r\n                            \"Le client écoute attentivement\"\r\n                        ],\r\n                        \"title\": \"Fourniture de renseignements sur la procédure de remboursement\",\r\n                        \"completed\": true\r\n                    },\r\n                    {\r\n                        \"who\": [\r\n                            \"client\"\r\n                        ],\r\n                        \"why\": \"Pour fournir la preuve de l'accident\",\r\n                        \"steps\": [\r\n                            \"Le client scanne le constat amiable\",\r\n                            \"Le client envoie le constat amiable par courrier électronique\"\r\n                        ],\r\n                        \"title\": \"Envoi du constat amiable\",\r\n                        \"completed\": false\r\n                    },\r\n                    {\r\n                        \"who\": [\r\n                            \"agent\"\r\n                        ],\r\n                        \"why\": \"Pour déplacer la voiture endommagée\",\r\n                        \"steps\": [\r\n                            \"L'agent contacte le service de remorquage\",\r\n                            \"Le remorqueur vient chercher la voiture\"\r\n                        ],\r\n                        \"title\": \"Organisation du remorquage de la voiture\",\r\n                        \"completed\": false\r\n                    },\r\n                    {\r\n                        \"who\": [\r\n                            \"agent\"\r\n                        ],\r\n                        \"why\": \"Pour fournir un moyen de transport alternatif\",\r\n                        \"steps\": [\r\n                            \"L'agent organise la mise à disposition d'un véhicule de remplacement\",\r\n                            \"Le client reçoit les clés du véhicule de remplacement\"\r\n                        ],\r\n                        \"title\": \"Mise à disposition d'un véhicule de remplacement\",\r\n                        \"completed\": false\r\n                    }\r\n                ]\r\n            },\r\n            \"call-reason\": {\r\n                \"text\": null,\r\n                \"object\": {\r\n                    \"why\": \"Il a eu un accident de voiture et il souhaite être indemnisé et bénéficier d'un véhicule de remplacement.\",\r\n                    \"needs\": \"Il a besoin de transmettre le constat amiable à l'assureur et il souhaite également bénéficier d'un véhicule de remplacement.\",\r\n                    \"request\": \"L'appelant souhaite être indemnisé pour son accident de voiture et il souhaite bénéficier d'un véhicule de remplacement.\"\r\n                }\r\n            }\r\n        },\r\n        \"tags\": [\r\n            \"constat_amiable\",\r\n            \"declaration_de_sinistre\",\r\n            \"accident_de_voiture\",\r\n            \"indemnisation\"\r\n        ],\r\n        \"satisfaction_score_start\": 2,\r\n        \"satisfaction_score_end\": 5\r\n    }\r\n}"}],"_postman_id":"c9c7260a-27e7-4065-8974-ba277993ee89"}],"id":"8aea5278-1cb1-48fe-8463-aa92dd19af46","_postman_id":"8aea5278-1cb1-48fe-8463-aa92dd19af46","description":""}],"id":"c8edb57a-254c-4a26-a6fa-068bb7502e09","_postman_id":"c8edb57a-254c-4a26-a6fa-068bb7502e09","description":""}],"id":"16337a24-d86a-42ce-947f-a159e929ffac","_postman_id":"16337a24-d86a-42ce-947f-a159e929ffac","description":""}],"id":"6e8fa1d7-ab99-4e75-b660-87749271b879","_postman_id":"6e8fa1d7-ab99-4e75-b660-87749271b879","description":""},{"name":"Users (DEPRECATED)","item":[{"name":"Get all users","id":"83e4aa5e-328d-41c4-ac9c-9ab68db5eb07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","type":"text","value":"JWT {{Token}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"{{baseURL}}/users/","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Get all users present in an account.<br />The number of users present is stored in a field called <strong>count</strong>.<br />The users are stored in an array called <strong>results</strong>.</p>\n<p>A paginated list of users will be returned to you, with a maximum of <code>10</code> users per page by default.</p>\n<h2 id=\"optional-parameters\">Optional parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Query Parameters</th>\n<th>How to use</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>?page=X - Used in the request URL</td>\n<td>This parameter lets you specify the page number to return in your API call. The default for this parameter (if it isn't specified) will be page 1.</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>?page_size=X - Used in the request URL</td>\n<td>This parameter lets you specify the number of users per page to return in your API call. The default for this parameter (if it isn't specified) will be 10 users per page.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["users",""],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"4033bb9e-76ab-4208-b384-d388cceb8565","name":"Get all users (with 200 users per page)","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.","key":"Authorization","type":"text","value":"JWT {{Token}}"},{"description":"[Required] The type of data found within the request is JSON.","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://my-platform.engage.diabolocom.com/users/?page_size=200","protocol":"https","host":["my-platform","engage","diabolocom","com"],"path":["users",""],"query":[{"key":"page_size","value":"200"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 35386,\n            \"name\": \"clegrand\",\n            \"first_name\": \"Charlie\",\n            \"last_name\": \"LeGrand\",\n            \"email\": \"clegrande@my-company.com\",\n            \"phone_number\": \"33141416022\",\n            \"campaigns_unassigned\": [],\n            \"is_active\": true,\n            \"account\": \"https://my-platform.engage.diabolocom.com/accounts/3805/\",\n            \"user_locale\": \"fr\",\n            \"folder\": \"Agents\",\n            \"_links\": {\n                \"self\": \"https://my-platform.engage.diabolocom.com/users/35386/\"\n            }\n        },\n        {\n            \"id\": 35022,\n            \"name\": \"Agent\",\n            \"first_name\": \"Test\",\n            \"last_name\": \"Compte\",\n            \"email\": \"agent.test@my-company.com\",\n            \"phone_number\": \"33141416023\",\n            \"campaigns_unassigned\": [],\n            \"is_active\": true,\n            \"account\": \"https://my-platform.engage.diabolocom.com/accounts/3805/\",\n            \"user_locale\": \"fr\",\n            \"folder\": \"Supervisors\",\n            \"_links\": {\n                \"self\": \"https://my-platform.engage.diabolocom.com/users/35022/\"\n            }\n        },\n        {\n            \"id\": 34420,\n            \"name\": \"mtraore\",\n            \"first_name\": \"Melina\",\n            \"last_name\": \"Traore\",\n            \"email\": \"mtraore@my-company.com\",\n            \"phone_number\": \"33141416024\",\n            \"campaigns_unassigned\": [],\n            \"is_active\": true,\n            \"account\": \"https://my-platform.engage.diabolocom.com/accounts/3805/\",\n            \"user_locale\": \"fr\",\n            \"folder\": \"Administrators Paris\",\n            \"_links\": {\n                \"self\": \"https://my-platform.engage.diabolocom.com/users/34420/\"\n            }\n        }\n    ]\n}"}],"_postman_id":"83e4aa5e-328d-41c4-ac9c-9ab68db5eb07"},{"name":"Get user by ID","id":"29cc4e3b-2fdc-4145-9978-5bccd6d36a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","type":"text","value":"JWT {{Token}}"},{"description":"<p>[Required] The type of data found within the request is JSON.</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"{{baseURL}}/users/{{userID}}/","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n<li><strong>{{userID}}</strong> is the unique identifier of the user.</li>\n</ul>\n<hr />\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>For a given account, return information about a single user by its ID. The user unique ID is stored in a field called <strong>id</strong> and the username of the user in a field called <strong>name</strong>.</p>\n","urlObject":{"path":["users","{{userID}}",""],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"6f59888f-7c75-4b2c-a2d2-b5819c79abd3","name":"Get a user by ID","originalRequest":{"method":"GET","header":[{"description":"[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.","key":"Authorization","type":"text","value":"JWT {{Token}}"},{"description":"[Required] The type of data found within the request is JSON.","key":"Content-Type","type":"text","value":"application/json"}],"url":"{{baseURL}}/users/35386/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 35386,\n    \"name\": \"clegrand\",\n    \"first_name\": \"Charlie\",\n    \"last_name\": \"LeGrand\",\n    \"email\": \"clegrand@my-company.com\",\n    \"phone_number\": \"33141416022\",\n    \"campaigns_unassigned\": [],\n    \"is_active\": true,\n    \"account\": \"https://my-platform.engage.diabolocom.com/accounts/3805/\",\n    \"user_locale\": \"fr\",\n    \"folder\": \"Agents\",\n    \"_links\": {\n        \"self\": \"https://my-platform.engage.diabolocom.com/users/35386/\"\n    }\n}"}],"_postman_id":"29cc4e3b-2fdc-4145-9978-5bccd6d36a25"}],"id":"dbee7c32-b6c8-460f-b58d-cebc4e86d0f3","description":"<p>Diabolocom has three types of users: agents, supervisors and administrators.</p>\n<p><strong>End-users</strong></p>\n<p>Agents can handle calls. Agents have access to the agent interface.</p>\n<p><strong>Supervisors</strong></p>\n<p>Supervisors can monitor the activity with the superision and the wallboards. They can also review the past interactions with the Archives section and the statistics reports.</p>\n<p><strong>Administrators</strong></p>\n<p>Administrators have all the abilities of agents and supervisors, plus administrative abilities. They can configure all the parts of the platform: scenarios, campaigns, wrap-up codes, statues, ...</p>\n<p><strong>The unique ID of each user is useful to be used for assignation in a campaign.</strong></p>\n","event":[{"listen":"prerequest","script":{"id":"595e42a7-529c-4323-a6fe-cc5396f2f824","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8a2c8429-78f5-46f3-8283-499af80f8b51","type":"text/javascript","exec":[""]}}],"_postman_id":"dbee7c32-b6c8-460f-b58d-cebc4e86d0f3"},{"name":"External Click-to-Call (DEPRECATED)","item":[{"name":"Start a free call","id":"be26f90b-75cb-4463-a75c-d6c51c2f2be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>[Required] Used to authenticate the request. Please see the page Authentication for more details about the token.</p>\n","key":"Authorization","type":"text","value":"JWT {{Token}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"<p>[Required] The type of data found within the request is JSON.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"agentUserName\": \"{{usernameAgent}}\",\n    \"destinationPhoneNumber\": \"{{contactPhone}}\",\n    \"displayPhoneNumber\": \"{{displayedPhone}}\"\n}"},"url":"{{baseURL}}/voice/customer/freecall/start","description":"<ul>\n<li><strong>{{baseURL}}</strong> is the URL of the platform you are using.</li>\n</ul>\n<h2 id=\"description\">Description</h2>\n<p>⚠️ This endpoint is <strong>deprecated</strong> and <strong>not available since November 30th, 2022</strong>. Please use Public APIs endpoint instead!</p>\n<p>Start a free call (also named manual outbound call) for the connected agent.</p>\n<h2 id=\"request-body\">Request body</h2>\n<p>Here are the fields (all are required) for the request body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Comment</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>agentUserName</td>\n<td>The username of the agent who should make the call.</td>\n</tr>\n<tr>\n<td>destinationPhoneNumber</td>\n<td>The phone number of the contact who should receive the call. Must be in international format and begin with the symbol « + ».</td>\n</tr>\n<tr>\n<td>displayPhoneNumber</td>\n<td>The phone number the contact will see on his phone. Must be in international format and begin with the symbol « + ».</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Important notice: You are allowed to use and display only phone numbers that you own and declared in your manual outbound settings.</strong></p>\n<h2 id=\"response-format\">Response format</h2>\n<p>The Diabolocom \"external click-to-call\" API responds to successful requests with 200 HTTP status code.<br />Responses may have the status codes described in the following section:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Behavior</th>\n<th>HTTP Error Code</th>\n<th>Response body (example)</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>No authorization header provided</td>\n<td>403</td>\n<td>{\"timestamp\": 1568662661226, \"status\": 403, \"error\": \"Forbidden\", \"message\": \"Access Denied\",\"path\": \"/voice/customer/freecall/start\"}</td>\n</tr>\n<tr>\n<td>Wrong token</td>\n<td>403</td>\n<td></td>\n</tr>\n<tr>\n<td>Wrong method</td>\n<td>500</td>\n<td>{ \"message\": \"Unexpected error\", \"cause\": null, \"messageCode\": \"error.unexpected\",\"exceptionMessage\":\"Request method 'GET' not supported\"}</td>\n</tr>\n<tr>\n<td>The <strong>agentUserName</strong> is not declared in the request body</td>\n<td>400</td>\n<td>{\"message\": \"Agent not found\", \"cause\": null, \"messageCode\": \"error.agent.notfound\"}</td>\n</tr>\n<tr>\n<td>The <strong>agentUserName</strong> provided does not exist on this account</td>\n<td>400</td>\n<td>{\"message\": \"Agent not found\", \"cause\": null, \"messageCode\": \"error.agent.notfound\"}</td>\n</tr>\n<tr>\n<td>The <strong>agentUserName</strong> provided is not connected</td>\n<td>400</td>\n<td>{\"message\": \"Agent is offline\",\"cause\": null,\"messageCode\": \"error.agent.offline\"}</td>\n</tr>\n<tr>\n<td>The <strong>agentUserName</strong> provided is away</td>\n<td>400</td>\n<td>{\"message\": \"Agent is away\",\"cause\": null,\"messageCode\": \"error.agent.away\"}</td>\n</tr>\n<tr>\n<td>The <strong>agentUserName</strong> provided is busy</td>\n<td>400</td>\n<td>{\"message\": \"Agent is busy\",\"cause\": null,\"messageCode\": \"error.agent.full\"}</td>\n</tr>\n<tr>\n<td>The <strong>destinationPhoneNumber</strong> is not declared in the request body</td>\n<td>400</td>\n<td>{\"errors\": [{\"parameter\": \"destinationPhoneNumber\",\"message\": \"must not be null\",\"messageCode\": \"javax.validation.constraints.NotNull.message\"}]}</td>\n</tr>\n<tr>\n<td>Wrong or empty <strong>destinationPhoneNumber</strong></td>\n<td>400</td>\n<td>{\"errors\": [{\"parameter\": \"destinationPhoneNumber\",\"message\": \"Invalid phone number format. Must be 4-15 digits.\",\"messageCode\": \"error.service.phoneNumber.format\"}]}</td>\n</tr>\n<tr>\n<td>The <strong>displayPhoneNumber</strong> is not declared in the request body</td>\n<td>400</td>\n<td>{\"errors\": [{\"parameter\": \"displayPhoneNumber\",\"message\": \"must not be null\",\"messageCode\": \"javax.validation.constraints.NotNull.message\"}]}</td>\n</tr>\n<tr>\n<td>Wrong <strong>displayPhoneNumber</strong></td>\n<td>400</td>\n<td>{\"errors\": [{\"parameter\": \"displayPhoneNumber\",\"message\": \"Invalid phone number format. Must be 4-15 digits\",\"messageCode\": \"error.displayed.number.bad.format\"},{\"parameter\": \"displayPhoneNumber\",\"message\": \"Provided displayed phone number is not registered in your manual outbound settings\",\"messageCode\": \"error.displayed.number.not.exists\"}]}</td>\n</tr>\n<tr>\n<td>The <strong>displayPhoneNumber</strong> is not declared in the manual outbound activity (or not authorized due to isolation settings)</td>\n<td>400</td>\n<td>{\"errors\": [{\"parameter\": \"displayPhoneNumber\",\"message\": \"Provided displayed phone number is not registered in your manual outbound settings\",\"messageCode\": \"error.displayed.number.not.exists\"}]}</td>\n</tr>\n<tr>\n<td>Click-to-call valid</td>\n<td>200</td>\n<td>{\"success\": true}</td>\n</tr>\n<tr>\n<td>Click-to-call with <strong>displayPhoneNumber</strong> empty or only with a leading + (will display an unknown phone number to the contact)</td>\n<td>200</td>\n<td>{\"success\": true}</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["voice","customer","freecall","start"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be26f90b-75cb-4463-a75c-d6c51c2f2be7"}],"id":"a963b752-edfb-423b-9200-eccf31795287","description":"<h2 id=\"what-is-the-external-click-to-call-api\">What is the External Click-to-Call API?</h2>\n<p>This API allowed agents to make calls by clicking directly in their third-party system (a CRM for instance).</p>\n<h2 id=\"requirements\">Requirements</h2>\n<p>User who will make calls must be logged in the system.\nUser must have proper rights to make manual outbound calls.</p>\n","_postman_id":"a963b752-edfb-423b-9200-eccf31795287"}],"id":"de559035-3bc4-4818-8897-6bb7bd4b1944","description":"<h2 id=\"⚠️-we-inform-you-that-since-november-30th-2022-our-legacy-apis-are-deprecated-and-no-longer-be-available-⚠️\">⚠️ We inform you that since November 30th, 2022, our \"legacy\" APIs are deprecated and no longer be available. ⚠️</h2>\n<h3 id=\"for-each-legacy-api-a-public-api-is-made-available-offering-the-same-service-but-with-more-security-and-performance\">For each \"legacy\" API, a public API is made available, offering the same service but with more security and performance.</h3>\n<h3 id=\"to-support-you-in-the-migration-a-matrix-detailing-the-correspondence-between-each-legacy-api-and-its-corresponding-new-public-api-is-available-below\">To support you in the migration, a matrix detailing the correspondence between each \"legacy\" API and its corresponding new public API is available below.</h3>\n<p>Our teams remain at your disposal for any further information, and to assist you in a possible migration process.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Legacy endpoints</strong></th>\n<th><strong>Public endpoints</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GET {{baseURL}}/voice/campaign/list</td>\n<td>GET {{baseUrl}}/api/v1/voice/campaigns</td>\n</tr>\n<tr>\n<td>GET {{baseURL}}/campaigns/{{campaignID}}/</td>\n<td>GET {{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}</td>\n</tr>\n<tr>\n<td>POST {{baseURL}}/voice/campaign/field</td>\n<td>POST {{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/field</td>\n</tr>\n<tr>\n<td>GET {{baseURL}}/contacts/</td>\n<td>NOT AVAILABLE ANYMORE</td>\n</tr>\n<tr>\n<td>GET {{baseURL}}/voice/campaigns/{{campaignID}}/contacts/{{contactID}}</td>\n<td>GET {{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts/{{contactId}}</td>\n</tr>\n<tr>\n<td>GET {{baseURL}}/campaigns/{{campaignID}}/excluded/</td>\n<td>POST {{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts/search</td>\n</tr>\n<tr>\n<td>POST {{baseURL}}/voice/campaigns/{{campaignID}}/contacts</td>\n<td>POST {{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts</td>\n</tr>\n<tr>\n<td>PUT {{baseURL}}/voice/campaigns/{{campaignID}}/contacts/{{contactID}}</td>\n<td>PUT {{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts/{{contactId}}</td>\n</tr>\n<tr>\n<td>DELETE {{baseURL}}/voice/campaigns/{{campaignID}}/contacts/{{contactID}}</td>\n<td>DELETE {{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contacts/{{contactId}}</td>\n</tr>\n<tr>\n<td>POST {{baseUrl}}/contacts/mass_update/</td>\n<td>POST {{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contact-batch/update</td>\n</tr>\n<tr>\n<td>POST {{baseURL}}/contacts/mass_delete/</td>\n<td>POST {{baseUrl}}/api/v1/voice/campaigns/{{campaignId}}/contact-batch/delete</td>\n</tr>\n<tr>\n<td>GET {{baseURL}}/wrapups/</td>\n<td>GET {{baseUrl}}/api/v1/account/wrapups</td>\n</tr>\n<tr>\n<td>GET {{baseURL}}/wrapups/{{wrapupID}}/</td>\n<td>GET {{baseUrl}}/api/v1/account/wrapups/{{wrapupId}}</td>\n</tr>\n<tr>\n<td>GET {{baseURL}}/users/</td>\n<td>GET {{baseUrl}}/api/v1/account/users</td>\n</tr>\n<tr>\n<td>GET {{baseURL}}/users/{{userID}}/</td>\n<td>GET {{baseUrl}}/api/v1/account/users/{{userId}}</td>\n</tr>\n<tr>\n<td>POST {{baseURL}}/voice/customer/freecall/start</td>\n<td>POST {{baseUrl}}/api/v1/voice/freecall/start</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"2ba7fcc4-79e2-47dd-b0ae-7f6e13e91aa1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e6b4edd8-31e8-4ed2-8f2f-3c40ed7faebc","type":"text/javascript","exec":[""]}}],"_postman_id":"de559035-3bc4-4818-8897-6bb7bd4b1944"}],"event":[{"listen":"prerequest","script":{"id":"af15cdae-9a05-48c4-9611-d84f94ef9c86","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"58b067be-a703-469f-b380-223e526db254","type":"text/javascript","exec":[""]}}],"variable":[{"key":"job_id","value":""}]}